Trace number 249134

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JCSP-CACHED 1.7 RC BF3? (MO) 46.7469 46.3291

General information on the benchmark

Nameprimes/primes-15/
primes-15-20-2-7.xml
MD5SUMea5334e59bfdfb20072dff439754e621
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/249134-1168402536/unknown.xml
0.25	c reading problem ... 
0.43	c reading problem named ?
0.45	c reading domains done.
0.46	c reading variables
c reading variables (100) done.
0.64	c reading predicates 
c reading relations (21) done.
1.09	c reading constraints

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node47/watcher-249134-1168402536 -o ROOT/results/node47/solver-249134-1168402536 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249134-1168402536/sat4jCSP-bf3-cached.jar /tmp/evaluation/249134-1168402536/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.02 2.05 2.01 4/81 6468
/proc/meminfo: memFree=1564480/2055920 swapFree=4183980/4192956
[pid=6467] ppid=6465 vsize=18540 CPUtime=0
/proc/6467/stat : 6467 (runsolver) R 6465 6467 6177 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 188652885 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 208717540647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6467/statm: 4635 279 244 17 0 2626 0

[startup+0.10802 s]
/proc/loadavg: 2.02 2.05 2.01 4/81 6468
/proc/meminfo: memFree=1564480/2055920 swapFree=4183980/4192956
[pid=6467] ppid=6465 vsize=901540 CPUtime=0.09
/proc/6467/stat : 6467 (java) R 6465 6467 6177 0 -1 0 3337 0 1 0 8 1 0 0 23 0 12 0 188652885 923176960 3097 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152341488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6467/statm: 225385 3097 1564 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.517055 s]
/proc/loadavg: 2.02 2.05 2.01 4/81 6468
/proc/meminfo: memFree=1564480/2055920 swapFree=4183980/4192956
[pid=6467] ppid=6465 vsize=906128 CPUtime=0.54
/proc/6467/stat : 6467 (java) R 6465 6467 6177 0 -1 0 6086 0 1 0 52 2 0 0 17 0 12 0 188652885 927875072 5637 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6467/statm: 226532 5637 2293 14 0 212969 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 906128

[startup+1.34014 s]
/proc/loadavg: 2.02 2.05 2.01 3/92 6479
/proc/meminfo: memFree=1544936/2055920 swapFree=4183980/4192956
[pid=6467] ppid=6465 vsize=911556 CPUtime=1.37
/proc/6467/stat : 6467 (java) R 6465 6467 6177 0 -1 0 9271 0 1 0 133 4 0 0 21 0 12 0 188652885 933433344 8262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6467/statm: 227889 8262 2472 14 0 214326 0
[pid=6467/tid=6469] ppid=6465 vsize=911556 CPUtime=0
/proc/6467/task/6469/stat : 6469 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 188652888 933433344 8262 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6470] ppid=6465 vsize=911556 CPUtime=0
/proc/6467/task/6470/stat : 6470 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 188652888 933433344 8263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6471] ppid=6465 vsize=911556 CPUtime=0
/proc/6467/task/6471/stat : 6471 (java) S 6465 6467 6177 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188652891 933433344 8263 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6472] ppid=6465 vsize=911556 CPUtime=0
/proc/6467/task/6472/stat : 6472 (java) S 6465 6467 6177 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 188652892 933433344 8264 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6473] ppid=6465 vsize=911556 CPUtime=0
/proc/6467/task/6473/stat : 6473 (java) S 6465 6467 6177 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 188652892 933433344 8264 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6474] ppid=6465 vsize=911556 CPUtime=0
/proc/6467/task/6474/stat : 6474 (java) S 6465 6467 6177 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188652895 933433344 8265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6475] ppid=6465 vsize=911556 CPUtime=0
/proc/6467/task/6475/stat : 6475 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188652895 933433344 8265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6476] ppid=6465 vsize=911556 CPUtime=0.34
/proc/6467/task/6476/stat : 6476 (java) R 6465 6467 6177 0 -1 64 1459 0 0 0 34 0 0 0 16 0 12 0 188652895 933433344 8265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154602913 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6477] ppid=6465 vsize=911556 CPUtime=0.28
/proc/6467/task/6477/stat : 6477 (java) S 6465 6467 6177 0 -1 64 883 0 0 0 28 0 0 0 16 0 12 0 188652895 933433344 8266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6478] ppid=6465 vsize=911556 CPUtime=0
/proc/6467/task/6478/stat : 6478 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188652895 933433344 8266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6479] ppid=6465 vsize=911556 CPUtime=0
/proc/6467/task/6479/stat : 6479 (java) S 6465 6467 6177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188652895 933433344 8266 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 911556

[startup+2.98332 s]
/proc/loadavg: 2.02 2.05 2.01 3/92 6479
/proc/meminfo: memFree=1517416/2055920 swapFree=4183980/4192956
[pid=6467] ppid=6465 vsize=918036 CPUtime=3.01
/proc/6467/stat : 6467 (java) R 6465 6467 6177 0 -1 0 28243 0 1 0 289 12 0 0 25 0 12 0 188652885 940068864 25609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054295279 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6467/statm: 229509 25609 2482 14 0 215946 0
[pid=6467/tid=6469] ppid=6465 vsize=918036 CPUtime=0.04
/proc/6467/task/6469/stat : 6469 (java) S 6465 6467 6177 0 -1 64 1594 0 0 0 4 0 0 0 17 0 12 0 188652888 940068864 25609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6470] ppid=6465 vsize=918036 CPUtime=0.01
/proc/6467/task/6470/stat : 6470 (java) S 6465 6467 6177 0 -1 64 450 0 0 0 1 0 0 0 17 0 12 0 188652888 940068864 25609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6471] ppid=6465 vsize=918036 CPUtime=0
/proc/6467/task/6471/stat : 6471 (java) S 6465 6467 6177 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 188652891 940068864 25609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6472] ppid=6465 vsize=918036 CPUtime=0
/proc/6467/task/6472/stat : 6472 (java) S 6465 6467 6177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 188652892 940068864 25609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6473] ppid=6465 vsize=918036 CPUtime=0
/proc/6467/task/6473/stat : 6473 (java) S 6465 6467 6177 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188652892 940068864 25609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6474] ppid=6465 vsize=918036 CPUtime=0
/proc/6467/task/6474/stat : 6474 (java) S 6465 6467 6177 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188652895 940068864 25609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6475] ppid=6465 vsize=918036 CPUtime=0
/proc/6467/task/6475/stat : 6475 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188652895 940068864 25609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6476] ppid=6465 vsize=918036 CPUtime=0.82
/proc/6467/task/6476/stat : 6476 (java) S 6465 6467 6177 0 -1 64 4815 0 0 0 81 1 0 0 16 0 12 0 188652895 940068864 25609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6477] ppid=6465 vsize=918036 CPUtime=0.38
/proc/6467/task/6477/stat : 6477 (java) S 6465 6467 6177 0 -1 64 1036 0 0 0 38 0 0 0 16 0 12 0 188652895 940068864 25609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6478] ppid=6465 vsize=918036 CPUtime=0
/proc/6467/task/6478/stat : 6478 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188652895 940068864 25609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6479] ppid=6465 vsize=918036 CPUtime=0
/proc/6467/task/6479/stat : 6479 (java) S 6465 6467 6177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188652895 940068864 25609 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 918036

[startup+6.26767 s]
/proc/loadavg: 2.02 2.05 2.01 3/92 6479
/proc/meminfo: memFree=1416752/2055920 swapFree=4183980/4192956
[pid=6467] ppid=6465 vsize=921560 CPUtime=6.29
/proc/6467/stat : 6467 (java) R 6465 6467 6177 0 -1 0 45584 0 1 0 611 18 0 0 25 0 12 0 188652885 943677440 41759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054275033 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6467/statm: 230390 41759 2482 14 0 216827 0
[pid=6467/tid=6469] ppid=6465 vsize=921560 CPUtime=0.35
/proc/6467/task/6469/stat : 6469 (java) S 6465 6467 6177 0 -1 64 6913 0 0 0 33 2 0 0 16 0 12 0 188652888 943677440 41759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6470] ppid=6465 vsize=921560 CPUtime=0.55
/proc/6467/task/6470/stat : 6470 (java) S 6465 6467 6177 0 -1 64 12459 0 0 0 51 4 0 0 16 0 12 0 188652888 943677440 41759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6471] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6471/stat : 6471 (java) S 6465 6467 6177 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 188652891 943677440 41759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6472] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6472/stat : 6472 (java) S 6465 6467 6177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 188652892 943677440 41759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6473] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6473/stat : 6473 (java) S 6465 6467 6177 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188652892 943677440 41759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6474] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6474/stat : 6474 (java) S 6465 6467 6177 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188652895 943677440 41759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6475] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6475/stat : 6475 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188652895 943677440 41759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6476] ppid=6465 vsize=921560 CPUtime=0.83
/proc/6467/task/6476/stat : 6476 (java) S 6465 6467 6177 0 -1 64 4815 0 0 0 82 1 0 0 16 0 12 0 188652895 943677440 41759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6477] ppid=6465 vsize=921560 CPUtime=0.39
/proc/6467/task/6477/stat : 6477 (java) S 6465 6467 6177 0 -1 64 1036 0 0 0 39 0 0 0 16 0 12 0 188652895 943677440 41759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6478] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6478/stat : 6478 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188652895 943677440 41759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6479] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6479/stat : 6479 (java) S 6465 6467 6177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188652895 943677440 41759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 921560

[startup+12.7634 s]
/proc/loadavg: 2.02 2.04 2.01 4/92 6479
/proc/meminfo: memFree=1306096/2055920 swapFree=4183980/4192956
[pid=6467] ppid=6465 vsize=921560 CPUtime=12.81
/proc/6467/stat : 6467 (java) R 6465 6467 6177 0 -1 0 75488 0 1 0 1252 29 0 0 25 0 12 0 188652885 943677440 71397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054192555 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6467/statm: 230390 71397 2482 14 0 216827 0
[pid=6467/tid=6469] ppid=6465 vsize=921560 CPUtime=1.23
/proc/6467/task/6469/stat : 6469 (java) S 6465 6467 6177 0 -1 64 27192 0 0 0 115 8 0 0 16 0 12 0 188652888 943677440 71397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6470] ppid=6465 vsize=921560 CPUtime=1.08
/proc/6467/task/6470/stat : 6470 (java) S 6465 6467 6177 0 -1 64 22058 0 0 0 100 8 0 0 16 0 12 0 188652888 943677440 71397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6471] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6471/stat : 6471 (java) S 6465 6467 6177 0 -1 64 20 0 0 0 0 0 0 0 15 0 12 0 188652891 943677440 71397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6472] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6472/stat : 6472 (java) S 6465 6467 6177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 188652892 943677440 71397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6473] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6473/stat : 6473 (java) S 6465 6467 6177 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188652892 943677440 71397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6474] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6474/stat : 6474 (java) S 6465 6467 6177 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188652895 943677440 71397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6475] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6475/stat : 6475 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188652895 943677440 71397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6476] ppid=6465 vsize=921560 CPUtime=0.83
/proc/6467/task/6476/stat : 6476 (java) S 6465 6467 6177 0 -1 64 4815 0 0 0 82 1 0 0 16 0 12 0 188652895 943677440 71397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6477] ppid=6465 vsize=921560 CPUtime=0.39
/proc/6467/task/6477/stat : 6477 (java) S 6465 6467 6177 0 -1 64 1036 0 0 0 39 0 0 0 16 0 12 0 188652895 943677440 71397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6478] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6478/stat : 6478 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188652895 943677440 71397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6479] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6479/stat : 6479 (java) S 6465 6467 6177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188652895 943677440 71397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 921560

[startup+25.6387 s]
/proc/loadavg: 2.01 2.04 2.01 3/92 6479
/proc/meminfo: memFree=1097392/2055920 swapFree=4183980/4192956
[pid=6467] ppid=6465 vsize=921560 CPUtime=26.03
/proc/6467/stat : 6467 (java) R 6465 6467 6177 0 -1 0 126849 0 1 0 2557 46 0 0 25 0 12 0 188652885 943677440 122521 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054304625 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6467/statm: 230390 122521 2482 14 0 216827 0
[pid=6467/tid=6469] ppid=6465 vsize=921560 CPUtime=2.84
/proc/6467/task/6469/stat : 6469 (java) S 6465 6467 6177 0 -1 64 54807 0 0 0 267 17 0 0 16 0 12 0 188652888 943677440 122521 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6470] ppid=6465 vsize=921560 CPUtime=2.81
/proc/6467/task/6470/stat : 6470 (java) S 6465 6467 6177 0 -1 64 45777 0 0 0 265 16 0 0 16 0 12 0 188652888 943677440 122521 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6471] ppid=6465 vsize=921560 CPUtime=0.01
/proc/6467/task/6471/stat : 6471 (java) S 6465 6467 6177 0 -1 64 20 0 0 0 1 0 0 0 15 0 12 0 188652891 943677440 122521 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6472] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6472/stat : 6472 (java) S 6465 6467 6177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 188652892 943677440 122521 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6473] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6473/stat : 6473 (java) S 6465 6467 6177 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188652892 943677440 122521 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6474] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6474/stat : 6474 (java) S 6465 6467 6177 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188652895 943677440 122521 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6475] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6475/stat : 6475 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188652895 943677440 122521 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6476] ppid=6465 vsize=921560 CPUtime=0.83
/proc/6467/task/6476/stat : 6476 (java) S 6465 6467 6177 0 -1 64 4815 0 0 0 82 1 0 0 16 0 12 0 188652895 943677440 122521 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6477] ppid=6465 vsize=921560 CPUtime=0.39
/proc/6467/task/6477/stat : 6477 (java) S 6465 6467 6177 0 -1 64 1036 0 0 0 39 0 0 0 16 0 12 0 188652895 943677440 122521 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6478] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6478/stat : 6478 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188652895 943677440 122521 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6479] ppid=6465 vsize=921560 CPUtime=0
/proc/6467/task/6479/stat : 6479 (java) S 6465 6467 6177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188652895 943677440 122521 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.03
Current children cumulated vsize (KiB) 921560



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+44.1797 s]
/proc/loadavg: 2.13 2.07 2.01 3/92 6479
/proc/meminfo: memFree=818928/2055920 swapFree=4183980/4192956
[pid=6467] ppid=6465 vsize=925564 CPUtime=44.61
/proc/6467/stat : 6467 (java) S 6465 6467 6177 0 -1 0 192884 0 1 0 4392 69 0 0 25 0 12 0 188652885 947777536 188520 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6467/statm: 231391 188520 2482 14 0 217828 0
[pid=6467/tid=6469] ppid=6465 vsize=925564 CPUtime=5.26
/proc/6467/task/6469/stat : 6469 (java) S 6465 6467 6177 0 -1 64 87958 0 0 0 497 29 0 0 15 0 12 0 188652888 947777536 188522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6470] ppid=6465 vsize=925564 CPUtime=5.16
/proc/6467/task/6470/stat : 6470 (java) S 6465 6467 6177 0 -1 64 77947 0 0 0 490 26 0 0 16 0 12 0 188652888 947777536 188522 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6471] ppid=6465 vsize=925564 CPUtime=0.07
/proc/6467/task/6471/stat : 6471 (java) R 6465 6467 6177 0 -1 64 701 0 0 0 7 0 0 0 16 0 12 0 188652891 947777536 188523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6472] ppid=6465 vsize=925564 CPUtime=0
/proc/6467/task/6472/stat : 6472 (java) S 6465 6467 6177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 188652892 947777536 188524 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6473] ppid=6465 vsize=925564 CPUtime=0
/proc/6467/task/6473/stat : 6473 (java) S 6465 6467 6177 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188652892 947777536 188525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6474] ppid=6465 vsize=925564 CPUtime=0
/proc/6467/task/6474/stat : 6474 (java) S 6465 6467 6177 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 188652895 947777536 188525 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6475] ppid=6465 vsize=925564 CPUtime=0
/proc/6467/task/6475/stat : 6475 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188652895 947777536 188526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6476] ppid=6465 vsize=925564 CPUtime=0.83
/proc/6467/task/6476/stat : 6476 (java) S 6465 6467 6177 0 -1 64 4815 0 0 0 82 1 0 0 16 0 12 0 188652895 947777536 188527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6477] ppid=6465 vsize=925564 CPUtime=0.39
/proc/6467/task/6477/stat : 6477 (java) S 6465 6467 6177 0 -1 64 1036 0 0 0 39 0 0 0 16 0 12 0 188652895 947777536 188527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6467/tid=6478] ppid=6465 vsize=925564 CPUtime=0
/proc/6467/task/6478/stat : 6478 (java) S 6465 6467 6177 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 188652895 947777536 188528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6467/tid=6479] ppid=6465 vsize=925564 CPUtime=0
/proc/6467/task/6479/stat : 6479 (java) S 6465 6467 6177 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 188652895 947777536 188529 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.61
Current children cumulated vsize (KiB) 925564

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 46.3291
CPU time (s): 46.7469
CPU user time (s): 45.822
CPU system time (s): 0.924859
CPU usage (%): 100.902
Max. virtual memory (cumulated for all children) (KiB): 954596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.822
system time used= 0.924859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219147
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2614
involuntary context switches= 1785

runsolver used 0.054991 s user time and 0.162975 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Wed Jan 10 04:15:36 UTC 2007


IDJOB= 249134
IDBENCH= 11760
FILE ID= node47/249134-1168402536

PBS_JOBID= 3523066

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-15/primes-15-20-2-7.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249134-1168402536/sat4jCSP-bf3-cached.jar /tmp/evaluation/249134-1168402536/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-249134-1168402536 -o ROOT/results/node47/solver-249134-1168402536 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/249134-1168402536/sat4jCSP-bf3-cached.jar /tmp/evaluation/249134-1168402536/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  ea5334e59bfdfb20072dff439754e621

RANDOM SEED= 577361870

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1564896 kB
Buffers:         49924 kB
Cached:         322392 kB
SwapCached:       3452 kB
Active:         204960 kB
Inactive:       227016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564896 kB
SwapTotal:     4192956 kB
SwapFree:      4183980 kB
Dirty:            2396 kB
Writeback:           0 kB
Mapped:          73740 kB
Slab:            44212 kB
Committed_AS:  4917504 kB
PageTables:       2028 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66559 MiB



End job on node47 on Wed Jan 10 04:16:23 UTC 2007