Trace number 329438

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J SAT 2007? (TO) 1200.17 1199.58

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k80.cnf
MD5SUMd8d6a3220ff7f841840041023f45b746
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables119275
Number of clauses534228
Sum of the clauses size1374894
Maximum clause length20
Minimum clause length1
Number of clauses of size 1743
Number of clauses of size 2416106
Number of clauses of size 358662
Number of clauses of size 423975
Number of clauses of size 510404
Number of clauses of size over 524338

Solver Data (download as text)

0.11/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.44	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.44	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.46	c version SAT COMPETITION 2007
0.11/0.46	c sun.arch.data.model	32
0.11/0.46	c java.version	1.6.0
0.11/0.46	c os.name	Linux
0.11/0.46	c os.version	2.6.9-22.EL.rootsmp
0.11/0.46	c os.arch	i386
0.11/0.46	c Free memory 1703279312
0.11/0.46	c Max memory 1706164224
0.11/0.46	c Total memory 1706164224
0.11/0.46	c Number of processors 2
0.22/0.51	c --- Begin Solver configuration ---
0.22/0.51	c Stops conflict analysis at the first Unique Implication Point
0.22/0.51	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.22/0.51	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.22/0.51	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.51	c VSIDS like heuristics from MiniSAT using a heap
0.22/0.51	c Expensive reason simplification
0.22/0.51	c --- End Solver configuration ---
0.22/0.51	c timeout: 2147483s
0.22/0.51	c solving /tmp/evaluation/329438-1173140300/instance-329438-1173140300.cnf
0.22/0.51	c reading problem ... 
2.04/2.24	c ... done. Wall clock time 1.73s.
2.04/2.24	c CPU time (experimental) 1.84s.
2.04/2.24	c #vars     119275
2.04/2.24	c #constraints  532533
1200.08/1199.51	c starts		: 19
1200.08/1199.51	c conflicts		: 325484
1200.08/1199.51	c decisions		: 777402
1200.08/1199.51	c propagations		: 565299745
1200.08/1199.51	c inspects		: 2668531446
1200.08/1199.51	c learnt literals	: 291
1200.08/1199.51	c learnt binary clauses	: 6338
1200.08/1199.51	c learnt ternary clauses	: 7964
1200.08/1199.51	c learnt clauses	: 325193
1200.08/1199.51	c root simplifications	: 0
1200.08/1199.51	c removed literals (reason simplification)	: 18924518
1200.08/1199.51	c reason swapping (by a shorter reason)	: 0
1200.08/1199.51	c Calls to reduceDB	: 0
1200.08/1199.51	c speed (decisions/second)	: 649.3436417276139
1200.08/1199.51	c non guided choices	6600
1200.08/1199.51	s UNKNOWN
1200.08/1199.51	c Total wall clock time (in seconds) : 1198.997
1200.08/1199.51	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-329438-1173140300 -o ROOT/results/node17/solver-329438-1173140300 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/329438-1173140300/sat4j-sat2007.jar /tmp/evaluation/329438-1173140300/instance-329438-1173140300.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.99 2/77 23298
/proc/meminfo: memFree=1622792/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=152 CPUtime=0
/proc/23298/stat : 23298 (java) D 23296 23298 22570 0 -1 0 42 0 0 0 0 0 0 0 20 0 1 0 333984374 155648 26 18446744073709551615 134512640 134550740 4294956624 18446744073709551615 2859812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/23298/statm: 38 26 19 9 0 4 0

[startup+0.0477129 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 23298
/proc/meminfo: memFree=1622792/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=308 CPUtime=0
/proc/23298/stat : 23298 (java) D 23296 23298 22570 0 -1 0 57 0 1 0 0 0 0 0 18 0 1 0 333984374 315392 41 18446744073709551615 134512640 134550740 4294956624 18446744073709551615 2859940 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23298/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.101882 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 23298
/proc/meminfo: memFree=1622792/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=12056 CPUtime=0.01
/proc/23298/stat : 23298 (java) D 23296 23298 22570 0 -1 0 365 0 24 0 0 1 0 0 18 0 1 0 333984374 12345344 196 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 2831146 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23298/statm: 3014 208 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.301744 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 23298
/proc/meminfo: memFree=1622792/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=1829096 CPUtime=0.07
/proc/23298/stat : 23298 (java) S 23296 23298 22570 0 -1 0 3653 0 53 0 3 4 0 0 18 0 7 0 333984374 1872994304 3447 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 457274 3447 1078 9 0 454910 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829096

[startup+0.701783 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 23298
/proc/meminfo: memFree=1622792/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=1833824 CPUtime=0.43
/proc/23298/stat : 23298 (java) S 23296 23298 22570 0 -1 0 4984 0 53 0 37 6 0 0 18 0 12 0 333984374 1877835776 4774 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 458456 4774 1272 9 0 456068 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 1833824

[startup+1.50186 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 23310
/proc/meminfo: memFree=1588392/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=1834032 CPUtime=1.33
/proc/23298/stat : 23298 (java) S 23296 23298 22570 0 -1 0 12527 0 53 0 124 9 0 0 18 0 12 0 333984374 1878048768 12292 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 458508 12292 1289 9 0 456120 0
[pid=23298/tid=23300] ppid=23296 vsize=1834032 CPUtime=1.09
/proc/23298/task/23300/stat : 23300 (java) R 23296 23298 22570 0 -1 64 11318 0 16 0 102 7 0 0 18 0 12 0 333984386 1878048768 12292 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109520425 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=1834032 CPUtime=0
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22570 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 333984398 1878048768 12293 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=1834032 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 333984398 1878048768 12293 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23303] ppid=23296 vsize=1834032 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 333984402 1878048768 12293 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23304] ppid=23296 vsize=1834032 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22570 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 333984403 1878048768 12293 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=1834032 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22570 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 333984403 1878048768 12294 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=1834032 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 333984411 1878048768 12294 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=1834032 CPUtime=0.1
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22570 0 -1 64 349 0 0 0 10 0 0 0 16 0 12 0 333984411 1878048768 12294 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23308] ppid=23296 vsize=1834032 CPUtime=0.1
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22570 0 -1 64 178 0 0 0 10 0 0 0 16 0 12 0 333984411 1878048768 12295 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=1834032 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22570 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 333984411 1878048768 12295 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=1834032 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 333984411 1878048768 12295 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 1834032

[startup+3.10204 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 23310
/proc/meminfo: memFree=1545384/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=1835704 CPUtime=3.23
/proc/23298/stat : 23298 (java) S 23296 23298 22570 0 -1 0 21865 0 53 0 309 14 0 0 18 0 13 0 333984374 1879760896 20724 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 458926 20724 1309 9 0 456538 0
[pid=23298/tid=23300] ppid=23296 vsize=1835704 CPUtime=2.56
/proc/23298/task/23300/stat : 23300 (java) R 23296 23298 22570 0 -1 64 19366 0 16 0 244 12 0 0 24 0 13 0 333984386 1879760896 20724 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109643386 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23301] ppid=23296 vsize=1835704 CPUtime=0
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22570 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 333984398 1879760896 20724 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=1835704 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 333984398 1879760896 20724 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23303] ppid=23296 vsize=1835704 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 333984402 1879760896 20724 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23304] ppid=23296 vsize=1835704 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22570 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 333984403 1879760896 20724 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=1835704 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22570 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 333984403 1879760896 20724 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=1835704 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 333984411 1879760896 20724 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=1835704 CPUtime=0.38
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22570 0 -1 64 1158 0 0 0 38 0 0 0 16 0 13 0 333984411 1879760896 20724 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23308] ppid=23296 vsize=1835704 CPUtime=0.26
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22570 0 -1 64 656 0 0 0 26 0 0 0 16 0 13 0 333984411 1879760896 20724 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=1835704 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22570 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 333984411 1879760896 20724 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=1835704 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 333984411 1879760896 20724 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 1835704

[startup+6.30236 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 23311
/proc/meminfo: memFree=1534176/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=1835320 CPUtime=6.51
/proc/23298/stat : 23298 (java) S 23296 23298 22570 0 -1 0 22081 0 53 0 637 14 0 0 18 0 13 0 333984374 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 458830 20791 1315 9 0 456442 0
[pid=23298/tid=23300] ppid=23296 vsize=1835320 CPUtime=5.73
/proc/23298/task/23300/stat : 23300 (java) R 23296 23298 22570 0 -1 64 19513 0 16 0 561 12 0 0 25 0 13 0 333984386 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109614954 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22570 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 333984398 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 333984398 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23303] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22570 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 333984402 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23304] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22570 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 333984403 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22570 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 333984403 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 333984411 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=1835320 CPUtime=0.43
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22570 0 -1 64 1193 0 0 0 43 0 0 0 16 0 13 0 333984411 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23308] ppid=23296 vsize=1835320 CPUtime=0.33
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22570 0 -1 64 689 0 0 0 33 0 0 0 16 0 13 0 333984411 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22570 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 333984411 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 333984411 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23311] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22570 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 333984614 1879367680 20791 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 1835320

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.99 2/90 23311
/proc/meminfo: memFree=1533408/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=1835320 CPUtime=12.92
/proc/23298/stat : 23298 (java) S 23296 23298 22570 0 -1 0 22375 0 53 0 1278 14 0 0 18 0 13 0 333984374 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 458830 21084 1315 9 0 456442 0
[pid=23298/tid=23300] ppid=23296 vsize=1835320 CPUtime=12.13
/proc/23298/task/23300/stat : 23300 (java) R 23296 23298 22570 0 -1 64 19807 0 16 0 1200 13 0 0 25 0 13 0 333984386 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109622974 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22570 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 333984398 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 333984398 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23303] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22570 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 333984402 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23304] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22570 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 333984403 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22570 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 333984403 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 333984411 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=1835320 CPUtime=0.44
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22570 0 -1 64 1193 0 0 0 44 0 0 0 17 0 13 0 333984411 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23308] ppid=23296 vsize=1835320 CPUtime=0.33
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22570 0 -1 64 689 0 0 0 33 0 0 0 16 0 13 0 333984411 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22570 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 333984411 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 333984411 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23311] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22570 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 333984614 1879367680 21084 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.92
Current children cumulated vsize (KiB) 1835320

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 23311
/proc/meminfo: memFree=1531488/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=1835320 CPUtime=25.74
/proc/23298/stat : 23298 (java) S 23296 23298 22570 0 -1 0 22863 0 53 0 2559 15 0 0 18 0 13 0 333984374 1879367680 21571 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 458830 21571 1316 9 0 456442 0
[pid=23298/tid=23300] ppid=23296 vsize=1835320 CPUtime=24.88
/proc/23298/task/23300/stat : 23300 (java) R 23296 23298 22570 0 -1 64 20287 0 16 0 2475 13 0 0 25 0 13 0 333984386 1879367680 21571 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109554134 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22570 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 333984398 1879367680 21571 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 333984398 1879367680 21571 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23303] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22570 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 333984402 1879367680 21571 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23304] ppid=23296 vsize=1835320 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22570 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 333984403 1879367680 21571 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=23298] ppid=23296 vsize=1843008 CPUtime=1062.91
/proc/23298/stat : 23298 (java) S 23296 23298 22570 0 -1 0 78715 0 53 0 106232 59 0 0 18 0 13 0 333984374 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 460752 72585 1323 9 0 458364 0
[pid=23298/tid=23300] ppid=23296 vsize=1843008 CPUtime=1060.7
/proc/23298/task/23300/stat : 23300 (java) R 23296 23298 22570 0 -1 64 38815 0 16 0 106028 42 0 0 25 0 13 0 333984386 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109615105 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=1843008 CPUtime=0.65
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22570 0 -1 64 26551 0 0 0 55 10 0 0 23 0 13 0 333984398 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=1843008 CPUtime=0.66
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22570 0 -1 64 10770 0 0 0 61 5 0 0 23 0 13 0 333984398 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23303] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22570 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 333984402 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23304] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22570 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 333984403 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22570 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 333984403 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=1843008 CPUtime=0.49
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22570 0 -1 64 1197 0 0 0 49 0 0 0 17 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23308] ppid=23296 vsize=1843008 CPUtime=0.37
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22570 0 -1 64 693 0 0 0 37 0 0 0 16 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22570 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23311] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22570 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 333984614 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.91
Current children cumulated vsize (KiB) 1843008

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 23311
/proc/meminfo: memFree=1326816/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=1843008 CPUtime=1122.89
/proc/23298/stat : 23298 (java) S 23296 23298 22570 0 -1 0 78715 0 53 0 112230 59 0 0 18 0 13 0 333984374 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 460752 72585 1323 9 0 458364 0
[pid=23298/tid=23300] ppid=23296 vsize=1843008 CPUtime=1120.68
/proc/23298/task/23300/stat : 23300 (java) R 23296 23298 22570 0 -1 64 38815 0 16 0 112026 42 0 0 25 0 13 0 333984386 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109648655 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=1843008 CPUtime=0.65
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22570 0 -1 64 26551 0 0 0 55 10 0 0 23 0 13 0 333984398 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=1843008 CPUtime=0.66
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22570 0 -1 64 10770 0 0 0 61 5 0 0 23 0 13 0 333984398 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23303] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22570 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 333984402 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23304] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22570 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 333984403 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22570 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 333984403 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=1843008 CPUtime=0.49
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22570 0 -1 64 1197 0 0 0 49 0 0 0 17 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23308] ppid=23296 vsize=1843008 CPUtime=0.37
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22570 0 -1 64 693 0 0 0 37 0 0 0 16 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22570 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23311] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22570 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 333984614 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.89
Current children cumulated vsize (KiB) 1843008

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 23311
/proc/meminfo: memFree=1326816/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=1843008 CPUtime=1182.88
/proc/23298/stat : 23298 (java) S 23296 23298 22570 0 -1 0 78715 0 53 0 118228 60 0 0 18 0 13 0 333984374 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 460752 72585 1323 9 0 458364 0
[pid=23298/tid=23300] ppid=23296 vsize=1843008 CPUtime=1180.66
/proc/23298/task/23300/stat : 23300 (java) R 23296 23298 22570 0 -1 64 38815 0 16 0 118024 42 0 0 25 0 13 0 333984386 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109615105 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=1843008 CPUtime=0.65
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22570 0 -1 64 26551 0 0 0 55 10 0 0 23 0 13 0 333984398 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=1843008 CPUtime=0.66
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22570 0 -1 64 10770 0 0 0 61 5 0 0 23 0 13 0 333984398 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23303] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22570 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 333984402 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23304] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22570 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 333984403 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22570 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 333984403 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=1843008 CPUtime=0.49
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22570 0 -1 64 1197 0 0 0 49 0 0 0 17 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23308] ppid=23296 vsize=1843008 CPUtime=0.37
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22570 0 -1 64 693 0 0 0 37 0 0 0 16 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22570 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23311] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22570 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 333984614 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.88
Current children cumulated vsize (KiB) 1843008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 23311
/proc/meminfo: memFree=1326816/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=1843008 CPUtime=1200.08
/proc/23298/stat : 23298 (java) S 23296 23298 22570 0 -1 0 78715 0 53 0 119948 60 0 0 18 0 13 0 333984374 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 460752 72585 1323 9 0 458364 0
[pid=23298/tid=23300] ppid=23296 vsize=1843008 CPUtime=1197.86
/proc/23298/task/23300/stat : 23300 (java) R 23296 23298 22570 0 -1 64 38815 0 16 0 119744 42 0 0 25 0 13 0 333984386 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109343374 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=1843008 CPUtime=0.65
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22570 0 -1 64 26551 0 0 0 55 10 0 0 23 0 13 0 333984398 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=1843008 CPUtime=0.66
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22570 0 -1 64 10770 0 0 0 61 5 0 0 23 0 13 0 333984398 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23303] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22570 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 333984402 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23304] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22570 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 333984403 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22570 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 333984403 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=1843008 CPUtime=0.49
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22570 0 -1 64 1197 0 0 0 49 0 0 0 17 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23308] ppid=23296 vsize=1843008 CPUtime=0.37
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22570 0 -1 64 693 0 0 0 37 0 0 0 16 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22570 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23311] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22570 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 333984614 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1843008

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

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

[startup+1199.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 23311
/proc/meminfo: memFree=1326816/2055920 swapFree=4168648/4192956
[pid=23298] ppid=23296 vsize=1843008 CPUtime=1200.08
/proc/23298/stat : 23298 (java) S 23296 23298 22570 0 -1 0 78715 0 53 0 119948 60 0 0 18 0 13 0 333984374 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 460752 72585 1323 9 0 458364 0
[pid=23298/tid=23300] ppid=23296 vsize=1843008 CPUtime=1197.86
/proc/23298/task/23300/stat : 23300 (java) R 23296 23298 22570 0 -1 64 38815 0 16 0 119744 42 0 0 25 0 13 0 333984386 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109343374 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=1843008 CPUtime=0.65
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22570 0 -1 64 26551 0 0 0 55 10 0 0 23 0 13 0 333984398 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=1843008 CPUtime=0.66
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22570 0 -1 64 10770 0 0 0 61 5 0 0 23 0 13 0 333984398 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23303] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22570 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 333984402 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23304] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22570 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 333984403 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22570 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 333984403 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=1843008 CPUtime=0.49
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22570 0 -1 64 1197 0 0 0 49 0 0 0 17 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23308] ppid=23296 vsize=1843008 CPUtime=0.37
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22570 0 -1 64 693 0 0 0 37 0 0 0 16 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22570 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22570 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 333984411 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23311] ppid=23296 vsize=1843008 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22570 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 333984614 1887240192 72585 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 1843008

Child status: 143
Real time (s): 1199.58
CPU time (s): 1200.17
CPU user time (s): 1199.52
CPU system time (s): 0.647901
CPU usage (%): 100.049
Max. virtual memory (cumulated for all children) (KiB): 1843008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.52
system time used= 0.647901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78737
page faults= 53
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25131
involuntary context switches= 49060

runsolver used 1.09483 second user time and 3.2945 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Mar  6 00:18:21 UTC 2007

IDJOB= 329438
IDBENCH= 20540
IDSOLVER= 96
FILE ID= node17/329438-1173140300

PBS_JOBID= 4014978

Free space on /tmp= 66516 MiB

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

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  d8d6a3220ff7f841840041023f45b746

RANDOM SEED= 963177413

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1623392 kB
Buffers:         38372 kB
Cached:         319552 kB
SwapCached:       2680 kB
Active:         115732 kB
Inactive:       265236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623392 kB
SwapTotal:     4192956 kB
SwapFree:      4168648 kB
Dirty:           13632 kB
Writeback:           0 kB
Mapped:          30364 kB
Slab:            37196 kB
Committed_AS:  1377672 kB
PageTables:       1748 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= 66516 MiB

End job on node17 on Tue Mar  6 00:38:23 UTC 2007