Trace number 311140

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J SAT 2007UNSAT 71.2012 70.726

General information on the benchmark

Namerandom/2+p/p0.8/v1295/
unif2p-p0.8-v1295-c4027-S834531569-01-UNSAT.cnf
MD5SUM4899d6582d732ef8e47904f161487c51
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.72943
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses4026
Sum of the clauses size11273
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2805
Number of clauses of size 33221
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c version SAT COMPETITION 2007
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1703279312
0.09/0.15	c Max memory 1706164224
0.09/0.15	c Total memory 1706164224
0.09/0.15	c Number of processors 2
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.09/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.20	c Expensive reason simplification
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c timeout: 2147483s
0.09/0.20	c solving /tmp/evaluation/311140-1172564563/instance-311140-1172564563.cnf
0.09/0.20	c reading problem ... 
0.35/0.32	c ... done. Wall clock time 0.117s.
0.35/0.32	c CPU time (experimental) 0.23s.
0.35/0.32	c #vars     1295
0.35/0.32	c #constraints  4026
71.12/70.71	c starts		: 16
71.12/70.71	c conflicts		: 89240
71.12/70.71	c decisions		: 109511
71.12/70.71	c propagations		: 14728702
71.12/70.71	c inspects		: 249277087
71.12/70.71	c learnt literals	: 12
71.12/70.71	c learnt binary clauses	: 85
71.12/70.71	c learnt ternary clauses	: 344
71.12/70.71	c learnt clauses	: 89227
71.12/70.71	c root simplifications	: 0
71.12/70.71	c removed literals (reason simplification)	: 1132397
71.12/70.71	c reason swapping (by a shorter reason)	: 0
71.12/70.71	c Calls to reduceDB	: 0
71.12/70.71	c speed (decisions/second)	: 1555.8412775086308
71.12/70.71	c non guided choices	52
71.12/70.71	s UNSATISFIABLE
71.12/70.71	c Total wall clock time (in seconds) : 70.507
71.12/70.71	c Total CPU time (experimental, in seconds) : 70.33

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-311140-1172564563 -o ROOT/results/node10/solver-311140-1172564563 -C 1200 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/311140-1172564563/sat4j-sat2007.jar /tmp/evaluation/311140-1172564563/instance-311140-1172564563.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.80 0.95 0.98 2/77 27491
/proc/meminfo: memFree=1590384/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=152 CPUtime=0
/proc/27491/stat : 27491 (java) D 27489 27491 25902 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 276411337 155648 26 18446744073709551615 134512640 134550740 4294956624 18446744073709551615 8905508 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/27491/statm: 38 26 19 9 0 4 0

[startup+0.106757 s]
/proc/loadavg: 0.80 0.95 0.98 2/77 27491
/proc/meminfo: memFree=1590384/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=1831644 CPUtime=0.09
/proc/27491/stat : 27491 (java) S 27489 27491 25902 0 -1 0 4048 0 1 0 7 2 0 0 18 0 12 0 276411337 1875603456 3789 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27491/statm: 457911 3789 1123 9 0 455530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1831644

[startup+0.514814 s]
/proc/loadavg: 0.80 0.95 0.98 2/77 27491
/proc/meminfo: memFree=1590384/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=1837904 CPUtime=0.73
/proc/27491/stat : 27491 (java) S 27489 27491 25902 0 -1 0 7166 0 1 0 70 3 0 0 18 0 13 0 276411337 1882013696 6064 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27491/statm: 459476 6064 1309 9 0 457088 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1837904

[startup+1.33693 s]
/proc/loadavg: 0.90 0.97 0.99 2/90 27504
/proc/meminfo: memFree=1570312/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=1837904 CPUtime=1.7
/proc/27491/stat : 27491 (java) S 27489 27491 25902 0 -1 0 7944 0 1 0 167 3 0 0 18 0 13 0 276411337 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27491/statm: 459476 6302 1312 9 0 457088 0
[pid=27491/tid=27493] ppid=27489 vsize=1837904 CPUtime=1.04
/proc/27491/task/27493/stat : 27493 (java) R 27489 27491 25902 0 -1 64 4273 0 1 0 102 2 0 0 18 0 13 0 276411338 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109540007 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27494] ppid=27489 vsize=1837904 CPUtime=0
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 25902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276411340 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=1837904 CPUtime=0
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276411340 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27496] ppid=27489 vsize=1837904 CPUtime=0
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 25902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 276411342 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=1837904 CPUtime=0
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 25902 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 276411343 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=1837904 CPUtime=0
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276411343 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=1837904 CPUtime=0
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276411346 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=1837904 CPUtime=0.3
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 25902 0 -1 64 1707 0 0 0 30 0 0 0 16 0 13 0 276411346 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27501] ppid=27489 vsize=1837904 CPUtime=0.33
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 25902 0 -1 64 1240 0 0 0 33 0 0 0 16 0 13 0 276411346 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=1837904 CPUtime=0
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276411346 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=1837904 CPUtime=0
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 25902 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276411347 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=1837904 CPUtime=0
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 276411370 1882013696 6302 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1837904

[startup+2.98815 s]
/proc/loadavg: 0.90 0.97 0.99 2/90 27504
/proc/meminfo: memFree=1568904/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=1837984 CPUtime=3.47
/proc/27491/stat : 27491 (java) S 27489 27491 25902 0 -1 0 8597 0 1 0 343 4 0 0 18 0 13 0 276411337 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27491/statm: 459496 6675 1316 9 0 457108 0
[pid=27491/tid=27493] ppid=27489 vsize=1837984 CPUtime=2.64
/proc/27491/task/27493/stat : 27493 (java) R 27489 27491 25902 0 -1 64 4607 0 1 0 261 3 0 0 25 0 13 0 276411338 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109507812 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27494] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 25902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276411340 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276411340 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27496] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 25902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 276411342 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 25902 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 276411343 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276411343 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276411346 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=1837984 CPUtime=0.37
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 25902 0 -1 64 1715 0 0 0 37 0 0 0 17 0 13 0 276411346 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27501] ppid=27489 vsize=1837984 CPUtime=0.43
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 25902 0 -1 64 1551 0 0 0 43 0 0 0 16 0 13 0 276411346 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276411346 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 25902 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276411347 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 276411370 1882095616 6675 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 1837984

[startup+6.19358 s]
/proc/loadavg: 0.90 0.97 0.99 2/90 27504
/proc/meminfo: memFree=1566856/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=1837984 CPUtime=6.66
/proc/27491/stat : 27491 (java) S 27489 27491 25902 0 -1 0 9036 0 1 0 662 4 0 0 18 0 13 0 276411337 1882095616 7056 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27491/statm: 459496 7056 1316 9 0 457108 0
[pid=27491/tid=27493] ppid=27489 vsize=1837984 CPUtime=5.84
/proc/27491/task/27493/stat : 27493 (java) R 27489 27491 25902 0 -1 64 5046 0 1 0 581 3 0 0 25 0 13 0 276411338 1882095616 7056 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109540143 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27494] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 25902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276411340 1882095616 7056 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276411340 1882095616 7056 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27496] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 25902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 276411342 1882095616 7056 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 25902 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 276411343 1882095616 7056 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276411343 1882095616 7056 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276411346 1882095616 7056 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=1837984 CPUtime=0.37
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 25902 0 -1 64 1715 0 0 0 37 0 0 0 17 0 13 0 276411346 1882095616 7056 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27501] ppid=27489 vsize=1837984 CPUtime=0.43
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 25902 0 -1 64 1551 0 0 0 43 0 0 0 16 0 13 0 276411346 1882095616 7056 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276411346 1882095616 7056 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 25902 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276411347 1882095616 7057 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 276411370 1882095616 7057 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 1837984

[startup+12.6755 s]
/proc/loadavg: 0.91 0.97 0.99 2/90 27504
/proc/meminfo: memFree=1564104/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=1837984 CPUtime=13.15
/proc/27491/stat : 27491 (java) S 27489 27491 25902 0 -1 0 9699 0 1 0 1310 5 0 0 18 0 13 0 276411337 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27491/statm: 459496 7719 1316 9 0 457108 0
[pid=27491/tid=27493] ppid=27489 vsize=1837984 CPUtime=12.32
/proc/27491/task/27493/stat : 27493 (java) R 27489 27491 25902 0 -1 64 5709 0 1 0 1228 4 0 0 25 0 13 0 276411338 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109540207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27494] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 25902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276411340 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276411340 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27496] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 25902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 276411342 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 25902 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 276411343 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276411343 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276411346 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=1837984 CPUtime=0.37
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 25902 0 -1 64 1715 0 0 0 37 0 0 0 17 0 13 0 276411346 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27501] ppid=27489 vsize=1837984 CPUtime=0.43
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 25902 0 -1 64 1551 0 0 0 43 0 0 0 16 0 13 0 276411346 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276411346 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 25902 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276411347 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 276411370 1882095616 7719 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 1837984

[startup+25.5512 s]
/proc/loadavg: 0.92 0.97 0.99 2/90 27504
/proc/meminfo: memFree=1560456/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=1837984 CPUtime=26.04
/proc/27491/stat : 27491 (java) S 27489 27491 25902 0 -1 0 10617 0 1 0 2598 6 0 0 18 0 13 0 276411337 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27491/statm: 459496 8637 1316 9 0 457108 0
[pid=27491/tid=27493] ppid=27489 vsize=1837984 CPUtime=25.19
/proc/27491/task/27493/stat : 27493 (java) R 27489 27491 25902 0 -1 64 6626 0 1 0 2514 5 0 0 25 0 13 0 276411338 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109540143 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27494] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 25902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276411340 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276411340 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27496] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 25902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 276411342 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 25902 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 276411343 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276411343 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276411346 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=1837984 CPUtime=0.37
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 25902 0 -1 64 1715 0 0 0 37 0 0 0 17 0 13 0 276411346 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27501] ppid=27489 vsize=1837984 CPUtime=0.45
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 25902 0 -1 64 1552 0 0 0 45 0 0 0 16 0 13 0 276411346 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276411346 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 25902 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276411347 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 276411370 1882095616 8637 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.04

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

/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 25902 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276411347 1882095616 10194 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 276411370 1882095616 10194 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.81
Current children cumulated vsize (KiB) 1837984

[startup+65.9297 s]
/proc/loadavg: 0.96 0.97 0.99 2/90 27504
/proc/meminfo: memFree=1552968/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=1837984 CPUtime=66.4
/proc/27491/stat : 27491 (java) S 27489 27491 25902 0 -1 0 12464 0 1 0 6632 8 0 0 18 0 13 0 276411337 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27491/statm: 459496 10484 1316 9 0 457108 0
[pid=27491/tid=27493] ppid=27489 vsize=1837984 CPUtime=65.56
/proc/27491/task/27493/stat : 27493 (java) R 27489 27491 25902 0 -1 64 8473 0 1 0 6549 7 0 0 25 0 13 0 276411338 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109541876 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27494] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 25902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276411340 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276411340 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27496] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 25902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 276411342 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 25902 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 276411343 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276411343 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276411346 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=1837984 CPUtime=0.37
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 25902 0 -1 64 1715 0 0 0 37 0 0 0 17 0 13 0 276411346 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27501] ppid=27489 vsize=1837984 CPUtime=0.45
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 25902 0 -1 64 1552 0 0 0 45 0 0 0 16 0 13 0 276411346 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276411346 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 25902 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276411347 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 276411370 1882095616 10484 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.4
Current children cumulated vsize (KiB) 1837984

[startup+69.2161 s]
/proc/loadavg: 0.96 0.97 0.99 2/90 27504
/proc/meminfo: memFree=1552584/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=1837984 CPUtime=69.69
/proc/27491/stat : 27491 (java) S 27489 27491 25902 0 -1 0 12569 0 1 0 6961 8 0 0 18 0 13 0 276411337 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27491/statm: 459496 10589 1316 9 0 457108 0
[pid=27491/tid=27493] ppid=27489 vsize=1837984 CPUtime=68.83
/proc/27491/task/27493/stat : 27493 (java) R 27489 27491 25902 0 -1 64 8578 0 1 0 6876 7 0 0 25 0 13 0 276411338 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109540143 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27494] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 25902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276411340 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276411340 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27496] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 25902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 276411342 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 25902 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 276411343 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276411343 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276411346 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=1837984 CPUtime=0.38
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 25902 0 -1 64 1715 0 0 0 38 0 0 0 17 0 13 0 276411346 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27501] ppid=27489 vsize=1837984 CPUtime=0.45
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 25902 0 -1 64 1552 0 0 0 45 0 0 0 16 0 13 0 276411346 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276411346 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 25902 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276411347 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 276411370 1882095616 10589 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.69
Current children cumulated vsize (KiB) 1837984

[startup+70.0322 s]
/proc/loadavg: 0.96 0.97 0.99 2/90 27504
/proc/meminfo: memFree=1552584/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=1837984 CPUtime=70.5
/proc/27491/stat : 27491 (java) S 27489 27491 25902 0 -1 0 12587 0 1 0 7042 8 0 0 18 0 13 0 276411337 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27491/statm: 459496 10607 1316 9 0 457108 0
[pid=27491/tid=27493] ppid=27489 vsize=1837984 CPUtime=69.65
/proc/27491/task/27493/stat : 27493 (java) R 27489 27491 25902 0 -1 64 8596 0 1 0 6958 7 0 0 25 0 13 0 276411338 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109542274 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27494] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 25902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276411340 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276411340 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27496] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 25902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 276411342 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 25902 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 276411343 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276411343 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276411346 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=1837984 CPUtime=0.38
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 25902 0 -1 64 1715 0 0 0 38 0 0 0 17 0 13 0 276411346 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27501] ppid=27489 vsize=1837984 CPUtime=0.45
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 25902 0 -1 64 1552 0 0 0 45 0 0 0 16 0 13 0 276411346 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276411346 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 25902 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276411347 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 276411370 1882095616 10607 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.5
Current children cumulated vsize (KiB) 1837984

[startup+70.4453 s]
/proc/loadavg: 0.96 0.97 0.99 2/90 27504
/proc/meminfo: memFree=1552456/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=1837984 CPUtime=70.91
/proc/27491/stat : 27491 (java) S 27489 27491 25902 0 -1 0 12595 0 1 0 7083 8 0 0 18 0 13 0 276411337 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27491/statm: 459496 10615 1316 9 0 457108 0
[pid=27491/tid=27493] ppid=27489 vsize=1837984 CPUtime=70.06
/proc/27491/task/27493/stat : 27493 (java) R 27489 27491 25902 0 -1 64 8604 0 1 0 6999 7 0 0 25 0 13 0 276411338 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109542255 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27494] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 25902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276411340 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276411340 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27496] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 25902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 276411342 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 25902 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 276411343 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276411343 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276411346 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=1837984 CPUtime=0.38
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 25902 0 -1 64 1715 0 0 0 38 0 0 0 17 0 13 0 276411346 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27501] ppid=27489 vsize=1837984 CPUtime=0.45
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 25902 0 -1 64 1552 0 0 0 45 0 0 0 16 0 13 0 276411346 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276411346 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 25902 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276411347 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 276411370 1882095616 10615 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.91
Current children cumulated vsize (KiB) 1837984

[startup+70.6513 s]
/proc/loadavg: 0.96 0.97 0.99 2/90 27504
/proc/meminfo: memFree=1552456/2055920 swapFree=4192812/4192956
[pid=27491] ppid=27489 vsize=1837984 CPUtime=71.12
/proc/27491/stat : 27491 (java) S 27489 27491 25902 0 -1 0 12598 0 1 0 7104 8 0 0 18 0 13 0 276411337 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27491/statm: 459496 10618 1316 9 0 457108 0
[pid=27491/tid=27493] ppid=27489 vsize=1837984 CPUtime=70.27
/proc/27491/task/27493/stat : 27493 (java) R 27489 27491 25902 0 -1 64 8607 0 1 0 7020 7 0 0 25 0 13 0 276411338 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4109540143 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27494] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27494/stat : 27494 (java) S 27489 27491 25902 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 276411340 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27495] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27495/stat : 27495 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 276411340 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27496] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27496/stat : 27496 (java) S 27489 27491 25902 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 276411342 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27497] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27497/stat : 27497 (java) S 27489 27491 25902 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 276411343 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27498] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27498/stat : 27498 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 276411343 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27499] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27499/stat : 27499 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 276411346 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27500] ppid=27489 vsize=1837984 CPUtime=0.38
/proc/27491/task/27500/stat : 27500 (java) S 27489 27491 25902 0 -1 64 1715 0 0 0 38 0 0 0 17 0 13 0 276411346 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27491/tid=27501] ppid=27489 vsize=1837984 CPUtime=0.45
/proc/27491/task/27501/stat : 27501 (java) S 27489 27491 25902 0 -1 64 1552 0 0 0 45 0 0 0 16 0 13 0 276411346 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27502] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27502/stat : 27502 (java) S 27489 27491 25902 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 276411346 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27503] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27503/stat : 27503 (java) S 27489 27491 25902 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 276411347 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27491/tid=27504] ppid=27489 vsize=1837984 CPUtime=0
/proc/27491/task/27504/stat : 27504 (java) S 27489 27491 25902 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 276411370 1882095616 10618 18446744073709551615 134512640 134550740 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.12
Current children cumulated vsize (KiB) 1837984

Child status: 20
Real time (s): 70.726
CPU time (s): 71.2012
CPU user time (s): 71.1062
CPU system time (s): 0.094985
CPU usage (%): 100.672
Max. virtual memory (cumulated for all children) (KiB): 1837984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.1062
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12612
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= 1827
involuntary context switches= 547

runsolver used 0.06099 second user time and 0.205968 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Feb 27 08:22:43 UTC 2007

IDJOB= 311140
IDBENCH= 20306
IDSOLVER= 96
FILE ID= node10/311140-1172564563

PBS_JOBID= 3971657

Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v1295/unif2p-p0.8-v1295-c4027-S834531569-01-UNSAT.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/311140-1172564563/sat4j-sat2007.jar /tmp/evaluation/311140-1172564563/instance-311140-1172564563.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-311140-1172564563 -o ROOT/results/node10/solver-311140-1172564563 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/311140-1172564563/sat4j-sat2007.jar /tmp/evaluation/311140-1172564563/instance-311140-1172564563.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  4899d6582d732ef8e47904f161487c51

RANDOM SEED= 943315073

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1590856 kB
Buffers:         50344 kB
Cached:         300332 kB
SwapCached:          0 kB
Active:         250528 kB
Inactive:       144872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1590856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:          63620 kB
Slab:            55152 kB
Committed_AS:  1373576 kB
PageTables:       1832 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= 66560 MiB

End job on node10 on Tue Feb 27 08:23:54 UTC 2007