Trace number 331915

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 JVM PARAM CHANGED SAT 2007? (TO) 1200.19 1198.3

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f10ni.cnf
MD5SUMb99a5b8844b4e1d2656eb1422e6e888f
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark799.473
Satisfiable
(Un)Satisfiability was proved
Number of variables368888
Number of clauses1100500
Sum of the clauses size2567832
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2733666
Number of clauses of size 3366833
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/331915-1173361755/instance-331915-1173361755.cnf
0.20/0.20	c reading problem ... 
3.01/2.99	c ... done. Wall clock time 2.796s.
3.01/2.99	c CPU time (experimental) 2.88s.
3.01/2.99	c #vars     368888
3.01/2.99	c #constraints  1100499
1200.09/1198.21	c starts		: 19
1200.09/1198.21	c conflicts		: 321121
1200.09/1198.21	c decisions		: 936629
1200.09/1198.21	c propagations		: 774675062
1200.09/1198.21	c inspects		: 2179145966
1200.09/1198.21	c learnt literals	: 22
1200.09/1198.21	c learnt binary clauses	: 800
1200.09/1198.21	c learnt ternary clauses	: 2615
1200.09/1198.21	c learnt clauses	: 321099
1200.09/1198.21	c root simplifications	: 0
1200.09/1198.21	c removed literals (reason simplification)	: 13785903
1200.09/1198.21	c reason swapping (by a shorter reason)	: 0
1200.09/1198.21	c Calls to reduceDB	: 0
1200.09/1198.21	c speed (decisions/second)	: 784.5495596992234
1200.09/1198.21	c non guided choices	26010
1200.09/1198.21	s UNKNOWN
1200.09/1198.21	c Total wall clock time (in seconds) : 1198.013
1200.09/1198.21	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node15/watcher-331915-1173361755 -o ROOT/results/node15/solver-331915-1173361755 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331915-1173361755/sat4j-sat2007.jar /tmp/evaluation/331915-1173361755/instance-331915-1173361755.cnf 

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


[startup+0 s]
/proc/loadavg: 0.72 0.93 0.97 2/77 3430
/proc/meminfo: memFree=1737040/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=18568 CPUtime=0
/proc/3430/stat : 3430 (runsolver) R 3428 3430 3371 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 356130082 19013632 293 18446744073709551615 4194304 4294612 548682068832 18446744073709551615 240472616231 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3430/statm: 4642 293 258 24 0 2626 0

[startup+0.020243 s]
/proc/loadavg: 0.72 0.93 0.97 2/77 3430
/proc/meminfo: memFree=1737040/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=12848 CPUtime=0
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 899 0 1 0 0 0 0 0 19 0 2 0 356130082 13156352 656 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 3212 656 328 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12848

[startup+0.101255 s]
/proc/loadavg: 0.72 0.93 0.97 2/77 3430
/proc/meminfo: memFree=1737040/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=1780108 CPUtime=0.08
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 3967 0 1 0 6 2 0 0 19 0 12 0 356130082 1822830592 3709 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 445027 3709 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301297 s]
/proc/loadavg: 0.72 0.93 0.97 2/77 3430
/proc/meminfo: memFree=1737040/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=1782384 CPUtime=0.33
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 9445 0 1 0 28 5 0 0 19 0 12 0 356130082 1825161216 9184 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 445596 9184 1285 9 0 443208 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782384

[startup+0.70137 s]
/proc/loadavg: 0.72 0.93 0.97 2/77 3430
/proc/meminfo: memFree=1737040/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=1782636 CPUtime=0.81
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 13150 0 1 0 74 7 0 0 19 0 12 0 356130082 1825419264 12872 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 445659 12872 1293 9 0 443271 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1782636

[startup+1.5015 s]
/proc/loadavg: 0.74 0.94 0.97 2/89 3442
/proc/meminfo: memFree=1677104/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=1782636 CPUtime=1.61
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 21892 0 1 0 149 12 0 0 19 0 12 0 356130082 1825419264 21613 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 445659 21614 1293 9 0 443271 0
[pid=3430/tid=3432] ppid=3428 vsize=1782636 CPUtime=1.39
/proc/3430/task/3432/stat : 3432 (java) R 3428 3430 3371 0 -1 64 20619 0 1 0 127 12 0 0 25 0 12 0 356130084 1825419264 21614 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109517372 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3433] ppid=3428 vsize=1782636 CPUtime=0
/proc/3430/task/3433/stat : 3433 (java) S 3428 3430 3371 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 356130085 1825419264 21615 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3434] ppid=3428 vsize=1782636 CPUtime=0
/proc/3430/task/3434/stat : 3434 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 356130085 1825419264 21615 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3435] ppid=3428 vsize=1782636 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3428 3430 3371 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 356130087 1825419264 21615 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3436] ppid=3428 vsize=1782636 CPUtime=0
/proc/3430/task/3436/stat : 3436 (java) S 3428 3430 3371 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 356130088 1825419264 21616 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3437] ppid=3428 vsize=1782636 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3428 3430 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 356130088 1825419264 21616 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3438] ppid=3428 vsize=1782636 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 356130092 1825419264 21617 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3439] ppid=3428 vsize=1782636 CPUtime=0.12
/proc/3430/task/3439/stat : 3439 (java) S 3428 3430 3371 0 -1 64 404 0 0 0 12 0 0 0 17 0 12 0 356130092 1825419264 21617 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3440] ppid=3428 vsize=1782636 CPUtime=0.08
/proc/3430/task/3440/stat : 3440 (java) S 3428 3430 3371 0 -1 64 148 0 0 0 8 0 0 0 16 0 12 0 356130092 1825419264 21618 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3441] ppid=3428 vsize=1782636 CPUtime=0
/proc/3430/task/3441/stat : 3441 (java) S 3428 3430 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356130092 1825419264 21618 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3442] ppid=3428 vsize=1782636 CPUtime=0
/proc/3430/task/3442/stat : 3442 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356130092 1825419264 21618 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 1782636

[startup+3.10279 s]
/proc/loadavg: 0.74 0.94 0.97 2/89 3442
/proc/meminfo: memFree=1629936/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=1786484 CPUtime=3.31
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 43370 0 1 0 309 22 0 0 19 0 12 0 356130082 1829359616 42203 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 446621 42203 1304 9 0 444233 0
[pid=3430/tid=3432] ppid=3428 vsize=1786484 CPUtime=2.9
/proc/3430/task/3432/stat : 3432 (java) S 3428 3430 3371 0 -1 64 37589 0 1 0 271 19 0 0 25 0 12 0 356130084 1829359616 42203 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3433] ppid=3428 vsize=1786484 CPUtime=0.09
/proc/3430/task/3433/stat : 3433 (java) R 3428 3430 3371 0 -1 64 2157 0 0 0 8 1 0 0 17 0 12 0 356130085 1829359616 42203 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3434] ppid=3428 vsize=1786484 CPUtime=0.09
/proc/3430/task/3434/stat : 3434 (java) R 3428 3430 3371 0 -1 64 2353 0 0 0 8 1 0 0 17 0 12 0 356130085 1829359616 42203 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3435] ppid=3428 vsize=1786484 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3428 3430 3371 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 356130087 1829359616 42203 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3436] ppid=3428 vsize=1786484 CPUtime=0
/proc/3430/task/3436/stat : 3436 (java) S 3428 3430 3371 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 356130088 1829359616 42203 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3437] ppid=3428 vsize=1786484 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3428 3430 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 356130088 1829359616 42203 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3438] ppid=3428 vsize=1786484 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 356130092 1829359616 42203 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3439] ppid=3428 vsize=1786484 CPUtime=0.12
/proc/3430/task/3439/stat : 3439 (java) S 3428 3430 3371 0 -1 64 404 0 0 0 12 0 0 0 17 0 12 0 356130092 1829359616 42203 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3440] ppid=3428 vsize=1786484 CPUtime=0.08
/proc/3430/task/3440/stat : 3440 (java) S 3428 3430 3371 0 -1 64 148 0 0 0 8 0 0 0 16 0 12 0 356130092 1829359616 42203 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3441] ppid=3428 vsize=1786484 CPUtime=0
/proc/3430/task/3441/stat : 3441 (java) S 3428 3430 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356130092 1829359616 42203 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3442] ppid=3428 vsize=1786484 CPUtime=0
/proc/3430/task/3442/stat : 3442 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356130092 1829359616 42203 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 1786484

[startup+6.30132 s]
/proc/loadavg: 0.74 0.94 0.97 2/90 3443
/proc/meminfo: memFree=1444968/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=1795916 CPUtime=8.18
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 81710 0 1 0 779 39 0 0 19 0 13 0 356130082 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 448979 74062 1318 9 0 446591 0
[pid=3430/tid=3432] ppid=3428 vsize=1795916 CPUtime=4.87
/proc/3430/task/3432/stat : 3432 (java) R 3428 3430 3371 0 -1 64 37602 0 1 0 468 19 0 0 25 0 13 0 356130084 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109595971 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3433] ppid=3428 vsize=1795916 CPUtime=1.27
/proc/3430/task/3433/stat : 3433 (java) S 3428 3430 3371 0 -1 64 16427 0 0 0 120 7 0 0 25 0 13 0 356130085 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3434] ppid=3428 vsize=1795916 CPUtime=1.29
/proc/3430/task/3434/stat : 3434 (java) S 3428 3430 3371 0 -1 64 24754 0 0 0 118 11 0 0 17 0 13 0 356130085 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3435] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3428 3430 3371 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 356130087 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3436] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3436/stat : 3436 (java) S 3428 3430 3371 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356130088 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3437] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3428 3430 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356130088 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3438] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356130092 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3439] ppid=3428 vsize=1795916 CPUtime=0.41
/proc/3430/task/3439/stat : 3439 (java) S 3428 3430 3371 0 -1 64 1239 0 0 0 41 0 0 0 16 0 13 0 356130092 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3440] ppid=3428 vsize=1795916 CPUtime=0.3
/proc/3430/task/3440/stat : 3440 (java) S 3428 3430 3371 0 -1 64 957 0 0 0 30 0 0 0 17 0 13 0 356130092 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3441] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3441/stat : 3441 (java) S 3428 3430 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356130092 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3442] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3442/stat : 3442 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356130092 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3443] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3443/stat : 3443 (java) S 3428 3430 3371 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 356130519 1839017984 74062 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 1795916

[startup+12.7024 s]
/proc/loadavg: 0.78 0.94 0.97 2/90 3443
/proc/meminfo: memFree=1444520/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=1795916 CPUtime=14.63
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 81856 0 1 0 1424 39 0 0 19 0 13 0 356130082 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 448979 74160 1324 9 0 446591 0
[pid=3430/tid=3432] ppid=3428 vsize=1795916 CPUtime=11.22
/proc/3430/task/3432/stat : 3432 (java) R 3428 3430 3371 0 -1 64 37603 0 1 0 1103 19 0 0 25 0 13 0 356130084 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109636765 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3433] ppid=3428 vsize=1795916 CPUtime=1.27
/proc/3430/task/3433/stat : 3433 (java) S 3428 3430 3371 0 -1 64 16427 0 0 0 120 7 0 0 25 0 13 0 356130085 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3434] ppid=3428 vsize=1795916 CPUtime=1.29
/proc/3430/task/3434/stat : 3434 (java) S 3428 3430 3371 0 -1 64 24754 0 0 0 118 11 0 0 17 0 13 0 356130085 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3435] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3428 3430 3371 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356130087 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3436] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3436/stat : 3436 (java) S 3428 3430 3371 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356130088 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3437] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3428 3430 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356130088 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3438] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356130092 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3439] ppid=3428 vsize=1795916 CPUtime=0.49
/proc/3430/task/3439/stat : 3439 (java) S 3428 3430 3371 0 -1 64 1381 0 0 0 49 0 0 0 17 0 13 0 356130092 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3440] ppid=3428 vsize=1795916 CPUtime=0.32
/proc/3430/task/3440/stat : 3440 (java) S 3428 3430 3371 0 -1 64 960 0 0 0 32 0 0 0 16 0 13 0 356130092 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3441] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3441/stat : 3441 (java) S 3428 3430 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356130092 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3442] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3442/stat : 3442 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356130092 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3443] ppid=3428 vsize=1795916 CPUtime=0
/proc/3430/task/3443/stat : 3443 (java) S 3428 3430 3371 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 356130519 1839017984 74160 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.63
Current children cumulated vsize (KiB) 1795916

[startup+25.5016 s]
/proc/loadavg: 0.81 0.94 0.97 2/90 3443
/proc/meminfo: memFree=1444840/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=1795880 CPUtime=27.42
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 81857 0 1 0 2703 39 0 0 19 0 13 0 356130082 1838981120 74115 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 448970 74115 1324 9 0 446582 0
[pid=3430/tid=3432] ppid=3428 vsize=1795880 CPUtime=24.01
/proc/3430/task/3432/stat : 3432 (java) R 3428 3430 3371 0 -1 64 37604 0 1 0 2382 19 0 0 25 0 13 0 356130084 1838981120 74115 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109645217 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3433] ppid=3428 vsize=1795880 CPUtime=1.27
/proc/3430/task/3433/stat : 3433 (java) S 3428 3430 3371 0 -1 64 16427 0 0 0 120 7 0 0 25 0 13 0 356130085 1838981120 74115 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3434] ppid=3428 vsize=1795880 CPUtime=1.29
/proc/3430/task/3434/stat : 3434 (java) S 3428 3430 3371 0 -1 64 24754 0 0 0 118 11 0 0 17 0 13 0 356130085 1838981120 74115 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3435] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3428 3430 3371 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356130087 1838981120 74115 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3436] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3436/stat : 3436 (java) S 3428 3430 3371 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356130088 1838981120 74115 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=3430] ppid=3428 vsize=1795880 CPUtime=1003.64
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 81866 0 1 0 100307 57 0 0 19 0 13 0 356130082 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 448970 74083 1325 9 0 446582 0
[pid=3430/tid=3432] ppid=3428 vsize=1795880 CPUtime=1000.14
/proc/3430/task/3432/stat : 3432 (java) R 3428 3430 3371 0 -1 64 37605 0 1 0 99977 37 0 0 25 0 13 0 356130084 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109463186 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3433] ppid=3428 vsize=1795880 CPUtime=1.27
/proc/3430/task/3433/stat : 3433 (java) S 3428 3430 3371 0 -1 64 16427 0 0 0 120 7 0 0 25 0 13 0 356130085 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3434] ppid=3428 vsize=1795880 CPUtime=1.29
/proc/3430/task/3434/stat : 3434 (java) S 3428 3430 3371 0 -1 64 24754 0 0 0 118 11 0 0 17 0 13 0 356130085 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3435] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3428 3430 3371 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356130087 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3436] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3436/stat : 3436 (java) S 3428 3430 3371 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356130088 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3437] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3428 3430 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356130088 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3438] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3439] ppid=3428 vsize=1795880 CPUtime=0.54
/proc/3430/task/3439/stat : 3439 (java) S 3428 3430 3371 0 -1 64 1386 0 0 0 54 0 0 0 16 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3440] ppid=3428 vsize=1795880 CPUtime=0.36
/proc/3430/task/3440/stat : 3440 (java) S 3428 3430 3371 0 -1 64 963 0 0 0 36 0 0 0 16 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3441] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3441/stat : 3441 (java) S 3428 3430 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3442] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3442/stat : 3442 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3443] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3443/stat : 3443 (java) S 3428 3430 3371 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 356130519 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1003.64
Current children cumulated vsize (KiB) 1795880

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/90 3641
/proc/meminfo: memFree=1444712/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=1795880 CPUtime=1063.6
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 81866 0 1 0 106303 57 0 0 19 0 13 0 356130082 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 448970 74083 1325 9 0 446582 0
[pid=3430/tid=3432] ppid=3428 vsize=1795880 CPUtime=1060.09
/proc/3430/task/3432/stat : 3432 (java) R 3428 3430 3371 0 -1 64 37605 0 1 0 105972 37 0 0 25 0 13 0 356130084 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109652576 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3433] ppid=3428 vsize=1795880 CPUtime=1.27
/proc/3430/task/3433/stat : 3433 (java) S 3428 3430 3371 0 -1 64 16427 0 0 0 120 7 0 0 25 0 13 0 356130085 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3434] ppid=3428 vsize=1795880 CPUtime=1.29
/proc/3430/task/3434/stat : 3434 (java) S 3428 3430 3371 0 -1 64 24754 0 0 0 118 11 0 0 17 0 13 0 356130085 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3435] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3428 3430 3371 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356130087 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3436] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3436/stat : 3436 (java) S 3428 3430 3371 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356130088 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3437] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3428 3430 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356130088 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3438] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3439] ppid=3428 vsize=1795880 CPUtime=0.54
/proc/3430/task/3439/stat : 3439 (java) S 3428 3430 3371 0 -1 64 1386 0 0 0 54 0 0 0 16 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3440] ppid=3428 vsize=1795880 CPUtime=0.36
/proc/3430/task/3440/stat : 3440 (java) S 3428 3430 3371 0 -1 64 963 0 0 0 36 0 0 0 16 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3441] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3441/stat : 3441 (java) S 3428 3430 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3442] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3442/stat : 3442 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3443] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3443/stat : 3443 (java) S 3428 3430 3371 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 356130519 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.6
Current children cumulated vsize (KiB) 1795880

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/90 3641
/proc/meminfo: memFree=1444712/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=1795880 CPUtime=1123.57
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 81866 0 1 0 112299 58 0 0 19 0 13 0 356130082 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 448970 74083 1325 9 0 446582 0
[pid=3430/tid=3432] ppid=3428 vsize=1795880 CPUtime=1120.06
/proc/3430/task/3432/stat : 3432 (java) R 3428 3430 3371 0 -1 64 37605 0 1 0 111969 37 0 0 25 0 13 0 356130084 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109645258 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3433] ppid=3428 vsize=1795880 CPUtime=1.27
/proc/3430/task/3433/stat : 3433 (java) S 3428 3430 3371 0 -1 64 16427 0 0 0 120 7 0 0 25 0 13 0 356130085 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3434] ppid=3428 vsize=1795880 CPUtime=1.29
/proc/3430/task/3434/stat : 3434 (java) S 3428 3430 3371 0 -1 64 24754 0 0 0 118 11 0 0 17 0 13 0 356130085 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3435] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3428 3430 3371 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356130087 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3436] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3436/stat : 3436 (java) S 3428 3430 3371 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356130088 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3437] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3428 3430 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356130088 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3438] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3439] ppid=3428 vsize=1795880 CPUtime=0.54
/proc/3430/task/3439/stat : 3439 (java) S 3428 3430 3371 0 -1 64 1386 0 0 0 54 0 0 0 16 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3440] ppid=3428 vsize=1795880 CPUtime=0.36
/proc/3430/task/3440/stat : 3440 (java) S 3428 3430 3371 0 -1 64 963 0 0 0 36 0 0 0 16 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3441] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3441/stat : 3441 (java) S 3428 3430 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3442] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3442/stat : 3442 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356130092 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3443] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3443/stat : 3443 (java) S 3428 3430 3371 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 356130519 1838981120 74083 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.57
Current children cumulated vsize (KiB) 1795880

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/90 3641
/proc/meminfo: memFree=1444456/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=1795880 CPUtime=1183.52
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 81963 0 1 0 118294 58 0 0 19 0 13 0 356130082 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 448970 74180 1325 9 0 446582 0
[pid=3430/tid=3432] ppid=3428 vsize=1795880 CPUtime=1180.02
/proc/3430/task/3432/stat : 3432 (java) R 3428 3430 3371 0 -1 64 37702 0 1 0 117964 38 0 0 25 0 13 0 356130084 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109597716 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3433] ppid=3428 vsize=1795880 CPUtime=1.27
/proc/3430/task/3433/stat : 3433 (java) S 3428 3430 3371 0 -1 64 16427 0 0 0 120 7 0 0 25 0 13 0 356130085 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3434] ppid=3428 vsize=1795880 CPUtime=1.29
/proc/3430/task/3434/stat : 3434 (java) S 3428 3430 3371 0 -1 64 24754 0 0 0 118 11 0 0 17 0 13 0 356130085 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3435] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3428 3430 3371 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356130087 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3436] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3436/stat : 3436 (java) S 3428 3430 3371 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356130088 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3437] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3428 3430 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356130088 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3438] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356130092 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3439] ppid=3428 vsize=1795880 CPUtime=0.54
/proc/3430/task/3439/stat : 3439 (java) S 3428 3430 3371 0 -1 64 1386 0 0 0 54 0 0 0 16 0 13 0 356130092 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3440] ppid=3428 vsize=1795880 CPUtime=0.36
/proc/3430/task/3440/stat : 3440 (java) S 3428 3430 3371 0 -1 64 963 0 0 0 36 0 0 0 16 0 13 0 356130092 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3441] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3441/stat : 3441 (java) S 3428 3430 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356130092 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3442] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3442/stat : 3442 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356130092 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3443] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3443/stat : 3443 (java) S 3428 3430 3371 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 356130519 1838981120 74180 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.52
Current children cumulated vsize (KiB) 1795880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.2 s]
/proc/loadavg: 1.00 0.99 0.98 2/90 3641
/proc/meminfo: memFree=1296104/2055920 swapFree=4152672/4192956
[pid=3430] ppid=3428 vsize=1795880 CPUtime=1200.09
/proc/3430/stat : 3430 (java) S 3428 3430 3371 0 -1 0 126662 0 1 0 119930 79 0 0 19 0 13 0 356130082 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3430/statm: 448970 111200 1325 9 0 446582 0
[pid=3430/tid=3432] ppid=3428 vsize=1795880 CPUtime=1195.23
/proc/3430/task/3432/stat : 3432 (java) R 3428 3430 3371 0 -1 64 37715 0 1 0 119485 38 0 0 25 0 13 0 356130084 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109692441 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3433] ppid=3428 vsize=1795880 CPUtime=1.95
/proc/3430/task/3433/stat : 3433 (java) S 3428 3430 3371 0 -1 64 37841 0 0 0 179 16 0 0 23 0 13 0 356130085 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3434] ppid=3428 vsize=1795880 CPUtime=1.95
/proc/3430/task/3434/stat : 3434 (java) S 3428 3430 3371 0 -1 64 48026 0 0 0 173 22 0 0 16 0 13 0 356130085 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3435] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3435/stat : 3435 (java) S 3428 3430 3371 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356130087 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3436] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3436/stat : 3436 (java) S 3428 3430 3371 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 356130088 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3437] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3437/stat : 3437 (java) S 3428 3430 3371 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 356130088 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3438] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3438/stat : 3438 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 356130092 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3439] ppid=3428 vsize=1795880 CPUtime=0.54
/proc/3430/task/3439/stat : 3439 (java) S 3428 3430 3371 0 -1 64 1386 0 0 0 54 0 0 0 16 0 13 0 356130092 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3440] ppid=3428 vsize=1795880 CPUtime=0.36
/proc/3430/task/3440/stat : 3440 (java) S 3428 3430 3371 0 -1 64 963 0 0 0 36 0 0 0 16 0 13 0 356130092 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3430/tid=3441] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3441/stat : 3441 (java) S 3428 3430 3371 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356130092 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3442] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3442/stat : 3442 (java) S 3428 3430 3371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356130092 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3430/tid=3443] ppid=3428 vsize=1795880 CPUtime=0
/proc/3430/task/3443/stat : 3443 (java) S 3428 3430 3371 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 356130519 1838981120 111200 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1795880

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

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

Child status: 143
Real time (s): 1198.3
CPU time (s): 1200.19
CPU user time (s): 1199.33
CPU system time (s): 0.861868
CPU usage (%): 100.158
Max. virtual memory (cumulated for all children) (KiB): 1796240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.33
system time used= 0.861868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126681
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= 24577
involuntary context switches= 36584

runsolver used 1.36179 second user time and 3.62045 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Thu Mar  8 13:49:17 UTC 2007

IDJOB= 331915
IDBENCH= 20504
IDSOLVER= 141
FILE ID= node15/331915-1173361755

PBS_JOBID= 4045321

Free space on /tmp= 66431 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-f10ni.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331915-1173361755/sat4j-sat2007.jar /tmp/evaluation/331915-1173361755/instance-331915-1173361755.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-331915-1173361755 -o ROOT/results/node15/solver-331915-1173361755 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331915-1173361755/sat4j-sat2007.jar /tmp/evaluation/331915-1173361755/instance-331915-1173361755.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  b99a5b8844b4e1d2656eb1422e6e888f

RANDOM SEED= 389563901

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1737512 kB
Buffers:         37596 kB
Cached:         210216 kB
SwapCached:       2700 kB
Active:         204588 kB
Inactive:        65956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737512 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:           21408 kB
Writeback:           0 kB
Mapped:          29764 kB
Slab:            33388 kB
Committed_AS:  1278504 kB
PageTables:       1800 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= 66431 MiB

End job on node15 on Thu Mar  8 14:09:17 UTC 2007