Trace number 313252

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) 183.716 182.19

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/partial-5-15-s.cnf
MD5SUMaeddf6934ba21adf4a25a76bc314ef43
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark668.114
Satisfiable
(Un)Satisfiability was proved
Number of variables218494
Number of clauses1013700
Sum of the clauses size2333596
Maximum clause length10
Minimum clause length1
Number of clauses of size 116379
Number of clauses of size 2796846
Number of clauses of size 3159775
Number of clauses of size 44520
Number of clauses of size 518080
Number of clauses of size over 518100

Solver Data (download as text)

0.14/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14/0.32	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14/0.32	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.33	c version SAT COMPETITION 2007
0.14/0.33	c sun.arch.data.model	32
0.14/0.33	c java.version	1.6.0
0.14/0.33	c os.name	Linux
0.14/0.33	c os.version	2.6.9-22.EL.rootsmp
0.14/0.33	c os.arch	i386
0.14/0.33	c Free memory 1703279312
0.14/0.33	c Max memory 1706164224
0.14/0.33	c Total memory 1706164224
0.14/0.33	c Number of processors 2
0.14/0.38	c --- Begin Solver configuration ---
0.14/0.38	c Stops conflict analysis at the first Unique Implication Point
0.14/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.14/0.38	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.14/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.38	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.38	c Expensive reason simplification
0.14/0.38	c --- End Solver configuration ---
0.14/0.38	c timeout: 2147483s
0.14/0.38	c solving /tmp/evaluation/313252-1176880858/instance-313252-1176880858.cnf
0.14/0.38	c reading problem ... 
2.84/2.97	c ... done. Wall clock time 2.585s.
2.84/2.97	c CPU time (experimental) 2.67s.
2.84/2.97	c #vars     218494
2.84/2.97	c #constraints  996243
183.44/182.09	c starts		: 13
183.44/182.09	c conflicts		: 27291
183.44/182.09	c decisions		: 145406
183.44/182.09	c propagations		: 99800254
183.44/182.09	c inspects		: 343733177
183.44/182.09	c learnt literals	: 185
183.44/182.09	c learnt binary clauses	: 1149
183.44/182.09	c learnt ternary clauses	: 1459
183.44/182.09	c learnt clauses	: 27106
183.44/182.09	c root simplifications	: 0
183.44/182.09	c removed literals (reason simplification)	: 581495
183.44/182.09	c reason swapping (by a shorter reason)	: 0
183.44/182.09	c Calls to reduceDB	: 0
183.44/182.09	c speed (decisions/second)	: 812.0654316781807
183.44/182.09	c non guided choices	1352
183.44/182.09	s UNKNOWN
183.44/182.09	c Total wall clock time (in seconds) : 181.71
183.44/182.09	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/node71/watcher-313252-1176880858 -o ROOT/results/node71/solver-313252-1176880858 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313252-1176880858/sat4j-sat2007.jar /tmp/evaluation/313252-1176880858/instance-313252-1176880858.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.99 0.97 0.97 3/64 21227
/proc/meminfo: memFree=1440456/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=272 CPUtime=0
/proc/21227/stat : 21227 (java) D 21225 21227 20878 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 164075161 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7205668 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21227/statm: 68 37 28 9 0 6 0

[startup+0.0290351 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 21227
/proc/meminfo: memFree=1440456/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=11868 CPUtime=0
/proc/21227/stat : 21227 (java) R 21225 21227 20878 0 -1 0 349 0 1 0 0 0 0 0 18 0 1 0 164075161 12152832 158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 0 0 0
/proc/21227/statm: 2967 158 120 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11868

[startup+0.104179 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 21227
/proc/meminfo: memFree=1440456/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=12620 CPUtime=0.03
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 820 0 29 0 0 3 0 0 18 0 2 0 164075161 12922880 605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/21227/statm: 3155 605 288 9 0 1243 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12620

[startup+0.301203 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 21227
/proc/meminfo: memFree=1440456/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=1831644 CPUtime=0.14
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 4158 0 37 0 8 6 0 0 18 0 12 0 164075161 1875603456 3935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21227/statm: 457911 3935 1126 9 0 455530 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1831644

[startup+0.70227 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 21227
/proc/meminfo: memFree=1440456/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=1833388 CPUtime=0.65
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 10138 0 37 0 55 10 0 0 18 0 12 0 164075161 1877389312 9858 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21227/statm: 458347 9858 1290 9 0 455959 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 1833388

[startup+1.50137 s]
/proc/loadavg: 0.99 0.97 0.97 2/76 21239
/proc/meminfo: memFree=1373672/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=1833388 CPUtime=1.44
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 21089 0 37 0 129 15 0 0 18 0 12 0 164075161 1877389312 20808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21227/statm: 458347 20808 1290 9 0 455959 0
[pid=21227/tid=21229] ppid=21225 vsize=1833388 CPUtime=1.2
/proc/21227/task/21229/stat : 21229 (java) R 21225 21227 20878 0 -1 64 19806 0 12 0 108 12 0 0 25 0 12 0 164075168 1877389312 20809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516735 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21230] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21230/stat : 21230 (java) S 21225 21227 20878 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 164075174 1877389312 20809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21231] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21231/stat : 21231 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 164075174 1877389312 20810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21232] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21232/stat : 21232 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 164075178 1877389312 20810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21233] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21233/stat : 21233 (java) S 21225 21227 20878 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 164075179 1877389312 20811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21234] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21234/stat : 21234 (java) S 21225 21227 20878 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 164075179 1877389312 20811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21235] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21235/stat : 21235 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 164075185 1877389312 20811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21236] ppid=21225 vsize=1833388 CPUtime=0.09
/proc/21227/task/21236/stat : 21236 (java) S 21225 21227 20878 0 -1 64 362 0 0 0 9 0 0 0 16 0 12 0 164075185 1877389312 20812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21237] ppid=21225 vsize=1833388 CPUtime=0.1
/proc/21227/task/21237/stat : 21237 (java) S 21225 21227 20878 0 -1 64 228 0 0 0 10 0 0 0 16 0 12 0 164075185 1877389312 20812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21238] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21238/stat : 21238 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 164075185 1877389312 20812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21239] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21239/stat : 21239 (java) S 21225 21227 20878 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164075185 1877389312 20813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 1833388

[startup+3.1016 s]
/proc/loadavg: 0.99 0.97 0.97 2/76 21239
/proc/meminfo: memFree=1335272/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=1833388 CPUtime=3.09
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 33693 0 37 0 288 21 0 0 18 0 12 0 164075161 1877389312 33412 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21227/statm: 458347 33412 1301 9 0 455959 0
[pid=21227/tid=21229] ppid=21225 vsize=1833388 CPUtime=2.76
/proc/21227/task/21229/stat : 21229 (java) R 21225 21227 20878 0 -1 64 32397 0 12 0 258 18 0 0 25 0 12 0 164075168 1877389312 33412 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109485015 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21230] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21230/stat : 21230 (java) S 21225 21227 20878 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 164075174 1877389312 33412 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21231] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21231/stat : 21231 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 164075174 1877389312 33412 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21232] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21232/stat : 21232 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 164075178 1877389312 33412 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21233] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21233/stat : 21233 (java) S 21225 21227 20878 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 164075179 1877389312 33413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21234] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21234/stat : 21234 (java) S 21225 21227 20878 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 164075179 1877389312 33413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21235] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21235/stat : 21235 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 164075185 1877389312 33413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21236] ppid=21225 vsize=1833388 CPUtime=0.14
/proc/21227/task/21236/stat : 21236 (java) R 21225 21227 20878 0 -1 64 365 0 0 0 14 0 0 0 16 0 12 0 164075185 1877389312 33413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105014849 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21237] ppid=21225 vsize=1833388 CPUtime=0.15
/proc/21227/task/21237/stat : 21237 (java) S 21225 21227 20878 0 -1 64 237 0 0 0 15 0 0 0 16 0 12 0 164075185 1877389312 33413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21238] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21238/stat : 21238 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 164075185 1877389312 33413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21239] ppid=21225 vsize=1833388 CPUtime=0
/proc/21227/task/21239/stat : 21239 (java) S 21225 21227 20878 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164075185 1877389312 33413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1833388

[startup+6.30302 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 21240
/proc/meminfo: memFree=1296288/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=1836956 CPUtime=6.7
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 36894 0 37 0 646 24 0 0 18 0 13 0 164075161 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21227/statm: 459239 34799 1313 9 0 456851 0
[pid=21227/tid=21229] ppid=21225 vsize=1836956 CPUtime=5.8
/proc/21227/task/21229/stat : 21229 (java) R 21225 21227 20878 0 -1 64 33129 0 12 0 561 19 0 0 25 0 13 0 164075168 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109671541 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21230] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21230/stat : 21230 (java) S 21225 21227 20878 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 164075174 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21231] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21231/stat : 21231 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164075174 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21232] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21232/stat : 21232 (java) S 21225 21227 20878 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164075178 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21233] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21233/stat : 21233 (java) S 21225 21227 20878 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 164075179 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21234] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21234/stat : 21234 (java) S 21225 21227 20878 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 164075179 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21235] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21235/stat : 21235 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164075185 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21236] ppid=21225 vsize=1836956 CPUtime=0.43
/proc/21227/task/21236/stat : 21236 (java) S 21225 21227 20878 0 -1 64 1536 0 0 0 42 1 0 0 16 0 13 0 164075185 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21237] ppid=21225 vsize=1836956 CPUtime=0.42
/proc/21227/task/21237/stat : 21237 (java) S 21225 21227 20878 0 -1 64 1529 0 0 0 42 0 0 0 16 0 13 0 164075185 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21238] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21238/stat : 21238 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164075185 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21239] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21239/stat : 21239 (java) S 21225 21227 20878 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164075185 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21240] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21240/stat : 21240 (java) S 21225 21227 20878 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 164075477 1881042944 34799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 1836956

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 21240
/proc/meminfo: memFree=1296160/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=1836956 CPUtime=13.11
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 37089 0 37 0 1287 24 0 0 18 0 13 0 164075161 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21227/statm: 459239 34994 1313 9 0 456851 0
[pid=21227/tid=21229] ppid=21225 vsize=1836956 CPUtime=12.19
/proc/21227/task/21229/stat : 21229 (java) R 21225 21227 20878 0 -1 64 33324 0 12 0 1200 19 0 0 25 0 13 0 164075168 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109550209 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21230] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21230/stat : 21230 (java) S 21225 21227 20878 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 164075174 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21231] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21231/stat : 21231 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164075174 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21232] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21232/stat : 21232 (java) S 21225 21227 20878 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164075178 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21233] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21233/stat : 21233 (java) S 21225 21227 20878 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 164075179 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21234] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21234/stat : 21234 (java) S 21225 21227 20878 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 164075179 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21235] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21235/stat : 21235 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164075185 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21236] ppid=21225 vsize=1836956 CPUtime=0.45
/proc/21227/task/21236/stat : 21236 (java) S 21225 21227 20878 0 -1 64 1536 0 0 0 44 1 0 0 16 0 13 0 164075185 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21237] ppid=21225 vsize=1836956 CPUtime=0.42
/proc/21227/task/21237/stat : 21237 (java) S 21225 21227 20878 0 -1 64 1529 0 0 0 42 0 0 0 17 0 13 0 164075185 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21238] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21238/stat : 21238 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164075185 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21239] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21239/stat : 21239 (java) S 21225 21227 20878 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164075185 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21240] ppid=21225 vsize=1836956 CPUtime=0
/proc/21227/task/21240/stat : 21240 (java) S 21225 21227 20878 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 164075477 1881042944 34994 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 1836956

[startup+25.5026 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 21240
/proc/meminfo: memFree=1294752/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=1837172 CPUtime=25.97
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 37508 0 37 0 2572 25 0 0 18 0 13 0 164075161 1881264128 35378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21227/statm: 459293 35378 1316 9 0 456905 0
[pid=21227/tid=21229] ppid=21225 vsize=1837172 CPUtime=24.97
/proc/21227/task/21229/stat : 21229 (java) R 21225 21227 20878 0 -1 64 33674 0 12 0 2477 20 0 0 25 0 13 0 164075168 1881264128 35378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109593101 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21230] ppid=21225 vsize=1837172 CPUtime=0
/proc/21227/task/21230/stat : 21230 (java) S 21225 21227 20878 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 164075174 1881264128 35378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21231] ppid=21225 vsize=1837172 CPUtime=0
/proc/21227/task/21231/stat : 21231 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164075174 1881264128 35378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21232] ppid=21225 vsize=1837172 CPUtime=0
/proc/21227/task/21232/stat : 21232 (java) S 21225 21227 20878 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164075178 1881264128 35378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21233] ppid=21225 vsize=1837172 CPUtime=0
/proc/21227/task/21233/stat : 21233 (java) S 21225 21227 20878 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 164075179 1881264128 35378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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


[startup+181.102 s]
/proc/loadavg: 0.99 0.97 0.97 4/77 21240
/proc/meminfo: memFree=1259296/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=1846092 CPUtime=181.66
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 47311 0 37 0 18133 33 0 0 18 0 13 0 164075161 1890398208 44287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21227/statm: 461523 44288 1322 9 0 459135 0
[pid=21227/tid=21229] ppid=21225 vsize=1846092 CPUtime=180.33
/proc/21227/task/21229/stat : 21229 (java) S 21225 21227 20878 0 -1 64 38817 0 12 0 18007 26 0 0 25 0 13 0 164075168 1890398208 44290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21230] ppid=21225 vsize=1846092 CPUtime=0.11
/proc/21227/task/21230/stat : 21230 (java) R 21225 21227 20878 0 -1 64 1764 0 0 0 11 0 0 0 18 0 13 0 164075174 1890398208 44292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21231] ppid=21225 vsize=1846092 CPUtime=0.11
/proc/21227/task/21231/stat : 21231 (java) R 21225 21227 20878 0 -1 64 2895 0 0 0 11 0 0 0 18 0 13 0 164075174 1890398208 44293 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103371394 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21232] ppid=21225 vsize=1846092 CPUtime=0
/proc/21227/task/21232/stat : 21232 (java) S 21225 21227 20878 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 164075178 1890398208 44294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21233] ppid=21225 vsize=1846092 CPUtime=0
/proc/21227/task/21233/stat : 21233 (java) S 21225 21227 20878 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 164075179 1890398208 44295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21234] ppid=21225 vsize=1846092 CPUtime=0
/proc/21227/task/21234/stat : 21234 (java) S 21225 21227 20878 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 164075179 1890398208 44296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21235] ppid=21225 vsize=1846092 CPUtime=0
/proc/21227/task/21235/stat : 21235 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 164075185 1890398208 44298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21236] ppid=21225 vsize=1846092 CPUtime=0.52
/proc/21227/task/21236/stat : 21236 (java) S 21225 21227 20878 0 -1 64 1549 0 0 0 51 1 0 0 16 0 13 0 164075185 1890398208 44299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21237] ppid=21225 vsize=1846092 CPUtime=0.49
/proc/21227/task/21237/stat : 21237 (java) S 21225 21227 20878 0 -1 64 1594 0 0 0 49 0 0 0 16 0 13 0 164075185 1890398208 44300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21238] ppid=21225 vsize=1846092 CPUtime=0
/proc/21227/task/21238/stat : 21238 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164075185 1890398208 44301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21239] ppid=21225 vsize=1846092 CPUtime=0
/proc/21227/task/21239/stat : 21239 (java) S 21225 21227 20878 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164075185 1890398208 44302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21240] ppid=21225 vsize=1846092 CPUtime=0
/proc/21227/task/21240/stat : 21240 (java) S 21225 21227 20878 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 164075477 1890398208 44304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 181.66
Current children cumulated vsize (KiB) 1846092

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

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

[startup+181.402 s]
/proc/loadavg: 0.99 0.97 0.97 3/78 21241
/proc/meminfo: memFree=1209880/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=1848648 CPUtime=182.25
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 62072 0 37 0 18185 40 0 0 16 0 13 0 164075161 1893015552 56626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21227/statm: 462162 56632 1322 9 0 459774 0
[pid=21227/tid=21229] ppid=21225 vsize=1848648 CPUtime=180.33
/proc/21227/task/21229/stat : 21229 (java) S 21225 21227 20878 0 -1 64 38817 0 12 0 18007 26 0 0 25 0 13 0 164075168 1893015552 56637 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21230] ppid=21225 vsize=1848648 CPUtime=0.42
/proc/21227/task/21230/stat : 21230 (java) R 21225 21227 20878 0 -1 64 7135 0 0 0 39 3 0 0 20 0 13 0 164075174 1893015552 56638 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21231] ppid=21225 vsize=1848648 CPUtime=0.4
/proc/21227/task/21231/stat : 21231 (java) R 21225 21227 20878 0 -1 64 12293 0 0 0 35 5 0 0 20 0 13 0 164075174 1893015552 56639 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21232] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21232/stat : 21232 (java) S 21225 21227 20878 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 164075178 1893015552 56640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21233] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21233/stat : 21233 (java) S 21225 21227 20878 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 164075179 1893015552 56641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21234] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21234/stat : 21234 (java) S 21225 21227 20878 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 164075179 1893015552 56642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21235] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21235/stat : 21235 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 164075185 1893015552 56643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21236] ppid=21225 vsize=1848648 CPUtime=0.52
/proc/21227/task/21236/stat : 21236 (java) S 21225 21227 20878 0 -1 64 1549 0 0 0 51 1 0 0 16 0 13 0 164075185 1893015552 56644 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21237] ppid=21225 vsize=1848648 CPUtime=0.49
/proc/21227/task/21237/stat : 21237 (java) S 21225 21227 20878 0 -1 64 1594 0 0 0 49 0 0 0 16 0 13 0 164075185 1893015552 56645 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21238] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21238/stat : 21238 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164075185 1893015552 56646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21239] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21239/stat : 21239 (java) S 21225 21227 20878 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164075185 1893015552 56647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21240] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21240/stat : 21240 (java) S 21225 21227 20878 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 164075477 1893015552 56647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 182.25
Current children cumulated vsize (KiB) 1848648

[startup+181.802 s]
/proc/loadavg: 0.99 0.97 0.97 3/78 21241
/proc/meminfo: memFree=1209880/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=1848648 CPUtime=183.04
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 74257 0 37 0 18258 46 0 0 16 0 13 0 164075161 1893015552 67439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21227/statm: 462162 67440 1322 9 0 459774 0
[pid=21227/tid=21229] ppid=21225 vsize=1848648 CPUtime=180.33
/proc/21227/task/21229/stat : 21229 (java) S 21225 21227 20878 0 -1 64 38817 0 12 0 18007 26 0 0 25 0 13 0 164075168 1893015552 67440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21230] ppid=21225 vsize=1848648 CPUtime=0.81
/proc/21227/task/21230/stat : 21230 (java) R 21225 21227 20878 0 -1 64 11702 0 0 0 76 5 0 0 23 0 13 0 164075174 1893015552 67441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21231] ppid=21225 vsize=1848648 CPUtime=0.8
/proc/21227/task/21231/stat : 21231 (java) R 21225 21227 20878 0 -1 64 19900 0 0 0 71 9 0 0 24 0 13 0 164075174 1893015552 67442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105368882 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21232] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21232/stat : 21232 (java) S 21225 21227 20878 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 164075178 1893015552 67443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21233] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21233/stat : 21233 (java) S 21225 21227 20878 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 164075179 1893015552 67444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21234] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21234/stat : 21234 (java) S 21225 21227 20878 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 164075179 1893015552 67444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21235] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21235/stat : 21235 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 164075185 1893015552 67447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21236] ppid=21225 vsize=1848648 CPUtime=0.52
/proc/21227/task/21236/stat : 21236 (java) S 21225 21227 20878 0 -1 64 1549 0 0 0 51 1 0 0 16 0 13 0 164075185 1893015552 67448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21237] ppid=21225 vsize=1848648 CPUtime=0.49
/proc/21227/task/21237/stat : 21237 (java) S 21225 21227 20878 0 -1 64 1594 0 0 0 49 0 0 0 16 0 13 0 164075185 1893015552 67449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21238] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21238/stat : 21238 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164075185 1893015552 67449 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21239] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21239/stat : 21239 (java) S 21225 21227 20878 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164075185 1893015552 67450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21240] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21240/stat : 21240 (java) S 21225 21227 20878 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 164075477 1893015552 67451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 183.04
Current children cumulated vsize (KiB) 1848648

[startup+182.002 s]
/proc/loadavg: 0.99 0.97 0.97 3/78 21241
/proc/meminfo: memFree=1209880/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=1848648 CPUtime=183.44
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 79456 0 37 0 18295 49 0 0 16 0 13 0 164075161 1893015552 72130 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21227/statm: 462162 72131 1322 9 0 459774 0
[pid=21227/tid=21229] ppid=21225 vsize=1848648 CPUtime=180.33
/proc/21227/task/21229/stat : 21229 (java) S 21225 21227 20878 0 -1 64 38817 0 12 0 18007 26 0 0 25 0 13 0 164075168 1893015552 72132 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21230] ppid=21225 vsize=1848648 CPUtime=1.01
/proc/21227/task/21230/stat : 21230 (java) R 21225 21227 20878 0 -1 64 13594 0 0 0 95 6 0 0 25 0 13 0 164075174 1893015552 72133 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21231] ppid=21225 vsize=1848648 CPUtime=1.01
/proc/21227/task/21231/stat : 21231 (java) R 21225 21227 20878 0 -1 64 23208 0 0 0 90 11 0 0 25 0 13 0 164075174 1893015552 72134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21232] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21232/stat : 21232 (java) S 21225 21227 20878 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 164075178 1893015552 72134 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21233] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21233/stat : 21233 (java) S 21225 21227 20878 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 164075179 1893015552 72135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21234] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21234/stat : 21234 (java) S 21225 21227 20878 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 164075179 1893015552 72136 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21235] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21235/stat : 21235 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 164075185 1893015552 72137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21236] ppid=21225 vsize=1848648 CPUtime=0.52
/proc/21227/task/21236/stat : 21236 (java) S 21225 21227 20878 0 -1 64 1549 0 0 0 51 1 0 0 16 0 13 0 164075185 1893015552 72137 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21237] ppid=21225 vsize=1848648 CPUtime=0.49
/proc/21227/task/21237/stat : 21237 (java) S 21225 21227 20878 0 -1 64 1594 0 0 0 49 0 0 0 16 0 13 0 164075185 1893015552 72138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21238] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21238/stat : 21238 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 164075185 1893015552 72139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21239] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21239/stat : 21239 (java) S 21225 21227 20878 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164075185 1893015552 72140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21240] ppid=21225 vsize=1848648 CPUtime=0
/proc/21227/task/21240/stat : 21240 (java) S 21225 21227 20878 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 164075477 1893015552 72140 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 183.44
Current children cumulated vsize (KiB) 1848648

[startup+182.101 s]
/proc/loadavg: 0.99 0.97 0.97 3/78 21241
/proc/meminfo: memFree=1209880/2055920 swapFree=4184232/4192956
[pid=21227] ppid=21225 vsize=1849296 CPUtime=183.61
/proc/21227/stat : 21227 (java) S 21225 21227 20878 0 -1 0 81455 0 37 0 18311 50 0 0 16 0 14 0 164075161 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21227/statm: 462324 73946 1327 9 0 459936 0
[pid=21227/tid=21229] ppid=21225 vsize=1849296 CPUtime=180.34
/proc/21227/task/21229/stat : 21229 (java) R 21225 21227 20878 0 -1 64 38817 0 12 0 18008 26 0 0 16 0 14 0 164075168 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109592864 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21230] ppid=21225 vsize=1849296 CPUtime=1.09
/proc/21227/task/21230/stat : 21230 (java) S 21225 21227 20878 0 -1 64 14576 0 0 0 102 7 0 0 16 0 14 0 164075174 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21231] ppid=21225 vsize=1849296 CPUtime=1.09
/proc/21227/task/21231/stat : 21231 (java) S 21225 21227 20878 0 -1 64 24194 0 0 0 98 11 0 0 25 0 14 0 164075174 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21232] ppid=21225 vsize=1849296 CPUtime=0
/proc/21227/task/21232/stat : 21232 (java) S 21225 21227 20878 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 164075178 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21233] ppid=21225 vsize=1849296 CPUtime=0
/proc/21227/task/21233/stat : 21233 (java) S 21225 21227 20878 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 164075179 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21234] ppid=21225 vsize=1849296 CPUtime=0
/proc/21227/task/21234/stat : 21234 (java) S 21225 21227 20878 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 164075179 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21235] ppid=21225 vsize=1849296 CPUtime=0
/proc/21227/task/21235/stat : 21235 (java) S 21225 21227 20878 0 -1 64 5 0 0 0 0 0 0 0 17 0 14 0 164075185 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21236] ppid=21225 vsize=1849296 CPUtime=0.52
/proc/21227/task/21236/stat : 21236 (java) S 21225 21227 20878 0 -1 64 1549 0 0 0 51 1 0 0 16 0 14 0 164075185 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21237] ppid=21225 vsize=1849296 CPUtime=0.49
/proc/21227/task/21237/stat : 21237 (java) S 21225 21227 20878 0 -1 64 1594 0 0 0 49 0 0 0 16 0 14 0 164075185 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21238] ppid=21225 vsize=1849296 CPUtime=0
/proc/21227/task/21238/stat : 21238 (java) S 21225 21227 20878 0 -1 64 1 0 0 0 0 0 0 0 22 0 14 0 164075185 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21227/tid=21239] ppid=21225 vsize=1849296 CPUtime=0
/proc/21227/task/21239/stat : 21239 (java) S 21225 21227 20878 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 164075185 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21227/tid=21240] ppid=21225 vsize=1849296 CPUtime=0
/proc/21227/task/21240/stat : 21240 (java) S 21225 21227 20878 0 -1 64 5 0 0 0 0 0 0 0 25 0 14 0 164075477 1893679104 73946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 183.61
Current children cumulated vsize (KiB) 1849296

Child status: 143
Real time (s): 182.19
CPU time (s): 183.716
CPU user time (s): 183.163
CPU system time (s): 0.552915
CPU usage (%): 100.838
Max. virtual memory (cumulated for all children) (KiB): 1853772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 183.163
system time used= 0.552915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81456
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4539
involuntary context switches= 1905

runsolver used 0.168974 second user time and 0.528919 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Wed Apr 18 07:20:58 UTC 2007

IDJOB= 313252
IDBENCH= 20362
IDSOLVER= 96
FILE ID= node71/313252-1176880858

PBS_JOBID= 4595108

Free space on /tmp= 66463 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-sat/partial-5-15-s.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313252-1176880858/sat4j-sat2007.jar /tmp/evaluation/313252-1176880858/instance-313252-1176880858.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-313252-1176880858 -o ROOT/results/node71/solver-313252-1176880858 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313252-1176880858/sat4j-sat2007.jar /tmp/evaluation/313252-1176880858/instance-313252-1176880858.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  aeddf6934ba21adf4a25a76bc314ef43

RANDOM SEED= 182450898

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.234
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.234
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:       1440928 kB
Buffers:         34104 kB
Cached:         497876 kB
SwapCached:       2772 kB
Active:         157240 kB
Inactive:       384444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1440928 kB
SwapTotal:     4192956 kB
SwapFree:      4184232 kB
Dirty:           19340 kB
Writeback:           0 kB
Mapped:          15712 kB
Slab:            59312 kB
Committed_AS:  2507576 kB
PageTables:       1448 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= 66463 MiB

End job on node71 on Wed Apr 18 07:24:02 UTC 2007