Trace number 1057357

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J CSP 2008-06-13? (MO) 65.73 62.3456

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-3-3.xml
MD5SUM731de278672e01032a698d5eefd6377a
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 benchmark719.109
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity6
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.24/0.59	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.24/0.60	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.60	c See www.sat4j.org for details.
0.24/0.60	c That software uses the Rhino library from the Mozilla project.
0.31/0.64	c version 9.9.9.token
0.31/0.64	c sun.arch.data.model	32
0.31/0.64	c java.version	1.6.0_06
0.31/0.64	c os.name	Linux
0.31/0.64	c os.version	2.6.9-22.EL.rootsmp
0.31/0.64	c os.arch	i386
0.31/0.64	c Free memory 669864272
0.31/0.64	c Max memory 672137216
0.31/0.64	c Total memory 672137216
0.31/0.64	c Number of processors 2
0.31/0.69	c c --- Begin Solver configuration ---
0.31/0.69	c Stops conflict analysis at the first Unique Implication Point
0.31/0.69	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.31/0.69	c Learn all clauses as in MiniSAT
0.31/0.69	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.69	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.31/0.69	c Expensive reason simplification
0.31/0.69	c MiniSAT restarts strategy
0.31/0.69	c timeout=2147483s
0.31/0.69	c DB Simplification allowed=false
0.31/0.69	c --- End Solver configuration ---
0.31/0.69	c solving HOME/instance-1057357-1215110497.xml
0.31/0.69	c reading problem ... 
0.63/1.03	c reading problem named null
0.63/1.03	c reading domains done.
0.63/1.04	c reading variables done.
0.83/1.28	c reading predicates  done.
1.02/1.49	c reading constraints

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057357-1215110497/watcher-1057357-1215110497 -o /tmp/evaluation-result-1057357-1215110497/solver-1057357-1215110497 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057357-1215110497.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.62 2.52 2.25 4/81 29360
/proc/meminfo: memFree=1264688/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=18572 CPUtime=0
/proc/29360/stat : 29360 (runsolver) R 29358 29360 28896 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1990021869 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 255539604775 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29360/statm: 4643 292 257 25 0 2626 0

[startup+0.0324759 s]
/proc/loadavg: 2.62 2.52 2.25 4/81 29360
/proc/meminfo: memFree=1264688/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=200 CPUtime=0
/proc/29360/stat : 29360 (java6) D 29358 29360 28896 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 1990021869 204800 33 996147200 134512640 134550740 4294956192 18446744073709551615 3531684 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/29360/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101494 s]
/proc/loadavg: 2.62 2.52 2.25 4/81 29360
/proc/meminfo: memFree=1264688/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=13012 CPUtime=0.01
/proc/29360/stat : 29360 (java) R 29358 29360 28896 0 -1 0 383 0 22 0 0 1 0 0 18 0 1 0 1990021869 13324288 206 996147200 134512640 134550740 4294956032 18446744073709551615 3502890 0 0 4096 0 0 0 0 17 0 0 0
/proc/29360/statm: 3253 206 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.301513 s]
/proc/loadavg: 2.62 2.52 2.25 4/81 29360
/proc/meminfo: memFree=1264688/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=802228 CPUtime=0.06
/proc/29360/stat : 29360 (java) S 29358 29360 28896 0 -1 0 2674 0 44 0 3 3 0 0 18 0 7 0 1990021869 821481472 2452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/29360/statm: 200557 2452 1003 9 0 197940 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802228

[startup+0.701551 s]
/proc/loadavg: 2.62 2.52 2.25 4/81 29360
/proc/meminfo: memFree=1264688/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=808340 CPUtime=0.41
/proc/29360/stat : 29360 (java) S 29358 29360 28896 0 -1 0 5356 0 44 0 34 7 0 0 18 0 12 0 1990021869 827740160 4726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29360/statm: 202085 4727 1312 9 0 199454 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 808340

[startup+1.50262 s]
/proc/loadavg: 2.57 2.51 2.25 4/93 29372
/proc/meminfo: memFree=1237776/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=808368 CPUtime=1.12
/proc/29360/stat : 29360 (java) S 29358 29360 28896 0 -1 0 8313 0 44 0 102 10 0 0 18 0 12 0 1990021869 827768832 6841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29360/statm: 202092 6841 1346 9 0 199454 0
[pid=29360/tid=29362] ppid=29358 vsize=808368 CPUtime=0.65
/proc/29360/task/29362/stat : 29362 (java) R 29358 29360 28896 0 -1 64 5144 0 9 0 59 6 0 0 21 0 12 0 1990021885 827768832 6841 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29363] ppid=29358 vsize=808368 CPUtime=0
/proc/29360/task/29363/stat : 29363 (java) S 29358 29360 28896 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1990021892 827768832 6842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29364] ppid=29358 vsize=808368 CPUtime=0
/proc/29360/task/29364/stat : 29364 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990021892 827768832 6842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29365] ppid=29358 vsize=808368 CPUtime=0
/proc/29360/task/29365/stat : 29365 (java) S 29358 29360 28896 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990021894 827768832 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29366] ppid=29358 vsize=808368 CPUtime=0
/proc/29360/task/29366/stat : 29366 (java) S 29358 29360 28896 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1990021895 827768832 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29367] ppid=29358 vsize=808368 CPUtime=0
/proc/29360/task/29367/stat : 29367 (java) S 29358 29360 28896 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 1990021895 827768832 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29368] ppid=29358 vsize=808368 CPUtime=0
/proc/29360/task/29368/stat : 29368 (java) S 29358 29360 28896 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1990021903 827768832 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29369] ppid=29358 vsize=808368 CPUtime=0.11
/proc/29360/task/29369/stat : 29369 (java) S 29358 29360 28896 0 -1 64 412 0 0 0 11 0 0 0 16 0 12 0 1990021903 827768832 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29370] ppid=29358 vsize=808368 CPUtime=0.3
/proc/29360/task/29370/stat : 29370 (java) S 29358 29360 28896 0 -1 64 2029 0 0 0 30 0 0 0 16 0 12 0 1990021903 827768832 6843 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29371] ppid=29358 vsize=808368 CPUtime=0
/proc/29360/task/29371/stat : 29371 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1990021903 827768832 6844 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29372] ppid=29358 vsize=808368 CPUtime=0
/proc/29360/task/29372/stat : 29372 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990021903 827768832 6844 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 808368

[startup+3.10277 s]
/proc/loadavg: 2.57 2.51 2.25 5/93 29372
/proc/meminfo: memFree=1220368/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=817928 CPUtime=2.71
/proc/29360/stat : 29360 (java) S 29358 29360 28896 0 -1 0 28300 0 44 0 252 19 0 0 18 0 12 0 1990021869 837558272 23483 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29360/statm: 204482 23485 1375 9 0 201844 0
[pid=29360/tid=29362] ppid=29358 vsize=817928 CPUtime=1.42
/proc/29360/task/29362/stat : 29362 (java) R 29358 29360 28896 0 -1 64 17252 0 9 0 129 13 0 0 25 0 12 0 1990021885 837558272 23486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29363] ppid=29358 vsize=817928 CPUtime=0.04
/proc/29360/task/29363/stat : 29363 (java) R 29358 29360 28896 0 -1 64 1010 0 0 0 4 0 0 0 17 0 12 0 1990021892 837558272 23487 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29364] ppid=29358 vsize=817928 CPUtime=0.04
/proc/29360/task/29364/stat : 29364 (java) R 29358 29360 28896 0 -1 64 1376 0 0 0 4 0 0 0 17 0 12 0 1990021892 837558272 23489 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29365] ppid=29358 vsize=817928 CPUtime=0
/proc/29360/task/29365/stat : 29365 (java) S 29358 29360 28896 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1990021894 837558272 23490 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29366] ppid=29358 vsize=817928 CPUtime=0
/proc/29360/task/29366/stat : 29366 (java) S 29358 29360 28896 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1990021895 837558272 23491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29367] ppid=29358 vsize=817928 CPUtime=0
/proc/29360/task/29367/stat : 29367 (java) S 29358 29360 28896 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 1990021895 837558272 23492 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29368] ppid=29358 vsize=817928 CPUtime=0
/proc/29360/task/29368/stat : 29368 (java) S 29358 29360 28896 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1990021903 837558272 23494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29369] ppid=29358 vsize=817928 CPUtime=0.67
/proc/29360/task/29369/stat : 29369 (java) S 29358 29360 28896 0 -1 64 5434 0 0 0 65 2 0 0 19 0 12 0 1990021903 837558272 23495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29370] ppid=29358 vsize=817928 CPUtime=0.46
/proc/29360/task/29370/stat : 29370 (java) S 29358 29360 28896 0 -1 64 2505 0 0 0 46 0 0 0 16 0 12 0 1990021903 837558272 23496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29371] ppid=29358 vsize=817928 CPUtime=0
/proc/29360/task/29371/stat : 29371 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1990021903 837558272 23497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29372] ppid=29358 vsize=817928 CPUtime=0
/proc/29360/task/29372/stat : 29372 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990021903 837558272 23499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 817928

[startup+6.30106 s]
/proc/loadavg: 2.57 2.51 2.25 3/93 29372
/proc/meminfo: memFree=1110352/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=821548 CPUtime=6.4
/proc/29360/stat : 29360 (java) S 29358 29360 28896 0 -1 0 47978 0 44 0 613 27 0 0 18 0 12 0 1990021869 841265152 40704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29360/statm: 205387 40704 1382 9 0 202749 0
[pid=29360/tid=29362] ppid=29358 vsize=821548 CPUtime=3.37
/proc/29360/task/29362/stat : 29362 (java) R 29358 29360 28896 0 -1 64 17265 0 9 0 324 13 0 0 22 0 12 0 1990021885 841265152 40704 996147200 134512640 134550740 4294956032 18446744073709551615 105863588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29363] ppid=29358 vsize=821548 CPUtime=0.83
/proc/29360/task/29363/stat : 29363 (java) S 29358 29360 28896 0 -1 64 9787 0 0 0 80 3 0 0 18 0 12 0 1990021892 841265152 40704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29364] ppid=29358 vsize=821548 CPUtime=0.8
/proc/29360/task/29364/stat : 29364 (java) S 29358 29360 28896 0 -1 64 12186 0 0 0 76 4 0 0 18 0 12 0 1990021892 841265152 40704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29365] ppid=29358 vsize=821548 CPUtime=0
/proc/29360/task/29365/stat : 29365 (java) S 29358 29360 28896 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1990021894 841265152 40704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29366] ppid=29358 vsize=821548 CPUtime=0
/proc/29360/task/29366/stat : 29366 (java) S 29358 29360 28896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990021895 841265152 40704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29367] ppid=29358 vsize=821548 CPUtime=0
/proc/29360/task/29367/stat : 29367 (java) S 29358 29360 28896 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1990021895 841265152 40704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29368] ppid=29358 vsize=821548 CPUtime=0
/proc/29360/task/29368/stat : 29368 (java) S 29358 29360 28896 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1990021903 841265152 40704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29369] ppid=29358 vsize=821548 CPUtime=0.7
/proc/29360/task/29369/stat : 29369 (java) S 29358 29360 28896 0 -1 64 5434 0 0 0 68 2 0 0 17 0 12 0 1990021903 841265152 40704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29370] ppid=29358 vsize=821548 CPUtime=0.62
/proc/29360/task/29370/stat : 29370 (java) S 29358 29360 28896 0 -1 64 2549 0 0 0 62 0 0 0 18 0 12 0 1990021903 841265152 40704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29371] ppid=29358 vsize=821548 CPUtime=0
/proc/29360/task/29371/stat : 29371 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1990021903 841265152 40704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29372] ppid=29358 vsize=821548 CPUtime=0
/proc/29360/task/29372/stat : 29372 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990021903 841265152 40704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 821548

[startup+12.7027 s]
/proc/loadavg: 2.55 2.51 2.25 3/93 29372
/proc/meminfo: memFree=1077712/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=826668 CPUtime=13.08
/proc/29360/stat : 29360 (java) S 29358 29360 28896 0 -1 0 54002 0 44 0 1278 30 0 0 18 0 12 0 1990021869 846508032 45232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29360/statm: 206667 45232 1382 9 0 204029 0
[pid=29360/tid=29362] ppid=29358 vsize=826668 CPUtime=9.02
/proc/29360/task/29362/stat : 29362 (java) R 29358 29360 28896 0 -1 64 17268 0 9 0 889 13 0 0 25 0 12 0 1990021885 846508032 45232 996147200 134512640 134550740 4294956032 18446744073709551615 105821488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29363] ppid=29358 vsize=826668 CPUtime=1.3
/proc/29360/task/29363/stat : 29363 (java) S 29358 29360 28896 0 -1 64 13061 0 0 0 126 4 0 0 19 0 12 0 1990021892 846508032 45232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29364] ppid=29358 vsize=826668 CPUtime=1.27
/proc/29360/task/29364/stat : 29364 (java) S 29358 29360 28896 0 -1 64 14923 0 0 0 122 5 0 0 19 0 12 0 1990021892 846508032 45232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29365] ppid=29358 vsize=826668 CPUtime=0
/proc/29360/task/29365/stat : 29365 (java) S 29358 29360 28896 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1990021894 846508032 45232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29366] ppid=29358 vsize=826668 CPUtime=0
/proc/29360/task/29366/stat : 29366 (java) S 29358 29360 28896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990021895 846508032 45232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29367] ppid=29358 vsize=826668 CPUtime=0
/proc/29360/task/29367/stat : 29367 (java) S 29358 29360 28896 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1990021895 846508032 45232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29368] ppid=29358 vsize=826668 CPUtime=0
/proc/29360/task/29368/stat : 29368 (java) S 29358 29360 28896 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1990021903 846508032 45232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29369] ppid=29358 vsize=826668 CPUtime=0.77
/proc/29360/task/29369/stat : 29369 (java) S 29358 29360 28896 0 -1 64 5444 0 0 0 75 2 0 0 16 0 12 0 1990021903 846508032 45232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29370] ppid=29358 vsize=826668 CPUtime=0.63
/proc/29360/task/29370/stat : 29370 (java) S 29358 29360 28896 0 -1 64 2549 0 0 0 63 0 0 0 16 0 12 0 1990021903 846508032 45232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29371] ppid=29358 vsize=826668 CPUtime=0
/proc/29360/task/29371/stat : 29371 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1990021903 846508032 45232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29372] ppid=29358 vsize=826668 CPUtime=0
/proc/29360/task/29372/stat : 29372 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990021903 846508032 45232 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 826668

[startup+25.5028 s]
/proc/loadavg: 2.62 2.53 2.26 3/93 29372
/proc/meminfo: memFree=850832/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=826668 CPUtime=26.73
/proc/29360/stat : 29360 (java) S 29358 29360 28896 0 -1 0 113304 0 44 0 2619 54 0 0 18 0 12 0 1990021869 846508032 104020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29360/statm: 206667 104020 1386 9 0 204029 0
[pid=29360/tid=29362] ppid=29358 vsize=826668 CPUtime=16.67
/proc/29360/task/29362/stat : 29362 (java) R 29358 29360 28896 0 -1 64 23447 0 9 0 1650 17 0 0 25 0 12 0 1990021885 846508032 104020 996147200 134512640 134550740 4294956032 18446744073709551615 4109630875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29363] ppid=29358 vsize=826668 CPUtime=4.38
/proc/29360/task/29363/stat : 29363 (java) S 29358 29360 28896 0 -1 64 39061 0 0 0 424 14 0 0 16 0 12 0 1990021892 846508032 104020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29364] ppid=29358 vsize=826668 CPUtime=4.05
/proc/29360/task/29364/stat : 29364 (java) S 29358 29360 28896 0 -1 64 42035 0 0 0 389 16 0 0 17 0 12 0 1990021892 846508032 104020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29365] ppid=29358 vsize=826668 CPUtime=0.01
/proc/29360/task/29365/stat : 29365 (java) S 29358 29360 28896 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1990021894 846508032 104020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29366] ppid=29358 vsize=826668 CPUtime=0
/proc/29360/task/29366/stat : 29366 (java) S 29358 29360 28896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990021895 846508032 104020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29367] ppid=29358 vsize=826668 CPUtime=0
/proc/29360/task/29367/stat : 29367 (java) S 29358 29360 28896 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1990021895 846508032 104020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29368] ppid=29358 vsize=826668 CPUtime=0
/proc/29360/task/29368/stat : 29368 (java) S 29358 29360 28896 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1990021903 846508032 104020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

################
# More data... #
################

[startup+60.2021 s]
/proc/loadavg: 2.58 2.53 2.27 4/93 29372
/proc/meminfo: memFree=520784/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=922676 CPUtime=63.59
/proc/29360/stat : 29360 (java) S 29358 29360 28896 0 -1 0 217714 0 44 0 6260 99 0 0 18 0 12 0 1990021869 944820224 185131 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29360/statm: 230669 185138 1390 9 0 228031 0
[pid=29360/tid=29362] ppid=29358 vsize=922676 CPUtime=30.22
/proc/29360/task/29362/stat : 29362 (java) R 29358 29360 28896 0 -1 64 35774 0 9 0 3000 22 0 0 18 0 12 0 1990021885 944820224 185156 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29363] ppid=29358 vsize=922676 CPUtime=9.08
/proc/29360/task/29363/stat : 29363 (java) S 29358 29360 28896 0 -1 64 58864 0 0 0 885 23 0 0 16 0 12 0 1990021892 944820224 185165 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29364] ppid=29358 vsize=922676 CPUtime=8.75
/proc/29360/task/29364/stat : 29364 (java) S 29358 29360 28896 0 -1 64 76639 0 0 0 844 31 0 0 15 0 12 0 1990021892 944820224 185173 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29365] ppid=29358 vsize=922676 CPUtime=13.81
/proc/29360/task/29365/stat : 29365 (java) R 29358 29360 28896 0 -1 64 37756 0 0 0 1366 15 0 0 16 0 12 0 1990021894 944820224 185181 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29366] ppid=29358 vsize=922676 CPUtime=0
/proc/29360/task/29366/stat : 29366 (java) S 29358 29360 28896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990021895 944820224 185188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29367] ppid=29358 vsize=922676 CPUtime=0
/proc/29360/task/29367/stat : 29367 (java) S 29358 29360 28896 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1990021895 944820224 185197 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29368] ppid=29358 vsize=922676 CPUtime=0
/proc/29360/task/29368/stat : 29368 (java) S 29358 29360 28896 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1990021903 944820224 185204 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29369] ppid=29358 vsize=922676 CPUtime=0.88
/proc/29360/task/29369/stat : 29369 (java) S 29358 29360 28896 0 -1 64 5449 0 0 0 86 2 0 0 16 0 12 0 1990021903 944820224 185211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29370] ppid=29358 vsize=922676 CPUtime=0.75
/proc/29360/task/29370/stat : 29370 (java) S 29358 29360 28896 0 -1 64 2555 0 0 0 75 0 0 0 16 0 12 0 1990021903 944820224 185218 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29371] ppid=29358 vsize=922676 CPUtime=0
/proc/29360/task/29371/stat : 29371 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1990021903 944820224 185226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29372] ppid=29358 vsize=922676 CPUtime=0
/proc/29360/task/29372/stat : 29372 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990021903 944820224 185233 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.59
Current children cumulated vsize (KiB) 922676

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

Sending SIGKILL to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+60.6021 s]
/proc/loadavg: 2.58 2.53 2.27 4/94 29373
/proc/meminfo: memFree=499976/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=890672 CPUtime=63.97
/proc/29360/stat : 29360 (java) S 29358 29360 28896 0 -1 0 230055 0 44 0 6293 104 0 0 16 0 12 0 1990021869 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29360/statm: 222668 189471 1390 9 0 220030 0
[pid=29360/tid=29362] ppid=29358 vsize=890672 CPUtime=30.22
/proc/29360/task/29362/stat : 29362 (java) R 29358 29360 28896 0 -1 64 35774 0 9 0 3000 22 0 0 18 0 12 0 1990021885 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29363] ppid=29358 vsize=890672 CPUtime=9.08
/proc/29360/task/29363/stat : 29363 (java) S 29358 29360 28896 0 -1 64 58864 0 0 0 885 23 0 0 16 0 12 0 1990021892 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29364] ppid=29358 vsize=890672 CPUtime=8.75
/proc/29360/task/29364/stat : 29364 (java) S 29358 29360 28896 0 -1 64 76639 0 0 0 844 31 0 0 15 0 12 0 1990021892 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29365] ppid=29358 vsize=890672 CPUtime=14.21
/proc/29360/task/29365/stat : 29365 (java) R 29358 29360 28896 0 -1 64 50047 0 0 0 1400 21 0 0 17 0 12 0 1990021894 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29366] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29366/stat : 29366 (java) S 29358 29360 28896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990021895 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29367] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29367/stat : 29367 (java) S 29358 29360 28896 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1990021895 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29368] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29368/stat : 29368 (java) S 29358 29360 28896 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29369] ppid=29358 vsize=890672 CPUtime=0.88
/proc/29360/task/29369/stat : 29369 (java) S 29358 29360 28896 0 -1 64 5449 0 0 0 86 2 0 0 16 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29370] ppid=29358 vsize=890672 CPUtime=0.75
/proc/29360/task/29370/stat : 29370 (java) S 29358 29360 28896 0 -1 64 2555 0 0 0 75 0 0 0 16 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29371] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29371/stat : 29371 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29372] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29372/stat : 29372 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.97
Current children cumulated vsize (KiB) 890672

[startup+61.4022 s]
/proc/loadavg: 2.58 2.53 2.27 4/94 29373
/proc/meminfo: memFree=499976/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=890672 CPUtime=64.77
/proc/29360/stat : 29360 (java) S 29358 29360 28896 0 -1 0 230055 0 44 0 6373 104 0 0 16 0 12 0 1990021869 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29360/statm: 222668 189471 1390 9 0 220030 0
[pid=29360/tid=29362] ppid=29358 vsize=890672 CPUtime=30.22
/proc/29360/task/29362/stat : 29362 (java) S 29358 29360 28896 0 -1 64 35774 0 9 0 3000 22 0 0 18 0 12 0 1990021885 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29363] ppid=29358 vsize=890672 CPUtime=9.08
/proc/29360/task/29363/stat : 29363 (java) S 29358 29360 28896 0 -1 64 58864 0 0 0 885 23 0 0 16 0 12 0 1990021892 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29364] ppid=29358 vsize=890672 CPUtime=8.75
/proc/29360/task/29364/stat : 29364 (java) S 29358 29360 28896 0 -1 64 76639 0 0 0 844 31 0 0 15 0 12 0 1990021892 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29365] ppid=29358 vsize=890672 CPUtime=15.01
/proc/29360/task/29365/stat : 29365 (java) R 29358 29360 28896 0 -1 64 50047 0 0 0 1480 21 0 0 18 0 12 0 1990021894 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 105852550 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29366] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29366/stat : 29366 (java) S 29358 29360 28896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990021895 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29367] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29367/stat : 29367 (java) S 29358 29360 28896 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1990021895 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29368] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29368/stat : 29368 (java) S 29358 29360 28896 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29369] ppid=29358 vsize=890672 CPUtime=0.88
/proc/29360/task/29369/stat : 29369 (java) S 29358 29360 28896 0 -1 64 5449 0 0 0 86 2 0 0 16 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29370] ppid=29358 vsize=890672 CPUtime=0.75
/proc/29360/task/29370/stat : 29370 (java) S 29358 29360 28896 0 -1 64 2555 0 0 0 75 0 0 0 16 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29371] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29371/stat : 29371 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29372] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29372/stat : 29372 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.77
Current children cumulated vsize (KiB) 890672

[startup+61.8022 s]
/proc/loadavg: 2.61 2.54 2.27 3/94 29373
/proc/meminfo: memFree=499976/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=890672 CPUtime=65.17
/proc/29360/stat : 29360 (java) S 29358 29360 28896 0 -1 0 230055 0 44 0 6413 104 0 0 16 0 12 0 1990021869 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29360/statm: 222668 189471 1390 9 0 220030 0
[pid=29360/tid=29362] ppid=29358 vsize=890672 CPUtime=30.22
/proc/29360/task/29362/stat : 29362 (java) S 29358 29360 28896 0 -1 64 35774 0 9 0 3000 22 0 0 18 0 12 0 1990021885 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29363] ppid=29358 vsize=890672 CPUtime=9.08
/proc/29360/task/29363/stat : 29363 (java) S 29358 29360 28896 0 -1 64 58864 0 0 0 885 23 0 0 16 0 12 0 1990021892 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29364] ppid=29358 vsize=890672 CPUtime=8.75
/proc/29360/task/29364/stat : 29364 (java) S 29358 29360 28896 0 -1 64 76639 0 0 0 844 31 0 0 15 0 12 0 1990021892 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29365] ppid=29358 vsize=890672 CPUtime=15.41
/proc/29360/task/29365/stat : 29365 (java) R 29358 29360 28896 0 -1 64 50047 0 0 0 1520 21 0 0 18 0 12 0 1990021894 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29366] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29366/stat : 29366 (java) S 29358 29360 28896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990021895 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29367] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29367/stat : 29367 (java) S 29358 29360 28896 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1990021895 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29368] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29368/stat : 29368 (java) S 29358 29360 28896 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29369] ppid=29358 vsize=890672 CPUtime=0.88
/proc/29360/task/29369/stat : 29369 (java) S 29358 29360 28896 0 -1 64 5449 0 0 0 86 2 0 0 16 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29370] ppid=29358 vsize=890672 CPUtime=0.75
/proc/29360/task/29370/stat : 29370 (java) S 29358 29360 28896 0 -1 64 2555 0 0 0 75 0 0 0 16 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29371] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29371/stat : 29371 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29372] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29372/stat : 29372 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990021903 912048128 189471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.17
Current children cumulated vsize (KiB) 890672

[startup+62.2023 s]
/proc/loadavg: 2.61 2.54 2.27 3/94 29373
/proc/meminfo: memFree=499976/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=890672 CPUtime=65.58
/proc/29360/stat : 29360 (java) S 29358 29360 28896 0 -1 0 230464 0 44 0 6453 105 0 0 16 0 12 0 1990021869 912048128 189880 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29360/statm: 222668 189884 1390 9 0 220030 0
[pid=29360/tid=29362] ppid=29358 vsize=890672 CPUtime=30.22
/proc/29360/task/29362/stat : 29362 (java) S 29358 29360 28896 0 -1 64 35774 0 9 0 3000 22 0 0 18 0 12 0 1990021885 912048128 189886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29363] ppid=29358 vsize=890672 CPUtime=9.08
/proc/29360/task/29363/stat : 29363 (java) S 29358 29360 28896 0 -1 64 58864 0 0 0 885 23 0 0 16 0 12 0 1990021892 912048128 189889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29364] ppid=29358 vsize=890672 CPUtime=8.75
/proc/29360/task/29364/stat : 29364 (java) S 29358 29360 28896 0 -1 64 76639 0 0 0 844 31 0 0 15 0 12 0 1990021892 912048128 189891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29365] ppid=29358 vsize=890672 CPUtime=15.81
/proc/29360/task/29365/stat : 29365 (java) R 29358 29360 28896 0 -1 64 50469 0 0 0 1560 21 0 0 19 0 12 0 1990021894 912048128 189893 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29366] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29366/stat : 29366 (java) S 29358 29360 28896 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990021895 912048128 189896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29367] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29367/stat : 29367 (java) S 29358 29360 28896 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1990021895 912048128 189898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29368] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29368/stat : 29368 (java) S 29358 29360 28896 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1990021903 912048128 189900 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29360/tid=29369] ppid=29358 vsize=890672 CPUtime=0.88
/proc/29360/task/29369/stat : 29369 (java) S 29358 29360 28896 0 -1 64 5449 0 0 0 86 2 0 0 16 0 12 0 1990021903 912048128 189903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29370] ppid=29358 vsize=890672 CPUtime=0.75
/proc/29360/task/29370/stat : 29370 (java) S 29358 29360 28896 0 -1 64 2555 0 0 0 75 0 0 0 16 0 12 0 1990021903 912048128 189905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29371] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29371/stat : 29371 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1990021903 912048128 189908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29360/tid=29372] ppid=29358 vsize=890672 CPUtime=0
/proc/29360/task/29372/stat : 29372 (java) S 29358 29360 28896 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990021903 912048128 189910 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.58
Current children cumulated vsize (KiB) 890672

[startup+62.303 s]
/proc/loadavg: 2.61 2.54 2.27 3/94 29373
/proc/meminfo: memFree=499976/2055920 swapFree=4180436/4192956
[pid=29360] ppid=29358 vsize=0 CPUtime=65.68
/proc/29360/stat : 29360 (java) Z 29358 29360 28896 0 -1 1036 231215 0 44 0 6455 113 0 0 16 0 2 0 1990021869 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29360/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 65.68
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 62.3456
CPU time (s): 65.73
CPU user time (s): 64.5512
CPU system time (s): 1.17882
CPU usage (%): 105.428
Max. virtual memory (cumulated for all children) (KiB): 922676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.5512
system time used= 1.17882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231215
page faults= 44
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3707
involuntary context switches= 3764

runsolver used 0.104984 second user time and 0.209968 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-03 20:41:37
IDJOB=1057357
IDBENCH=54028
IDSOLVER=344
FILE ID=node48/1057357-1215110497
PBS_JOBID= 7877110
Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-40-3-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057357-1215110497/watcher-1057357-1215110497 -o /tmp/evaluation-result-1057357-1215110497/solver-1057357-1215110497 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057357-1215110497.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 731de278672e01032a698d5eefd6377a
RANDOM SEED=709544169

node48.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.231
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.231
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:       1265296 kB
Buffers:          3228 kB
Cached:          26316 kB
SwapCached:       5340 kB
Active:         731676 kB
Inactive:         5276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1265296 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:         724684 kB
Slab:            37316 kB
Committed_AS:  4857276 kB
PageTables:       3276 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= 66544 MiB
End job on node48 at 2008-07-03 20:42:39