Trace number 360386

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900566270.opb
MD5SUM629a6d76128a04651e9e7be43abdd0e9
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.162974
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 587
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/360386-1176967927/instance-360386-1176967927.opb
0.20/0.20	c reading problem ... 
1.03/0.89	c ... done. Wall clock time 0.694s.
1.03/0.90	c CPU time (experimental) 0.58s.
1.03/0.90	c #vars     231
1.03/0.90	c #constraints  2707
1800.06/1764.21	c starts		: 2
1800.06/1764.21	c conflicts		: 51512
1800.06/1764.21	c decisions		: 111954
1800.06/1764.21	c propagations		: 1617124
1800.06/1764.21	c inspects		: 681851484
1800.06/1764.21	c learnt literals	: 0
1800.06/1764.21	c learnt binary clauses	: 1
1800.06/1764.21	c learnt ternary clauses	: 6
1800.06/1764.21	c learnt clauses	: 51511
1800.06/1764.21	c root simplifications	: 0
1800.06/1764.21	c removed literals (reason simplification)	: 0
1800.06/1764.21	c reason swapping (by a shorter reason)	: 0
1800.06/1764.21	c Calls to reduceDB	: 0
1800.06/1764.21	c speed (decisions/second)	: 63.490605200656034
1800.06/1764.21	c non guided choices	121
1800.06/1764.21	s UNKNOWN
1800.06/1764.21	c Total wall clock time (ms): 1764.013

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/node38/watcher-360386-1176967927 -o ROOT/results/node38/solver-360386-1176967927 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360386-1176967927/sat4jPseudoCPClause.jar /tmp/evaluation/360386-1176967927/instance-360386-1176967927.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: 1.00 1.00 1.00 2/77 28398
/proc/meminfo: memFree=1228104/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=152 CPUtime=0
/proc/28398/stat : 28398 (java) R 28396 28398 27561 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 128959368 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 8606500 0 0 4096 0 0 0 0 17 1 0 0
/proc/28398/statm: 38 26 19 9 0 4 0

[startup+0.056383 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28398
/proc/meminfo: memFree=1228104/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1777060 CPUtime=0.03
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 3531 0 1 0 2 1 0 0 18 0 5 0 128959368 1819709440 3276 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 444265 3276 1049 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.101391 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28398
/proc/meminfo: memFree=1228104/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1780112 CPUtime=0.08
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 128959368 1822834688 3710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 445028 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301432 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28398
/proc/meminfo: memFree=1228104/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1782564 CPUtime=0.31
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 5168 0 1 0 28 3 0 0 18 0 12 0 128959368 1825345536 4907 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 445641 4907 1263 9 0 443252 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782564

[startup+0.701507 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28398
/proc/meminfo: memFree=1228104/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1783328 CPUtime=0.88
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 6723 0 1 0 84 4 0 0 18 0 12 0 128959368 1826127872 6225 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 445832 6225 1301 9 0 443443 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1783328

[startup+1.50267 s]
/proc/loadavg: 1.00 1.00 1.00 4/90 28411
/proc/meminfo: memFree=1203424/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1785636 CPUtime=2.33
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 12793 0 1 0 225 8 0 0 18 0 13 0 128959368 1828491264 10408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 446409 10408 1316 9 0 444020 0
[pid=28398/tid=28400] ppid=28396 vsize=1785636 CPUtime=0.88
/proc/28398/task/28400/stat : 28400 (java) R 28396 28398 27561 0 -1 64 8505 0 1 0 83 5 0 0 18 0 13 0 128959370 1828491264 10408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28401] ppid=28396 vsize=1785636 CPUtime=0
/proc/28398/task/28401/stat : 28401 (java) S 28396 28398 27561 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128959371 1828491264 10408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28402] ppid=28396 vsize=1785636 CPUtime=0
/proc/28398/task/28402/stat : 28402 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128959371 1828491264 10408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=1785636 CPUtime=0
/proc/28398/task/28403/stat : 28403 (java) S 28396 28398 27561 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128959374 1828491264 10408 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28404] ppid=28396 vsize=1785816 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28398 27561 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 128959374 1828675584 10409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28405] ppid=28396 vsize=1785816 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28398 27561 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 128959374 1828675584 10409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28406] ppid=28396 vsize=1785816 CPUtime=0
/proc/28398/task/28406/stat : 28406 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128959378 1828675584 10409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28407] ppid=28396 vsize=1785816 CPUtime=0.66
/proc/28398/task/28407/stat : 28407 (java) R 28396 28398 27561 0 -1 64 2057 0 0 0 65 1 0 0 16 0 13 0 128959378 1828675584 10409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103315562 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28408] ppid=28396 vsize=1785816 CPUtime=0.75
/proc/28398/task/28408/stat : 28408 (java) R 28396 28398 27561 0 -1 64 1506 0 0 0 75 0 0 0 17 0 13 0 128959378 1828675584 10409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 9041477 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28409] ppid=28396 vsize=1785816 CPUtime=0
/proc/28398/task/28409/stat : 28409 (java) S 28396 28398 27561 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128959378 1828675584 10409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28410] ppid=28396 vsize=1785816 CPUtime=0
/proc/28398/task/28410/stat : 28410 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128959378 1828675584 10409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28411] ppid=28396 vsize=1785816 CPUtime=0
/proc/28398/task/28411/stat : 28411 (java) S 28396 28398 27561 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128959459 1828675584 10409 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1785636

[startup+3.10297 s]
/proc/loadavg: 1.00 1.00 1.00 4/90 28411
/proc/meminfo: memFree=1132320/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1801212 CPUtime=4.95
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 50289 0 1 0 471 24 0 0 18 0 13 0 128959368 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 450303 43846 1325 9 0 447914 0
[pid=28398/tid=28400] ppid=28396 vsize=1801212 CPUtime=2.12
/proc/28398/task/28400/stat : 28400 (java) R 28396 28398 27561 0 -1 64 37735 0 1 0 194 18 0 0 23 0 13 0 128959370 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109682372 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28401] ppid=28396 vsize=1801212 CPUtime=0
/proc/28398/task/28401/stat : 28401 (java) S 28396 28398 27561 0 -1 64 292 0 0 0 0 0 0 0 16 0 13 0 128959371 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28402] ppid=28396 vsize=1801212 CPUtime=0
/proc/28398/task/28402/stat : 28402 (java) S 28396 28398 27561 0 -1 64 252 0 0 0 0 0 0 0 16 0 13 0 128959371 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=1801212 CPUtime=0
/proc/28398/task/28403/stat : 28403 (java) S 28396 28398 27561 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128959374 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28404] ppid=28396 vsize=1801212 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28398 27561 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128959374 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28405] ppid=28396 vsize=1801212 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28398 27561 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128959374 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28406] ppid=28396 vsize=1801212 CPUtime=0
/proc/28398/task/28406/stat : 28406 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128959378 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28407] ppid=28396 vsize=1801212 CPUtime=1.24
/proc/28398/task/28407/stat : 28407 (java) S 28396 28398 27561 0 -1 64 4993 0 0 0 121 3 0 0 16 0 13 0 128959378 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28408] ppid=28396 vsize=1801212 CPUtime=1.55
/proc/28398/task/28408/stat : 28408 (java) S 28396 28398 27561 0 -1 64 6287 0 0 0 153 2 0 0 16 0 13 0 128959378 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28409] ppid=28396 vsize=1801212 CPUtime=0
/proc/28398/task/28409/stat : 28409 (java) S 28396 28398 27561 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128959378 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28410] ppid=28396 vsize=1801212 CPUtime=0
/proc/28398/task/28410/stat : 28410 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128959378 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28411] ppid=28396 vsize=1801212 CPUtime=0
/proc/28398/task/28411/stat : 28411 (java) S 28396 28398 27561 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128959459 1844441088 43846 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 1801212

[startup+6.30258 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28411
/proc/meminfo: memFree=1048104/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1800408 CPUtime=8.3
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 53407 0 1 0 804 26 0 0 18 0 13 0 128959368 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 450102 45100 1326 9 0 447713 0
[pid=28398/tid=28400] ppid=28396 vsize=1800408 CPUtime=5.18
/proc/28398/task/28400/stat : 28400 (java) R 28396 28398 27561 0 -1 64 37741 0 1 0 500 18 0 0 25 0 13 0 128959370 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109841718 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28401] ppid=28396 vsize=1800408 CPUtime=0.09
/proc/28398/task/28401/stat : 28401 (java) S 28396 28398 27561 0 -1 64 1975 0 0 0 9 0 0 0 17 0 13 0 128959371 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28402] ppid=28396 vsize=1800408 CPUtime=0.09
/proc/28398/task/28402/stat : 28402 (java) S 28396 28398 27561 0 -1 64 1665 0 0 0 9 0 0 0 17 0 13 0 128959371 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28403/stat : 28403 (java) S 28396 28398 27561 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 128959374 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28404] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28398 27561 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128959374 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28405] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28398 27561 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128959374 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28406] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28406/stat : 28406 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128959378 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28407] ppid=28396 vsize=1800408 CPUtime=1.28
/proc/28398/task/28407/stat : 28407 (java) S 28396 28398 27561 0 -1 64 4994 0 0 0 125 3 0 0 16 0 13 0 128959378 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28408] ppid=28396 vsize=1800408 CPUtime=1.6
/proc/28398/task/28408/stat : 28408 (java) S 28396 28398 27561 0 -1 64 6294 0 0 0 158 2 0 0 16 0 13 0 128959378 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28409] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28409/stat : 28409 (java) S 28396 28398 27561 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128959378 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28410] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28410/stat : 28410 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128959378 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28411] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28411/stat : 28411 (java) S 28396 28398 27561 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128959459 1843617792 45100 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 1800408

[startup+12.7028 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28411
/proc/meminfo: memFree=1011120/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1800408 CPUtime=14.9
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 64162 0 1 0 1458 32 0 0 18 0 13 0 128959368 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 450102 55294 1332 9 0 447713 0
[pid=28398/tid=28400] ppid=28396 vsize=1800408 CPUtime=11.34
/proc/28398/task/28400/stat : 28400 (java) R 28396 28398 27561 0 -1 64 38807 0 1 0 1116 18 0 0 25 0 13 0 128959370 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109343294 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28401] ppid=28396 vsize=1800408 CPUtime=0.3
/proc/28398/task/28401/stat : 28401 (java) S 28396 28398 27561 0 -1 64 7252 0 0 0 26 4 0 0 16 0 13 0 128959371 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28402] ppid=28396 vsize=1800408 CPUtime=0.29
/proc/28398/task/28402/stat : 28402 (java) S 28396 28398 27561 0 -1 64 6058 0 0 0 26 3 0 0 16 0 13 0 128959371 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28403/stat : 28403 (java) S 28396 28398 27561 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 128959374 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28404] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28398 27561 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128959374 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28405] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28398 27561 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128959374 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28406] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28406/stat : 28406 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128959378 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28407] ppid=28396 vsize=1800408 CPUtime=1.31
/proc/28398/task/28407/stat : 28407 (java) S 28396 28398 27561 0 -1 64 5000 0 0 0 128 3 0 0 17 0 13 0 128959378 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28408] ppid=28396 vsize=1800408 CPUtime=1.62
/proc/28398/task/28408/stat : 28408 (java) S 28396 28398 27561 0 -1 64 6294 0 0 0 160 2 0 0 16 0 13 0 128959378 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28409] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28409/stat : 28409 (java) S 28396 28398 27561 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128959378 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28410] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28410/stat : 28410 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128959378 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28411] ppid=28396 vsize=1800408 CPUtime=0
/proc/28398/task/28411/stat : 28411 (java) S 28396 28398 27561 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128959459 1843617792 55294 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.9
Current children cumulated vsize (KiB) 1800408

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 28411
/proc/meminfo: memFree=997168/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1800408 CPUtime=27.9
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 68336 0 1 0 2756 34 0 0 18 0 13 0 128959368 1843617792 58797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 450102 58797 1333 9 0 447713 0
[pid=28398/tid=28400] ppid=28396 vsize=1800408 CPUtime=23.96
/proc/28398/task/28400/stat : 28400 (java) R 28396 28398 27561 0 -1 64 38819 0 1 0 2377 19 0 0 25 0 13 0 128959370 1843617792 58797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109776871 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28401] ppid=28396 vsize=1800408 CPUtime=0.46
/proc/28398/task/28401/stat : 28401 (java) S 28396 28398 27561 0 -1 64 9557 0 0 0 42 4 0 0 16 0 13 0 128959371 1843617792 58797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28402] ppid=28396 vsize=1800408 CPUtime=0.45
/proc/28398/task/28402/stat : 28402 (java) S 28396 28398 27561 0 -1 64 7911 0 0 0 42 3 0 0 16 0 13 0 128959371 1843617792 58797 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=28398/tid=28403] ppid=28396 vsize=1800312 CPUtime=0.17
/proc/28398/task/28403/stat : 28403 (java) S 28396 28398 27561 0 -1 64 29 0 0 0 12 5 0 0 15 0 13 0 128959374 1843519488 136461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28404] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28398 27561 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128959374 1843519488 136461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28405] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28398 27561 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128959374 1843519488 136461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28406] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28406/stat : 28406 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128959378 1843519488 136461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28407] ppid=28396 vsize=1800312 CPUtime=1.91
/proc/28398/task/28407/stat : 28407 (java) S 28396 28398 27561 0 -1 64 5055 0 0 0 188 3 0 0 17 0 13 0 128959378 1843519488 136461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28408] ppid=28396 vsize=1800312 CPUtime=1.87
/proc/28398/task/28408/stat : 28408 (java) S 28396 28398 27561 0 -1 64 6350 0 0 0 185 2 0 0 16 0 13 0 128959378 1843519488 136461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28409] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28409/stat : 28409 (java) S 28396 28398 27561 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128959378 1843519488 136461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28410] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28410/stat : 28410 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128959378 1843519488 136461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28411] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28411/stat : 28411 (java) S 28396 28398 27561 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128959459 1843519488 136461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1572.63
Current children cumulated vsize (KiB) 1800312

[startup+1602.3 s]
/proc/loadavg: 1.10 1.03 1.01 2/90 28411
/proc/meminfo: memFree=678960/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1800312 CPUtime=1634.08
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 156417 0 1 0 163319 89 0 0 18 0 13 0 128959368 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 450078 138299 1334 9 0 447689 0
[pid=28398/tid=28400] ppid=28396 vsize=1800312 CPUtime=1569.87
/proc/28398/task/28400/stat : 28400 (java) R 28396 28398 27561 0 -1 64 39471 0 1 0 156957 30 0 0 25 0 13 0 128959370 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109776091 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28401] ppid=28396 vsize=1800312 CPUtime=30.13
/proc/28398/task/28401/stat : 28401 (java) S 28396 28398 27561 0 -1 64 60553 0 0 0 2986 27 0 0 16 0 13 0 128959371 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28402] ppid=28396 vsize=1800312 CPUtime=30.06
/proc/28398/task/28402/stat : 28402 (java) S 28396 28398 27561 0 -1 64 44236 0 0 0 2987 19 0 0 17 0 13 0 128959371 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=1800312 CPUtime=0.18
/proc/28398/task/28403/stat : 28403 (java) S 28396 28398 27561 0 -1 64 29 0 0 0 13 5 0 0 16 0 13 0 128959374 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28404] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28398 27561 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128959374 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28405] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28398 27561 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128959374 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28406] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28406/stat : 28406 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128959378 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28407] ppid=28396 vsize=1800312 CPUtime=1.91
/proc/28398/task/28407/stat : 28407 (java) S 28396 28398 27561 0 -1 64 5055 0 0 0 188 3 0 0 17 0 13 0 128959378 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28408] ppid=28396 vsize=1800312 CPUtime=1.87
/proc/28398/task/28408/stat : 28408 (java) S 28396 28398 27561 0 -1 64 6350 0 0 0 185 2 0 0 16 0 13 0 128959378 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28409] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28409/stat : 28409 (java) S 28396 28398 27561 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128959378 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28410] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28410/stat : 28410 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128959378 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28411] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28411/stat : 28411 (java) S 28396 28398 27561 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128959459 1843519488 138299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1634.08
Current children cumulated vsize (KiB) 1800312

[startup+1662.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/90 28411
/proc/meminfo: memFree=671856/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1800312 CPUtime=1695.59
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 158291 0 1 0 169468 91 0 0 18 0 13 0 128959368 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 450078 140077 1334 9 0 447689 0
[pid=28398/tid=28400] ppid=28396 vsize=1800312 CPUtime=1628.25
/proc/28398/task/28400/stat : 28400 (java) R 28396 28398 27561 0 -1 64 39494 0 1 0 162795 30 0 0 25 0 13 0 128959370 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109709256 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28401] ppid=28396 vsize=1800312 CPUtime=31.69
/proc/28398/task/28401/stat : 28401 (java) S 28396 28398 27561 0 -1 64 62028 0 0 0 3142 27 0 0 16 0 13 0 128959371 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28402] ppid=28396 vsize=1800312 CPUtime=31.61
/proc/28398/task/28402/stat : 28402 (java) S 28396 28398 27561 0 -1 64 44612 0 0 0 3142 19 0 0 16 0 13 0 128959371 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=1800312 CPUtime=0.19
/proc/28398/task/28403/stat : 28403 (java) S 28396 28398 27561 0 -1 64 29 0 0 0 13 6 0 0 15 0 13 0 128959374 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28404] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28398 27561 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128959374 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28405] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28398 27561 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128959374 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28406] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28406/stat : 28406 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128959378 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28407] ppid=28396 vsize=1800312 CPUtime=1.91
/proc/28398/task/28407/stat : 28407 (java) S 28396 28398 27561 0 -1 64 5055 0 0 0 188 3 0 0 17 0 13 0 128959378 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28408] ppid=28396 vsize=1800312 CPUtime=1.87
/proc/28398/task/28408/stat : 28408 (java) S 28396 28398 27561 0 -1 64 6350 0 0 0 185 2 0 0 16 0 13 0 128959378 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28409] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28409/stat : 28409 (java) S 28396 28398 27561 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128959378 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28410] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28410/stat : 28410 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128959378 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28411] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28411/stat : 28411 (java) S 28396 28398 27561 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128959459 1843519488 140077 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1695.59
Current children cumulated vsize (KiB) 1800312

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 28411
/proc/meminfo: memFree=665200/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1800312 CPUtime=1757.07
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 159986 0 1 0 175616 91 0 0 18 0 13 0 128959368 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 450078 141742 1334 9 0 447689 0
[pid=28398/tid=28400] ppid=28396 vsize=1800312 CPUtime=1686.68
/proc/28398/task/28400/stat : 28400 (java) R 28396 28398 27561 0 -1 64 39516 0 1 0 168637 31 0 0 25 0 13 0 128959370 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109778199 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28401] ppid=28396 vsize=1800312 CPUtime=33.22
/proc/28398/task/28401/stat : 28401 (java) S 28396 28398 27561 0 -1 64 63561 0 0 0 3295 27 0 0 16 0 13 0 128959371 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28402] ppid=28396 vsize=1800312 CPUtime=33.15
/proc/28398/task/28402/stat : 28402 (java) S 28396 28398 27561 0 -1 64 44752 0 0 0 3295 20 0 0 16 0 13 0 128959371 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=1800312 CPUtime=0.19
/proc/28398/task/28403/stat : 28403 (java) S 28396 28398 27561 0 -1 64 29 0 0 0 13 6 0 0 16 0 13 0 128959374 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28404] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28398 27561 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128959374 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28405] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28398 27561 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128959374 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28406] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28406/stat : 28406 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128959378 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28407] ppid=28396 vsize=1800312 CPUtime=1.91
/proc/28398/task/28407/stat : 28407 (java) S 28396 28398 27561 0 -1 64 5055 0 0 0 188 3 0 0 17 0 13 0 128959378 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28408] ppid=28396 vsize=1800312 CPUtime=1.87
/proc/28398/task/28408/stat : 28408 (java) S 28396 28398 27561 0 -1 64 6350 0 0 0 185 2 0 0 16 0 13 0 128959378 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28409] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28409/stat : 28409 (java) S 28396 28398 27561 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128959378 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28410] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28410/stat : 28410 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128959378 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28411] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28411/stat : 28411 (java) S 28396 28398 27561 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128959459 1843519488 141742 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1757.07
Current children cumulated vsize (KiB) 1800312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764.2 s]
/proc/loadavg: 1.00 1.01 1.00 2/96 28575
/proc/meminfo: memFree=659264/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=1800312 CPUtime=1800.06
/proc/28398/stat : 28398 (java) S 28396 28398 27561 0 -1 0 161156 0 1 0 179902 104 0 0 18 0 13 0 128959368 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 450078 142860 1334 9 0 447689 0
[pid=28398/tid=28400] ppid=28396 vsize=1800312 CPUtime=1727.42
/proc/28398/task/28400/stat : 28400 (java) R 28396 28398 27561 0 -1 64 39532 0 1 0 172700 42 0 0 25 0 13 0 128959370 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109724898 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28401] ppid=28396 vsize=1800312 CPUtime=34.34
/proc/28398/task/28401/stat : 28401 (java) S 28396 28398 27561 0 -1 64 64581 0 0 0 3406 28 0 0 16 0 13 0 128959371 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28402] ppid=28396 vsize=1800312 CPUtime=34.26
/proc/28398/task/28402/stat : 28402 (java) S 28396 28398 27561 0 -1 64 44886 0 0 0 3406 20 0 0 16 0 13 0 128959371 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=1800312 CPUtime=0.2
/proc/28398/task/28403/stat : 28403 (java) S 28396 28398 27561 0 -1 64 29 0 0 0 14 6 0 0 15 0 13 0 128959374 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28404] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28398 27561 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128959374 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28405] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28398 27561 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128959374 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28406] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28406/stat : 28406 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128959378 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28407] ppid=28396 vsize=1800312 CPUtime=1.91
/proc/28398/task/28407/stat : 28407 (java) S 28396 28398 27561 0 -1 64 5055 0 0 0 188 3 0 0 17 0 13 0 128959378 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28408] ppid=28396 vsize=1800312 CPUtime=1.87
/proc/28398/task/28408/stat : 28408 (java) S 28396 28398 27561 0 -1 64 6350 0 0 0 185 2 0 0 16 0 13 0 128959378 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28409] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28409/stat : 28409 (java) S 28396 28398 27561 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128959378 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28410] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28410/stat : 28410 (java) S 28396 28398 27561 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128959378 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28411] ppid=28396 vsize=1800312 CPUtime=0
/proc/28398/task/28411/stat : 28411 (java) S 28396 28398 27561 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128959459 1843519488 142860 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1800312

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

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

[startup+1764.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/86 28578
/proc/meminfo: memFree=966832/2055920 swapFree=4159700/4192956
[pid=28398] ppid=28396 vsize=0 CPUtime=1800.17
/proc/28398/stat : 28398 (java) Z 28396 28398 27561 0 -1 1036 161176 0 1 0 179908 109 0 0 16 0 2 0 128959368 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28398/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1764.37
CPU time (s): 1800.21
CPU user time (s): 1799.08
CPU system time (s): 1.12783
CPU usage (%): 102.032
Max. virtual memory (cumulated for all children) (KiB): 1802000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.12783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161176
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= 43343
involuntary context switches= 58126

runsolver used 1.89271 second user time and 5.18021 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Thu Apr 19 07:32:07 UTC 2007

IDJOB= 360386
IDBENCH= 1367
IDSOLVER= 164
FILE ID= node38/360386-1176967927

PBS_JOBID= 4630263

Free space on /tmp= 66239 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  629a6d76128a04651e9e7be43abdd0e9

RANDOM SEED= 533723606

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.263
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.263
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:       1228448 kB
Buffers:         47460 kB
Cached:         674892 kB
SwapCached:       3208 kB
Active:         196668 kB
Inactive:       564328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1228448 kB
SwapTotal:     4192956 kB
SwapFree:      4159700 kB
Dirty:            3868 kB
Writeback:           0 kB
Mapped:          46768 kB
Slab:            51640 kB
Committed_AS:  1530120 kB
PageTables:       2060 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= 66239 MiB

End job on node38 on Thu Apr 19 08:01:33 UTC 2007