Trace number 1517959

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 CORE 2.1 RC1? (TO) 1200.27 1200.62

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/360/
unif-k3-r4.25-v360-c1530-S253750560-086.cnf
MD5SUM1510e2158cc54ae2963f5611496bde02
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.2673
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1530
Sum of the clauses size4590
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31530
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.1.0.v20090228
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.17	c Total memory 1654456320
0.08/0.17	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.18/0.23	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.18/0.23	c Expensive reason simplification
0.18/0.23	c Armin Biere (Picosat) restarts strategy
0.18/0.23	c timeout=2147483647s
0.18/0.23	c DB Simplification allowed=true
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-1517959-1238293368.cnf
0.18/0.23	c reading problem ... 
0.18/0.28	c ... done. Wall clock time 0.049s.
0.18/0.28	c #vars     360
0.18/0.28	c #constraints  1530
0.18/0.28	c constraints type 
0.18/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1530
1200.07/1200.51	c starts		: 853
1200.07/1200.51	c conflicts		: 468337
1200.07/1200.51	c decisions		: 546594
1200.07/1200.51	c propagations		: 24525802
1200.07/1200.51	c inspects		: 4026055785
1200.07/1200.51	c learnt literals	: 0
1200.07/1200.51	c learnt binary clauses	: 0
1200.07/1200.51	c learnt ternary clauses	: 66
1200.07/1200.51	c learnt clauses	: 468264
1200.07/1200.51	c ignored clauses	: 73
1200.07/1200.51	c root simplifications	: 853
1200.07/1200.51	c removed literals (reason simplification)	: 3426169
1200.07/1200.51	c reason swapping (by a shorter reason)	: 0
1200.07/1200.51	c Calls to reduceDB	: 0
1200.07/1200.51	c speed (assignments/second)	: 20434.27046005387
1200.07/1200.51	c non guided choices	40
1200.07/1200.59	c learnt constraints type 
1200.07/1200.59	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 468275
1200.07/1200.59	s UNKNOWN
1200.07/1200.59	c Total wall clock time (in seconds) : 1200.278

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1517959-1238293368/watcher-1517959-1238293368 -o /tmp/evaluation-result-1517959-1238293368/solver-1517959-1238293368 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1517959-1238293368.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): 1800 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.58 1.15 1.05 4/70 1312
/proc/meminfo: memFree=927576/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=18576 CPUtime=0
/proc/1312/stat : 1312 (runsolver) R 1308 1312 15579 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1102002801 19021824 292 1992294400 4194304 4302548 548682068400 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1312/statm: 4644 292 257 26 0 2626 0

[startup+0.0933921 s]
/proc/loadavg: 1.58 1.15 1.05 4/70 1312
/proc/meminfo: memFree=927576/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1778556 CPUtime=0.07
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 3757 0 1 0 4 3 0 0 20 0 7 0 1102002801 1821241344 3502 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 444639 3502 1040 9 0 441990 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1778556

[startup+0.101388 s]
/proc/loadavg: 1.58 1.15 1.05 4/70 1312
/proc/meminfo: memFree=927576/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1779396 CPUtime=0.08
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 3809 0 1 0 5 3 0 0 20 0 9 0 1102002801 1822101504 3554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 444849 3554 1049 9 0 442200 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1779396

[startup+0.301427 s]
/proc/loadavg: 1.58 1.15 1.05 4/70 1312
/proc/meminfo: memFree=927576/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1783688 CPUtime=0.29
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 5111 0 1 0 25 4 0 0 20 0 13 0 1102002801 1826496512 4849 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 445922 4849 1344 9 0 443269 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1783688

[startup+0.701499 s]
/proc/loadavg: 1.58 1.15 1.05 4/70 1312
/proc/meminfo: memFree=927576/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1787484 CPUtime=0.84
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 6715 0 1 0 79 5 0 0 20 0 13 0 1102002801 1830383616 5889 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 446871 5889 1401 9 0 444218 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 1787484

[startup+1.50264 s]
/proc/loadavg: 1.58 1.15 1.05 4/84 1606
/proc/meminfo: memFree=908008/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1787484 CPUtime=1.74
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 7407 0 1 0 168 6 0 0 20 0 13 0 1102002801 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 446871 6190 1406 9 0 444218 0
[pid=1312/tid=1319] ppid=1308 vsize=1787484 CPUtime=1.19
/proc/1312/task/1319/stat : 1319 (java) R 1308 1312 15579 0 -1 64 4119 0 1 0 116 3 0 0 25 0 13 0 1102002803 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4109459866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1326] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1326/stat : 1326 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1102002805 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1327] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1327/stat : 1327 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1102002805 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1333] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1333/stat : 1333 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1102002807 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1338] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1338/stat : 1338 (java) S 1308 1312 15579 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 1102002807 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1339] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1339/stat : 1339 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1102002807 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1355] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1355/stat : 1355 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1356] ppid=1308 vsize=1787484 CPUtime=0.21
/proc/1312/task/1356/stat : 1356 (java) S 1308 1312 15579 0 -1 64 1250 0 0 0 21 0 0 0 16 0 13 0 1102002812 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1357] ppid=1308 vsize=1787484 CPUtime=0.29
/proc/1312/task/1357/stat : 1357 (java) S 1308 1312 15579 0 -1 64 1293 0 0 0 29 0 0 0 17 0 13 0 1102002812 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1312/tid=1359] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1359/stat : 1359 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1360] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1360/stat : 1360 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1102002812 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1420] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1420/stat : 1420 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1102002831 1830383616 6190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1787484

[startup+3.10295 s]
/proc/loadavg: 1.58 1.15 1.05 3/83 1982
/proc/meminfo: memFree=906664/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1787484 CPUtime=3.35
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 7793 0 1 0 329 6 0 0 20 0 13 0 1102002801 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 446871 6569 1406 9 0 444218 0
[pid=1312/tid=1319] ppid=1308 vsize=1787484 CPUtime=2.73
/proc/1312/task/1319/stat : 1319 (java) R 1308 1312 15579 0 -1 64 4493 0 1 0 270 3 0 0 25 0 13 0 1102002803 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4109445423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1326] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1326/stat : 1326 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1102002805 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1327] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1327/stat : 1327 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1102002805 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1333] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1333/stat : 1333 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1102002807 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1338] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1338/stat : 1338 (java) S 1308 1312 15579 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 1102002807 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1339] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1339/stat : 1339 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1102002807 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1355] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1355/stat : 1355 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1356] ppid=1308 vsize=1787484 CPUtime=0.24
/proc/1312/task/1356/stat : 1356 (java) S 1308 1312 15579 0 -1 64 1252 0 0 0 24 0 0 0 17 0 13 0 1102002812 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1312/tid=1357] ppid=1308 vsize=1787484 CPUtime=0.34
/proc/1312/task/1357/stat : 1357 (java) S 1308 1312 15579 0 -1 64 1303 0 0 0 34 0 0 0 16 0 13 0 1102002812 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1359] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1359/stat : 1359 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1360] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1360/stat : 1360 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1102002812 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1420] ppid=1308 vsize=1787484 CPUtime=0
/proc/1312/task/1420/stat : 1420 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1102002831 1830383616 6569 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 1787484

[startup+6.30252 s]
/proc/loadavg: 1.69 1.18 1.06 3/84 3041
/proc/meminfo: memFree=905504/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1784416 CPUtime=6.53
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 8253 0 1 0 647 6 0 0 20 0 13 0 1102002801 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 446104 6328 1406 9 0 443451 0
[pid=1312/tid=1319] ppid=1308 vsize=1784416 CPUtime=5.91
/proc/1312/task/1319/stat : 1319 (java) R 1308 1312 15579 0 -1 64 4953 0 1 0 587 4 0 0 25 0 13 0 1102002803 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4109445240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1326] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1326/stat : 1326 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1102002805 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1327] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1327/stat : 1327 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1102002805 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1333] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1333/stat : 1333 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1102002807 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1338] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1338/stat : 1338 (java) S 1308 1312 15579 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1339] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1339/stat : 1339 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1355] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1355/stat : 1355 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1356] ppid=1308 vsize=1784416 CPUtime=0.24
/proc/1312/task/1356/stat : 1356 (java) S 1308 1312 15579 0 -1 64 1252 0 0 0 24 0 0 0 17 0 13 0 1102002812 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1312/tid=1357] ppid=1308 vsize=1784416 CPUtime=0.34
/proc/1312/task/1357/stat : 1357 (java) S 1308 1312 15579 0 -1 64 1303 0 0 0 34 0 0 0 16 0 13 0 1102002812 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1359] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1359/stat : 1359 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1360] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1360/stat : 1360 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1102002812 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1420] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1420/stat : 1420 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1102002831 1827241984 6328 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 1784416

[startup+12.7027 s]
/proc/loadavg: 1.71 1.20 1.06 2/84 5201
/proc/meminfo: memFree=900784/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1784416 CPUtime=12.89
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 8823 0 1 0 1281 8 0 0 20 0 13 0 1102002801 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 446104 6898 1406 9 0 443451 0
[pid=1312/tid=1319] ppid=1308 vsize=1784416 CPUtime=12.27
/proc/1312/task/1319/stat : 1319 (java) R 1308 1312 15579 0 -1 64 5523 0 1 0 1221 6 0 0 25 0 13 0 1102002803 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4109445260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1326] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1326/stat : 1326 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1102002805 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1327] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1327/stat : 1327 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1102002805 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1333] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1333/stat : 1333 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1102002807 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1338] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1338/stat : 1338 (java) S 1308 1312 15579 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1339] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1339/stat : 1339 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1355] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1355/stat : 1355 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1356] ppid=1308 vsize=1784416 CPUtime=0.24
/proc/1312/task/1356/stat : 1356 (java) S 1308 1312 15579 0 -1 64 1252 0 0 0 24 0 0 0 17 0 13 0 1102002812 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1312/tid=1357] ppid=1308 vsize=1784416 CPUtime=0.34
/proc/1312/task/1357/stat : 1357 (java) S 1308 1312 15579 0 -1 64 1303 0 0 0 34 0 0 0 16 0 13 0 1102002812 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1359] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1359/stat : 1359 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1360] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1360/stat : 1360 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1102002812 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1420] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1420/stat : 1420 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1102002831 1827241984 6898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 1784416

[startup+25.503 s]
/proc/loadavg: 1.85 1.25 1.08 4/84 9599
/proc/meminfo: memFree=891712/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1784416 CPUtime=25.61
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 9762 0 1 0 2551 10 0 0 20 0 13 0 1102002801 1827241984 7837 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 446104 7837 1406 9 0 443451 0
[pid=1312/tid=1319] ppid=1308 vsize=1784416 CPUtime=24.98
/proc/1312/task/1319/stat : 1319 (java) R 1308 1312 15579 0 -1 64 6462 0 1 0 2491 7 0 0 25 0 13 0 1102002803 1827241984 7837 1992294400 134512640 134550932 4294956000 18446744073709551615 4109473279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1326] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1326/stat : 1326 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1102002805 1827241984 7837 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1327] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1327/stat : 1327 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1102002805 1827241984 7837 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=1312/tid=1333] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1333/stat : 1333 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1102002807 1827241984 27542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1338] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1338/stat : 1338 (java) S 1308 1312 15579 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 27542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1339] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1339/stat : 1339 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 27542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1355] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1355/stat : 1355 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 27542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1356] ppid=1308 vsize=1784416 CPUtime=0.26
/proc/1312/task/1356/stat : 1356 (java) S 1308 1312 15579 0 -1 64 1253 0 0 0 26 0 0 0 16 0 13 0 1102002812 1827241984 27542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1357] ppid=1308 vsize=1784416 CPUtime=0.34
/proc/1312/task/1357/stat : 1357 (java) S 1308 1312 15579 0 -1 64 1303 0 0 0 34 0 0 0 16 0 13 0 1102002812 1827241984 27542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1359] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1359/stat : 1359 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 27542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1360] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1360/stat : 1360 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1102002812 1827241984 27542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1420] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1420/stat : 1420 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1102002831 1827241984 27542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 1784416

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.04 2/77 20656
/proc/meminfo: memFree=797696/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1784416 CPUtime=1061.91
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 30153 0 1 0 106146 45 0 0 20 0 13 0 1102002801 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 446104 28228 1406 9 0 443451 0
[pid=1312/tid=1319] ppid=1308 vsize=1784416 CPUtime=1061.27
/proc/1312/task/1319/stat : 1319 (java) R 1308 1312 15579 0 -1 64 26852 0 1 0 106085 42 0 0 25 0 13 0 1102002803 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4109473279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1312/tid=1326] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1326/stat : 1326 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1102002805 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1327] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1327/stat : 1327 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1102002805 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1333] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1333/stat : 1333 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1102002807 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1338] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1338/stat : 1338 (java) S 1308 1312 15579 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1339] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1339/stat : 1339 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1355] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1355/stat : 1355 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1356] ppid=1308 vsize=1784416 CPUtime=0.26
/proc/1312/task/1356/stat : 1356 (java) S 1308 1312 15579 0 -1 64 1253 0 0 0 26 0 0 0 16 0 13 0 1102002812 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1357] ppid=1308 vsize=1784416 CPUtime=0.34
/proc/1312/task/1357/stat : 1357 (java) S 1308 1312 15579 0 -1 64 1303 0 0 0 34 0 0 0 16 0 13 0 1102002812 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1359] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1359/stat : 1359 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1360] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1360/stat : 1360 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1102002812 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1420] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1420/stat : 1420 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1102002831 1827241984 28228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 1784416

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/77 20656
/proc/meminfo: memFree=795072/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1784416 CPUtime=1121.89
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 30809 0 1 0 112143 46 0 0 20 0 13 0 1102002801 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 446104 28884 1406 9 0 443451 0
[pid=1312/tid=1319] ppid=1308 vsize=1784416 CPUtime=1121.25
/proc/1312/task/1319/stat : 1319 (java) R 1308 1312 15579 0 -1 64 27508 0 1 0 112082 43 0 0 25 0 13 0 1102002803 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4109445024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1312/tid=1326] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1326/stat : 1326 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1102002805 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1327] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1327/stat : 1327 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1102002805 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1333] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1333/stat : 1333 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1102002807 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1338] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1338/stat : 1338 (java) S 1308 1312 15579 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1339] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1339/stat : 1339 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1355] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1355/stat : 1355 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1356] ppid=1308 vsize=1784416 CPUtime=0.26
/proc/1312/task/1356/stat : 1356 (java) S 1308 1312 15579 0 -1 64 1253 0 0 0 26 0 0 0 16 0 13 0 1102002812 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1357] ppid=1308 vsize=1784416 CPUtime=0.34
/proc/1312/task/1357/stat : 1357 (java) S 1308 1312 15579 0 -1 64 1303 0 0 0 34 0 0 0 16 0 13 0 1102002812 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1359] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1359/stat : 1359 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1360] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1360/stat : 1360 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1102002812 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1420] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1420/stat : 1420 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1102002831 1827241984 28884 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 1784416

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/77 20658
/proc/meminfo: memFree=790848/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1784416 CPUtime=1181.87
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 31838 0 1 0 118140 47 0 0 20 0 13 0 1102002801 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 446104 29913 1406 9 0 443451 0
[pid=1312/tid=1319] ppid=1308 vsize=1784416 CPUtime=1181.22
/proc/1312/task/1319/stat : 1319 (java) R 1308 1312 15579 0 -1 64 28537 0 1 0 118078 44 0 0 25 0 13 0 1102002803 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4109445423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1312/tid=1326] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1326/stat : 1326 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1102002805 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1327] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1327/stat : 1327 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1102002805 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1333] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1333/stat : 1333 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1102002807 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1338] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1338/stat : 1338 (java) S 1308 1312 15579 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1339] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1339/stat : 1339 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1355] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1355/stat : 1355 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1356] ppid=1308 vsize=1784416 CPUtime=0.26
/proc/1312/task/1356/stat : 1356 (java) S 1308 1312 15579 0 -1 64 1253 0 0 0 26 0 0 0 16 0 13 0 1102002812 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1357] ppid=1308 vsize=1784416 CPUtime=0.34
/proc/1312/task/1357/stat : 1357 (java) S 1308 1312 15579 0 -1 64 1303 0 0 0 34 0 0 0 16 0 13 0 1102002812 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1359] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1359/stat : 1359 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1360] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1360/stat : 1360 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1102002812 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1420] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1420/stat : 1420 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1102002831 1827241984 29913 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 1784416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.02 2/77 20658
/proc/meminfo: memFree=789888/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=1784416 CPUtime=1200.07
/proc/1312/stat : 1312 (java) S 1308 1312 15579 0 -1 0 32069 0 1 0 119959 48 0 0 20 0 13 0 1102002801 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 446104 30144 1406 9 0 443451 0
[pid=1312/tid=1319] ppid=1308 vsize=1784416 CPUtime=1199.42
/proc/1312/task/1319/stat : 1319 (java) R 1308 1312 15579 0 -1 64 28768 0 1 0 119897 45 0 0 25 0 13 0 1102002803 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4109445207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1312/tid=1326] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1326/stat : 1326 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 1102002805 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1327] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1327/stat : 1327 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1102002805 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1333] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1333/stat : 1333 (java) S 1308 1312 15579 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1102002807 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1338] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1338/stat : 1338 (java) S 1308 1312 15579 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1339] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1339/stat : 1339 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1102002807 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1355] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1355/stat : 1355 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1356] ppid=1308 vsize=1784416 CPUtime=0.26
/proc/1312/task/1356/stat : 1356 (java) S 1308 1312 15579 0 -1 64 1253 0 0 0 26 0 0 0 16 0 13 0 1102002812 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1357] ppid=1308 vsize=1784416 CPUtime=0.34
/proc/1312/task/1357/stat : 1357 (java) S 1308 1312 15579 0 -1 64 1303 0 0 0 34 0 0 0 16 0 13 0 1102002812 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1359] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1359/stat : 1359 (java) S 1308 1312 15579 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1102002812 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1360] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1360/stat : 1360 (java) S 1308 1312 15579 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1102002812 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1312/tid=1420] ppid=1308 vsize=1784416 CPUtime=0
/proc/1312/task/1420/stat : 1420 (java) S 1308 1312 15579 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1102002831 1827241984 30144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1784416

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

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

[startup+1200.61 s]
/proc/loadavg: 1.00 1.00 1.02 2/77 20658
/proc/meminfo: memFree=789888/2055920 swapFree=4174052/4192956
[pid=1312] ppid=1308 vsize=0 CPUtime=1200.25
/proc/1312/stat : 1312 (java) Z 1308 1312 15579 0 -1 1036 32163 0 1 0 119976 49 0 0 15 0 2 0 1102002801 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1312/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1200.62
CPU time (s): 1200.27
CPU user time (s): 1199.76
CPU system time (s): 0.501923
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 1787624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.76
system time used= 0.501923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32163
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= 24711
involuntary context switches= 4071

runsolver used 1.80872 second user time and 2.6276 second system time

The end

Launcher Data

Begin job on node17 at 2009-03-29 04:22:48
IDJOB=1517959
IDBENCH=70640
IDSOLVER=500
FILE ID=node17/1517959-1238293368
PBS_JOBID= 9060939
Free space on /tmp= 66336 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/360/unif-k3-r4.25-v360-c1530-S253750560-086.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1517959-1238293368/watcher-1517959-1238293368 -o /tmp/evaluation-result-1517959-1238293368/solver-1517959-1238293368 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1517959-1238293368.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1510e2158cc54ae2963f5611496bde02
RANDOM SEED=1377506396

node17.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.265
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.265
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:        928048 kB
Buffers:         91820 kB
Cached:         930048 kB
SwapCached:      12684 kB
Active:         129568 kB
Inactive:       907740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        928048 kB
SwapTotal:     4192956 kB
SwapFree:      4174052 kB
Dirty:             920 kB
Writeback:           0 kB
Mapped:          21564 kB
Slab:            76032 kB
Committed_AS:  2883304 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= 66336 MiB
End job on node17 at 2009-03-29 04:42:50