Trace number 313692

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) 124.269 122.894

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-10-13-u.cnf
MD5SUMec1a03bc95c5b06907199f7ae65ad092
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables234064
Number of clauses1059777
Sum of the clauses size2420962
Maximum clause length10
Minimum clause length1
Number of clauses of size 117678
Number of clauses of size 2854833
Number of clauses of size 3143326
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

Solver Data (download as text)

0.14/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14/0.45	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14/0.45	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.46	c version SAT COMPETITION 2007
0.14/0.46	c sun.arch.data.model	32
0.14/0.46	c java.version	1.6.0
0.14/0.46	c os.name	Linux
0.14/0.46	c os.version	2.6.9-22.EL.rootsmp
0.14/0.46	c os.arch	i386
0.14/0.46	c Free memory 1703279312
0.14/0.46	c Max memory 1706164224
0.14/0.46	c Total memory 1706164224
0.14/0.46	c Number of processors 2
0.25/0.52	c --- Begin Solver configuration ---
0.25/0.52	c Stops conflict analysis at the first Unique Implication Point
0.25/0.52	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.25/0.52	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.25/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.52	c VSIDS like heuristics from MiniSAT using a heap
0.25/0.52	c Expensive reason simplification
0.25/0.52	c --- End Solver configuration ---
0.25/0.52	c timeout: 2147483s
0.25/0.52	c solving /tmp/evaluation/313692-1176889529/instance-313692-1176889529.cnf
0.25/0.52	c reading problem ... 
3.03/3.27	c ... done. Wall clock time 2.749s.
3.03/3.27	c CPU time (experimental) 2.85s.
3.03/3.27	c #vars     234064
3.03/3.27	c #constraints  1040931
124.15/122.83	c starts		: 11
124.15/122.83	c conflicts		: 13607
124.15/122.83	c decisions		: 73758
124.15/122.83	c propagations		: 59219876
124.15/122.83	c inspects		: 181814889
124.15/122.83	c learnt literals	: 29
124.15/122.83	c learnt binary clauses	: 417
124.15/122.83	c learnt ternary clauses	: 599
124.15/122.83	c learnt clauses	: 13578
124.15/122.83	c root simplifications	: 0
124.15/122.83	c removed literals (reason simplification)	: 447715
124.15/122.83	c reason swapping (by a shorter reason)	: 0
124.15/122.83	c Calls to reduceDB	: 0
124.15/122.83	c speed (decisions/second)	: 617.2766149751864
124.15/122.83	c non guided choices	1632
124.15/122.83	s UNKNOWN
124.15/122.83	c Total wall clock time (in seconds) : 122.31
124.15/122.83	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.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node70/watcher-313692-1176889529 -o ROOT/results/node70/solver-313692-1176889529 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313692-1176889529/sat4j-sat2007.jar /tmp/evaluation/313692-1176889529/instance-313692-1176889529.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: 0.79 0.94 0.98 3/64 18072
/proc/meminfo: memFree=1467576/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=18568 CPUtime=0
/proc/18072/stat : 18072 (runsolver) D 18070 18072 18015 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 128490388 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 233402068263 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18072/statm: 4642 292 257 24 0 2626 0

[startup+0.00776796 s]
/proc/loadavg: 0.79 0.94 0.98 3/64 18072
/proc/meminfo: memFree=1467576/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=18568 CPUtime=0
/proc/18072/stat : 18072 (runsolver) D 18070 18072 18015 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 128490388 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 233402068263 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18072/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.101863 s]
/proc/loadavg: 0.79 0.94 0.98 3/64 18072
/proc/meminfo: memFree=1467576/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=11868 CPUtime=0.01
/proc/18072/stat : 18072 (java) D 18070 18072 18015 0 -1 0 334 0 13 0 0 1 0 0 18 0 1 0 128490388 12152832 155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 8418311 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/18072/statm: 2967 155 118 9 0 92 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11868

[startup+0.30181 s]
/proc/loadavg: 0.79 0.94 0.98 3/64 18072
/proc/meminfo: memFree=1467576/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=1829096 CPUtime=0.09
/proc/18072/stat : 18072 (java) S 18070 18072 18015 0 -1 0 3599 0 50 0 2 7 0 0 18 0 7 0 128490388 1872994304 3390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/18072/statm: 457274 3390 1069 9 0 454910 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1829096

[startup+0.701843 s]
/proc/loadavg: 0.79 0.94 0.98 3/64 18072
/proc/meminfo: memFree=1467576/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=1834208 CPUtime=0.5
/proc/18072/stat : 18072 (java) S 18070 18072 18015 0 -1 0 9453 0 50 0 40 10 0 0 18 0 12 0 128490388 1878228992 9240 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18072/statm: 458552 9240 1289 9 0 456164 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 1834208

[startup+1.50192 s]
/proc/loadavg: 0.79 0.94 0.98 3/76 18084
/proc/meminfo: memFree=1408792/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=1834208 CPUtime=1.33
/proc/18072/stat : 18072 (java) S 18070 18072 18015 0 -1 0 20712 0 50 0 118 15 0 0 18 0 12 0 128490388 1878228992 20495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18072/statm: 458552 20495 1290 9 0 456164 0
[pid=18072/tid=18074] ppid=18070 vsize=1834208 CPUtime=1.09
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 18015 0 -1 64 19462 0 11 0 98 11 0 0 18 0 12 0 128490406 1878228992 20495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109515996 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 128490413 1878228992 20496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 128490413 1878228992 20496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128490417 1878228992 20496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 18015 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 128490417 1878228992 20496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 128490417 1878228992 20496 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 18015 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128490425 1878228992 20497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1834208 CPUtime=0.09
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 18015 0 -1 64 329 0 0 0 9 0 0 0 16 0 12 0 128490426 1878228992 20497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1834208 CPUtime=0.1
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 18015 0 -1 64 242 0 0 0 10 0 0 0 16 0 12 0 128490426 1878228992 20497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 128490426 1878228992 20497 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128490426 1878228992 20498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 1834208

[startup+3.10208 s]
/proc/loadavg: 0.79 0.94 0.98 2/76 18084
/proc/meminfo: memFree=1366488/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=1834208 CPUtime=2.93
/proc/18072/stat : 18072 (java) S 18070 18072 18015 0 -1 0 32308 0 50 0 270 23 0 0 18 0 12 0 128490388 1878228992 32091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18072/statm: 458552 32091 1294 9 0 456164 0
[pid=18072/tid=18074] ppid=18070 vsize=1834208 CPUtime=2.69
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 18015 0 -1 64 31058 0 11 0 250 19 0 0 25 0 12 0 128490406 1878228992 32091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109522959 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 128490413 1878228992 32091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 128490413 1878228992 32092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128490417 1878228992 32092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 18015 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 128490417 1878228992 32092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 128490417 1878228992 32092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 18015 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128490425 1878228992 32093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1834208 CPUtime=0.09
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 18015 0 -1 64 329 0 0 0 9 0 0 0 17 0 12 0 128490426 1878228992 32093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1834208 CPUtime=0.1
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 18015 0 -1 64 242 0 0 0 10 0 0 0 16 0 12 0 128490426 1878228992 32093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 128490426 1878228992 32094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1834208 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128490426 1878228992 32094 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 1834208

[startup+6.3024 s]
/proc/loadavg: 0.81 0.94 0.98 2/77 18085
/proc/meminfo: memFree=1317072/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=1836880 CPUtime=6.49
/proc/18072/stat : 18072 (java) S 18070 18072 18015 0 -1 0 37652 0 50 0 622 27 0 0 18 0 13 0 128490388 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18072/statm: 459220 36212 1313 9 0 456832 0
[pid=18072/tid=18074] ppid=18070 vsize=1836880 CPUtime=5.73
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 18015 0 -1 64 34553 0 11 0 552 21 0 0 25 0 13 0 128490406 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558751 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 128490413 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 128490413 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128490417 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 18015 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 128490417 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 128490417 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 18015 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128490425 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1836880 CPUtime=0.34
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 18015 0 -1 64 1351 0 0 0 34 0 0 0 16 0 13 0 128490426 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1836880 CPUtime=0.34
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 18015 0 -1 64 1065 0 0 0 34 0 0 0 16 0 13 0 128490426 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 128490426 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128490426 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18085] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18085/stat : 18085 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 128490734 1880965120 36212 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 1836880

[startup+12.702 s]
/proc/loadavg: 0.82 0.94 0.98 2/77 18085
/proc/meminfo: memFree=1316248/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=1836880 CPUtime=12.89
/proc/18072/stat : 18072 (java) S 18070 18072 18015 0 -1 0 37858 0 50 0 1262 27 0 0 18 0 13 0 128490388 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18072/statm: 459220 36418 1313 9 0 456832 0
[pid=18072/tid=18074] ppid=18070 vsize=1836880 CPUtime=12.12
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 18015 0 -1 64 34759 0 11 0 1191 21 0 0 25 0 13 0 128490406 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109639185 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 128490413 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 128490413 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128490417 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 18015 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 128490417 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 128490417 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 18015 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128490425 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1836880 CPUtime=0.35
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 18015 0 -1 64 1351 0 0 0 35 0 0 0 16 0 13 0 128490426 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1836880 CPUtime=0.35
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 18015 0 -1 64 1065 0 0 0 35 0 0 0 17 0 13 0 128490426 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 128490426 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128490426 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18085] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18085/stat : 18085 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 128490734 1880965120 36418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 1836880

[startup+25.5013 s]
/proc/loadavg: 0.86 0.94 0.98 2/77 18085
/proc/meminfo: memFree=1314200/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=1836880 CPUtime=25.75
/proc/18072/stat : 18072 (java) S 18070 18072 18015 0 -1 0 38382 0 50 0 2547 28 0 0 18 0 13 0 128490388 1880965120 36940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18072/statm: 459220 36940 1316 9 0 456832 0
[pid=18072/tid=18074] ppid=18070 vsize=1836880 CPUtime=24.9
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 18015 0 -1 64 35273 0 11 0 2468 22 0 0 25 0 13 0 128490406 1880965120 36940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109639141 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 128490413 1880965120 36940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 128490413 1880965120 36940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128490417 1880965120 36940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 18015 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 128490417 1880965120 36940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18072] ppid=18070 vsize=1836880 CPUtime=102.55
/proc/18072/stat : 18072 (java) S 18070 18072 18015 0 -1 0 40982 0 50 0 10225 30 0 0 18 0 13 0 128490388 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18072/statm: 459220 39539 1317 9 0 456832 0
[pid=18072/tid=18074] ppid=18070 vsize=1836880 CPUtime=101.62
/proc/18072/task/18074/stat : 18074 (java) R 18070 18072 18015 0 -1 64 37864 0 11 0 10138 24 0 0 25 0 13 0 128490406 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109627166 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18075/stat : 18075 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 128490413 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18076/stat : 18076 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 128490413 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128490417 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 18015 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 128490417 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 128490417 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 18015 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128490425 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1836880 CPUtime=0.43
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 18015 0 -1 64 1357 0 0 0 43 0 0 0 17 0 13 0 128490426 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1836880 CPUtime=0.42
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 18015 0 -1 64 1078 0 0 0 42 0 0 0 16 0 13 0 128490426 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 128490426 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128490426 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18085] ppid=18070 vsize=1836880 CPUtime=0
/proc/18072/task/18085/stat : 18085 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 128490734 1880965120 39539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.55
Current children cumulated vsize (KiB) 1836880



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+121.803 s]
/proc/loadavg: 1.02 0.98 0.99 3/77 18085
/proc/meminfo: memFree=1284184/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=1843288 CPUtime=122.17
/proc/18072/stat : 18072 (java) S 18070 18072 18015 0 -1 0 46943 0 50 0 12184 33 0 0 18 0 13 0 128490388 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18072/statm: 460822 44377 1322 9 0 458434 0
[pid=18072/tid=18074] ppid=18070 vsize=1843288 CPUtime=120.98
/proc/18072/task/18074/stat : 18074 (java) S 18070 18072 18015 0 -1 64 38815 0 11 0 12073 25 0 0 25 0 13 0 128490406 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1843288 CPUtime=0.12
/proc/18072/task/18075/stat : 18075 (java) R 18070 18072 18015 0 -1 64 1689 0 0 0 12 0 0 0 18 0 13 0 128490413 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105367024 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1843288 CPUtime=0.13
/proc/18072/task/18076/stat : 18076 (java) R 18070 18072 18015 0 -1 64 3322 0 0 0 12 1 0 0 17 0 13 0 128490413 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105697979 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1843288 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 18015 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 128490417 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1843288 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 18015 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 128490417 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1843288 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 128490417 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1843288 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 18015 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 128490425 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1843288 CPUtime=0.43
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 18015 0 -1 64 1357 0 0 0 43 0 0 0 17 0 13 0 128490426 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1843288 CPUtime=0.42
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 18015 0 -1 64 1078 0 0 0 42 0 0 0 16 0 13 0 128490426 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1843288 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 128490426 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1843288 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) R 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128490426 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18085] ppid=18070 vsize=1843288 CPUtime=0
/proc/18072/task/18085/stat : 18085 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 128490734 1887526912 44377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 122.17
Current children cumulated vsize (KiB) 1843288

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

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

[startup+122.203 s]
/proc/loadavg: 1.02 0.98 0.99 3/78 18086
/proc/meminfo: memFree=1241488/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=1848408 CPUtime=122.96
/proc/18072/stat : 18072 (java) S 18070 18072 18015 0 -1 0 66077 0 50 0 12255 41 0 0 16 0 13 0 128490388 1892769792 60991 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18072/statm: 462102 60992 1322 9 0 459714 0
[pid=18072/tid=18074] ppid=18070 vsize=1848408 CPUtime=120.98
/proc/18072/task/18074/stat : 18074 (java) S 18070 18072 18015 0 -1 64 38815 0 11 0 12073 25 0 0 25 0 13 0 128490406 1892769792 60993 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1848408 CPUtime=0.51
/proc/18072/task/18075/stat : 18075 (java) R 18070 18072 18015 0 -1 64 8078 0 0 0 48 3 0 0 20 0 13 0 128490413 1892769792 60994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105698148 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1848408 CPUtime=0.53
/proc/18072/task/18076/stat : 18076 (java) R 18070 18072 18015 0 -1 64 16070 0 0 0 47 6 0 0 20 0 13 0 128490413 1892769792 60995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 18015 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 128490417 1892769792 60996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 18015 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 128490417 1892769792 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 128490417 1892769792 60999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128490425 1892769792 61000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1848408 CPUtime=0.43
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 18015 0 -1 64 1357 0 0 0 43 0 0 0 17 0 13 0 128490426 1892769792 61001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1848408 CPUtime=0.42
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 18015 0 -1 64 1078 0 0 0 42 0 0 0 16 0 13 0 128490426 1892769792 61002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 128490426 1892769792 61003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128490426 1892769792 61004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18085] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18085/stat : 18085 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 128490734 1892769792 61005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 122.96
Current children cumulated vsize (KiB) 1848408

[startup+122.602 s]
/proc/loadavg: 1.02 0.98 0.99 3/78 18086
/proc/meminfo: memFree=1241488/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=1848408 CPUtime=123.76
/proc/18072/stat : 18072 (java) S 18070 18072 18015 0 -1 0 75914 0 50 0 12330 46 0 0 16 0 13 0 128490388 1892769792 69994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18072/statm: 462102 69995 1322 9 0 459714 0
[pid=18072/tid=18074] ppid=18070 vsize=1848408 CPUtime=120.98
/proc/18072/task/18074/stat : 18074 (java) S 18070 18072 18015 0 -1 64 38815 0 11 0 12073 25 0 0 25 0 13 0 128490406 1892769792 69996 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1848408 CPUtime=0.91
/proc/18072/task/18075/stat : 18075 (java) R 18070 18072 18015 0 -1 64 10093 0 0 0 87 4 0 0 23 0 13 0 128490413 1892769792 69997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105698336 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1848408 CPUtime=0.92
/proc/18072/task/18076/stat : 18076 (java) R 18070 18072 18015 0 -1 64 23892 0 0 0 83 9 0 0 24 0 13 0 128490413 1892769792 69998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 18015 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 128490417 1892769792 69999 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 18015 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 128490417 1892769792 70000 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 128490417 1892769792 70001 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128490425 1892769792 70002 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1848408 CPUtime=0.43
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 18015 0 -1 64 1357 0 0 0 43 0 0 0 17 0 13 0 128490426 1892769792 70003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1848408 CPUtime=0.42
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 18015 0 -1 64 1078 0 0 0 42 0 0 0 16 0 13 0 128490426 1892769792 70004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 128490426 1892769792 70005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128490426 1892769792 70006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18085] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18085/stat : 18085 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 128490734 1892769792 70007 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 123.76
Current children cumulated vsize (KiB) 1848408

[startup+122.802 s]
/proc/loadavg: 1.02 0.98 0.99 3/78 18086
/proc/meminfo: memFree=1241488/2055920 swapFree=4183760/4192956
[pid=18072] ppid=18070 vsize=1848408 CPUtime=124.15
/proc/18072/stat : 18072 (java) S 18070 18072 18015 0 -1 0 80420 0 50 0 12367 48 0 0 16 0 13 0 128490388 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18072/statm: 462102 74124 1322 9 0 459714 0
[pid=18072/tid=18074] ppid=18070 vsize=1848408 CPUtime=120.98
/proc/18072/task/18074/stat : 18074 (java) S 18070 18072 18015 0 -1 64 38815 0 11 0 12073 25 0 0 25 0 13 0 128490406 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18075] ppid=18070 vsize=1848408 CPUtime=1.12
/proc/18072/task/18075/stat : 18075 (java) R 18070 18072 18015 0 -1 64 11070 0 0 0 107 5 0 0 25 0 13 0 128490413 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105698202 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18076] ppid=18070 vsize=1848408 CPUtime=1.13
/proc/18072/task/18076/stat : 18076 (java) R 18070 18072 18015 0 -1 64 27417 0 0 0 101 12 0 0 25 0 13 0 128490413 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18077] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18077/stat : 18077 (java) S 18070 18072 18015 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 128490417 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18078] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18078/stat : 18078 (java) S 18070 18072 18015 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 128490417 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18079] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18079/stat : 18079 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 128490417 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18080] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18080/stat : 18080 (java) S 18070 18072 18015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128490425 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18081] ppid=18070 vsize=1848408 CPUtime=0.43
/proc/18072/task/18081/stat : 18081 (java) S 18070 18072 18015 0 -1 64 1357 0 0 0 43 0 0 0 17 0 13 0 128490426 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18072/tid=18082] ppid=18070 vsize=1848408 CPUtime=0.42
/proc/18072/task/18082/stat : 18082 (java) S 18070 18072 18015 0 -1 64 1078 0 0 0 42 0 0 0 16 0 13 0 128490426 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18083] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18083/stat : 18083 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 128490426 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18084] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18084/stat : 18084 (java) S 18070 18072 18015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128490426 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18072/tid=18085] ppid=18070 vsize=1848408 CPUtime=0
/proc/18072/task/18085/stat : 18085 (java) S 18070 18072 18015 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 128490734 1892769792 74124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 124.15
Current children cumulated vsize (KiB) 1848408

Child status: 143
Real time (s): 122.894
CPU time (s): 124.269
CPU user time (s): 123.735
CPU system time (s): 0.533918
CPU usage (%): 101.119
Max. virtual memory (cumulated for all children) (KiB): 1848408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.735
system time used= 0.533918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80533
page faults= 50
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3376
involuntary context switches= 921

runsolver used 0.153976 second user time and 0.306953 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Wed Apr 18 09:45:31 UTC 2007

IDJOB= 313692
IDBENCH= 20373
IDSOLVER= 96
FILE ID= node70/313692-1176889529

PBS_JOBID= 4595155

Free space on /tmp= 66475 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/partial-10-13-u.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313692-1176889529/sat4j-sat2007.jar /tmp/evaluation/313692-1176889529/instance-313692-1176889529.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-313692-1176889529 -o ROOT/results/node70/solver-313692-1176889529 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313692-1176889529/sat4j-sat2007.jar /tmp/evaluation/313692-1176889529/instance-313692-1176889529.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  ec1a03bc95c5b06907199f7ae65ad092

RANDOM SEED= 671349011

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.218
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.218
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:       1468176 kB
Buffers:         14848 kB
Cached:         501852 kB
SwapCached:       3092 kB
Active:         159400 kB
Inactive:       366692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468176 kB
SwapTotal:     4192956 kB
SwapFree:      4183760 kB
Dirty:           20248 kB
Writeback:           0 kB
Mapped:          15332 kB
Slab:            47816 kB
Committed_AS:  2448292 kB
PageTables:       1396 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= 66475 MiB

End job on node70 on Wed Apr 18 09:47:34 UTC 2007