Trace number 320576

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
SAT4J SAT 2007? (MO) 25.3311 23.7633

General information on the benchmark

Nameindustrial/narain/
clauses-4.cnf
MD5SUM47aea57a75df97a09b0fd4dea46085be
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.6819
Satisfiable
(Un)Satisfiability was proved
Number of variables267766
Number of clauses1002957
Sum of the clauses size2476573
Maximum clause length217
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2756840
Number of clauses of size 3179525
Number of clauses of size 42715
Number of clauses of size 553863
Number of clauses of size over 510013

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1703279312
0.08/0.15	c Max memory 1706164224
0.08/0.15	c Total memory 1706164224
0.08/0.15	c Number of processors 2
0.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/320576-1173048061/instance-320576-1173048061.cnf
0.20/0.20	c reading problem ... 
2.89/2.87	c ... done. Wall clock time 2.673s.
2.89/2.87	c CPU time (experimental) 2.75s.
2.89/2.87	c #vars     267767
2.89/2.87	c #constraints  1002956
25.25/23.71	c starts		: 5
25.25/23.71	c conflicts		: 1227
25.25/23.71	c decisions		: 5541
25.25/23.71	c propagations		: 15034456
25.25/23.71	c inspects		: 39331781
25.25/23.71	c learnt literals	: 61
25.25/23.71	c learnt binary clauses	: 158
25.25/23.71	c learnt ternary clauses	: 159
25.25/23.71	c learnt clauses	: 1166
25.25/23.71	c root simplifications	: 0
25.25/23.71	c removed literals (reason simplification)	: 2836
25.25/23.71	c reason swapping (by a shorter reason)	: 0
25.25/23.71	c Calls to reduceDB	: 0
25.25/23.71	c speed (decisions/second)	: 266.92037188689244
25.25/23.71	c non guided choices	88
25.25/23.71	s UNKNOWN
25.25/23.71	c Total wall clock time (in seconds) : 23.508
25.25/23.71	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node26/watcher-320576-1173048061 -o ROOT/results/node26/solver-320576-1173048061 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/320576-1173048061/sat4j-sat2007.jar /tmp/evaluation/320576-1173048061/instance-320576-1173048061.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 1.00 1.00 1.00 3/77 3440
/proc/meminfo: memFree=1251040/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=0 CPUtime=0
/proc/3440/stat : 3440 (runsolver) R 3438 3440 2923 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 324759768 0 0 18446744073709551615 0 0 0 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3440/statm: 0 0 0 0 0 0 0

[startup+0.0626799 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 3440
/proc/meminfo: memFree=1251040/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1829096 CPUtime=0.05
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 3654 0 1 0 3 2 0 0 18 0 7 0 324759768 1872994304 3396 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 457274 3396 1069 9 0 454910 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1829096

[startup+0.101686 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 3440
/proc/meminfo: memFree=1251040/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1831496 CPUtime=0.08
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 4002 0 1 0 6 2 0 0 18 0 12 0 324759768 1875451904 3743 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 457874 3743 1122 9 0 455493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831496

[startup+0.301721 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 3440
/proc/meminfo: memFree=1251040/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1834096 CPUtime=0.32
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 8593 0 1 0 28 4 0 0 18 0 12 0 324759768 1878114304 8331 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 458524 8331 1276 9 0 456136 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1834096

[startup+0.701783 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 3440
/proc/meminfo: memFree=1251040/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1834160 CPUtime=0.8
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 12271 0 1 0 73 7 0 0 18 0 12 0 324759768 1878179840 12009 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 458540 12009 1290 9 0 456152 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1834160

[startup+1.50192 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 3452
/proc/meminfo: memFree=1195264/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1834160 CPUtime=1.6
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 19766 0 1 0 150 10 0 0 18 0 12 0 324759768 1878179840 19503 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 458540 19503 1290 9 0 456152 0
[pid=3440/tid=3442] ppid=3438 vsize=1834160 CPUtime=1.38
/proc/3440/task/3442/stat : 3442 (java) R 3438 3440 2923 0 -1 64 18423 0 1 0 129 9 0 0 20 0 12 0 324759769 1878179840 19504 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109514931 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3443] ppid=3438 vsize=1834160 CPUtime=0
/proc/3440/task/3443/stat : 3443 (java) S 3438 3440 2923 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 324759771 1878179840 19504 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3444] ppid=3438 vsize=1834160 CPUtime=0
/proc/3440/task/3444/stat : 3444 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 324759771 1878179840 19504 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3445] ppid=3438 vsize=1834160 CPUtime=0
/proc/3440/task/3445/stat : 3445 (java) S 3438 3440 2923 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 324759773 1878179840 19505 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3446] ppid=3438 vsize=1834160 CPUtime=0
/proc/3440/task/3446/stat : 3446 (java) S 3438 3440 2923 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 324759773 1878179840 19505 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3447] ppid=3438 vsize=1834160 CPUtime=0
/proc/3440/task/3447/stat : 3447 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 324759774 1878179840 19505 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3448] ppid=3438 vsize=1834160 CPUtime=0
/proc/3440/task/3448/stat : 3448 (java) S 3438 3440 2923 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 324759777 1878179840 19506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3449] ppid=3438 vsize=1834160 CPUtime=0.08
/proc/3440/task/3449/stat : 3449 (java) S 3438 3440 2923 0 -1 64 369 0 0 0 8 0 0 0 16 0 12 0 324759777 1878179840 19506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3450] ppid=3438 vsize=1834160 CPUtime=0.11
/proc/3440/task/3450/stat : 3450 (java) S 3438 3440 2923 0 -1 64 257 0 0 0 11 0 0 0 16 0 12 0 324759777 1878179840 19506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3451] ppid=3438 vsize=1834160 CPUtime=0
/proc/3440/task/3451/stat : 3451 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 324759777 1878179840 19506 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3452] ppid=3438 vsize=1834160 CPUtime=0
/proc/3440/task/3452/stat : 3452 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 324759777 1878179840 19507 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 1834160

[startup+3.10221 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 3452
/proc/meminfo: memFree=1156032/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1834740 CPUtime=3.29
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 35754 0 1 0 312 17 0 0 18 0 13 0 324759768 1878773760 35371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 458685 35371 1305 9 0 456297 0
[pid=3440/tid=3442] ppid=3438 vsize=1834740 CPUtime=2.91
/proc/3440/task/3442/stat : 3442 (java) R 3438 3440 2923 0 -1 64 34150 0 1 0 275 16 0 0 18 0 13 0 324759769 1878773760 35371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3443] ppid=3438 vsize=1834740 CPUtime=0
/proc/3440/task/3443/stat : 3443 (java) S 3438 3440 2923 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 324759771 1878773760 35371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3444] ppid=3438 vsize=1834740 CPUtime=0
/proc/3440/task/3444/stat : 3444 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 324759771 1878773760 35371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3445] ppid=3438 vsize=1834740 CPUtime=0
/proc/3440/task/3445/stat : 3445 (java) S 3438 3440 2923 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324759773 1878773760 35371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3446] ppid=3438 vsize=1834740 CPUtime=0
/proc/3440/task/3446/stat : 3446 (java) S 3438 3440 2923 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 324759773 1878773760 35371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3447] ppid=3438 vsize=1834740 CPUtime=0
/proc/3440/task/3447/stat : 3447 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 324759774 1878773760 35371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3448] ppid=3438 vsize=1834740 CPUtime=0
/proc/3440/task/3448/stat : 3448 (java) S 3438 3440 2923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 324759777 1878773760 35371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3449] ppid=3438 vsize=1834740 CPUtime=0.17
/proc/3440/task/3449/stat : 3449 (java) R 3438 3440 2923 0 -1 64 494 0 0 0 17 0 0 0 16 0 13 0 324759777 1878773760 35371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103318671 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3450] ppid=3438 vsize=1834740 CPUtime=0.18
/proc/3440/task/3450/stat : 3450 (java) R 3438 3440 2923 0 -1 64 388 0 0 0 18 0 0 0 16 0 13 0 324759777 1878773760 35371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 104723127 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3451] ppid=3438 vsize=1834740 CPUtime=0
/proc/3440/task/3451/stat : 3451 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 324759777 1878773760 35371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3452] ppid=3438 vsize=1834740 CPUtime=0
/proc/3440/task/3452/stat : 3452 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324759777 1878773760 35371 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 1834740

[startup+6.30175 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3453
/proc/meminfo: memFree=1110008/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1834060 CPUtime=6.73
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 38195 0 1 0 654 19 0 0 18 0 13 0 324759768 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 458515 36818 1310 9 0 456127 0
[pid=3440/tid=3442] ppid=3438 vsize=1834060 CPUtime=6.05
/proc/3440/task/3442/stat : 3442 (java) R 3438 3440 2923 0 -1 64 35697 0 1 0 588 17 0 0 25 0 13 0 324759769 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109546982 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3443] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3443/stat : 3443 (java) S 3438 3440 2923 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 324759771 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3444] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3444/stat : 3444 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 324759771 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3445] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3445/stat : 3445 (java) S 3438 3440 2923 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324759773 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3446] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3446/stat : 3446 (java) S 3438 3440 2923 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 324759773 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3447] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3447/stat : 3447 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 324759774 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3448] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3448/stat : 3448 (java) S 3438 3440 2923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 324759777 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3449] ppid=3438 vsize=1834060 CPUtime=0.33
/proc/3440/task/3449/stat : 3449 (java) S 3438 3440 2923 0 -1 64 1049 0 0 0 33 0 0 0 16 0 13 0 324759777 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3450] ppid=3438 vsize=1834060 CPUtime=0.31
/proc/3440/task/3450/stat : 3450 (java) S 3438 3440 2923 0 -1 64 727 0 0 0 31 0 0 0 16 0 13 0 324759777 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3451] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3451/stat : 3451 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 324759777 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3452] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3452/stat : 3452 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324759777 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3453] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3453/stat : 3453 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 324760077 1878077440 36818 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 1834060

[startup+12.7029 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 3453
/proc/meminfo: memFree=1102200/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1834060 CPUtime=13.13
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 39801 0 1 0 1293 20 0 0 18 0 13 0 324759768 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 458515 38336 1310 9 0 456127 0
[pid=3440/tid=3442] ppid=3438 vsize=1834060 CPUtime=12.43
/proc/3440/task/3442/stat : 3442 (java) R 3438 3440 2923 0 -1 64 37303 0 1 0 1225 18 0 0 25 0 13 0 324759769 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4109595266 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3443] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3443/stat : 3443 (java) S 3438 3440 2923 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 324759771 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3444] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3444/stat : 3444 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 324759771 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3445] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3445/stat : 3445 (java) S 3438 3440 2923 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324759773 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3446] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3446/stat : 3446 (java) S 3438 3440 2923 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 324759773 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3447] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3447/stat : 3447 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 324759774 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3448] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3448/stat : 3448 (java) S 3438 3440 2923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 324759777 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3449] ppid=3438 vsize=1834060 CPUtime=0.35
/proc/3440/task/3449/stat : 3449 (java) S 3438 3440 2923 0 -1 64 1049 0 0 0 35 0 0 0 17 0 13 0 324759777 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3450] ppid=3438 vsize=1834060 CPUtime=0.32
/proc/3440/task/3450/stat : 3450 (java) S 3438 3440 2923 0 -1 64 727 0 0 0 32 0 0 0 16 0 13 0 324759777 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3451] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3451/stat : 3451 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 324759777 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3452] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3452/stat : 3452 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324759777 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3453] ppid=3438 vsize=1834060 CPUtime=0
/proc/3440/task/3453/stat : 3453 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 324760077 1878077440 38336 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 1834060



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+22.9026 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 3453
/proc/meminfo: memFree=1053112/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1844308 CPUtime=23.66
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 54730 0 1 0 2338 28 0 0 18 0 13 0 324759768 1888571392 50751 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 461077 50752 1318 9 0 458689 0
[pid=3440/tid=3442] ppid=3438 vsize=1844308 CPUtime=22.32
/proc/3440/task/3442/stat : 3442 (java) S 3438 3440 2923 0 -1 64 38804 0 1 0 2213 19 0 0 25 0 13 0 324759769 1888571392 50755 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3443] ppid=3438 vsize=1844308 CPUtime=0.28
/proc/3440/task/3443/stat : 3443 (java) R 3438 3440 2923 0 -1 64 5119 0 0 0 26 2 0 0 18 0 13 0 324759771 1888571392 50757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3444] ppid=3438 vsize=1844308 CPUtime=0.29
/proc/3440/task/3444/stat : 3444 (java) R 3438 3440 2923 0 -1 64 8293 0 0 0 25 4 0 0 19 0 13 0 324759771 1888571392 50758 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3445] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3445/stat : 3445 (java) S 3438 3440 2923 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 324759773 1888571392 50759 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3446] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3446/stat : 3446 (java) S 3438 3440 2923 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 324759773 1888571392 50761 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3447] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3447/stat : 3447 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 324759774 1888571392 50762 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3448] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3448/stat : 3448 (java) S 3438 3440 2923 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 324759777 1888571392 50764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3449] ppid=3438 vsize=1844308 CPUtime=0.39
/proc/3440/task/3449/stat : 3449 (java) S 3438 3440 2923 0 -1 64 1072 0 0 0 39 0 0 0 17 0 13 0 324759777 1888571392 50766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3450] ppid=3438 vsize=1844308 CPUtime=0.33
/proc/3440/task/3450/stat : 3450 (java) S 3438 3440 2923 0 -1 64 728 0 0 0 33 0 0 0 16 0 13 0 324759777 1888571392 50767 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3451] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3451/stat : 3451 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 324759777 1888571392 50768 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3452] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3452/stat : 3452 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324759777 1888571392 50770 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3453] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3453/stat : 3453 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 324760077 1888571392 50771 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.66
Current children cumulated vsize (KiB) 1844308

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

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

[startup+23.0137 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 3454
/proc/meminfo: memFree=1041136/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1844308 CPUtime=23.89
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 57889 0 1 0 2359 30 0 0 16 0 13 0 324759768 1888571392 53748 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 461077 53749 1318 9 0 458689 0
[pid=3440/tid=3442] ppid=3438 vsize=1844308 CPUtime=22.32
/proc/3440/task/3442/stat : 3442 (java) S 3438 3440 2923 0 -1 64 38804 0 1 0 2213 19 0 0 25 0 13 0 324759769 1888571392 53752 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3443] ppid=3438 vsize=1844308 CPUtime=0.39
/proc/3440/task/3443/stat : 3443 (java) R 3438 3440 2923 0 -1 64 5714 0 0 0 36 3 0 0 19 0 13 0 324759771 1888571392 53754 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105366888 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3444] ppid=3438 vsize=1844308 CPUtime=0.4
/proc/3440/task/3444/stat : 3444 (java) R 3438 3440 2923 0 -1 64 10857 0 0 0 35 5 0 0 20 0 13 0 324759771 1888571392 53755 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3445] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3445/stat : 3445 (java) S 3438 3440 2923 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 324759773 1888571392 53757 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3446] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3446/stat : 3446 (java) S 3438 3440 2923 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 324759773 1888571392 53758 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3447] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3447/stat : 3447 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 324759774 1888571392 53760 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3448] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3448/stat : 3448 (java) S 3438 3440 2923 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324759777 1888571392 53761 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3449] ppid=3438 vsize=1844308 CPUtime=0.39
/proc/3440/task/3449/stat : 3449 (java) S 3438 3440 2923 0 -1 64 1072 0 0 0 39 0 0 0 17 0 13 0 324759777 1888571392 53763 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3450] ppid=3438 vsize=1844308 CPUtime=0.33
/proc/3440/task/3450/stat : 3450 (java) S 3438 3440 2923 0 -1 64 728 0 0 0 33 0 0 0 16 0 13 0 324759777 1888571392 53764 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3451] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3451/stat : 3451 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 324759777 1888571392 53766 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3452] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3452/stat : 3452 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324759777 1888571392 53767 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3453] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3453/stat : 3453 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 324760077 1888571392 53769 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.89
Current children cumulated vsize (KiB) 1844308

[startup+23.4027 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 3454
/proc/meminfo: memFree=1041136/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1844308 CPUtime=24.65
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 70446 0 1 0 2430 35 0 0 16 0 13 0 324759768 1888571392 64454 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 461077 64456 1318 9 0 458689 0
[pid=3440/tid=3442] ppid=3438 vsize=1844308 CPUtime=22.32
/proc/3440/task/3442/stat : 3442 (java) S 3438 3440 2923 0 -1 64 38804 0 1 0 2213 19 0 0 25 0 13 0 324759769 1888571392 64457 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3443] ppid=3438 vsize=1844308 CPUtime=0.77
/proc/3440/task/3443/stat : 3443 (java) R 3438 3440 2923 0 -1 64 9082 0 0 0 73 4 0 0 23 0 13 0 324759771 1888571392 64458 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3444] ppid=3438 vsize=1844308 CPUtime=0.78
/proc/3440/task/3444/stat : 3444 (java) R 3438 3440 2923 0 -1 64 20044 0 0 0 69 9 0 0 23 0 13 0 324759771 1888571392 64460 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3445] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3445/stat : 3445 (java) S 3438 3440 2923 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 324759773 1888571392 64461 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3446] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3446/stat : 3446 (java) S 3438 3440 2923 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 324759773 1888571392 64462 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3447] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3447/stat : 3447 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 324759774 1888571392 64463 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3448] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3448/stat : 3448 (java) S 3438 3440 2923 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324759777 1888571392 64464 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3449] ppid=3438 vsize=1844308 CPUtime=0.39
/proc/3440/task/3449/stat : 3449 (java) S 3438 3440 2923 0 -1 64 1072 0 0 0 39 0 0 0 17 0 13 0 324759777 1888571392 64465 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3450] ppid=3438 vsize=1844308 CPUtime=0.33
/proc/3440/task/3450/stat : 3450 (java) S 3438 3440 2923 0 -1 64 728 0 0 0 33 0 0 0 16 0 13 0 324759777 1888571392 64466 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3451] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3451/stat : 3451 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 324759777 1888571392 64467 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3452] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3452/stat : 3452 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324759777 1888571392 64468 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3453] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3453/stat : 3453 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 324760077 1888571392 64469 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 1844308

[startup+23.6028 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 3454
/proc/meminfo: memFree=1041136/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1844308 CPUtime=25.05
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 74401 0 1 0 2468 37 0 0 16 0 13 0 324759768 1888571392 67857 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 461077 67858 1318 9 0 458689 0
[pid=3440/tid=3442] ppid=3438 vsize=1844308 CPUtime=22.32
/proc/3440/task/3442/stat : 3442 (java) S 3438 3440 2923 0 -1 64 38804 0 1 0 2213 19 0 0 25 0 13 0 324759769 1888571392 67858 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3443] ppid=3438 vsize=1844308 CPUtime=0.98
/proc/3440/task/3443/stat : 3443 (java) R 3438 3440 2923 0 -1 64 11662 0 0 0 92 6 0 0 25 0 13 0 324759771 1888571392 67859 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105368839 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3444] ppid=3438 vsize=1844308 CPUtime=0.99
/proc/3440/task/3444/stat : 3444 (java) R 3438 3440 2923 0 -1 64 21416 0 0 0 89 10 0 0 25 0 13 0 324759771 1888571392 67860 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3445] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3445/stat : 3445 (java) S 3438 3440 2923 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 324759773 1888571392 67860 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3446] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3446/stat : 3446 (java) S 3438 3440 2923 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 324759773 1888571392 67861 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3447] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3447/stat : 3447 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 324759774 1888571392 67862 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3448] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3448/stat : 3448 (java) S 3438 3440 2923 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324759777 1888571392 67862 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3449] ppid=3438 vsize=1844308 CPUtime=0.39
/proc/3440/task/3449/stat : 3449 (java) S 3438 3440 2923 0 -1 64 1072 0 0 0 39 0 0 0 17 0 13 0 324759777 1888571392 67863 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3450] ppid=3438 vsize=1844308 CPUtime=0.33
/proc/3440/task/3450/stat : 3450 (java) S 3438 3440 2923 0 -1 64 728 0 0 0 33 0 0 0 16 0 13 0 324759777 1888571392 67863 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3451] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3451/stat : 3451 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 324759777 1888571392 67864 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3452] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3452/stat : 3452 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324759777 1888571392 67865 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3453] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3453/stat : 3453 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 324760077 1888571392 67865 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 1844308

[startup+23.7028 s]
/proc/loadavg: 1.00 1.00 1.00 3/91 3454
/proc/meminfo: memFree=1041136/2055920 swapFree=4154868/4192956
[pid=3440] ppid=3438 vsize=1844308 CPUtime=25.25
/proc/3440/stat : 3440 (java) S 3438 3440 2923 0 -1 0 76611 0 1 0 2487 38 0 0 16 0 13 0 324759768 1888571392 69949 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3440/statm: 461077 69953 1318 9 0 458689 0
[pid=3440/tid=3442] ppid=3438 vsize=1844308 CPUtime=22.32
/proc/3440/task/3442/stat : 3442 (java) S 3438 3440 2923 0 -1 64 38804 0 1 0 2213 19 0 0 25 0 13 0 324759769 1888571392 69953 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3443] ppid=3438 vsize=1844308 CPUtime=1.07
/proc/3440/task/3443/stat : 3443 (java) R 3438 3440 2923 0 -1 64 13083 0 0 0 101 6 0 0 25 0 13 0 324759771 1888571392 69953 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3444] ppid=3438 vsize=1844308 CPUtime=1.08
/proc/3440/task/3444/stat : 3444 (java) R 3438 3440 2923 0 -1 64 22207 0 0 0 98 10 0 0 25 0 13 0 324759771 1888571392 69953 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3445] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3445/stat : 3445 (java) S 3438 3440 2923 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 324759773 1888571392 69953 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3446] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3446/stat : 3446 (java) S 3438 3440 2923 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 324759773 1888571392 69953 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3447] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3447/stat : 3447 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 324759774 1888571392 69953 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3448] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3448/stat : 3448 (java) S 3438 3440 2923 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 324759777 1888571392 69953 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3449] ppid=3438 vsize=1844308 CPUtime=0.39
/proc/3440/task/3449/stat : 3449 (java) S 3438 3440 2923 0 -1 64 1072 0 0 0 39 0 0 0 17 0 13 0 324759777 1888571392 69953 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3440/tid=3450] ppid=3438 vsize=1844308 CPUtime=0.33
/proc/3440/task/3450/stat : 3450 (java) S 3438 3440 2923 0 -1 64 728 0 0 0 33 0 0 0 16 0 13 0 324759777 1888571392 69953 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3451] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3451/stat : 3451 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 324759777 1888571392 69953 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3452] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3452/stat : 3452 (java) S 3438 3440 2923 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 324759777 1888571392 69953 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3440/tid=3453] ppid=3438 vsize=1844308 CPUtime=0
/proc/3440/task/3453/stat : 3453 (java) S 3438 3440 2923 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 324760077 1888571392 69953 18446744073709551615 134512640 134550740 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 1844308

Child status: 143
Real time (s): 23.7633
CPU time (s): 25.3311
CPU user time (s): 24.9002
CPU system time (s): 0.430934
CPU usage (%): 106.598
Max. virtual memory (cumulated for all children) (KiB): 1844308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.9002
system time used= 0.430934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76946
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= 863
involuntary context switches= 874

runsolver used 0.026995 second user time and 0.078987 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Sun Mar  4 22:41:01 UTC 2007

IDJOB= 320576
IDBENCH= 20507
IDSOLVER= 96
FILE ID= node26/320576-1173048061

PBS_JOBID= 4012482

Free space on /tmp= 66519 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/narain/clauses-4.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/320576-1173048061/sat4j-sat2007.jar /tmp/evaluation/320576-1173048061/instance-320576-1173048061.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-320576-1173048061 -o ROOT/results/node26/solver-320576-1173048061 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/320576-1173048061/sat4j-sat2007.jar /tmp/evaluation/320576-1173048061/instance-320576-1173048061.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  47aea57a75df97a09b0fd4dea46085be

RANDOM SEED= 862035884

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.279
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.279
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:       1251448 kB
Buffers:         39768 kB
Cached:         680028 kB
SwapCached:      16712 kB
Active:         250924 kB
Inactive:       492164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1251448 kB
SwapTotal:     4192956 kB
SwapFree:      4154868 kB
Dirty:           19412 kB
Writeback:           0 kB
Mapped:          30288 kB
Slab:            46924 kB
Committed_AS:   828100 kB
PageTables:       1712 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= 66519 MiB

End job on node26 on Sun Mar  4 22:41:26 UTC 2007