Trace number 360368

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
sat4jPseudoCP 2007-03-23? (TO) 1800.21 1766.21

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900576918.opb
MD5SUM880846daf47900bbb2fd34e8a6c4861d
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.037993
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 639
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.06/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.17	c no version file found!!!
0.06/0.17	c sun.arch.data.model	32
0.06/0.17	c java.version	1.6.0
0.06/0.17	c os.name	Linux
0.06/0.17	c os.version	2.6.9-22.EL.rootsmp
0.06/0.17	c os.arch	i386
0.06/0.17	c Free memory 1651659224
0.06/0.17	c Max memory 1654456320
0.06/0.17	c Total memory 1654456320
0.06/0.17	c Number of processors 2
0.17/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.17/0.23	--- Begin Solver configuration ---
0.17/0.23	c Stops conflict analysis at the first Unique Implication Point
0.17/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.23	c Learn all clauses as in MiniSAT
0.17/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.23	c No reason simplification
0.17/0.23	c --- End Solver configuration ---
0.17/0.23	c solving /tmp/evaluation/360368-1176967813/instance-360368-1176967813.opb
0.17/0.23	c reading problem ... 
1.08/0.89	c ... done. Wall clock time 0.664s.
1.08/0.89	c CPU time (experimental) 0.62s.
1.08/0.89	c #vars     231
1.08/0.89	c #constraints  2707
1800.09/1766.11	c starts		: 2
1800.09/1766.11	c conflicts		: 31250
1800.09/1766.11	c decisions		: 158412
1800.09/1766.11	c propagations		: 962598
1800.09/1766.11	c inspects		: 541764203
1800.09/1766.11	c learnt literals	: 0
1800.09/1766.11	c learnt binary clauses	: 0
1800.09/1766.11	c learnt ternary clauses	: 0
1800.09/1766.11	c learnt clauses	: 31250
1800.09/1766.11	c root simplifications	: 0
1800.09/1766.11	c removed literals (reason simplification)	: 0
1800.09/1766.11	c reason swapping (by a shorter reason)	: 0
1800.09/1766.11	c Calls to reduceDB	: 0
1800.09/1766.11	c speed (decisions/second)	: 89.74080807062248
1800.09/1766.11	c non guided choices	121
1800.09/1766.11	s UNKNOWN
1800.09/1766.11	c Total wall clock time (ms): 1765.885

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node29/watcher-360368-1176967813 -o ROOT/results/node29/solver-360368-1176967813 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360368-1176967813/sat4jPseudoCP.jar /tmp/evaluation/360368-1176967813/instance-360368-1176967813.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 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.85 0.96 0.98 2/77 30034
/proc/meminfo: memFree=1181104/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=18568 CPUtime=0
/proc/30034/stat : 30034 (runsolver) D 30032 30034 28833 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 144697061 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 221780700455 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/30034/statm: 4642 292 257 24 0 2626 0

[startup+0.027253 s]
/proc/loadavg: 0.85 0.96 0.98 2/77 30034
/proc/meminfo: memFree=1181104/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=18568 CPUtime=0
/proc/30034/stat : 30034 (runsolver) D 30032 30034 28833 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 144697061 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 221780700455 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/30034/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.101287 s]
/proc/loadavg: 0.85 0.96 0.98 2/77 30034
/proc/meminfo: memFree=1181104/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=1778140 CPUtime=0.06
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 3707 0 1 0 4 2 0 0 18 0 7 0 144697061 1820815360 3450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 444535 3450 1082 9 0 442171 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778140

[startup+0.301276 s]
/proc/loadavg: 0.85 0.96 0.98 2/77 30034
/proc/meminfo: memFree=1181104/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=1781448 CPUtime=0.28
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 5050 0 1 0 25 3 0 0 18 0 12 0 144697061 1824202752 4789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 445362 4789 1263 9 0 442974 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1781448

[startup+0.7013 s]
/proc/loadavg: 0.85 0.96 0.98 2/77 30034
/proc/meminfo: memFree=1181104/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=1782652 CPUtime=0.89
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 6746 0 1 0 85 4 0 0 18 0 12 0 144697061 1825435648 6299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 445663 6299 1298 9 0 443275 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1782652

[startup+1.50235 s]
/proc/loadavg: 1.02 0.99 0.99 3/90 30047
/proc/meminfo: memFree=1156552/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=1786328 CPUtime=2.31
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 14004 0 1 0 223 8 0 0 18 0 13 0 144697061 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 446582 12229 1312 9 0 444194 0
[pid=30034/tid=30036] ppid=30032 vsize=1786328 CPUtime=0.97
/proc/30034/task/30036/stat : 30036 (java) R 30032 30034 28833 0 -1 64 10320 0 1 0 92 5 0 0 25 0 13 0 144697066 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109147853 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30037] ppid=30032 vsize=1786328 CPUtime=0
/proc/30034/task/30037/stat : 30037 (java) S 30032 30034 28833 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 144697067 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30038] ppid=30032 vsize=1786328 CPUtime=0
/proc/30034/task/30038/stat : 30038 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 144697067 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30039] ppid=30032 vsize=1786328 CPUtime=0
/proc/30034/task/30039/stat : 30039 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 144697069 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30040] ppid=30032 vsize=1786328 CPUtime=0
/proc/30034/task/30040/stat : 30040 (java) S 30032 30034 28833 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 144697070 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30041] ppid=30032 vsize=1786328 CPUtime=0
/proc/30034/task/30041/stat : 30041 (java) S 30032 30034 28833 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 144697070 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30042] ppid=30032 vsize=1786328 CPUtime=0
/proc/30034/task/30042/stat : 30042 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 144697073 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30043] ppid=30032 vsize=1786328 CPUtime=0.59
/proc/30034/task/30043/stat : 30043 (java) S 30032 30034 28833 0 -1 64 1532 0 0 0 59 0 0 0 16 0 13 0 144697073 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30044] ppid=30032 vsize=1786328 CPUtime=0.71
/proc/30034/task/30044/stat : 30044 (java) R 30032 30034 28833 0 -1 64 1430 0 0 0 71 0 0 0 16 0 13 0 144697074 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104794302 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30045] ppid=30032 vsize=1786328 CPUtime=0
/proc/30034/task/30045/stat : 30045 (java) S 30032 30034 28833 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 144697074 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30046] ppid=30032 vsize=1786328 CPUtime=0
/proc/30034/task/30046/stat : 30046 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144697074 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30047] ppid=30032 vsize=1786328 CPUtime=0
/proc/30034/task/30047/stat : 30047 (java) S 30032 30034 28833 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 144697151 1829199872 12229 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1786328

[startup+3.10245 s]
/proc/loadavg: 1.02 0.99 0.99 4/90 30047
/proc/meminfo: memFree=1097800/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=1804456 CPUtime=5.01
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 52032 0 1 0 477 24 0 0 18 0 13 0 144697061 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 451114 44543 1325 9 0 448726 0
[pid=30034/tid=30036] ppid=30032 vsize=1804456 CPUtime=1.9
/proc/30034/task/30036/stat : 30036 (java) R 30032 30034 28833 0 -1 64 37715 0 1 0 173 17 0 0 25 0 13 0 144697066 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109640591 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30037] ppid=30032 vsize=1804456 CPUtime=0
/proc/30034/task/30037/stat : 30037 (java) S 30032 30034 28833 0 -1 64 163 0 0 0 0 0 0 0 16 0 13 0 144697067 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30038] ppid=30032 vsize=1804456 CPUtime=0
/proc/30034/task/30038/stat : 30038 (java) S 30032 30034 28833 0 -1 64 181 0 0 0 0 0 0 0 16 0 13 0 144697067 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30039] ppid=30032 vsize=1804456 CPUtime=0
/proc/30034/task/30039/stat : 30039 (java) S 30032 30034 28833 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 144697069 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30040] ppid=30032 vsize=1804456 CPUtime=0
/proc/30034/task/30040/stat : 30040 (java) S 30032 30034 28833 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 144697070 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30041] ppid=30032 vsize=1804456 CPUtime=0
/proc/30034/task/30041/stat : 30041 (java) S 30032 30034 28833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144697070 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30042] ppid=30032 vsize=1804456 CPUtime=0
/proc/30034/task/30042/stat : 30042 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 144697073 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30043] ppid=30032 vsize=1804456 CPUtime=1.63
/proc/30034/task/30043/stat : 30043 (java) R 30032 30034 28833 0 -1 64 7603 0 0 0 160 3 0 0 17 0 13 0 144697073 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103336735 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30044] ppid=30032 vsize=1804456 CPUtime=1.44
/proc/30034/task/30044/stat : 30044 (java) S 30032 30034 28833 0 -1 64 5642 0 0 0 142 2 0 0 16 0 13 0 144697074 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30045] ppid=30032 vsize=1804456 CPUtime=0
/proc/30034/task/30045/stat : 30045 (java) S 30032 30034 28833 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 144697074 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30046] ppid=30032 vsize=1804456 CPUtime=0
/proc/30034/task/30046/stat : 30046 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144697074 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30047] ppid=30032 vsize=1804456 CPUtime=0
/proc/30034/task/30047/stat : 30047 (java) S 30032 30034 28833 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 144697151 1847762944 44543 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 1804456

[startup+6.30165 s]
/proc/loadavg: 1.02 0.99 0.99 2/90 30047
/proc/meminfo: memFree=1008856/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=1799588 CPUtime=8.55
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 58438 0 1 0 827 28 0 0 18 0 13 0 144697061 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 449897 48659 1325 9 0 447509 0
[pid=30034/tid=30036] ppid=30032 vsize=1799588 CPUtime=4.89
/proc/30034/task/30036/stat : 30036 (java) R 30032 30034 28833 0 -1 64 39844 0 1 0 471 18 0 0 24 0 13 0 144697066 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109667667 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30037] ppid=30032 vsize=1799588 CPUtime=0.08
/proc/30034/task/30037/stat : 30037 (java) S 30032 30034 28833 0 -1 64 2390 0 0 0 8 0 0 0 16 0 13 0 144697067 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30038] ppid=30032 vsize=1799588 CPUtime=0.09
/proc/30034/task/30038/stat : 30038 (java) S 30032 30034 28833 0 -1 64 2074 0 0 0 8 1 0 0 16 0 13 0 144697067 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30039] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30039/stat : 30039 (java) S 30032 30034 28833 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 144697069 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30040] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30040/stat : 30040 (java) S 30032 30034 28833 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30041] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30041/stat : 30041 (java) S 30032 30034 28833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30042] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30042/stat : 30042 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 144697073 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30043] ppid=30032 vsize=1799588 CPUtime=1.79
/proc/30034/task/30043/stat : 30043 (java) S 30032 30034 28833 0 -1 64 7716 0 0 0 175 4 0 0 15 0 13 0 144697073 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30044] ppid=30032 vsize=1799588 CPUtime=1.65
/proc/30034/task/30044/stat : 30044 (java) S 30032 30034 28833 0 -1 64 5665 0 0 0 163 2 0 0 16 0 13 0 144697074 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30045] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30045/stat : 30045 (java) S 30032 30034 28833 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 144697074 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30046] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30046/stat : 30046 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144697074 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30047] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30047/stat : 30047 (java) S 30032 30034 28833 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 144697151 1842778112 48659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 1799588

[startup+12.702 s]
/proc/loadavg: 1.02 0.99 0.99 2/90 30047
/proc/meminfo: memFree=963888/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=1799588 CPUtime=15.07
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 66013 0 1 0 1477 30 0 0 18 0 13 0 144697061 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 449897 55659 1326 9 0 447509 0
[pid=30034/tid=30036] ppid=30032 vsize=1799588 CPUtime=11.18
/proc/30034/task/30036/stat : 30036 (java) R 30032 30034 28833 0 -1 64 43330 0 1 0 1099 19 0 0 25 0 13 0 144697066 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109779651 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30037] ppid=30032 vsize=1799588 CPUtime=0.18
/proc/30034/task/30037/stat : 30037 (java) S 30032 30034 28833 0 -1 64 4602 0 0 0 17 1 0 0 15 0 13 0 144697067 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30038] ppid=30032 vsize=1799588 CPUtime=0.18
/proc/30034/task/30038/stat : 30038 (java) S 30032 30034 28833 0 -1 64 3950 0 0 0 17 1 0 0 16 0 13 0 144697067 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30039] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30039/stat : 30039 (java) S 30032 30034 28833 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 144697069 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30040] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30040/stat : 30040 (java) S 30032 30034 28833 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30041] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30041/stat : 30041 (java) S 30032 30034 28833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30042] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30042/stat : 30042 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 144697073 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30043] ppid=30032 vsize=1799588 CPUtime=1.8
/proc/30034/task/30043/stat : 30043 (java) S 30032 30034 28833 0 -1 64 7716 0 0 0 176 4 0 0 16 0 13 0 144697073 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30044] ppid=30032 vsize=1799588 CPUtime=1.68
/proc/30034/task/30044/stat : 30044 (java) S 30032 30034 28833 0 -1 64 5666 0 0 0 166 2 0 0 16 0 13 0 144697074 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30045] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30045/stat : 30045 (java) S 30032 30034 28833 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 144697074 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30046] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30046/stat : 30046 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144697074 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30047] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30047/stat : 30047 (java) S 30032 30034 28833 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 144697151 1842778112 55659 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 1799588

[startup+25.5028 s]
/proc/loadavg: 1.02 0.99 0.99 2/90 30047
/proc/meminfo: memFree=949808/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=1799588 CPUtime=28.08
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 69794 0 1 0 2776 32 0 0 18 0 13 0 144697061 1842778112 58940 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 449897 58940 1333 9 0 447509 0
[pid=30034/tid=30036] ppid=30032 vsize=1799588 CPUtime=23.83
/proc/30034/task/30036/stat : 30036 (java) R 30032 30034 28833 0 -1 64 43347 0 1 0 2364 19 0 0 25 0 13 0 144697066 1842778112 58940 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109726767 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30037] ppid=30032 vsize=1799588 CPUtime=0.31
/proc/30034/task/30037/stat : 30037 (java) S 30032 30034 28833 0 -1 64 6865 0 0 0 29 2 0 0 16 0 13 0 144697067 1842778112 58940 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30038] ppid=30032 vsize=1799588 CPUtime=0.31
/proc/30034/task/30038/stat : 30038 (java) S 30032 30034 28833 0 -1 64 5435 0 0 0 29 2 0 0 16 0 13 0 144697067 1842778112 58940 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=30034] ppid=30032 vsize=1799588 CPUtime=1632.29
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 153472 0 1 0 163136 93 0 0 18 0 13 0 144697061 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 449897 128458 1333 9 0 447509 0
[pid=30034/tid=30036] ppid=30032 vsize=1799588 CPUtime=1572.1
/proc/30034/task/30036/stat : 30036 (java) R 30032 30034 28833 0 -1 64 45085 0 1 0 157177 33 0 0 17 0 13 0 144697066 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109659115 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30037] ppid=30032 vsize=1799588 CPUtime=27.98
/proc/30034/task/30037/stat : 30037 (java) S 30032 30034 28833 0 -1 64 48999 0 0 0 2774 24 0 0 17 0 13 0 144697067 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30038] ppid=30032 vsize=1799588 CPUtime=28
/proc/30034/task/30038/stat : 30038 (java) S 30032 30034 28833 0 -1 64 44622 0 0 0 2780 20 0 0 16 0 13 0 144697067 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30039] ppid=30032 vsize=1799588 CPUtime=0.21
/proc/30034/task/30039/stat : 30039 (java) S 30032 30034 28833 0 -1 64 34 0 0 0 13 8 0 0 15 0 13 0 144697069 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30040] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30040/stat : 30040 (java) S 30032 30034 28833 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30041] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30041/stat : 30041 (java) S 30032 30034 28833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30042] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30042/stat : 30042 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 144697073 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30043] ppid=30032 vsize=1799588 CPUtime=1.92
/proc/30034/task/30043/stat : 30043 (java) S 30032 30034 28833 0 -1 64 7732 0 0 0 188 4 0 0 16 0 13 0 144697073 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30044] ppid=30032 vsize=1799588 CPUtime=2.03
/proc/30034/task/30044/stat : 30044 (java) S 30032 30034 28833 0 -1 64 6279 0 0 0 201 2 0 0 16 0 13 0 144697074 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30045] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30045/stat : 30045 (java) S 30032 30034 28833 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 144697074 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30046] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30046/stat : 30046 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144697074 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30047] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30047/stat : 30047 (java) S 30032 30034 28833 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 144697151 1842778112 128458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1632.29
Current children cumulated vsize (KiB) 1799588

[startup+1662.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/90 30049
/proc/meminfo: memFree=665456/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=1799588 CPUtime=1693.66
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 154976 0 1 0 169271 95 0 0 18 0 13 0 144697061 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 449897 129828 1333 9 0 447509 0
[pid=30034/tid=30036] ppid=30032 vsize=1799588 CPUtime=1630.69
/proc/30034/task/30036/stat : 30036 (java) R 30032 30034 28833 0 -1 64 45110 0 1 0 163035 34 0 0 25 0 13 0 144697066 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109750817 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30037] ppid=30032 vsize=1799588 CPUtime=29.36
/proc/30034/task/30037/stat : 30037 (java) S 30032 30034 28833 0 -1 64 49273 0 0 0 2912 24 0 0 16 0 13 0 144697067 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30038] ppid=30032 vsize=1799588 CPUtime=29.4
/proc/30034/task/30038/stat : 30038 (java) S 30032 30034 28833 0 -1 64 45827 0 0 0 2919 21 0 0 16 0 13 0 144697067 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30039] ppid=30032 vsize=1799588 CPUtime=0.22
/proc/30034/task/30039/stat : 30039 (java) S 30032 30034 28833 0 -1 64 34 0 0 0 14 8 0 0 16 0 13 0 144697069 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30040] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30040/stat : 30040 (java) S 30032 30034 28833 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30041] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30041/stat : 30041 (java) S 30032 30034 28833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30042] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30042/stat : 30042 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 144697073 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30043] ppid=30032 vsize=1799588 CPUtime=1.92
/proc/30034/task/30043/stat : 30043 (java) S 30032 30034 28833 0 -1 64 7732 0 0 0 188 4 0 0 16 0 13 0 144697073 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30044] ppid=30032 vsize=1799588 CPUtime=2.03
/proc/30034/task/30044/stat : 30044 (java) S 30032 30034 28833 0 -1 64 6279 0 0 0 201 2 0 0 16 0 13 0 144697074 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30045] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30045/stat : 30045 (java) S 30032 30034 28833 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 144697074 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30046] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30046/stat : 30046 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144697074 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30047] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30047/stat : 30047 (java) S 30032 30034 28833 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 144697151 1842778112 129828 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1693.66
Current children cumulated vsize (KiB) 1799588

[startup+1722.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/90 30049
/proc/meminfo: memFree=659696/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=1799588 CPUtime=1755.17
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 156545 0 1 0 175420 97 0 0 18 0 13 0 144697061 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 449897 131309 1333 9 0 447509 0
[pid=30034/tid=30036] ppid=30032 vsize=1799588 CPUtime=1689.11
/proc/30034/task/30036/stat : 30036 (java) R 30032 30034 28833 0 -1 64 45137 0 1 0 168877 34 0 0 20 0 13 0 144697066 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109726796 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30037] ppid=30032 vsize=1799588 CPUtime=30.88
/proc/30034/task/30037/stat : 30037 (java) S 30032 30034 28833 0 -1 64 50235 0 0 0 3064 24 0 0 16 0 13 0 144697067 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30038] ppid=30032 vsize=1799588 CPUtime=30.93
/proc/30034/task/30038/stat : 30038 (java) S 30032 30034 28833 0 -1 64 46407 0 0 0 3072 21 0 0 17 0 13 0 144697067 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30039] ppid=30032 vsize=1799588 CPUtime=0.22
/proc/30034/task/30039/stat : 30039 (java) S 30032 30034 28833 0 -1 64 34 0 0 0 14 8 0 0 15 0 13 0 144697069 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30040] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30040/stat : 30040 (java) S 30032 30034 28833 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30041] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30041/stat : 30041 (java) S 30032 30034 28833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30042] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30042/stat : 30042 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 144697073 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30043] ppid=30032 vsize=1799588 CPUtime=1.92
/proc/30034/task/30043/stat : 30043 (java) S 30032 30034 28833 0 -1 64 7732 0 0 0 188 4 0 0 16 0 13 0 144697073 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30044] ppid=30032 vsize=1799588 CPUtime=2.03
/proc/30034/task/30044/stat : 30044 (java) S 30032 30034 28833 0 -1 64 6279 0 0 0 201 2 0 0 16 0 13 0 144697074 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30045] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30045/stat : 30045 (java) S 30032 30034 28833 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 144697074 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30046] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30046/stat : 30046 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144697074 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30047] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30047/stat : 30047 (java) S 30032 30034 28833 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 144697151 1842778112 131309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1755.17
Current children cumulated vsize (KiB) 1799588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.1 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 30049
/proc/meminfo: memFree=651696/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=1799588 CPUtime=1800.09
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 158572 0 1 0 179911 98 0 0 18 0 13 0 144697061 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 449897 133254 1333 9 0 447509 0
[pid=30034/tid=30036] ppid=30032 vsize=1799588 CPUtime=1731.73
/proc/30034/task/30036/stat : 30036 (java) R 30032 30034 28833 0 -1 64 45157 0 1 0 173138 35 0 0 25 0 13 0 144697066 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109798840 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30037] ppid=30032 vsize=1799588 CPUtime=32.05
/proc/30034/task/30037/stat : 30037 (java) S 30032 30034 28833 0 -1 64 51427 0 0 0 3180 25 0 0 16 0 13 0 144697067 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30038] ppid=30032 vsize=1799588 CPUtime=32.08
/proc/30034/task/30038/stat : 30038 (java) S 30032 30034 28833 0 -1 64 47222 0 0 0 3187 21 0 0 17 0 13 0 144697067 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30039] ppid=30032 vsize=1799588 CPUtime=0.22
/proc/30034/task/30039/stat : 30039 (java) S 30032 30034 28833 0 -1 64 34 0 0 0 14 8 0 0 16 0 13 0 144697069 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30040] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30040/stat : 30040 (java) S 30032 30034 28833 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30041] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30041/stat : 30041 (java) S 30032 30034 28833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30042] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30042/stat : 30042 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 144697073 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30043] ppid=30032 vsize=1799588 CPUtime=1.92
/proc/30034/task/30043/stat : 30043 (java) S 30032 30034 28833 0 -1 64 7732 0 0 0 188 4 0 0 16 0 13 0 144697073 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30044] ppid=30032 vsize=1799588 CPUtime=2.03
/proc/30034/task/30044/stat : 30044 (java) S 30032 30034 28833 0 -1 64 6279 0 0 0 201 2 0 0 16 0 13 0 144697074 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30045] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30045/stat : 30045 (java) S 30032 30034 28833 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 144697074 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30046] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30046/stat : 30046 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144697074 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30047] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30047/stat : 30047 (java) S 30032 30034 28833 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 144697151 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1799588

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

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

[startup+1766.1 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 30049
/proc/meminfo: memFree=651696/2055920 swapFree=4141972/4192956
[pid=30034] ppid=30032 vsize=1799588 CPUtime=1800.09
/proc/30034/stat : 30034 (java) S 30032 30034 28833 0 -1 0 158572 0 1 0 179911 98 0 0 18 0 13 0 144697061 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30034/statm: 449897 133254 1333 9 0 447509 0
[pid=30034/tid=30036] ppid=30032 vsize=1799588 CPUtime=1731.73
/proc/30034/task/30036/stat : 30036 (java) R 30032 30034 28833 0 -1 64 45157 0 1 0 173138 35 0 0 25 0 13 0 144697066 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109798840 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30037] ppid=30032 vsize=1799588 CPUtime=32.05
/proc/30034/task/30037/stat : 30037 (java) S 30032 30034 28833 0 -1 64 51427 0 0 0 3180 25 0 0 16 0 13 0 144697067 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30038] ppid=30032 vsize=1799588 CPUtime=32.08
/proc/30034/task/30038/stat : 30038 (java) S 30032 30034 28833 0 -1 64 47222 0 0 0 3187 21 0 0 17 0 13 0 144697067 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30039] ppid=30032 vsize=1799588 CPUtime=0.22
/proc/30034/task/30039/stat : 30039 (java) S 30032 30034 28833 0 -1 64 34 0 0 0 14 8 0 0 16 0 13 0 144697069 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30040] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30040/stat : 30040 (java) S 30032 30034 28833 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30041] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30041/stat : 30041 (java) S 30032 30034 28833 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144697070 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30042] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30042/stat : 30042 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 144697073 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30043] ppid=30032 vsize=1799588 CPUtime=1.92
/proc/30034/task/30043/stat : 30043 (java) S 30032 30034 28833 0 -1 64 7732 0 0 0 188 4 0 0 16 0 13 0 144697073 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30044] ppid=30032 vsize=1799588 CPUtime=2.03
/proc/30034/task/30044/stat : 30044 (java) S 30032 30034 28833 0 -1 64 6279 0 0 0 201 2 0 0 16 0 13 0 144697074 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30045] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30045/stat : 30045 (java) S 30032 30034 28833 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 144697074 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30034/tid=30046] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30046/stat : 30046 (java) S 30032 30034 28833 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 144697074 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30034/tid=30047] ppid=30032 vsize=1799588 CPUtime=0
/proc/30034/task/30047/stat : 30047 (java) S 30032 30034 28833 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 144697151 1842778112 133254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1799588

Child status: 143
Real time (s): 1766.21
CPU time (s): 1800.21
CPU user time (s): 1799.14
CPU system time (s): 1.06284
CPU usage (%): 101.925
Max. virtual memory (cumulated for all children) (KiB): 1804456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.06284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158592
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= 43939
involuntary context switches= 55728

runsolver used 1.67874 second user time and 4.80627 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Thu Apr 19 07:30:13 UTC 2007

IDJOB= 360368
IDBENCH= 1366
IDSOLVER= 160
FILE ID= node29/360368-1176967813

PBS_JOBID= 4605812

Free space on /tmp= 66464 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576918.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360368-1176967813/sat4jPseudoCP.jar /tmp/evaluation/360368-1176967813/instance-360368-1176967813.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-360368-1176967813 -o ROOT/results/node29/solver-360368-1176967813 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360368-1176967813/sat4jPseudoCP.jar /tmp/evaluation/360368-1176967813/instance-360368-1176967813.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  880846daf47900bbb2fd34e8a6c4861d

RANDOM SEED= 65049556

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.224
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.224
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:       1181448 kB
Buffers:         48572 kB
Cached:         731020 kB
SwapCached:      15872 kB
Active:         247860 kB
Inactive:       560268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1181448 kB
SwapTotal:     4192956 kB
SwapFree:      4141972 kB
Dirty:            3896 kB
Writeback:           0 kB
Mapped:          30716 kB
Slab:            51688 kB
Committed_AS:  2045228 kB
PageTables:       1876 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= 66464 MiB

End job on node29 on Thu Apr 19 07:59:41 UTC 2007