Trace number 312932

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J SAT 2007? (TO) 1200.15 1206.75

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-11-s.cnf
MD5SUM3435b921c4acd15d51fed09386b58888
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables189456
Number of clauses850574
Sum of the clauses size1937804
Maximum clause length10
Minimum clause length1
Number of clauses of size 114367
Number of clauses of size 2692164
Number of clauses of size 3108383
Number of clauses of size 43960
Number of clauses of size 515840
Number of clauses of size over 515860

Solver Data (download as text)

0.13/8.11	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13/8.11	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13/8.11	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.13/8.15	c version SAT COMPETITION 2007
0.13/8.15	c sun.arch.data.model	32
0.13/8.15	c java.version	1.6.0
0.13/8.15	c os.name	Linux
0.13/8.15	c os.version	2.6.9-22.EL.rootsmp
0.13/8.15	c os.arch	i386
0.13/8.15	c Free memory 1703279312
0.13/8.15	c Max memory 1706164224
0.13/8.15	c Total memory 1706164224
0.13/8.15	c Number of processors 2
0.15/8.28	c --- Begin Solver configuration ---
0.15/8.28	c Stops conflict analysis at the first Unique Implication Point
0.15/8.28	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.15/8.28	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.15/8.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/8.28	c VSIDS like heuristics from MiniSAT using a heap
0.15/8.28	c Expensive reason simplification
0.15/8.28	c --- End Solver configuration ---
0.15/8.28	c timeout: 2147483s
0.15/8.28	c solving /tmp/evaluation/312932-1176869788/instance-312932-1176869788.cnf
0.15/8.28	c reading problem ... 
2.51/10.52	c ... done. Wall clock time 2.237s.
2.51/10.52	c CPU time (experimental) 2.31s.
2.51/10.52	c #vars     189456
2.51/10.52	c #constraints  835269
1200.01/1206.62	c starts		: 15
1200.01/1206.62	c conflicts		: 77869
1200.01/1206.62	c decisions		: 223507
1200.01/1206.62	c propagations		: 439610614
1200.01/1206.62	c inspects		: 1552355547
1200.01/1206.62	c learnt literals	: 93
1200.01/1206.62	c learnt binary clauses	: 777
1200.01/1206.62	c learnt ternary clauses	: 1113
1200.01/1206.62	c learnt clauses	: 77776
1200.01/1206.62	c root simplifications	: 0
1200.01/1206.62	c removed literals (reason simplification)	: 7132309
1200.01/1206.62	c reason swapping (by a shorter reason)	: 0
1200.01/1206.62	c Calls to reduceDB	: 0
1200.01/1206.62	c speed (decisions/second)	: 186.87251262499584
1200.01/1206.62	c non guided choices	1065
1200.01/1206.62	s UNKNOWN
1200.01/1206.62	c Total wall clock time (in seconds) : 1198.342
1200.01/1206.62	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.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node46/watcher-312932-1176869788 -o ROOT/results/node46/solver-312932-1176869788 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312932-1176869788/sat4j-sat2007.jar /tmp/evaluation/312932-1176869788/instance-312932-1176869788.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.94 0.98 0.99 2/78 10550
/proc/meminfo: memFree=1746688/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=18568 CPUtime=0
/proc/10550/stat : 10550 (runsolver) D 10548 10550 9137 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 41663162 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 255825866023 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/10550/statm: 4642 292 257 24 0 2626 0

[startup+0.0334499 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 10550
/proc/meminfo: memFree=1746688/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=48 CPUtime=0
/proc/10550/stat : 10550 (java) D 10548 10550 9137 0 -1 0 17 0 0 0 0 0 0 0 19 0 1 0 41663162 49152 1 18446744073709551615 0 0 4294956990 18446744073709551615 255825866023 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/10550/statm: 12 1 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 48

[startup+0.101463 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 10550
/proc/meminfo: memFree=1746688/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=272 CPUtime=0
/proc/10550/stat : 10550 (java) D 10548 10550 9137 0 -1 0 52 0 2 0 0 0 0 0 18 0 1 0 41663162 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7795259 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/10550/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.301499 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 10550
/proc/meminfo: memFree=1746688/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=1800 CPUtime=0
/proc/10550/stat : 10550 (java) D 10548 10550 9137 0 -1 0 345 0 2 0 0 0 0 0 18 0 1 0 41663162 1843200 155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7795259 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/10550/statm: 450 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.701573 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 10550
/proc/meminfo: memFree=1746688/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=11868 CPUtime=0
/proc/10550/stat : 10550 (java) D 10548 10550 9137 0 -1 0 347 0 3 0 0 0 0 0 18 0 1 0 41663162 12152832 158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7795492 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/10550/statm: 2967 158 120 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11868

[startup+1.50172 s]
/proc/loadavg: 0.94 0.98 0.99 1/79 10551
/proc/meminfo: memFree=1744760/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=12056 CPUtime=0
/proc/10550/stat : 10550 (java) D 10548 10550 9137 0 -1 0 364 0 6 0 0 0 0 0 18 0 1 0 41663162 12345344 177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7766303 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/10550/statm: 3014 177 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+3.10202 s]
/proc/loadavg: 0.94 0.98 0.99 1/79 10551
/proc/meminfo: memFree=1743608/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=12056 CPUtime=0
/proc/10550/stat : 10550 (java) D 10548 10550 9137 0 -1 0 370 0 15 0 0 0 0 0 18 0 1 0 41663162 12345344 192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7766826 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/10550/statm: 3014 192 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+6.30161 s]
/proc/loadavg: 0.94 0.98 0.99 1/82 10554
/proc/meminfo: memFree=1731808/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=1827340 CPUtime=0.02
/proc/10550/stat : 10550 (java) S 10548 10550 9137 0 -1 0 2884 0 53 0 0 2 0 0 18 0 4 0 41663162 1871196160 2683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/10550/statm: 456835 2683 661 9 0 454471 0
[pid=10550/tid=10552] ppid=10548 vsize=1827340 CPUtime=0.01
/proc/10550/task/10552/stat : 10552 (java) D 10548 10550 9137 0 -1 64 2209 0 25 0 0 1 0 0 18 0 4 0 41663666 1871196160 2683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4159512528 0 4 0 7368 18446744071563479169 0 0 -1 0 0 0
[pid=10550/tid=10553] ppid=10548 vsize=1827340 CPUtime=0
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 9137 0 -1 64 3 0 0 0 0 0 0 0 19 0 4 0 41663707 1871196160 2683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=1827340 CPUtime=0
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 20 0 4 0 41663707 1871196160 2683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1827340

[startup+12.7028 s]
/proc/loadavg: 0.95 0.98 0.99 2/91 10563
/proc/meminfo: memFree=1623640/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=1835764 CPUtime=5.02
/proc/10550/stat : 10550 (java) S 10548 10550 9137 0 -1 0 31056 0 81 0 485 17 0 0 18 0 13 0 41663162 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10550/statm: 458941 29648 1310 9 0 456553 0
[pid=10550/tid=10552] ppid=10548 vsize=1835764 CPUtime=4.36
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 9137 0 -1 64 28240 0 53 0 421 15 0 0 25 0 13 0 41663666 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109595016 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10548 vsize=1835764 CPUtime=0
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 9137 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 41663707 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=1835764 CPUtime=0
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 41663707 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10555] ppid=10548 vsize=1835764 CPUtime=0
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 9137 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 41663863 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=1835764 CPUtime=0
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 9137 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 41663867 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=1835764 CPUtime=0
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 41663867 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=1835764 CPUtime=0
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 41663917 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=1835764 CPUtime=0.32
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 9137 0 -1 64 1107 0 0 0 32 0 0 0 15 0 13 0 41663917 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=1835764 CPUtime=0.31
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 9137 0 -1 64 1011 0 0 0 31 0 0 0 16 0 13 0 41663917 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10561] ppid=10548 vsize=1835764 CPUtime=0
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 41663917 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=1835764 CPUtime=0
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 41663917 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=1835764 CPUtime=0
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 41664233 1879822336 29648 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 1835764

[startup+25.5012 s]
/proc/loadavg: 0.96 0.98 0.99 2/91 10563
/proc/meminfo: memFree=1622232/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=1835440 CPUtime=17.92
/proc/10550/stat : 10550 (java) S 10548 10550 9137 0 -1 0 31522 0 81 0 1774 18 0 0 18 0 13 0 41663162 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10550/statm: 458860 30042 1316 9 0 456472 0
[pid=10550/tid=10552] ppid=10548 vsize=1835440 CPUtime=17.12
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 9137 0 -1 64 28688 0 53 0 1696 16 0 0 25 0 13 0 41663666 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558718 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 9137 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 41663707 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 41663707 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10555] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 9137 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 41663863 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 9137 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 41663867 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 41663867 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 41663917 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=1835440 CPUtime=0.39
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 9137 0 -1 64 1119 0 0 0 39 0 0 0 16 0 13 0 41663917 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=1835440 CPUtime=0.37
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 9137 0 -1 64 1017 0 0 0 37 0 0 0 17 0 13 0 41663917 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10561] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 41663917 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 41663917 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 41664233 1879490560 30042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.92
Current children cumulated vsize (KiB) 1835440

[startup+51.1029 s]
/proc/loadavg: 0.97 0.98 0.99 2/91 10563
/proc/meminfo: memFree=1620504/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=1835440 CPUtime=43.51
/proc/10550/stat : 10550 (java) S 10548 10550 9137 0 -1 0 31931 0 81 0 4333 18 0 0 18 0 13 0 41663162 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10550/statm: 458860 30450 1316 9 0 456472 0
[pid=10550/tid=10552] ppid=10548 vsize=1835440 CPUtime=42.71
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 9137 0 -1 64 29096 0 53 0 4255 16 0 0 25 0 13 0 41663666 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555011 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 9137 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 41663707 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 41663707 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10555] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 9137 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 41663863 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 9137 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 41663867 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 41663867 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 41663917 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=1835440 CPUtime=0.4
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 9137 0 -1 64 1120 0 0 0 40 0 0 0 16 0 13 0 41663917 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=1835440 CPUtime=0.37
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 9137 0 -1 64 1017 0 0 0 37 0 0 0 17 0 13 0 41663917 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10561] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 41663917 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 41663917 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 41664233 1879490560 30450 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.51
Current children cumulated vsize (KiB) 1835440

[startup+102.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/91 10563
/proc/meminfo: memFree=1612888/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=1835440 CPUtime=94.7
/proc/10550/stat : 10550 (java) S 10548 10550 9137 0 -1 0 33854 0 81 0 9450 20 0 0 18 0 13 0 41663162 1879490560 32373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10550/statm: 458860 32373 1316 9 0 456472 0
[pid=10550/tid=10552] ppid=10548 vsize=1835440 CPUtime=93.89
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 9137 0 -1 64 31019 0 53 0 9371 18 0 0 25 0 13 0 41663666 1879490560 32373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109555346 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 9137 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 41663707 1879490560 32373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=1835440 CPUtime=0
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 41663707 1879490560 32373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=10550/tid=10555] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 9137 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 41663863 1887363072 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 9137 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 41663867 1887363072 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 41663867 1887363072 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 41663917 1887363072 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=1843128 CPUtime=0.44
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 9137 0 -1 64 1122 0 0 0 44 0 0 0 16 0 13 0 41663917 1887363072 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=1843128 CPUtime=0.42
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 9137 0 -1 64 1024 0 0 0 42 0 0 0 17 0 13 0 41663917 1887363072 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10561] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 41663917 1887363072 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 41663917 1887363072 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 41664233 1887363072 73856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 995.31
Current children cumulated vsize (KiB) 1843128

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/91 10563
/proc/meminfo: memFree=1446040/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=1843128 CPUtime=1055.29
/proc/10550/stat : 10550 (java) S 10548 10550 9137 0 -1 0 79977 0 81 0 105476 53 0 0 18 0 13 0 41663162 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10550/statm: 460782 73857 1324 9 0 458394 0
[pid=10550/tid=10552] ppid=10548 vsize=1843128 CPUtime=1052.63
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 9137 0 -1 64 38785 0 53 0 105229 34 0 0 25 0 13 0 41663666 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109625121 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10548 vsize=1843128 CPUtime=0.88
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 9137 0 -1 64 26488 0 0 0 77 11 0 0 16 0 13 0 41663707 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=1843128 CPUtime=0.87
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 9137 0 -1 64 11857 0 0 0 82 5 0 0 24 0 13 0 41663707 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10555] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 9137 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 41663863 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 9137 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 41663867 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 41663867 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=1843128 CPUtime=0.44
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 9137 0 -1 64 1122 0 0 0 44 0 0 0 16 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=1843128 CPUtime=0.42
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 9137 0 -1 64 1024 0 0 0 42 0 0 0 17 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10561] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 41664233 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1055.29
Current children cumulated vsize (KiB) 1843128

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/91 10565
/proc/meminfo: memFree=1445784/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=1843128 CPUtime=1115.27
/proc/10550/stat : 10550 (java) S 10548 10550 9137 0 -1 0 79977 0 81 0 111474 53 0 0 18 0 13 0 41663162 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10550/statm: 460782 73857 1324 9 0 458394 0
[pid=10550/tid=10552] ppid=10548 vsize=1843128 CPUtime=1112.61
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 9137 0 -1 64 38785 0 53 0 111227 34 0 0 25 0 13 0 41663666 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558922 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10548 vsize=1843128 CPUtime=0.88
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 9137 0 -1 64 26488 0 0 0 77 11 0 0 16 0 13 0 41663707 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=1843128 CPUtime=0.87
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 9137 0 -1 64 11857 0 0 0 82 5 0 0 24 0 13 0 41663707 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10555] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 9137 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 41663863 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 9137 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 41663867 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 41663867 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=1843128 CPUtime=0.44
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 9137 0 -1 64 1122 0 0 0 44 0 0 0 16 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=1843128 CPUtime=0.42
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 9137 0 -1 64 1024 0 0 0 42 0 0 0 17 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10561] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 41664233 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1115.27
Current children cumulated vsize (KiB) 1843128

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/91 10565
/proc/meminfo: memFree=1445784/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=1843128 CPUtime=1175.24
/proc/10550/stat : 10550 (java) S 10548 10550 9137 0 -1 0 79977 0 81 0 117471 53 0 0 18 0 13 0 41663162 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10550/statm: 460782 73857 1324 9 0 458394 0
[pid=10550/tid=10552] ppid=10548 vsize=1843128 CPUtime=1172.58
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 9137 0 -1 64 38785 0 53 0 117224 34 0 0 25 0 13 0 41663666 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109594935 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10548 vsize=1843128 CPUtime=0.88
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 9137 0 -1 64 26488 0 0 0 77 11 0 0 16 0 13 0 41663707 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=1843128 CPUtime=0.87
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 9137 0 -1 64 11857 0 0 0 82 5 0 0 24 0 13 0 41663707 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10555] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 9137 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 41663863 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 9137 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 41663867 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 41663867 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=1843128 CPUtime=0.44
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 9137 0 -1 64 1122 0 0 0 44 0 0 0 16 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=1843128 CPUtime=0.42
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 9137 0 -1 64 1024 0 0 0 42 0 0 0 17 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10561] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 41663917 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 41664233 1887363072 73857 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1175.24
Current children cumulated vsize (KiB) 1843128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/91 10565
/proc/meminfo: memFree=1280344/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=1843128 CPUtime=1200.01
/proc/10550/stat : 10550 (java) S 10548 10550 9137 0 -1 0 133826 0 81 0 119920 81 0 0 18 0 13 0 41663162 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10550/statm: 460782 115184 1324 9 0 458394 0
[pid=10550/tid=10552] ppid=10548 vsize=1843128 CPUtime=1196.4
/proc/10550/task/10552/stat : 10552 (java) R 10548 10550 9137 0 -1 64 38786 0 53 0 119606 34 0 0 25 0 13 0 41663666 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109594935 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10553] ppid=10548 vsize=1843128 CPUtime=1.35
/proc/10550/task/10553/stat : 10553 (java) S 10548 10550 9137 0 -1 64 52105 0 0 0 112 23 0 0 21 0 13 0 41663707 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10554] ppid=10548 vsize=1843128 CPUtime=1.36
/proc/10550/task/10554/stat : 10554 (java) S 10548 10550 9137 0 -1 64 40088 0 0 0 115 21 0 0 21 0 13 0 41663707 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10555] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10555/stat : 10555 (java) S 10548 10550 9137 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 41663863 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10556] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10556/stat : 10556 (java) S 10548 10550 9137 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 41663867 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10557] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10557/stat : 10557 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 41663867 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10558] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10558/stat : 10558 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 41663917 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10559] ppid=10548 vsize=1843128 CPUtime=0.44
/proc/10550/task/10559/stat : 10559 (java) S 10548 10550 9137 0 -1 64 1122 0 0 0 44 0 0 0 16 0 13 0 41663917 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10560] ppid=10548 vsize=1843128 CPUtime=0.42
/proc/10550/task/10560/stat : 10560 (java) S 10548 10550 9137 0 -1 64 1024 0 0 0 42 0 0 0 17 0 13 0 41663917 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10550/tid=10561] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10561/stat : 10561 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 41663917 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10562] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10562/stat : 10562 (java) S 10548 10550 9137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 41663917 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10550/tid=10563] ppid=10548 vsize=1843128 CPUtime=0
/proc/10550/task/10563/stat : 10563 (java) S 10548 10550 9137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 41664233 1887363072 115184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1843128

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

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

[startup+1206.71 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 10568
/proc/meminfo: memFree=1630152/2055920 swapFree=4162240/4192956
[pid=10550] ppid=10548 vsize=0 CPUtime=1200.13
/proc/10550/stat : 10550 (java) Z 10548 10550 9137 0 -1 1036 133847 0 81 0 119926 87 0 0 16 0 2 0 41663162 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10550/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1206.75
CPU time (s): 1200.15
CPU user time (s): 1199.27
CPU system time (s): 0.887865
CPU usage (%): 99.4538
Max. virtual memory (cumulated for all children) (KiB): 1843128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.27
system time used= 0.887865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133847
page faults= 81
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25148
involuntary context switches= 24979

runsolver used 1.10283 second user time and 3.3085 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Wed Apr 18 04:16:42 UTC 2007

IDJOB= 312932
IDBENCH= 20354
IDSOLVER= 96
FILE ID= node46/312932-1176869788

PBS_JOBID= 4590257

Free space on /tmp= 66084 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-sat/partial-10-11-s.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312932-1176869788/sat4j-sat2007.jar /tmp/evaluation/312932-1176869788/instance-312932-1176869788.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-312932-1176869788 -o ROOT/results/node46/solver-312932-1176869788 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/312932-1176869788/sat4j-sat2007.jar /tmp/evaluation/312932-1176869788/instance-312932-1176869788.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  3435b921c4acd15d51fed09386b58888

RANDOM SEED= 721599750

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.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.268
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	: 5931.00
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.268
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:       1747224 kB
Buffers:         12744 kB
Cached:         135548 kB
SwapCached:       2260 kB
Active:         162080 kB
Inactive:        97384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747224 kB
SwapTotal:     4192956 kB
SwapFree:      4162240 kB
Dirty:           16260 kB
Writeback:           0 kB
Mapped:         120408 kB
Slab:            34536 kB
Committed_AS:  1899488 kB
PageTables:       1988 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= 66084 MiB

End job on node46 on Wed Apr 18 04:36:51 UTC 2007