Trace number 359766

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.19 1766.3

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670756.opb
MD5SUM11371eec29d871c470e0cb7778802319
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.022995
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 683
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
0.09/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.09/0.20	--- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.20	c No reason simplification
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving /tmp/evaluation/359766-1176942058/instance-359766-1176942058.opb
0.09/0.20	c reading problem ... 
1.06/0.89	c ... done. Wall clock time 0.696s.
1.06/0.89	c CPU time (experimental) 0.59s.
1.06/0.89	c #vars     231
1.06/0.89	c #constraints  2707
1800.08/1766.21	c starts		: 2
1800.08/1766.21	c conflicts		: 34472
1800.08/1766.21	c decisions		: 199208
1800.08/1766.21	c propagations		: 1256630
1800.08/1766.21	c inspects		: 565355251
1800.08/1766.21	c learnt literals	: 0
1800.08/1766.21	c learnt binary clauses	: 0
1800.08/1766.21	c learnt ternary clauses	: 0
1800.08/1766.21	c learnt clauses	: 34472
1800.08/1766.21	c root simplifications	: 0
1800.08/1766.21	c removed literals (reason simplification)	: 0
1800.08/1766.21	c reason swapping (by a shorter reason)	: 0
1800.08/1766.21	c Calls to reduceDB	: 0
1800.08/1766.21	c speed (decisions/second)	: 112.84545495228336
1800.08/1766.21	c non guided choices	121
1800.08/1766.21	s UNKNOWN
1800.08/1766.21	c Total wall clock time (ms): 1766.016

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-359766-1176942058 -o ROOT/results/node38/solver-359766-1176942058 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359766-1176942058/sat4jPseudoCP.jar /tmp/evaluation/359766-1176942058/instance-359766-1176942058.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.92 0.98 0.99 2/77 24118
/proc/meminfo: memFree=1376784/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=0 CPUtime=0
/proc/24118/stat : 24118 (java) R 24116 24118 22932 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 126372429 0 0 18446744073709551615 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24118/statm: 1 1 0 0 0 1 0

[startup+0.065899 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 24118
/proc/meminfo: memFree=1376784/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1777708 CPUtime=0.06
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 3702 0 1 0 4 2 0 0 18 0 7 0 126372429 1820372992 3445 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 444427 3445 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101903 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 24118
/proc/meminfo: memFree=1376784/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1780256 CPUtime=0.09
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 4024 0 1 0 6 3 0 0 18 0 12 0 126372429 1822982144 3766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 445064 3766 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.301942 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 24118
/proc/meminfo: memFree=1376784/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1781420 CPUtime=0.31
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 5141 0 1 0 28 3 0 0 18 0 12 0 126372429 1824174080 4880 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 445355 4880 1263 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.702017 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 24118
/proc/meminfo: memFree=1376784/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1782284 CPUtime=0.88
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 6769 0 1 0 84 4 0 0 18 0 12 0 126372429 1825058816 6241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 445571 6241 1301 9 0 443183 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 1782284

[startup+1.50217 s]
/proc/loadavg: 0.92 0.98 0.99 3/90 24131
/proc/meminfo: memFree=1352232/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1785120 CPUtime=2.27
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 14242 0 1 0 220 7 0 0 18 0 13 0 126372429 1827962880 12456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 446280 12459 1312 9 0 443892 0
[pid=24118/tid=24120] ppid=24116 vsize=1785120 CPUtime=0.94
/proc/24118/task/24120/stat : 24120 (java) R 24116 24118 22932 0 -1 64 10622 0 1 0 88 6 0 0 25 0 13 0 126372430 1827962880 12461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109641758 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24121] ppid=24116 vsize=1785120 CPUtime=0
/proc/24118/task/24121/stat : 24121 (java) S 24116 24118 22932 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 126372432 1827962880 12463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24122] ppid=24116 vsize=1785120 CPUtime=0
/proc/24118/task/24122/stat : 24122 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 126372432 1827962880 12466 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24123] ppid=24116 vsize=1785120 CPUtime=0
/proc/24118/task/24123/stat : 24123 (java) S 24116 24118 22932 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 126372434 1827962880 12468 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24124] ppid=24116 vsize=1785120 CPUtime=0
/proc/24118/task/24124/stat : 24124 (java) S 24116 24118 22932 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 126372434 1827962880 12470 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24125] ppid=24116 vsize=1785120 CPUtime=0
/proc/24118/task/24125/stat : 24125 (java) S 24116 24118 22932 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 126372434 1827962880 12472 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24126] ppid=24116 vsize=1785120 CPUtime=0
/proc/24118/task/24126/stat : 24126 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 126372438 1827962880 12474 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24127] ppid=24116 vsize=1785120 CPUtime=0.64
/proc/24118/task/24127/stat : 24127 (java) S 24116 24118 22932 0 -1 64 1303 0 0 0 64 0 0 0 16 0 13 0 126372438 1827962880 12476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24128] ppid=24116 vsize=1785120 CPUtime=0.67
/proc/24118/task/24128/stat : 24128 (java) S 24116 24118 22932 0 -1 64 1597 0 0 0 67 0 0 0 16 0 13 0 126372438 1827962880 12478 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24129] ppid=24116 vsize=1785120 CPUtime=0
/proc/24118/task/24129/stat : 24129 (java) S 24116 24118 22932 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 126372438 1827962880 12481 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24130] ppid=24116 vsize=1785120 CPUtime=0
/proc/24118/task/24130/stat : 24130 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126372438 1827962880 12483 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24131] ppid=24116 vsize=1785120 CPUtime=0
/proc/24118/task/24131/stat : 24131 (java) S 24116 24118 22932 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 126372519 1827962880 12485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1785120

[startup+3.10148 s]
/proc/loadavg: 0.92 0.98 0.99 4/90 24131
/proc/meminfo: memFree=1292776/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1794752 CPUtime=5.01
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 51214 0 1 0 469 32 0 0 18 0 13 0 126372429 1837826048 42256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 448688 42256 1325 9 0 446300 0
[pid=24118/tid=24120] ppid=24116 vsize=1794752 CPUtime=1.75
/proc/24118/task/24120/stat : 24120 (java) R 24116 24118 22932 0 -1 64 37718 0 1 0 158 17 0 0 23 0 13 0 126372430 1837826048 42256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109718828 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24121] ppid=24116 vsize=1794752 CPUtime=0
/proc/24118/task/24121/stat : 24121 (java) S 24116 24118 22932 0 -1 64 213 0 0 0 0 0 0 0 16 0 13 0 126372432 1837826048 42256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24122] ppid=24116 vsize=1794752 CPUtime=0
/proc/24118/task/24122/stat : 24122 (java) S 24116 24118 22932 0 -1 64 123 0 0 0 0 0 0 0 16 0 13 0 126372432 1837826048 42256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24123] ppid=24116 vsize=1794752 CPUtime=0.13
/proc/24118/task/24123/stat : 24123 (java) S 24116 24118 22932 0 -1 64 7 0 0 0 4 9 0 0 17 0 13 0 126372434 1837826048 42256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24124] ppid=24116 vsize=1794752 CPUtime=0
/proc/24118/task/24124/stat : 24124 (java) S 24116 24118 22932 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 126372434 1837826048 42256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24125] ppid=24116 vsize=1794752 CPUtime=0
/proc/24118/task/24125/stat : 24125 (java) S 24116 24118 22932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126372434 1837826048 42256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24126] ppid=24116 vsize=1794752 CPUtime=0
/proc/24118/task/24126/stat : 24126 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 126372438 1837826048 42256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24127] ppid=24116 vsize=1794752 CPUtime=1.44
/proc/24118/task/24127/stat : 24127 (java) R 24116 24118 22932 0 -1 64 5959 0 0 0 142 2 0 0 17 0 13 0 126372438 1837826048 42256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105429561 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24128] ppid=24116 vsize=1794752 CPUtime=1.65
/proc/24118/task/24128/stat : 24128 (java) S 24116 24118 22932 0 -1 64 6472 0 0 0 163 2 0 0 18 0 13 0 126372438 1837826048 42256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24129] ppid=24116 vsize=1794752 CPUtime=0
/proc/24118/task/24129/stat : 24129 (java) S 24116 24118 22932 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 126372438 1837826048 42256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24130] ppid=24116 vsize=1794752 CPUtime=0
/proc/24118/task/24130/stat : 24130 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126372438 1837826048 42256 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24131] ppid=24116 vsize=1794752 CPUtime=0
/proc/24118/task/24131/stat : 24131 (java) S 24116 24118 22932 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 126372519 1837826048 42256 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) 1794752

[startup+6.30209 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 24131
/proc/meminfo: memFree=1209256/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1794432 CPUtime=8.39
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 53992 0 1 0 805 34 0 0 18 0 13 0 126372429 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 448608 44050 1325 9 0 446220 0
[pid=24118/tid=24120] ppid=24116 vsize=1794432 CPUtime=4.83
/proc/24118/task/24120/stat : 24120 (java) R 24116 24118 22932 0 -1 64 37726 0 1 0 466 17 0 0 21 0 13 0 126372430 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109642006 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24121] ppid=24116 vsize=1794432 CPUtime=0.06
/proc/24118/task/24121/stat : 24121 (java) S 24116 24118 22932 0 -1 64 1623 0 0 0 6 0 0 0 16 0 13 0 126372432 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24122] ppid=24116 vsize=1794432 CPUtime=0.06
/proc/24118/task/24122/stat : 24122 (java) S 24116 24118 22932 0 -1 64 1459 0 0 0 6 0 0 0 16 0 13 0 126372432 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24123] ppid=24116 vsize=1794432 CPUtime=0.13
/proc/24118/task/24123/stat : 24123 (java) S 24116 24118 22932 0 -1 64 28 0 0 0 4 9 0 0 16 0 13 0 126372434 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24124] ppid=24116 vsize=1794432 CPUtime=0
/proc/24118/task/24124/stat : 24124 (java) S 24116 24118 22932 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 126372434 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24125] ppid=24116 vsize=1794432 CPUtime=0
/proc/24118/task/24125/stat : 24125 (java) S 24116 24118 22932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126372434 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24126] ppid=24116 vsize=1794432 CPUtime=0
/proc/24118/task/24126/stat : 24126 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 126372438 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24127] ppid=24116 vsize=1794432 CPUtime=1.52
/proc/24118/task/24127/stat : 24127 (java) S 24116 24118 22932 0 -1 64 5961 0 0 0 150 2 0 0 15 0 13 0 126372438 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24128] ppid=24116 vsize=1794432 CPUtime=1.7
/proc/24118/task/24128/stat : 24128 (java) S 24116 24118 22932 0 -1 64 6473 0 0 0 168 2 0 0 15 0 13 0 126372438 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24129] ppid=24116 vsize=1794432 CPUtime=0
/proc/24118/task/24129/stat : 24129 (java) S 24116 24118 22932 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 126372438 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24130] ppid=24116 vsize=1794432 CPUtime=0
/proc/24118/task/24130/stat : 24130 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126372438 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24131] ppid=24116 vsize=1794432 CPUtime=0
/proc/24118/task/24131/stat : 24131 (java) S 24116 24118 22932 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 126372519 1837498368 44050 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.39
Current children cumulated vsize (KiB) 1794432

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 24131
/proc/meminfo: memFree=1166760/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1792532 CPUtime=15.28
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 64792 0 1 0 1489 39 0 0 18 0 13 0 126372429 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 448133 53552 1333 9 0 445745 0
[pid=24118/tid=24120] ppid=24116 vsize=1792532 CPUtime=11.09
/proc/24118/task/24120/stat : 24120 (java) R 24116 24118 22932 0 -1 64 43252 0 1 0 1089 20 0 0 25 0 13 0 126372430 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109641932 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24121] ppid=24116 vsize=1792532 CPUtime=0.18
/proc/24118/task/24121/stat : 24121 (java) S 24116 24118 22932 0 -1 64 4344 0 0 0 16 2 0 0 16 0 13 0 126372432 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24122] ppid=24116 vsize=1792532 CPUtime=0.18
/proc/24118/task/24122/stat : 24122 (java) S 24116 24118 22932 0 -1 64 3656 0 0 0 16 2 0 0 16 0 13 0 126372432 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24123] ppid=24116 vsize=1792532 CPUtime=0.14
/proc/24118/task/24123/stat : 24123 (java) S 24116 24118 22932 0 -1 64 28 0 0 0 5 9 0 0 16 0 13 0 126372434 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24124] ppid=24116 vsize=1792532 CPUtime=0
/proc/24118/task/24124/stat : 24124 (java) S 24116 24118 22932 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 126372434 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24125] ppid=24116 vsize=1792532 CPUtime=0
/proc/24118/task/24125/stat : 24125 (java) S 24116 24118 22932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126372434 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24126] ppid=24116 vsize=1792532 CPUtime=0
/proc/24118/task/24126/stat : 24126 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 126372438 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24127] ppid=24116 vsize=1792532 CPUtime=1.79
/proc/24118/task/24127/stat : 24127 (java) S 24116 24118 22932 0 -1 64 5979 0 0 0 177 2 0 0 16 0 13 0 126372438 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24128] ppid=24116 vsize=1792532 CPUtime=1.86
/proc/24118/task/24128/stat : 24128 (java) S 24116 24118 22932 0 -1 64 6811 0 0 0 184 2 0 0 16 0 13 0 126372438 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24129] ppid=24116 vsize=1792532 CPUtime=0
/proc/24118/task/24129/stat : 24129 (java) S 24116 24118 22932 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 126372438 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24130] ppid=24116 vsize=1792532 CPUtime=0
/proc/24118/task/24130/stat : 24130 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126372438 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24131] ppid=24116 vsize=1792532 CPUtime=0
/proc/24118/task/24131/stat : 24131 (java) S 24116 24118 22932 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 126372519 1835552768 53552 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.28
Current children cumulated vsize (KiB) 1792532

[startup+25.5028 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 24131
/proc/meminfo: memFree=1152424/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1792532 CPUtime=28.28
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 69260 0 1 0 2786 42 0 0 18 0 13 0 126372429 1835552768 57185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 448133 57185 1333 9 0 445745 0
[pid=24118/tid=24120] ppid=24116 vsize=1792532 CPUtime=23.72
/proc/24118/task/24120/stat : 24120 (java) R 24116 24118 22932 0 -1 64 43265 0 1 0 2352 20 0 0 24 0 13 0 126372430 1835552768 57185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109668907 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24121] ppid=24116 vsize=1792532 CPUtime=0.33
/proc/24118/task/24121/stat : 24121 (java) S 24116 24118 22932 0 -1 64 6873 0 0 0 30 3 0 0 16 0 13 0 126372432 1835552768 57185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24122] ppid=24116 vsize=1792532 CPUtime=0.32
/proc/24118/task/24122/stat : 24122 (java) S 24116 24118 22932 0 -1 64 5579 0 0 0 29 3 0 0 16 0 13 0 126372432 1835552768 57185 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=24118] ppid=24116 vsize=1797652 CPUtime=1571.08
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 149757 0 1 0 157006 102 0 0 18 0 13 0 126372429 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 449413 124897 1333 9 0 447025 0
[pid=24118/tid=24120] ppid=24116 vsize=1797652 CPUtime=1512.92
/proc/24118/task/24120/stat : 24120 (java) R 24116 24118 22932 0 -1 64 44655 0 1 0 151257 35 0 0 25 0 13 0 126372430 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109514048 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24121] ppid=24116 vsize=1797652 CPUtime=26.9
/proc/24118/task/24121/stat : 24121 (java) S 24116 24118 22932 0 -1 64 45788 0 0 0 2668 22 0 0 16 0 13 0 126372432 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24122] ppid=24116 vsize=1797652 CPUtime=26.87
/proc/24118/task/24122/stat : 24122 (java) S 24116 24118 22932 0 -1 64 42828 0 0 0 2668 19 0 0 16 0 13 0 126372432 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24123] ppid=24116 vsize=1797652 CPUtime=0.32
/proc/24118/task/24123/stat : 24123 (java) S 24116 24118 22932 0 -1 64 35 0 0 0 15 17 0 0 16 0 13 0 126372434 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24124] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24124/stat : 24124 (java) S 24116 24118 22932 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 126372434 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24125] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24125/stat : 24125 (java) S 24116 24118 22932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126372434 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24126] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24126/stat : 24126 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 126372438 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24127] ppid=24116 vsize=1797652 CPUtime=1.88
/proc/24118/task/24127/stat : 24127 (java) S 24116 24118 22932 0 -1 64 5984 0 0 0 186 2 0 0 16 0 13 0 126372438 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24128] ppid=24116 vsize=1797652 CPUtime=2.14
/proc/24118/task/24128/stat : 24128 (java) S 24116 24118 22932 0 -1 64 9745 0 0 0 210 4 0 0 16 0 13 0 126372438 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24129] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24129/stat : 24129 (java) S 24116 24118 22932 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 126372438 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24130] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24130/stat : 24130 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126372438 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24131] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24131/stat : 24131 (java) S 24116 24118 22932 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 126372519 1840795648 124897 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1571.08
Current children cumulated vsize (KiB) 1797652

[startup+1602.3 s]
/proc/loadavg: 1.10 1.04 1.01 2/90 24133
/proc/meminfo: memFree=874792/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1797652 CPUtime=1632.47
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 151548 0 1 0 163144 103 0 0 18 0 13 0 126372429 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 449413 126619 1333 9 0 447025 0
[pid=24118/tid=24120] ppid=24116 vsize=1797652 CPUtime=1571.47
/proc/24118/task/24120/stat : 24120 (java) R 24116 24118 22932 0 -1 64 44680 0 1 0 157112 35 0 0 20 0 13 0 126372430 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109766856 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24121] ppid=24116 vsize=1797652 CPUtime=28.33
/proc/24118/task/24121/stat : 24121 (java) S 24116 24118 22932 0 -1 64 45928 0 0 0 2810 23 0 0 17 0 13 0 126372432 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24122] ppid=24116 vsize=1797652 CPUtime=28.28
/proc/24118/task/24122/stat : 24122 (java) S 24116 24118 22932 0 -1 64 44454 0 0 0 2809 19 0 0 16 0 13 0 126372432 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24123] ppid=24116 vsize=1797652 CPUtime=0.32
/proc/24118/task/24123/stat : 24123 (java) S 24116 24118 22932 0 -1 64 35 0 0 0 15 17 0 0 15 0 13 0 126372434 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24124] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24124/stat : 24124 (java) S 24116 24118 22932 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 126372434 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24125] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24125/stat : 24125 (java) S 24116 24118 22932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126372434 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24126] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24126/stat : 24126 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 126372438 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24127] ppid=24116 vsize=1797652 CPUtime=1.88
/proc/24118/task/24127/stat : 24127 (java) S 24116 24118 22932 0 -1 64 5984 0 0 0 186 2 0 0 16 0 13 0 126372438 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24128] ppid=24116 vsize=1797652 CPUtime=2.14
/proc/24118/task/24128/stat : 24128 (java) S 24116 24118 22932 0 -1 64 9745 0 0 0 210 4 0 0 16 0 13 0 126372438 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24129] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24129/stat : 24129 (java) S 24116 24118 22932 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 126372438 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24130] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24130/stat : 24130 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126372438 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24131] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24131/stat : 24131 (java) S 24116 24118 22932 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 126372519 1840795648 126619 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1632.47
Current children cumulated vsize (KiB) 1797652

[startup+1662.3 s]
/proc/loadavg: 1.18 1.06 1.01 4/90 24133
/proc/meminfo: memFree=869096/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1797652 CPUtime=1693.81
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 152933 0 1 0 169276 105 0 0 18 0 13 0 126372429 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 449413 127976 1333 9 0 447025 0
[pid=24118/tid=24120] ppid=24116 vsize=1797652 CPUtime=1630.06
/proc/24118/task/24120/stat : 24120 (java) R 24116 24118 22932 0 -1 64 44704 0 1 0 162970 36 0 0 25 0 13 0 126372430 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109662939 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24121] ppid=24116 vsize=1797652 CPUtime=29.71
/proc/24118/task/24121/stat : 24121 (java) S 24116 24118 22932 0 -1 64 45997 0 0 0 2948 23 0 0 16 0 13 0 126372432 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24122] ppid=24116 vsize=1797652 CPUtime=29.65
/proc/24118/task/24122/stat : 24122 (java) S 24116 24118 22932 0 -1 64 45746 0 0 0 2945 20 0 0 16 0 13 0 126372432 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24123] ppid=24116 vsize=1797652 CPUtime=0.34
/proc/24118/task/24123/stat : 24123 (java) S 24116 24118 22932 0 -1 64 35 0 0 0 16 18 0 0 15 0 13 0 126372434 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24124] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24124/stat : 24124 (java) S 24116 24118 22932 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 126372434 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24125] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24125/stat : 24125 (java) S 24116 24118 22932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126372434 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24126] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24126/stat : 24126 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 126372438 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24127] ppid=24116 vsize=1797652 CPUtime=1.88
/proc/24118/task/24127/stat : 24127 (java) S 24116 24118 22932 0 -1 64 5984 0 0 0 186 2 0 0 16 0 13 0 126372438 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24128] ppid=24116 vsize=1797652 CPUtime=2.14
/proc/24118/task/24128/stat : 24128 (java) S 24116 24118 22932 0 -1 64 9745 0 0 0 210 4 0 0 16 0 13 0 126372438 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24129] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24129/stat : 24129 (java) S 24116 24118 22932 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 126372438 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24130] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24130/stat : 24130 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126372438 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24131] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24131/stat : 24131 (java) S 24116 24118 22932 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 126372519 1840795648 127976 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1693.81
Current children cumulated vsize (KiB) 1797652

[startup+1722.3 s]
/proc/loadavg: 1.06 1.05 1.00 2/90 24133
/proc/meminfo: memFree=863848/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1797652 CPUtime=1755.19
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 154375 0 1 0 175412 107 0 0 18 0 13 0 126372429 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 449413 129347 1333 9 0 447025 0
[pid=24118/tid=24120] ppid=24116 vsize=1797652 CPUtime=1688.62
/proc/24118/task/24120/stat : 24120 (java) R 24116 24118 22932 0 -1 64 44728 0 1 0 168826 36 0 0 17 0 13 0 126372430 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109662754 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24121] ppid=24116 vsize=1797652 CPUtime=31.11
/proc/24118/task/24121/stat : 24121 (java) S 24116 24118 22932 0 -1 64 46226 0 0 0 3088 23 0 0 16 0 13 0 126372432 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24122] ppid=24116 vsize=1797652 CPUtime=31.04
/proc/24118/task/24122/stat : 24122 (java) S 24116 24118 22932 0 -1 64 46935 0 0 0 3084 20 0 0 16 0 13 0 126372432 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24123] ppid=24116 vsize=1797652 CPUtime=0.34
/proc/24118/task/24123/stat : 24123 (java) S 24116 24118 22932 0 -1 64 35 0 0 0 16 18 0 0 16 0 13 0 126372434 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24124] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24124/stat : 24124 (java) S 24116 24118 22932 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 126372434 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24125] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24125/stat : 24125 (java) S 24116 24118 22932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126372434 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24126] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24126/stat : 24126 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 126372438 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24127] ppid=24116 vsize=1797652 CPUtime=1.88
/proc/24118/task/24127/stat : 24127 (java) S 24116 24118 22932 0 -1 64 5984 0 0 0 186 2 0 0 16 0 13 0 126372438 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24128] ppid=24116 vsize=1797652 CPUtime=2.14
/proc/24118/task/24128/stat : 24128 (java) S 24116 24118 22932 0 -1 64 9745 0 0 0 210 4 0 0 16 0 13 0 126372438 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24129] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24129/stat : 24129 (java) S 24116 24118 22932 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 126372438 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24130] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24130/stat : 24130 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126372438 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24131] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24131/stat : 24131 (java) S 24116 24118 22932 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 126372519 1840795648 129347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1755.19
Current children cumulated vsize (KiB) 1797652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.2 s]
/proc/loadavg: 1.08 1.06 1.01 2/90 24133
/proc/meminfo: memFree=859432/2055920 swapFree=4159700/4192956
[pid=24118] ppid=24116 vsize=1797652 CPUtime=1800.08
/proc/24118/stat : 24118 (java) S 24116 24118 22932 0 -1 0 155500 0 1 0 179900 108 0 0 18 0 13 0 126372429 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24118/statm: 449413 130399 1333 9 0 447025 0
[pid=24118/tid=24120] ppid=24116 vsize=1797652 CPUtime=1731.5
/proc/24118/task/24120/stat : 24120 (java) R 24116 24118 22932 0 -1 64 44745 0 1 0 173113 37 0 0 25 0 13 0 126372430 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109756519 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24121] ppid=24116 vsize=1797652 CPUtime=32.11
/proc/24118/task/24121/stat : 24121 (java) S 24116 24118 22932 0 -1 64 46413 0 0 0 3188 23 0 0 16 0 13 0 126372432 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24122] ppid=24116 vsize=1797652 CPUtime=32.05
/proc/24118/task/24122/stat : 24122 (java) S 24116 24118 22932 0 -1 64 47856 0 0 0 3184 21 0 0 16 0 13 0 126372432 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24123] ppid=24116 vsize=1797652 CPUtime=0.36
/proc/24118/task/24123/stat : 24123 (java) S 24116 24118 22932 0 -1 64 35 0 0 0 17 19 0 0 16 0 13 0 126372434 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24124] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24124/stat : 24124 (java) S 24116 24118 22932 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 126372434 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24125] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24125/stat : 24125 (java) S 24116 24118 22932 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 126372434 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24126] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24126/stat : 24126 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 126372438 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24127] ppid=24116 vsize=1797652 CPUtime=1.88
/proc/24118/task/24127/stat : 24127 (java) S 24116 24118 22932 0 -1 64 5984 0 0 0 186 2 0 0 16 0 13 0 126372438 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24128] ppid=24116 vsize=1797652 CPUtime=2.14
/proc/24118/task/24128/stat : 24128 (java) S 24116 24118 22932 0 -1 64 9745 0 0 0 210 4 0 0 16 0 13 0 126372438 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24129] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24129/stat : 24129 (java) S 24116 24118 22932 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 126372438 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24118/tid=24130] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24130/stat : 24130 (java) S 24116 24118 22932 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 126372438 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24118/tid=24131] ppid=24116 vsize=1797652 CPUtime=0
/proc/24118/task/24131/stat : 24131 (java) S 24116 24118 22932 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 126372519 1840795648 130399 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1797652

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

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

Child status: 143
Real time (s): 1766.3
CPU time (s): 1800.19
CPU user time (s): 1799.02
CPU system time (s): 1.16182
CPU usage (%): 101.918
Max. virtual memory (cumulated for all children) (KiB): 1799432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.16182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155520
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= 43963
involuntary context switches= 43176

runsolver used 1.75773 second user time and 4.79827 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Thu Apr 19 00:20:58 UTC 2007

IDJOB= 359766
IDBENCH= 1319
IDSOLVER= 160
FILE ID= node38/359766-1176942058

PBS_JOBID= 4605711

Free space on /tmp= 66239 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.1900670756.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359766-1176942058/sat4jPseudoCP.jar /tmp/evaluation/359766-1176942058/instance-359766-1176942058.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-359766-1176942058 -o ROOT/results/node38/solver-359766-1176942058 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359766-1176942058/sat4jPseudoCP.jar /tmp/evaluation/359766-1176942058/instance-359766-1176942058.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  11371eec29d871c470e0cb7778802319

RANDOM SEED= 734303408

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:       1377256 kB
Buffers:         36092 kB
Cached:         548560 kB
SwapCached:       3208 kB
Active:         178180 kB
Inactive:       455604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1377256 kB
SwapTotal:     4192956 kB
SwapFree:      4159700 kB
Dirty:            3944 kB
Writeback:           0 kB
Mapped:          57280 kB
Slab:            30116 kB
Committed_AS:  1527672 kB
PageTables:       2064 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 00:50:26 UTC 2007