Trace number 318362

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 2007UNSAT 19.587 19.241

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc973.cnf
MD5SUM8fc64af5d325c9057239ebdeb302bd0e
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.57461
Satisfiable
(Un)Satisfiability was proved
Number of variables274379
Number of clauses908191
Sum of the clauses size2423004
Maximum clause length3
Minimum clause length1
Number of clauses of size 15285
Number of clauses of size 2290999
Number of clauses of size 3611907
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.10/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.29	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.29	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16/0.30	c version SAT COMPETITION 2007
0.16/0.30	c sun.arch.data.model	32
0.16/0.30	c java.version	1.6.0
0.16/0.30	c os.name	Linux
0.16/0.30	c os.version	2.6.9-22.EL.rootsmp
0.16/0.30	c os.arch	i386
0.16/0.30	c Free memory 1703279312
0.16/0.30	c Max memory 1706164224
0.16/0.30	c Total memory 1706164224
0.16/0.30	c Number of processors 2
0.16/0.36	c --- Begin Solver configuration ---
0.16/0.36	c Stops conflict analysis at the first Unique Implication Point
0.16/0.36	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.16/0.36	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.16/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.36	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.36	c Expensive reason simplification
0.16/0.36	c --- End Solver configuration ---
0.16/0.36	c timeout: 2147483s
0.16/0.36	c solving /tmp/evaluation/318362-1176317350/instance-318362-1176317350.cnf
0.16/0.36	c reading problem ... 
2.76/2.82	c ... done. Wall clock time 2.461s.
2.76/2.82	c CPU time (experimental) 2.59s.
2.76/2.82	c #vars     274451
2.76/2.82	c #constraints  902703
19.47/19.18	c starts		: 8
19.47/19.18	c conflicts		: 4528
19.47/19.18	c decisions		: 35549
19.47/19.18	c propagations		: 14232874
19.47/19.18	c inspects		: 39602711
19.47/19.18	c learnt literals	: 68
19.47/19.18	c learnt binary clauses	: 325
19.47/19.18	c learnt ternary clauses	: 760
19.47/19.18	c learnt clauses	: 4459
19.47/19.18	c root simplifications	: 0
19.47/19.18	c removed literals (reason simplification)	: 35185
19.47/19.18	c reason swapping (by a shorter reason)	: 0
19.47/19.18	c Calls to reduceDB	: 0
19.47/19.18	c speed (decisions/second)	: 2182.527013752456
19.47/19.18	c non guided choices	4846
19.47/19.18	s UNSATISFIABLE
19.47/19.18	c Total wall clock time (in seconds) : 18.821
19.47/19.18	c Total CPU time (experimental, in seconds) : 18.77

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node70/watcher-318362-1176317350 -o ROOT/results/node70/solver-318362-1176317350 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/318362-1176317350/sat4j-sat2007.jar /tmp/evaluation/318362-1176317350/instance-318362-1176317350.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.92 0.98 0.90 3/64 11630
/proc/meminfo: memFree=1508272/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=18568 CPUtime=0
/proc/11630/stat : 11630 (runsolver) R 11628 11630 11431 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 71272472 19013632 293 18446744073709551615 4194304 4294612 548682068800 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11630/statm: 4642 293 258 24 0 2626 0

[startup+0.0486659 s]
/proc/loadavg: 0.92 0.98 0.90 3/64 11630
/proc/meminfo: memFree=1508272/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=12056 CPUtime=0.01
/proc/11630/stat : 11630 (java) D 11628 11630 11431 0 -1 0 371 0 12 0 0 1 0 0 18 0 1 0 71272472 12345344 191 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 8385322 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/11630/statm: 3014 191 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.10784 s]
/proc/loadavg: 0.92 0.98 0.90 3/64 11630
/proc/meminfo: memFree=1508272/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1824340 CPUtime=0.03
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 2283 0 27 0 0 3 0 0 18 0 2 0 71272472 1868124160 2059 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 456085 2069 379 9 0 454099 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1824340

[startup+0.301851 s]
/proc/loadavg: 0.92 0.98 0.90 3/64 11630
/proc/meminfo: memFree=1508272/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1831672 CPUtime=0.16
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 4315 0 34 0 10 6 0 0 18 0 12 0 71272472 1875632128 4090 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 457918 4091 1189 9 0 455530 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 1831672

[startup+0.70289 s]
/proc/loadavg: 0.92 0.98 0.90 3/64 11630
/proc/meminfo: memFree=1508272/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1834100 CPUtime=0.66
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 10580 0 34 0 57 9 0 0 18 0 12 0 71272472 1878118400 10276 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 458525 10277 1293 9 0 456137 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 1834100

[startup+1.50197 s]
/proc/loadavg: 0.92 0.98 0.90 2/76 11642
/proc/meminfo: memFree=1450704/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1834100 CPUtime=1.46
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 18677 0 34 0 132 14 0 0 18 0 12 0 71272472 1878118400 18372 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 458525 18372 1293 9 0 456137 0
[pid=11630/tid=11632] ppid=11628 vsize=1834100 CPUtime=1.26
/proc/11630/task/11632/stat : 11632 (java) R 11628 11630 11431 0 -1 64 17405 0 8 0 115 11 0 0 25 0 12 0 71272479 1878118400 18373 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109477571 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11633] ppid=11628 vsize=1834100 CPUtime=0
/proc/11630/task/11633/stat : 11633 (java) S 11628 11630 11431 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 71272483 1878118400 18373 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11634] ppid=11628 vsize=1834100 CPUtime=0
/proc/11630/task/11634/stat : 11634 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 71272483 1878118400 18373 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11635] ppid=11628 vsize=1834100 CPUtime=0
/proc/11630/task/11635/stat : 11635 (java) S 11628 11630 11431 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 71272487 1878118400 18374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11636] ppid=11628 vsize=1834100 CPUtime=0
/proc/11630/task/11636/stat : 11636 (java) S 11628 11630 11431 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 71272487 1878118400 18374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11637] ppid=11628 vsize=1834100 CPUtime=0
/proc/11630/task/11637/stat : 11637 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 71272487 1878118400 18374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11638] ppid=11628 vsize=1834100 CPUtime=0
/proc/11630/task/11638/stat : 11638 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 71272494 1878118400 18375 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11639] ppid=11628 vsize=1834100 CPUtime=0.08
/proc/11630/task/11639/stat : 11639 (java) S 11628 11630 11431 0 -1 64 330 0 0 0 8 0 0 0 16 0 12 0 71272494 1878118400 18375 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11640] ppid=11628 vsize=1834100 CPUtime=0.08
/proc/11630/task/11640/stat : 11640 (java) S 11628 11630 11431 0 -1 64 248 0 0 0 8 0 0 0 16 0 12 0 71272494 1878118400 18376 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11641] ppid=11628 vsize=1834100 CPUtime=0
/proc/11630/task/11641/stat : 11641 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 71272494 1878118400 18376 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11642] ppid=11628 vsize=1834100 CPUtime=0
/proc/11630/task/11642/stat : 11642 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 71272494 1878118400 18376 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 1834100

[startup+3.10114 s]
/proc/loadavg: 0.92 0.98 0.90 2/76 11642
/proc/meminfo: memFree=1408336/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1835484 CPUtime=3.18
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 33490 0 34 0 296 22 0 0 18 0 13 0 71272472 1879535616 33102 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 458871 33102 1305 9 0 456483 0
[pid=11630/tid=11632] ppid=11628 vsize=1835484 CPUtime=2.78
/proc/11630/task/11632/stat : 11632 (java) R 11628 11630 11431 0 -1 64 31827 0 8 0 259 19 0 0 25 0 13 0 71272479 1879535616 33102 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109494371 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11633] ppid=11628 vsize=1835484 CPUtime=0
/proc/11630/task/11633/stat : 11633 (java) S 11628 11630 11431 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71272483 1879535616 33102 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11634] ppid=11628 vsize=1835484 CPUtime=0
/proc/11630/task/11634/stat : 11634 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 71272483 1879535616 33102 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11635] ppid=11628 vsize=1835484 CPUtime=0
/proc/11630/task/11635/stat : 11635 (java) S 11628 11630 11431 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 71272487 1879535616 33102 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11636] ppid=11628 vsize=1835484 CPUtime=0
/proc/11630/task/11636/stat : 11636 (java) S 11628 11630 11431 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 71272487 1879535616 33102 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11637] ppid=11628 vsize=1835484 CPUtime=0
/proc/11630/task/11637/stat : 11637 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 71272487 1879535616 33102 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11638] ppid=11628 vsize=1835484 CPUtime=0
/proc/11630/task/11638/stat : 11638 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 71272494 1879535616 33102 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11639] ppid=11628 vsize=1835484 CPUtime=0.18
/proc/11630/task/11639/stat : 11639 (java) S 11628 11630 11431 0 -1 64 446 0 0 0 18 0 0 0 17 0 13 0 71272494 1879535616 33102 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11640] ppid=11628 vsize=1835484 CPUtime=0.18
/proc/11630/task/11640/stat : 11640 (java) S 11628 11630 11431 0 -1 64 518 0 0 0 18 0 0 0 16 0 13 0 71272494 1879535616 33102 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11641] ppid=11628 vsize=1835484 CPUtime=0
/proc/11630/task/11641/stat : 11641 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 71272494 1879535616 33102 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11642] ppid=11628 vsize=1835484 CPUtime=0
/proc/11630/task/11642/stat : 11642 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71272494 1879535616 33102 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 1835484

[startup+6.30245 s]
/proc/loadavg: 0.93 0.98 0.90 2/77 11643
/proc/meminfo: memFree=1369736/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1835452 CPUtime=6.62
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 34296 0 34 0 640 22 0 0 18 0 13 0 71272472 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 458863 33570 1313 9 0 456475 0
[pid=11630/tid=11632] ppid=11628 vsize=1835452 CPUtime=5.91
/proc/11630/task/11632/stat : 11632 (java) R 11628 11630 11431 0 -1 64 32272 0 8 0 572 19 0 0 25 0 13 0 71272479 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109557234 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11633] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11633/stat : 11633 (java) S 11628 11630 11431 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71272483 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11634] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11634/stat : 11634 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 71272483 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11635] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11635/stat : 11635 (java) S 11628 11630 11431 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 71272487 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11636] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11636/stat : 11636 (java) S 11628 11630 11431 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 71272487 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11637] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11637/stat : 11637 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 71272487 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11638] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11638/stat : 11638 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 71272494 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11639] ppid=11628 vsize=1835452 CPUtime=0.35
/proc/11630/task/11639/stat : 11639 (java) S 11628 11630 11431 0 -1 64 618 0 0 0 35 0 0 0 16 0 13 0 71272494 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11640] ppid=11628 vsize=1835452 CPUtime=0.31
/proc/11630/task/11640/stat : 11640 (java) S 11628 11630 11431 0 -1 64 707 0 0 0 31 0 0 0 16 0 13 0 71272494 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11641] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11641/stat : 11641 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 71272494 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11642] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11642/stat : 11642 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71272494 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11643] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11643/stat : 11643 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 71272764 1879502848 33570 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 1835452

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.90 2/77 11643
/proc/meminfo: memFree=1367240/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1835452 CPUtime=13.07
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 34998 0 34 0 1284 23 0 0 18 0 13 0 71272472 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 458863 34271 1316 9 0 456475 0
[pid=11630/tid=11632] ppid=11628 vsize=1835452 CPUtime=12.29
/proc/11630/task/11632/stat : 11632 (java) R 11628 11630 11431 0 -1 64 32966 0 8 0 1209 20 0 0 25 0 13 0 71272479 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109621149 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11633] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11633/stat : 11633 (java) S 11628 11630 11431 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71272483 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11634] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11634/stat : 11634 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 71272483 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11635] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11635/stat : 11635 (java) S 11628 11630 11431 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 71272487 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11636] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11636/stat : 11636 (java) S 11628 11630 11431 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 71272487 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11637] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11637/stat : 11637 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 71272487 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11638] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11638/stat : 11638 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 71272494 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11639] ppid=11628 vsize=1835452 CPUtime=0.4
/proc/11630/task/11639/stat : 11639 (java) S 11628 11630 11431 0 -1 64 625 0 0 0 40 0 0 0 16 0 13 0 71272494 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11640] ppid=11628 vsize=1835452 CPUtime=0.33
/proc/11630/task/11640/stat : 11640 (java) S 11628 11630 11431 0 -1 64 708 0 0 0 33 0 0 0 17 0 13 0 71272494 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11641] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11641/stat : 11641 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 71272494 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11642] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11642/stat : 11642 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71272494 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11643] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11643/stat : 11643 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 71272764 1879502848 34271 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.07
Current children cumulated vsize (KiB) 1835452

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

[startup+15.9024 s]
/proc/loadavg: 0.94 0.98 0.91 2/77 11643
/proc/meminfo: memFree=1367048/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1835452 CPUtime=16.27
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 35027 0 34 0 1604 23 0 0 18 0 13 0 71272472 1879502848 34300 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 458863 34300 1316 9 0 456475 0
[pid=11630/tid=11632] ppid=11628 vsize=1835452 CPUtime=15.49
/proc/11630/task/11632/stat : 11632 (java) R 11628 11630 11431 0 -1 64 32995 0 8 0 1529 20 0 0 25 0 13 0 71272479 1879502848 34300 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109594928 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11633] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11633/stat : 11633 (java) S 11628 11630 11431 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71272483 1879502848 34300 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11634] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11634/stat : 11634 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 71272483 1879502848 34300 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11635] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11635/stat : 11635 (java) S 11628 11630 11431 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 71272487 1879502848 34300 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

/proc/11630/task/11641/stat : 11641 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 71272494 1879502848 34300 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11642] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11642/stat : 11642 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71272494 1879502848 34300 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11643] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11643/stat : 11643 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 71272764 1879502848 34300 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.27
Current children cumulated vsize (KiB) 1835452

[startup+17.5026 s]
/proc/loadavg: 0.94 0.98 0.91 2/77 11643
/proc/meminfo: memFree=1367048/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1835452 CPUtime=17.87
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 35033 0 34 0 1764 23 0 0 18 0 13 0 71272472 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 458863 34306 1316 9 0 456475 0
[pid=11630/tid=11632] ppid=11628 vsize=1835452 CPUtime=17.1
/proc/11630/task/11632/stat : 11632 (java) R 11628 11630 11431 0 -1 64 33001 0 8 0 1690 20 0 0 25 0 13 0 71272479 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109563216 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11633] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11633/stat : 11633 (java) S 11628 11630 11431 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71272483 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11634] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11634/stat : 11634 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 71272483 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11635] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11635/stat : 11635 (java) S 11628 11630 11431 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 71272487 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11636] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11636/stat : 11636 (java) S 11628 11630 11431 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 71272487 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11637] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11637/stat : 11637 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 71272487 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11638] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11638/stat : 11638 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 71272494 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11639] ppid=11628 vsize=1835452 CPUtime=0.4
/proc/11630/task/11639/stat : 11639 (java) S 11628 11630 11431 0 -1 64 625 0 0 0 40 0 0 0 16 0 13 0 71272494 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11640] ppid=11628 vsize=1835452 CPUtime=0.33
/proc/11630/task/11640/stat : 11640 (java) S 11628 11630 11431 0 -1 64 708 0 0 0 33 0 0 0 17 0 13 0 71272494 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11641] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11641/stat : 11641 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 71272494 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11642] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11642/stat : 11642 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71272494 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11643] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11643/stat : 11643 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 71272764 1879502848 34306 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.87
Current children cumulated vsize (KiB) 1835452

[startup+18.3027 s]
/proc/loadavg: 0.94 0.98 0.91 2/77 11643
/proc/meminfo: memFree=1367048/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1835452 CPUtime=18.67
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 35036 0 34 0 1844 23 0 0 18 0 13 0 71272472 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 458863 34309 1316 9 0 456475 0
[pid=11630/tid=11632] ppid=11628 vsize=1835452 CPUtime=17.89
/proc/11630/task/11632/stat : 11632 (java) R 11628 11630 11431 0 -1 64 33004 0 8 0 1769 20 0 0 25 0 13 0 71272479 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109594703 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11633] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11633/stat : 11633 (java) S 11628 11630 11431 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71272483 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11634] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11634/stat : 11634 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 71272483 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11635] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11635/stat : 11635 (java) S 11628 11630 11431 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 71272487 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11636] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11636/stat : 11636 (java) S 11628 11630 11431 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 71272487 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11637] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11637/stat : 11637 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 71272487 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11638] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11638/stat : 11638 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 71272494 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11639] ppid=11628 vsize=1835452 CPUtime=0.4
/proc/11630/task/11639/stat : 11639 (java) S 11628 11630 11431 0 -1 64 625 0 0 0 40 0 0 0 16 0 13 0 71272494 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11640] ppid=11628 vsize=1835452 CPUtime=0.33
/proc/11630/task/11640/stat : 11640 (java) S 11628 11630 11431 0 -1 64 708 0 0 0 33 0 0 0 17 0 13 0 71272494 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11641] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11641/stat : 11641 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 71272494 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11642] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11642/stat : 11642 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71272494 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11643] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11643/stat : 11643 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 71272764 1879502848 34309 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.67
Current children cumulated vsize (KiB) 1835452

[startup+18.7067 s]
/proc/loadavg: 0.94 0.98 0.91 2/77 11643
/proc/meminfo: memFree=1367048/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1835452 CPUtime=19.07
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 35037 0 34 0 1884 23 0 0 18 0 13 0 71272472 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 458863 34310 1316 9 0 456475 0
[pid=11630/tid=11632] ppid=11628 vsize=1835452 CPUtime=18.3
/proc/11630/task/11632/stat : 11632 (java) R 11628 11630 11431 0 -1 64 33005 0 8 0 1810 20 0 0 25 0 13 0 71272479 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109558757 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11633] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11633/stat : 11633 (java) S 11628 11630 11431 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71272483 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11634] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11634/stat : 11634 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 71272483 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11635] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11635/stat : 11635 (java) S 11628 11630 11431 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 71272487 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11636] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11636/stat : 11636 (java) S 11628 11630 11431 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 71272487 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11637] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11637/stat : 11637 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 71272487 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11638] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11638/stat : 11638 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 71272494 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11639] ppid=11628 vsize=1835452 CPUtime=0.4
/proc/11630/task/11639/stat : 11639 (java) S 11628 11630 11431 0 -1 64 625 0 0 0 40 0 0 0 16 0 13 0 71272494 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11640] ppid=11628 vsize=1835452 CPUtime=0.33
/proc/11630/task/11640/stat : 11640 (java) S 11628 11630 11431 0 -1 64 708 0 0 0 33 0 0 0 17 0 13 0 71272494 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11641] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11641/stat : 11641 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 71272494 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11642] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11642/stat : 11642 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71272494 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11643] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11643/stat : 11643 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 71272764 1879502848 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 1835452

[startup+19.1017 s]
/proc/loadavg: 0.94 0.98 0.91 2/77 11643
/proc/meminfo: memFree=1367048/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1835452 CPUtime=19.47
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 35041 0 34 0 1924 23 0 0 18 0 13 0 71272472 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 458863 34314 1316 9 0 456475 0
[pid=11630/tid=11632] ppid=11628 vsize=1835452 CPUtime=18.69
/proc/11630/task/11632/stat : 11632 (java) R 11628 11630 11431 0 -1 64 33009 0 8 0 1849 20 0 0 25 0 13 0 71272479 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109621264 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11633] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11633/stat : 11633 (java) S 11628 11630 11431 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71272483 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11634] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11634/stat : 11634 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 71272483 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11635] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11635/stat : 11635 (java) S 11628 11630 11431 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 71272487 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11636] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11636/stat : 11636 (java) S 11628 11630 11431 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 71272487 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11637] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11637/stat : 11637 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 71272487 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11638] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11638/stat : 11638 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 71272494 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11639] ppid=11628 vsize=1835452 CPUtime=0.4
/proc/11630/task/11639/stat : 11639 (java) S 11628 11630 11431 0 -1 64 625 0 0 0 40 0 0 0 16 0 13 0 71272494 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11640] ppid=11628 vsize=1835452 CPUtime=0.33
/proc/11630/task/11640/stat : 11640 (java) S 11628 11630 11431 0 -1 64 708 0 0 0 33 0 0 0 17 0 13 0 71272494 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11641] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11641/stat : 11641 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 71272494 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11642] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11642/stat : 11642 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71272494 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11643] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11643/stat : 11643 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 71272764 1879502848 34314 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.47
Current children cumulated vsize (KiB) 1835452

[startup+19.2017 s]
/proc/loadavg: 0.94 0.98 0.91 2/77 11643
/proc/meminfo: memFree=1367048/2055920 swapFree=4192812/4192956
[pid=11630] ppid=11628 vsize=1835452 CPUtime=19.55
/proc/11630/stat : 11630 (java) S 11628 11630 11431 0 -1 0 35049 0 34 0 1932 23 0 0 18 0 12 0 71272472 1879502848 34322 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11630/statm: 458863 34322 1317 9 0 456475 0
[pid=11630/tid=11632] ppid=11628 vsize=1835452 CPUtime=18.77
/proc/11630/task/11632/stat : 11632 (java) S 11628 11630 11431 0 -1 64 33014 0 8 0 1857 20 0 0 25 0 12 0 71272479 1879502848 34322 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11633] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11633/stat : 11633 (java) S 11628 11630 11431 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 71272483 1879502848 34322 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11634] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11634/stat : 11634 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 71272483 1879502848 34322 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11635] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11635/stat : 11635 (java) S 11628 11630 11431 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 71272487 1879502848 34322 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11636] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11636/stat : 11636 (java) S 11628 11630 11431 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 71272487 1879502848 34322 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11637] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11637/stat : 11637 (java) S 11628 11630 11431 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 71272487 1879502848 34322 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11638] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11638/stat : 11638 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 71272494 1879502848 34322 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11639] ppid=11628 vsize=1835452 CPUtime=0.4
/proc/11630/task/11639/stat : 11639 (java) S 11628 11630 11431 0 -1 64 625 0 0 0 40 0 0 0 16 0 12 0 71272494 1879502848 34322 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11630/tid=11640] ppid=11628 vsize=1835452 CPUtime=0.33
/proc/11630/task/11640/stat : 11640 (java) S 11628 11630 11431 0 -1 64 708 0 0 0 33 0 0 0 17 0 12 0 71272494 1879502848 34322 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11641] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11641/stat : 11641 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 71272494 1879502848 34322 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11630/tid=11642] ppid=11628 vsize=1835452 CPUtime=0
/proc/11630/task/11642/stat : 11642 (java) S 11628 11630 11431 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 71272494 1879502848 34322 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.55
Current children cumulated vsize (KiB) 1835452

Child status: 20
Real time (s): 19.241
CPU time (s): 19.587
CPU user time (s): 19.3271
CPU system time (s): 0.25996
CPU usage (%): 101.799
Max. virtual memory (cumulated for all children) (KiB): 1835684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.3271
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35052
page faults= 34
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1157
involuntary context switches= 467

runsolver used 0.027995 second user time and 0.06199 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Wed Apr 11 18:49:11 UTC 2007

IDJOB= 318362
IDBENCH= 20453
IDSOLVER= 96
FILE ID= node70/318362-1176317350

PBS_JOBID= 4516690

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  8fc64af5d325c9057239ebdeb302bd0e

RANDOM SEED= 863156920

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:       1508808 kB
Buffers:         32524 kB
Cached:         382820 kB
SwapCached:          0 kB
Active:         174708 kB
Inactive:       256144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           19844 kB
Writeback:           0 kB
Mapped:          25708 kB
Slab:           102284 kB
Committed_AS:   104176 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= 66545 MiB

End job on node70 on Wed Apr 11 18:49:31 UTC 2007