Trace number 248511

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 1.7 RC BF3? (MO) 55.6015 52.7174

General information on the benchmark

Nameprimes/primes-30/
primes-30-20-2-1.xml
MD5SUMf0e651cdc6b14fbfa0027bb3a4d85149
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.019996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity3
Maximum domain size112
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.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.20	c version CSP COMPETITION BUGFIX 3
0.20	c sun.arch.data.model	32
0.20	c java.version	1.5.0_10
0.20	c os.name	Linux
0.20	c os.version	2.6.9-22.EL.rootsmp
0.20	c os.arch	i386
0.20	c Free memory 722620888
0.20	c Max memory 723845120
0.20	c Total memory 723845120
0.20	c Number of processors 2
0.28	c --- Begin Solver configuration ---
0.28	c Stops conflict analysis at the first Unique Implication Point
0.28	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.28	c Learn all clauses as in MiniSAT
0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving /tmp/evaluation/248511-1168400266/unknown.xml
0.28	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.54	c reading variables
c reading variables (100) done.
0.80	c reading predicates 
c reading relations (21) done.
1.06	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/node58/watcher-248511-1168400266 -o ROOT/results/node58/solver-248511-1168400266 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248511-1168400266/sat4jCSP-bf3.jar /tmp/evaluation/248511-1168400266/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.00 2.00 2.00 4/81 20494
/proc/meminfo: memFree=1088072/2055920 swapFree=4192812/4192956
[pid=20493] ppid=20491 vsize=14120 CPUtime=0
/proc/20493/stat : 20493 (java) D 20491 20493 19762 0 -1 0 927 0 1 0 0 0 0 0 17 0 1 0 188424607 14458880 693 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4870948 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/20493/statm: 3565 710 548 14 0 1602 0

[startup+0.103264 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 20494
/proc/meminfo: memFree=1088072/2055920 swapFree=4192812/4192956
[pid=20493] ppid=20491 vsize=897120 CPUtime=0.08
/proc/20493/stat : 20493 (java) D 20491 20493 19762 0 -1 0 3218 0 1 0 7 1 0 0 17 0 6 0 188424607 918650880 2978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/20493/statm: 224280 2978 1514 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.511294 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 20494
/proc/meminfo: memFree=1088072/2055920 swapFree=4192812/4192956
[pid=20493] ppid=20491 vsize=906228 CPUtime=0.46
/proc/20493/stat : 20493 (java) R 20491 20493 19762 0 -1 0 5844 0 1 0 43 3 0 0 18 0 12 0 188424607 927977472 5439 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20493/statm: 226557 5439 2250 14 0 212994 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 906228

[startup+1.33437 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 20505
/proc/meminfo: memFree=1068144/2055920 swapFree=4192812/4192956
[pid=20493] ppid=20491 vsize=908680 CPUtime=1.28
/proc/20493/stat : 20493 (java) R 20491 20493 19762 0 -1 0 8740 0 1 0 124 4 0 0 17 0 12 0 188424607 930488320 7907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20493/statm: 227170 7908 2457 14 0 213607 0
[pid=20493/tid=20495] ppid=20491 vsize=908680 CPUtime=0
/proc/20493/task/20495/stat : 20495 (java) S 20491 20493 19762 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 188424610 930488320 7909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20496] ppid=20491 vsize=908680 CPUtime=0
/proc/20493/task/20496/stat : 20496 (java) S 20491 20493 19762 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 188424610 930488320 7909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20497] ppid=20491 vsize=908680 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20491 20493 19762 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 188424612 930488320 7910 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20498] ppid=20491 vsize=908680 CPUtime=0
/proc/20493/task/20498/stat : 20498 (java) S 20491 20493 19762 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 188424613 930488320 7911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20499] ppid=20491 vsize=908680 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20491 20493 19762 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 188424613 930488320 7911 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20500] ppid=20491 vsize=908680 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20491 20493 19762 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188424621 930488320 7912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20501] ppid=20491 vsize=908680 CPUtime=0
/proc/20493/task/20501/stat : 20501 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 188424621 930488320 7912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20502] ppid=20491 vsize=908680 CPUtime=0.23
/proc/20493/task/20502/stat : 20502 (java) S 20491 20493 19762 0 -1 64 314 0 0 0 23 0 0 0 16 0 12 0 188424621 930488320 7913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20503] ppid=20491 vsize=908680 CPUtime=0.35
/proc/20493/task/20503/stat : 20503 (java) R 20491 20493 19762 0 -1 64 1429 0 0 0 35 0 0 0 16 0 12 0 188424621 930488320 7913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152663761 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20504] ppid=20491 vsize=908680 CPUtime=0
/proc/20493/task/20504/stat : 20504 (java) S 20491 20493 19762 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188424621 930488320 7914 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20505] ppid=20491 vsize=908680 CPUtime=0
/proc/20493/task/20505/stat : 20505 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188424621 930488320 7915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908680

[startup+2.98251 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 20505
/proc/meminfo: memFree=1019696/2055920 swapFree=4192812/4192956
[pid=20493] ppid=20491 vsize=909008 CPUtime=3.01
/proc/20493/stat : 20493 (java) R 20491 20493 19762 0 -1 0 26489 0 1 0 288 13 0 0 25 0 12 0 188424607 930824192 25226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054210027 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20493/statm: 227252 25226 2473 14 0 213689 0
[pid=20493/tid=20495] ppid=20491 vsize=909008 CPUtime=0.11
/proc/20493/task/20495/stat : 20495 (java) S 20491 20493 19762 0 -1 64 2254 0 0 0 10 1 0 0 18 0 12 0 188424610 930824192 25226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20496] ppid=20491 vsize=909008 CPUtime=0.09
/proc/20493/task/20496/stat : 20496 (java) S 20491 20493 19762 0 -1 64 1781 0 0 0 9 0 0 0 17 0 12 0 188424610 930824192 25226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20497] ppid=20491 vsize=909008 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20491 20493 19762 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 188424612 930824192 25226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20498] ppid=20491 vsize=909008 CPUtime=0
/proc/20493/task/20498/stat : 20498 (java) S 20491 20493 19762 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188424613 930824192 25226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20499] ppid=20491 vsize=909008 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20491 20493 19762 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188424613 930824192 25226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20500] ppid=20491 vsize=909008 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20491 20493 19762 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188424621 930824192 25226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20501] ppid=20491 vsize=909008 CPUtime=0
/proc/20493/task/20501/stat : 20501 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 188424621 930824192 25226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20502] ppid=20491 vsize=909008 CPUtime=0.35
/proc/20493/task/20502/stat : 20502 (java) S 20491 20493 19762 0 -1 64 531 0 0 0 35 0 0 0 17 0 12 0 188424621 930824192 25226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20503] ppid=20491 vsize=909008 CPUtime=0.43
/proc/20493/task/20503/stat : 20503 (java) S 20491 20493 19762 0 -1 64 1699 0 0 0 43 0 0 0 16 0 12 0 188424621 930824192 25226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20504] ppid=20491 vsize=909008 CPUtime=0
/proc/20493/task/20504/stat : 20504 (java) S 20491 20493 19762 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188424621 930824192 25226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20505] ppid=20491 vsize=909008 CPUtime=0
/proc/20493/task/20505/stat : 20505 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188424621 930824192 25226 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) 909008

[startup+6.2658 s]
/proc/loadavg: 2.00 2.00 2.00 5/92 20505
/proc/meminfo: memFree=927920/2055920 swapFree=4192812/4192956
[pid=20493] ppid=20491 vsize=910804 CPUtime=6.56
/proc/20493/stat : 20493 (java) R 20491 20493 19762 0 -1 0 46902 0 1 0 636 20 0 0 25 0 12 0 188424607 932663296 44852 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054205056 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20493/statm: 227701 44852 2473 14 0 214138 0
[pid=20493/tid=20495] ppid=20491 vsize=910804 CPUtime=0.77
/proc/20493/task/20495/stat : 20495 (java) S 20491 20493 19762 0 -1 64 13240 0 0 0 73 4 0 0 17 0 12 0 188424610 932663296 44852 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20496] ppid=20491 vsize=910804 CPUtime=0.68
/proc/20493/task/20496/stat : 20496 (java) S 20491 20493 19762 0 -1 64 11202 0 0 0 64 4 0 0 17 0 12 0 188424610 932663296 44852 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20497] ppid=20491 vsize=910804 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20491 20493 19762 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 188424612 932663296 44852 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20498] ppid=20491 vsize=910804 CPUtime=0
/proc/20493/task/20498/stat : 20498 (java) S 20491 20493 19762 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188424613 932663296 44852 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20499] ppid=20491 vsize=910804 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20491 20493 19762 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188424613 932663296 44852 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20500] ppid=20491 vsize=910804 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20491 20493 19762 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188424621 932663296 44852 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20501] ppid=20491 vsize=910804 CPUtime=0
/proc/20493/task/20501/stat : 20501 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 188424621 932663296 44852 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20502] ppid=20491 vsize=910804 CPUtime=0.36
/proc/20493/task/20502/stat : 20502 (java) S 20491 20493 19762 0 -1 64 531 0 0 0 36 0 0 0 17 0 12 0 188424621 932663296 44852 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20503] ppid=20491 vsize=910804 CPUtime=0.43
/proc/20493/task/20503/stat : 20503 (java) S 20491 20493 19762 0 -1 64 1699 0 0 0 43 0 0 0 16 0 12 0 188424621 932663296 44852 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20504] ppid=20491 vsize=910804 CPUtime=0
/proc/20493/task/20504/stat : 20504 (java) S 20491 20493 19762 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188424621 932663296 44852 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20505] ppid=20491 vsize=910804 CPUtime=0
/proc/20493/task/20505/stat : 20505 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188424621 932663296 44852 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 910804

[startup+12.6934 s]
/proc/loadavg: 2.00 2.00 2.00 6/92 20505
/proc/meminfo: memFree=797880/2055920 swapFree=4192812/4192956
[pid=20493] ppid=20491 vsize=910768 CPUtime=13.47
/proc/20493/stat : 20493 (java) R 20491 20493 19762 0 -1 0 78415 0 1 0 1314 33 0 0 17 0 12 0 188424607 932626432 75803 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054148941 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20493/statm: 227692 75803 2474 14 0 214129 0
[pid=20493/tid=20495] ppid=20491 vsize=910768 CPUtime=2.14
/proc/20493/task/20495/stat : 20495 (java) S 20491 20493 19762 0 -1 64 30058 0 0 0 203 11 0 0 16 0 12 0 188424610 932626432 75803 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20496] ppid=20491 vsize=910768 CPUtime=2.12
/proc/20493/task/20496/stat : 20496 (java) S 20491 20493 19762 0 -1 64 25861 0 0 0 201 11 0 0 16 0 12 0 188424610 932626432 75803 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20497] ppid=20491 vsize=910768 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20491 20493 19762 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 188424612 932626432 75803 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20498] ppid=20491 vsize=910768 CPUtime=0
/proc/20493/task/20498/stat : 20498 (java) S 20491 20493 19762 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188424613 932626432 75803 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20499] ppid=20491 vsize=910768 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20491 20493 19762 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188424613 932626432 75803 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20500] ppid=20491 vsize=910768 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20491 20493 19762 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188424621 932626432 75803 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20501] ppid=20491 vsize=910768 CPUtime=0
/proc/20493/task/20501/stat : 20501 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 188424621 932626432 75803 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20502] ppid=20491 vsize=910768 CPUtime=0.37
/proc/20493/task/20502/stat : 20502 (java) S 20491 20493 19762 0 -1 64 531 0 0 0 37 0 0 0 16 0 12 0 188424621 932626432 75803 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20503] ppid=20491 vsize=910768 CPUtime=0.52
/proc/20493/task/20503/stat : 20503 (java) S 20491 20493 19762 0 -1 64 1718 0 0 0 52 0 0 0 16 0 12 0 188424621 932626432 75803 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20504] ppid=20491 vsize=910768 CPUtime=0
/proc/20493/task/20504/stat : 20504 (java) S 20491 20493 19762 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188424621 932626432 75803 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20505] ppid=20491 vsize=910768 CPUtime=0
/proc/20493/task/20505/stat : 20505 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188424621 932626432 75803 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.47
Current children cumulated vsize (KiB) 910768

[startup+25.5316 s]
/proc/loadavg: 2.16 2.03 2.01 3/92 20505
/proc/meminfo: memFree=594424/2055920 swapFree=4192812/4192956
[pid=20493] ppid=20491 vsize=911792 CPUtime=26.97
/proc/20493/stat : 20493 (java) R 20491 20493 19762 0 -1 0 130657 0 1 0 2642 55 0 0 19 0 12 0 188424607 933675008 126442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054200903 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20493/statm: 227948 126442 2475 14 0 214385 0
[pid=20493/tid=20495] ppid=20491 vsize=911792 CPUtime=4.48
/proc/20493/task/20495/stat : 20495 (java) S 20491 20493 19762 0 -1 64 49848 0 0 0 430 18 0 0 17 0 12 0 188424610 933675008 126442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20496] ppid=20491 vsize=911792 CPUtime=4.77
/proc/20493/task/20496/stat : 20496 (java) S 20491 20493 19762 0 -1 64 52010 0 0 0 456 21 0 0 16 0 12 0 188424610 933675008 126442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20497] ppid=20491 vsize=911792 CPUtime=0
/proc/20493/task/20497/stat : 20497 (java) S 20491 20493 19762 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 188424612 933675008 126442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20498] ppid=20491 vsize=911792 CPUtime=0
/proc/20493/task/20498/stat : 20498 (java) S 20491 20493 19762 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188424613 933675008 126442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20499] ppid=20491 vsize=911792 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20491 20493 19762 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188424613 933675008 126442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20500] ppid=20491 vsize=911792 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20491 20493 19762 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188424621 933675008 126442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20501] ppid=20491 vsize=911792 CPUtime=0
/proc/20493/task/20501/stat : 20501 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 188424621 933675008 126442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20502] ppid=20491 vsize=911792 CPUtime=0.48
/proc/20493/task/20502/stat : 20502 (java) S 20491 20493 19762 0 -1 64 633 0 0 0 48 0 0 0 16 0 12 0 188424621 933675008 126442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20503] ppid=20491 vsize=911792 CPUtime=0.68
/proc/20493/task/20503/stat : 20503 (java) S 20491 20493 19762 0 -1 64 1741 0 0 0 68 0 0 0 16 0 12 0 188424621 933675008 126442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20504] ppid=20491 vsize=911792 CPUtime=0
/proc/20493/task/20504/stat : 20504 (java) S 20491 20493 19762 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188424621 933675008 126442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20505] ppid=20491 vsize=911792 CPUtime=0
/proc/20493/task/20505/stat : 20505 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188424621 933675008 126442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.97
Current children cumulated vsize (KiB) 911792



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+50.5787 s]
/proc/loadavg: 2.39 2.09 2.02 4/92 20505
/proc/meminfo: memFree=364856/2055920 swapFree=4192812/4192956
[pid=20493] ppid=20491 vsize=927796 CPUtime=53.46
/proc/20493/stat : 20493 (java) R 20491 20493 19762 0 -1 0 191452 0 1 0 5265 81 0 0 20 0 12 0 188424607 950063104 182958 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20493/statm: 231949 182958 2487 14 0 218386 0
[pid=20493/tid=20495] ppid=20491 vsize=927796 CPUtime=8.33
/proc/20493/task/20495/stat : 20495 (java) S 20491 20493 19762 0 -1 64 71757 0 0 0 806 27 0 0 15 0 12 0 188424610 950063104 182960 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20496] ppid=20491 vsize=927796 CPUtime=8.55
/proc/20493/task/20496/stat : 20496 (java) S 20491 20493 19762 0 -1 64 72512 0 0 0 826 29 0 0 16 0 12 0 188424610 950063104 182961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20497] ppid=20491 vsize=927796 CPUtime=6.9
/proc/20493/task/20497/stat : 20497 (java) R 20491 20493 19762 0 -1 64 5996 0 0 0 687 3 0 0 16 0 12 0 188424612 950063104 182961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681638 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20498] ppid=20491 vsize=927796 CPUtime=0
/proc/20493/task/20498/stat : 20498 (java) S 20491 20493 19762 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188424613 950063104 182962 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20499] ppid=20491 vsize=927796 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20491 20493 19762 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188424613 950063104 182963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20500] ppid=20491 vsize=927796 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20491 20493 19762 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188424621 950063104 182963 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20501] ppid=20491 vsize=927796 CPUtime=0
/proc/20493/task/20501/stat : 20501 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 188424621 950063104 182964 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20502] ppid=20491 vsize=927796 CPUtime=0.67
/proc/20493/task/20502/stat : 20502 (java) S 20491 20493 19762 0 -1 64 664 0 0 0 67 0 0 0 16 0 12 0 188424621 950063104 182965 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20503] ppid=20491 vsize=927796 CPUtime=0.86
/proc/20493/task/20503/stat : 20503 (java) S 20491 20493 19762 0 -1 64 1761 0 0 0 86 0 0 0 16 0 12 0 188424621 950063104 182965 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20504] ppid=20491 vsize=927796 CPUtime=0
/proc/20493/task/20504/stat : 20504 (java) S 20491 20493 19762 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188424621 950063104 182966 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20505] ppid=20491 vsize=927796 CPUtime=0
/proc/20493/task/20505/stat : 20505 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188424621 950063104 182967 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.46
Current children cumulated vsize (KiB) 927796

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

[startup+51.2127 s]
/proc/loadavg: 2.39 2.09 2.02 4/93 20506
/proc/meminfo: memFree=344432/2055920 swapFree=4192812/4192956
[pid=20493] ppid=20491 vsize=943796 CPUtime=54.09
/proc/20493/stat : 20493 (java) R 20491 20493 19762 0 -1 0 200474 0 1 0 5325 84 0 0 20 0 12 0 188424607 966447104 187979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20493/statm: 235949 187979 2487 14 0 222386 0
[pid=20493/tid=20495] ppid=20491 vsize=943796 CPUtime=8.33
/proc/20493/task/20495/stat : 20495 (java) S 20491 20493 19762 0 -1 64 71757 0 0 0 806 27 0 0 15 0 12 0 188424610 966447104 187979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20496] ppid=20491 vsize=943796 CPUtime=8.55
/proc/20493/task/20496/stat : 20496 (java) S 20491 20493 19762 0 -1 64 72512 0 0 0 826 29 0 0 16 0 12 0 188424610 966447104 187979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20497] ppid=20491 vsize=943796 CPUtime=7.53
/proc/20493/task/20497/stat : 20497 (java) R 20491 20493 19762 0 -1 64 15015 0 0 0 747 6 0 0 16 0 12 0 188424612 966447104 187979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624449 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20498] ppid=20491 vsize=943796 CPUtime=0
/proc/20493/task/20498/stat : 20498 (java) S 20491 20493 19762 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 188424613 966447104 187979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20499] ppid=20491 vsize=943796 CPUtime=0
/proc/20493/task/20499/stat : 20499 (java) S 20491 20493 19762 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188424613 966447104 187979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20500] ppid=20491 vsize=943796 CPUtime=0
/proc/20493/task/20500/stat : 20500 (java) S 20491 20493 19762 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 188424621 966447104 187979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20501] ppid=20491 vsize=943796 CPUtime=0
/proc/20493/task/20501/stat : 20501 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 188424621 966447104 187979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20493/tid=20502] ppid=20491 vsize=943796 CPUtime=0.67
/proc/20493/task/20502/stat : 20502 (java) S 20491 20493 19762 0 -1 64 664 0 0 0 67 0 0 0 16 0 12 0 188424621 966447104 187979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20503] ppid=20491 vsize=943796 CPUtime=0.86
/proc/20493/task/20503/stat : 20503 (java) S 20491 20493 19762 0 -1 64 1761 0 0 0 86 0 0 0 16 0 12 0 188424621 966447104 187979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20504] ppid=20491 vsize=943796 CPUtime=0
/proc/20493/task/20504/stat : 20504 (java) S 20491 20493 19762 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 188424621 966447104 187979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20493/tid=20505] ppid=20491 vsize=943796 CPUtime=0
/proc/20493/task/20505/stat : 20505 (java) S 20491 20493 19762 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188424621 966447104 187979 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.09
Current children cumulated vsize (KiB) 943796

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 52.7174
CPU time (s): 55.6015
CPU user time (s): 54.6427
CPU system time (s): 0.958854
CPU usage (%): 105.471
Max. virtual memory (cumulated for all children) (KiB): 943796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.6427
system time used= 0.958854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200474
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= 2565
involuntary context switches= 3221

runsolver used 0.078987 s user time and 0.171973 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Wed Jan 10 03:37:46 UTC 2007


IDJOB= 248511
IDBENCH= 11712
FILE ID= node58/248511-1168400266

PBS_JOBID= 3522953

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-20-2-1.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248511-1168400266/sat4jCSP-bf3.jar /tmp/evaluation/248511-1168400266/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-248511-1168400266 -o ROOT/results/node58/solver-248511-1168400266 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/248511-1168400266/sat4jCSP-bf3.jar /tmp/evaluation/248511-1168400266/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  f0e651cdc6b14fbfa0027bb3a4d85149

RANDOM SEED= 650140905

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.223
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.223
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:       1088488 kB
Buffers:         64104 kB
Cached:         329548 kB
SwapCached:          0 kB
Active:         633056 kB
Inactive:       277004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1088488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2420 kB
Writeback:           0 kB
Mapped:         534520 kB
Slab:            41736 kB
Committed_AS:  4157484 kB
PageTables:       2784 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= 66560 MiB



End job on node58 on Wed Jan 10 03:38:40 UTC 2007