Trace number 316412

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 30.4804 30.2609

General information on the benchmark

Namecrafted/spence/
medium/s65-100.cnf
MD5SUMc783ce32e47f2d2dd661851cca52c3a7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.61445
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses140
Sum of the clauses size420
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3140
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.06/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.27	c version SAT COMPETITION 2007
0.12/0.27	c sun.arch.data.model	32
0.12/0.27	c java.version	1.6.0
0.12/0.27	c os.name	Linux
0.12/0.27	c os.version	2.6.9-22.EL.rootsmp
0.12/0.27	c os.arch	i386
0.12/0.27	c Free memory 1703279312
0.12/0.27	c Max memory 1706164224
0.12/0.27	c Total memory 1706164224
0.12/0.27	c Number of processors 2
0.17/0.32	c --- Begin Solver configuration ---
0.17/0.32	c Stops conflict analysis at the first Unique Implication Point
0.17/0.32	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.17/0.32	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.32	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.32	c Expensive reason simplification
0.17/0.32	c --- End Solver configuration ---
0.17/0.32	c timeout: 2147483s
0.17/0.32	c solving /tmp/evaluation/316412-1172668734/instance-316412-1172668734.cnf
0.17/0.32	c reading problem ... 
0.17/0.34	c ... done. Wall clock time 0.013s.
0.17/0.34	c CPU time (experimental) 0.17s.
0.17/0.34	c #vars     65
0.17/0.34	c #constraints  140
30.43/30.22	c starts		: 21
30.43/30.22	c conflicts		: 787727
30.43/30.22	c decisions		: 1009878
30.43/30.22	c propagations		: 17329782
30.43/30.22	c inspects		: 153516066
30.43/30.22	c learnt literals	: 16
30.43/30.22	c learnt binary clauses	: 113
30.43/30.22	c learnt ternary clauses	: 421
30.43/30.22	c learnt clauses	: 12038
30.43/30.22	c root simplifications	: 0
30.43/30.22	c removed literals (reason simplification)	: 801397
30.43/30.22	c reason swapping (by a shorter reason)	: 0
30.43/30.22	c Calls to reduceDB	: 0
30.43/30.22	c speed (decisions/second)	: 33789.87519657376
30.43/30.22	c non guided choices	19
30.43/30.22	s UNSATISFIABLE
30.43/30.22	c Total wall clock time (in seconds) : 29.901
30.43/30.22	c Total CPU time (experimental, in seconds) : 29.83

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/node60/watcher-316412-1172668734 -o ROOT/results/node60/solver-316412-1172668734 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/316412-1172668734/sat4j-sat2007.jar /tmp/evaluation/316412-1172668734/instance-316412-1172668734.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 19822
/proc/meminfo: memFree=1823032/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1800 CPUtime=0
/proc/19822/stat : 19822 (java) R 19820 19822 18644 0 -1 0 165 0 0 0 0 0 0 0 18 0 1 0 286830297 1843200 138 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/19822/statm: 450 138 101 9 0 92 0

[startup+0.105159 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 19822
/proc/meminfo: memFree=1823032/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1829096 CPUtime=0.06
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 3830 0 1 0 4 2 0 0 18 0 7 0 286830297 1872994304 3573 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 457274 3573 1086 9 0 454910 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1829096

[startup+0.201172 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 19822
/proc/meminfo: memFree=1823032/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1831672 CPUtime=0.12
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 4291 0 1 0 9 3 0 0 18 0 12 0 286830297 1875632128 4033 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 457918 4033 1144 9 0 455530 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1831672

[startup+0.301191 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 19822
/proc/meminfo: memFree=1823032/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1832836 CPUtime=0.17
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 4838 0 1 0 14 3 0 0 18 0 12 0 286830297 1876824064 4577 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 458209 4577 1252 9 0 455821 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1832836

[startup+0.701263 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 19822
/proc/meminfo: memFree=1823032/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1836264 CPUtime=0.8
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 6338 0 1 0 76 4 0 0 18 0 13 0 286830297 1880334336 5524 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 459066 5524 1301 9 0 456678 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1836264

[startup+1.5024 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 19835
/proc/meminfo: memFree=1803728/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1836264 CPUtime=1.71
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 7209 0 1 0 167 4 0 0 18 0 13 0 286830297 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 459066 6327 1313 9 0 456678 0
[pid=19822/tid=19824] ppid=19820 vsize=1836264 CPUtime=1.17
/proc/19822/task/19824/stat : 19824 (java) R 19820 19822 18644 0 -1 64 4798 0 1 0 114 3 0 0 25 0 13 0 286830299 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109504736 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19825] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19825/stat : 19825 (java) S 19820 19822 18644 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 286830302 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19826] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19826/stat : 19826 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 286830302 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19827] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19827/stat : 19827 (java) S 19820 19822 18644 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 286830304 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19828] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19828/stat : 19828 (java) S 19820 19822 18644 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 286830305 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19829] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19829/stat : 19829 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 286830305 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19830] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19830/stat : 19830 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19831] ppid=19820 vsize=1836264 CPUtime=0.22
/proc/19822/task/19831/stat : 19831 (java) S 19820 19822 18644 0 -1 64 556 0 0 0 22 0 0 0 16 0 13 0 286830309 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19832] ppid=19820 vsize=1836264 CPUtime=0.28
/proc/19822/task/19832/stat : 19832 (java) S 19820 19822 18644 0 -1 64 1130 0 0 0 28 0 0 0 16 0 13 0 286830309 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19833] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19833/stat : 19833 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19834] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19834/stat : 19834 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286830309 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19835] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19835/stat : 19835 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 286830331 1880334336 6327 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1836264

[startup+3.10169 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 19835
/proc/meminfo: memFree=1798928/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1836264 CPUtime=3.3
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 8795 0 1 0 325 5 0 0 18 0 13 0 286830297 1880334336 7913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 459066 7913 1313 9 0 456678 0
[pid=19822/tid=19824] ppid=19820 vsize=1836264 CPUtime=2.76
/proc/19822/task/19824/stat : 19824 (java) R 19820 19822 18644 0 -1 64 6384 0 1 0 273 3 0 0 25 0 13 0 286830299 1880334336 7913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109498319 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19825] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19825/stat : 19825 (java) S 19820 19822 18644 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 286830302 1880334336 7913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19826] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19826/stat : 19826 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 286830302 1880334336 7913 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19827] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19827/stat : 19827 (java) S 19820 19822 18644 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286830304 1880334336 7914 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19828] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19828/stat : 19828 (java) S 19820 19822 18644 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 286830305 1880334336 7914 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19829] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19829/stat : 19829 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 286830305 1880334336 7914 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19830] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19830/stat : 19830 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1880334336 7914 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19831] ppid=19820 vsize=1836264 CPUtime=0.22
/proc/19822/task/19831/stat : 19831 (java) S 19820 19822 18644 0 -1 64 556 0 0 0 22 0 0 0 16 0 13 0 286830309 1880334336 7914 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19832] ppid=19820 vsize=1836264 CPUtime=0.28
/proc/19822/task/19832/stat : 19832 (java) S 19820 19822 18644 0 -1 64 1130 0 0 0 28 0 0 0 16 0 13 0 286830309 1880334336 7914 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19833] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19833/stat : 19833 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1880334336 7914 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19834] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19834/stat : 19834 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286830309 1880334336 7914 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19835] ppid=19820 vsize=1836264 CPUtime=0
/proc/19822/task/19835/stat : 19835 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 286830331 1880334336 7914 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 1836264

[startup+6.30226 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 19835
/proc/meminfo: memFree=1786704/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1835688 CPUtime=6.5
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 11780 0 1 0 644 6 0 0 18 0 13 0 286830297 1879744512 10753 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 458922 10753 1313 9 0 456534 0
[pid=19822/tid=19824] ppid=19820 vsize=1835688 CPUtime=5.97
/proc/19822/task/19824/stat : 19824 (java) R 19820 19822 18644 0 -1 64 9369 0 1 0 592 5 0 0 25 0 13 0 286830299 1879744512 10753 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109539450 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19825] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19825/stat : 19825 (java) S 19820 19822 18644 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 286830302 1879744512 10753 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19826] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19826/stat : 19826 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 286830302 1879744512 10753 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19827] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19827/stat : 19827 (java) S 19820 19822 18644 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286830304 1879744512 10753 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19828] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19828/stat : 19828 (java) S 19820 19822 18644 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 286830305 1879744512 10754 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19829] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19829/stat : 19829 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 286830305 1879744512 10754 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19830] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19830/stat : 19830 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879744512 10754 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19831] ppid=19820 vsize=1835688 CPUtime=0.22
/proc/19822/task/19831/stat : 19831 (java) S 19820 19822 18644 0 -1 64 556 0 0 0 22 0 0 0 16 0 13 0 286830309 1879744512 10754 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19832] ppid=19820 vsize=1835688 CPUtime=0.28
/proc/19822/task/19832/stat : 19832 (java) S 19820 19822 18644 0 -1 64 1130 0 0 0 28 0 0 0 16 0 13 0 286830309 1879744512 10754 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19833] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19833/stat : 19833 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879744512 10754 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19834] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19834/stat : 19834 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286830309 1879744512 10754 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19835] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19835/stat : 19835 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 286830331 1879744512 10754 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 1835688

[startup+12.7014 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 19835
/proc/meminfo: memFree=1766800/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1835688 CPUtime=12.89
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 16412 0 1 0 1281 8 0 0 18 0 13 0 286830297 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 458922 15385 1313 9 0 456534 0
[pid=19822/tid=19824] ppid=19820 vsize=1835688 CPUtime=12.36
/proc/19822/task/19824/stat : 19824 (java) R 19820 19822 18644 0 -1 64 14001 0 1 0 1229 7 0 0 25 0 13 0 286830299 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109573599 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19825] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19825/stat : 19825 (java) S 19820 19822 18644 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 286830302 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19826] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19826/stat : 19826 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 286830302 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19827] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19827/stat : 19827 (java) S 19820 19822 18644 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286830304 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19828] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19828/stat : 19828 (java) S 19820 19822 18644 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 286830305 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19829] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19829/stat : 19829 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 286830305 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19830] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19830/stat : 19830 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19831] ppid=19820 vsize=1835688 CPUtime=0.22
/proc/19822/task/19831/stat : 19831 (java) S 19820 19822 18644 0 -1 64 556 0 0 0 22 0 0 0 16 0 13 0 286830309 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19832] ppid=19820 vsize=1835688 CPUtime=0.28
/proc/19822/task/19832/stat : 19832 (java) S 19820 19822 18644 0 -1 64 1130 0 0 0 28 0 0 0 16 0 13 0 286830309 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19833] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19833/stat : 19833 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19834] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19834/stat : 19834 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286830309 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19835] ppid=19820 vsize=1835688 CPUtime=0
/proc/19822/task/19835/stat : 19835 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 286830331 1879744512 15385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 1835688

[startup+25.5027 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 19835
/proc/meminfo: memFree=1745872/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1835200 CPUtime=25.72
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 21669 0 1 0 2560 12 0 0 18 0 13 0 286830297 1879244800 20265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 458800 20265 1313 9 0 456412 0
[pid=19822/tid=19824] ppid=19820 vsize=1835200 CPUtime=25.13
/proc/19822/task/19824/stat : 19824 (java) R 19820 19822 18644 0 -1 64 19053 0 1 0 2503 10 0 0 25 0 13 0 286830299 1879244800 20265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109632337 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19825] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19825/stat : 19825 (java) S 19820 19822 18644 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 286830302 1879244800 20265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19826] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19826/stat : 19826 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 286830302 1879244800 20265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/19822/task/19835/stat : 19835 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 286830331 1879244800 20265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.72
Current children cumulated vsize (KiB) 1835200

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

[startup+25.6027 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 19835
/proc/meminfo: memFree=1745872/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1835200 CPUtime=25.82
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 21693 0 1 0 2570 12 0 0 18 0 13 0 286830297 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 458800 20289 1313 9 0 456412 0
[pid=19822/tid=19824] ppid=19820 vsize=1835200 CPUtime=25.23
/proc/19822/task/19824/stat : 19824 (java) R 19820 19822 18644 0 -1 64 19077 0 1 0 2513 10 0 0 25 0 13 0 286830299 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109498605 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19825] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19825/stat : 19825 (java) S 19820 19822 18644 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 286830302 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19826] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19826/stat : 19826 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 286830302 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19827] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19827/stat : 19827 (java) S 19820 19822 18644 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286830304 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19828] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19828/stat : 19828 (java) S 19820 19822 18644 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 286830305 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19829] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19829/stat : 19829 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 286830305 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19830] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19830/stat : 19830 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19831] ppid=19820 vsize=1835200 CPUtime=0.27
/proc/19822/task/19831/stat : 19831 (java) S 19820 19822 18644 0 -1 64 761 0 0 0 27 0 0 0 16 0 13 0 286830309 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19832] ppid=19820 vsize=1835200 CPUtime=0.29
/proc/19822/task/19832/stat : 19832 (java) S 19820 19822 18644 0 -1 64 1130 0 0 0 29 0 0 0 16 0 13 0 286830309 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19833] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19833/stat : 19833 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19834] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19834/stat : 19834 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286830309 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19835] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19835/stat : 19835 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 286830331 1879244800 20289 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 1835200

[startup+28.8013 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 19835
/proc/meminfo: memFree=1742800/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1835200 CPUtime=29.01
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 22452 0 1 0 2889 12 0 0 18 0 13 0 286830297 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 458800 21048 1313 9 0 456412 0
[pid=19822/tid=19824] ppid=19820 vsize=1835200 CPUtime=28.42
/proc/19822/task/19824/stat : 19824 (java) R 19820 19822 18644 0 -1 64 19836 0 1 0 2832 10 0 0 25 0 13 0 286830299 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109484160 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19825] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19825/stat : 19825 (java) S 19820 19822 18644 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 286830302 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19826] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19826/stat : 19826 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 286830302 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19827] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19827/stat : 19827 (java) S 19820 19822 18644 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286830304 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19828] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19828/stat : 19828 (java) S 19820 19822 18644 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 286830305 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19829] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19829/stat : 19829 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 286830305 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19830] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19830/stat : 19830 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19831] ppid=19820 vsize=1835200 CPUtime=0.27
/proc/19822/task/19831/stat : 19831 (java) S 19820 19822 18644 0 -1 64 761 0 0 0 27 0 0 0 16 0 13 0 286830309 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19832] ppid=19820 vsize=1835200 CPUtime=0.29
/proc/19822/task/19832/stat : 19832 (java) S 19820 19822 18644 0 -1 64 1130 0 0 0 29 0 0 0 16 0 13 0 286830309 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19833] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19833/stat : 19833 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19834] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19834/stat : 19834 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286830309 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19835] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19835/stat : 19835 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 286830331 1879244800 21048 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.01
Current children cumulated vsize (KiB) 1835200

[startup+29.6024 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 19835
/proc/meminfo: memFree=1742800/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1835200 CPUtime=29.83
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 22615 0 1 0 2971 12 0 0 18 0 13 0 286830297 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 458800 21211 1314 9 0 456412 0
[pid=19822/tid=19824] ppid=19820 vsize=1835200 CPUtime=29.21
/proc/19822/task/19824/stat : 19824 (java) R 19820 19822 18644 0 -1 64 19985 0 1 0 2910 11 0 0 25 0 13 0 286830299 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109573455 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19825] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19825/stat : 19825 (java) S 19820 19822 18644 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 286830302 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19826] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19826/stat : 19826 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 286830302 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19827] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19827/stat : 19827 (java) S 19820 19822 18644 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286830304 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19828] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19828/stat : 19828 (java) S 19820 19822 18644 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 286830305 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19829] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19829/stat : 19829 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 286830305 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19830] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19830/stat : 19830 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19831] ppid=19820 vsize=1835200 CPUtime=0.29
/proc/19822/task/19831/stat : 19831 (java) S 19820 19822 18644 0 -1 64 772 0 0 0 29 0 0 0 17 0 13 0 286830309 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19832] ppid=19820 vsize=1835200 CPUtime=0.31
/proc/19822/task/19832/stat : 19832 (java) S 19820 19822 18644 0 -1 64 1133 0 0 0 31 0 0 0 16 0 13 0 286830309 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19833] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19833/stat : 19833 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19834] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19834/stat : 19834 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286830309 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19835] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19835/stat : 19835 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 286830331 1879244800 21211 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.83
Current children cumulated vsize (KiB) 1835200

[startup+30.0025 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 19835
/proc/meminfo: memFree=1741840/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1835200 CPUtime=30.23
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 22689 0 1 0 3011 12 0 0 18 0 13 0 286830297 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 458800 21285 1314 9 0 456412 0
[pid=19822/tid=19824] ppid=19820 vsize=1835200 CPUtime=29.61
/proc/19822/task/19824/stat : 19824 (java) R 19820 19822 18644 0 -1 64 20059 0 1 0 2950 11 0 0 25 0 13 0 286830299 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109632337 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19825] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19825/stat : 19825 (java) S 19820 19822 18644 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 286830302 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19826] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19826/stat : 19826 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 286830302 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19827] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19827/stat : 19827 (java) S 19820 19822 18644 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286830304 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19828] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19828/stat : 19828 (java) S 19820 19822 18644 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 286830305 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19829] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19829/stat : 19829 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 286830305 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19830] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19830/stat : 19830 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19831] ppid=19820 vsize=1835200 CPUtime=0.29
/proc/19822/task/19831/stat : 19831 (java) S 19820 19822 18644 0 -1 64 772 0 0 0 29 0 0 0 17 0 13 0 286830309 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19832] ppid=19820 vsize=1835200 CPUtime=0.31
/proc/19822/task/19832/stat : 19832 (java) S 19820 19822 18644 0 -1 64 1133 0 0 0 31 0 0 0 16 0 13 0 286830309 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19833] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19833/stat : 19833 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19834] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19834/stat : 19834 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286830309 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19835] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19835/stat : 19835 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 286830331 1879244800 21285 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.23
Current children cumulated vsize (KiB) 1835200

[startup+30.2025 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 19835
/proc/meminfo: memFree=1741840/2055920 swapFree=4183456/4192956
[pid=19822] ppid=19820 vsize=1835200 CPUtime=30.43
/proc/19822/stat : 19822 (java) S 19820 19822 18644 0 -1 0 22721 0 1 0 3031 12 0 0 18 0 13 0 286830297 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19822/statm: 458800 21317 1314 9 0 456412 0
[pid=19822/tid=19824] ppid=19820 vsize=1835200 CPUtime=29.81
/proc/19822/task/19824/stat : 19824 (java) R 19820 19822 18644 0 -1 64 20091 0 1 0 2970 11 0 0 25 0 13 0 286830299 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109632308 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19825] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19825/stat : 19825 (java) S 19820 19822 18644 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 286830302 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19826] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19826/stat : 19826 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 286830302 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19827] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19827/stat : 19827 (java) S 19820 19822 18644 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 286830304 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19828] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19828/stat : 19828 (java) S 19820 19822 18644 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 286830305 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19829] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19829/stat : 19829 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 286830305 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19830] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19830/stat : 19830 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19831] ppid=19820 vsize=1835200 CPUtime=0.29
/proc/19822/task/19831/stat : 19831 (java) S 19820 19822 18644 0 -1 64 772 0 0 0 29 0 0 0 17 0 13 0 286830309 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19832] ppid=19820 vsize=1835200 CPUtime=0.31
/proc/19822/task/19832/stat : 19832 (java) S 19820 19822 18644 0 -1 64 1133 0 0 0 31 0 0 0 16 0 13 0 286830309 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19833] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19833/stat : 19833 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 286830309 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19822/tid=19834] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19834/stat : 19834 (java) S 19820 19822 18644 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 286830309 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19822/tid=19835] ppid=19820 vsize=1835200 CPUtime=0
/proc/19822/task/19835/stat : 19835 (java) S 19820 19822 18644 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 286830331 1879244800 21317 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.43
Current children cumulated vsize (KiB) 1835200

Child status: 20
Real time (s): 30.2609
CPU time (s): 30.4804
CPU user time (s): 30.3394
CPU system time (s): 0.140978
CPU usage (%): 100.725
Max. virtual memory (cumulated for all children) (KiB): 1836712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.3394
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22733
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1024
involuntary context switches= 874

runsolver used 0.046992 second user time and 0.074988 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Feb 28 13:18:55 UTC 2007

IDJOB= 316412
IDBENCH= 20441
IDSOLVER= 96
FILE ID= node60/316412-1172668734

PBS_JOBID= 3981203

Free space on /tmp= 66527 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/medium/s65-100.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/316412-1172668734/sat4j-sat2007.jar /tmp/evaluation/316412-1172668734/instance-316412-1172668734.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-316412-1172668734 -o ROOT/results/node60/solver-316412-1172668734 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/316412-1172668734/sat4j-sat2007.jar /tmp/evaluation/316412-1172668734/instance-316412-1172668734.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  c783ce32e47f2d2dd661851cca52c3a7

RANDOM SEED= 18325215

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1823384 kB
Buffers:          9240 kB
Cached:         174020 kB
SwapCached:       3400 kB
Active:          37592 kB
Inactive:       155420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823384 kB
SwapTotal:     4192956 kB
SwapFree:      4183456 kB
Dirty:            1216 kB
Writeback:           0 kB
Mapped:          15560 kB
Slab:            25424 kB
Committed_AS:   864572 kB
PageTables:       1464 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= 66527 MiB

End job on node60 on Wed Feb 28 13:19:25 UTC 2007