Trace number 348498

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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.26 1744.27

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scorpion.opb
MD5SUMc81149f534c8693c12d254417cbfee8f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10740
Total number of constraints377
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints377
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 8460
Biggest coefficient in the objective function 9370
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 531275
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531275
Number of bits of the biggest sum of numbers20
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.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.25	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.26	c no version file found!!!
0.09/0.26	c sun.arch.data.model	32
0.09/0.26	c java.version	1.6.0
0.09/0.26	c os.name	Linux
0.09/0.26	c os.version	2.6.9-22.EL.rootsmp
0.09/0.26	c os.arch	i386
0.09/0.26	c Free memory 1651659224
0.09/0.26	c Max memory 1654456320
0.09/0.26	c Total memory 1654456320
0.09/0.26	c Number of processors 2
0.19/0.31	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.31	--- Begin Solver configuration ---
0.19/0.31	c Stops conflict analysis at the first Unique Implication Point
0.19/0.31	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.31	c Learn all clauses as in MiniSAT
0.19/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.31	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.31	c No reason simplification
0.19/0.31	c --- End Solver configuration ---
0.19/0.31	c solving /tmp/evaluation/348498-1176585747/instance-348498-1176585747.opb
0.19/0.31	c reading problem ... 
2.34/1.53	c ... done. Wall clock time 1.219s.
2.34/1.53	c CPU time (experimental) 0.92s.
2.34/1.53	c #vars     10740
2.34/1.53	c #constraints  644
1800.08/1744.11	c starts		: 2
1800.08/1744.11	c conflicts		: 51994
1800.08/1744.11	c decisions		: 111252
1800.08/1744.11	c propagations		: 490787
1800.08/1744.11	c inspects		: 509117933
1800.08/1744.11	c learnt literals	: 0
1800.08/1744.11	c learnt binary clauses	: 0
1800.08/1744.11	c learnt ternary clauses	: 0
1800.08/1744.11	c learnt clauses	: 51993
1800.08/1744.11	c root simplifications	: 0
1800.08/1744.11	c removed literals (reason simplification)	: 0
1800.08/1744.11	c reason swapping (by a shorter reason)	: 0
1800.08/1744.11	c Calls to reduceDB	: 0
1800.08/1744.11	c speed (decisions/second)	: 63.85180449129823
1800.08/1744.11	c non guided choices	0
1800.08/1744.11	s UNKNOWN
1800.08/1744.11	c Total wall clock time (ms): 1743.799

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/node61/watcher-348498-1176585747 -o ROOT/results/node61/solver-348498-1176585747 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348498-1176585747/sat4jPseudoCP.jar /tmp/evaluation/348498-1176585747/instance-348498-1176585747.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.96 0.98 0.99 2/64 27119
/proc/meminfo: memFree=1765752/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=18568 CPUtime=0
/proc/27119/stat : 27119 (runsolver) R 27117 27119 26351 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 70538343 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 246406507815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27119/statm: 4642 292 257 24 0 2626 0

[startup+0.035559 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 27119
/proc/meminfo: memFree=1765752/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=12332 CPUtime=0
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 698 0 1 0 0 0 0 0 18 0 2 0 70538343 12627968 499 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 3083 499 202 9 0 1229 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12332

[startup+0.101002 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 27119
/proc/meminfo: memFree=1765752/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=12620 CPUtime=0
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 836 0 2 0 0 0 0 0 18 0 2 0 70538343 12922880 594 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 3155 594 277 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12620

[startup+0.301025 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 27119
/proc/meminfo: memFree=1765752/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=1782368 CPUtime=0.19
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 4818 0 3 0 15 4 0 0 18 0 12 0 70538343 1825144832 4558 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 445592 4558 1244 9 0 443204 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1782368

[startup+0.701066 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 27119
/proc/meminfo: memFree=1765752/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=1784272 CPUtime=0.77
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 7192 0 3 0 73 4 0 0 18 0 12 0 70538343 1827094528 6485 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 446068 6485 1288 9 0 443680 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1784272

[startup+1.50114 s]
/proc/loadavg: 0.96 0.98 0.99 4/76 27131
/proc/meminfo: memFree=1731800/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=1791840 CPUtime=2.34
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 21772 0 3 0 222 12 0 0 18 0 12 0 70538343 1834844160 17741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 447960 17741 1303 9 0 445572 0
[pid=27119/tid=27121] ppid=27117 vsize=1791840 CPUtime=0.9
/proc/27119/task/27121/stat : 27121 (java) R 27117 27119 26351 0 -1 64 14215 0 2 0 82 8 0 0 19 0 12 0 70538347 1834844160 17741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27122] ppid=27117 vsize=1791840 CPUtime=0
/proc/27119/task/27122/stat : 27122 (java) S 27117 27119 26351 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 70538355 1834844160 17741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27123] ppid=27117 vsize=1791840 CPUtime=0
/proc/27119/task/27123/stat : 27123 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 70538355 1834844160 17741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27124] ppid=27117 vsize=1791840 CPUtime=0
/proc/27119/task/27124/stat : 27124 (java) S 27117 27119 26351 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 70538357 1834844160 17741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27125] ppid=27117 vsize=1791840 CPUtime=0
/proc/27119/task/27125/stat : 27125 (java) S 27117 27119 26351 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 70538357 1834844160 17741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27126] ppid=27117 vsize=1791840 CPUtime=0
/proc/27119/task/27126/stat : 27126 (java) S 27117 27119 26351 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 70538358 1834844160 17741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27127] ppid=27117 vsize=1791840 CPUtime=0
/proc/27119/task/27127/stat : 27127 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 70538363 1834844160 17741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27128] ppid=27117 vsize=1791840 CPUtime=0.9
/proc/27119/task/27128/stat : 27128 (java) S 27117 27119 26351 0 -1 64 4936 0 0 0 88 2 0 0 18 0 12 0 70538363 1834844160 17741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27129] ppid=27117 vsize=1791840 CPUtime=0.5
/proc/27119/task/27129/stat : 27129 (java) R 27117 27119 26351 0 -1 64 1899 0 0 0 50 0 0 0 16 0 12 0 70538363 1834844160 17741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 102375044 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27130] ppid=27117 vsize=1791840 CPUtime=0
/proc/27119/task/27130/stat : 27130 (java) S 27117 27119 26351 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 70538363 1834844160 17741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27131] ppid=27117 vsize=1791840 CPUtime=0
/proc/27119/task/27131/stat : 27131 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 70538363 1834844160 17741 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1791840

[startup+3.1023 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 27132
/proc/meminfo: memFree=1686096/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=1792420 CPUtime=4.91
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 48411 0 3 0 468 23 0 0 18 0 13 0 70538343 1835438080 40624 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 448105 40627 1315 9 0 445717 0
[pid=27119/tid=27121] ppid=27117 vsize=1792420 CPUtime=1.95
/proc/27119/task/27121/stat : 27121 (java) R 27117 27119 26351 0 -1 64 36918 0 2 0 177 18 0 0 19 0 13 0 70538347 1835438080 40627 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109593691 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27122] ppid=27117 vsize=1792420 CPUtime=0
/proc/27119/task/27122/stat : 27122 (java) S 27117 27119 26351 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 70538355 1835438080 40629 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27123] ppid=27117 vsize=1792420 CPUtime=0
/proc/27119/task/27123/stat : 27123 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 70538355 1835438080 40629 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27124] ppid=27117 vsize=1792420 CPUtime=0
/proc/27119/task/27124/stat : 27124 (java) S 27117 27119 26351 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 70538357 1835438080 40632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27125] ppid=27117 vsize=1792420 CPUtime=0
/proc/27119/task/27125/stat : 27125 (java) S 27117 27119 26351 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 70538357 1835438080 40632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27126] ppid=27117 vsize=1792420 CPUtime=0
/proc/27119/task/27126/stat : 27126 (java) S 27117 27119 26351 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 70538358 1835438080 40634 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27127] ppid=27117 vsize=1792420 CPUtime=0
/proc/27119/task/27127/stat : 27127 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 70538363 1835438080 40634 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27128] ppid=27117 vsize=1792420 CPUtime=1.7
/proc/27119/task/27128/stat : 27128 (java) R 27117 27119 26351 0 -1 64 7666 0 0 0 168 2 0 0 16 0 13 0 70538363 1835438080 40637 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 104800902 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27129] ppid=27117 vsize=1792420 CPUtime=1.23
/proc/27119/task/27129/stat : 27129 (java) S 27117 27119 26351 0 -1 64 3104 0 0 0 122 1 0 0 16 0 13 0 70538363 1835438080 40637 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27130] ppid=27117 vsize=1792420 CPUtime=0
/proc/27119/task/27130/stat : 27130 (java) S 27117 27119 26351 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 70538363 1835438080 40639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27131] ppid=27117 vsize=1792420 CPUtime=0
/proc/27119/task/27131/stat : 27131 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 70538363 1835438080 40639 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27132] ppid=27117 vsize=1792420 CPUtime=0
/proc/27119/task/27132/stat : 27132 (java) S 27117 27119 26351 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 70538523 1835438080 40641 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 1792420

[startup+6.3026 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 27132
/proc/meminfo: memFree=1584080/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=1792580 CPUtime=8.77
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 56156 0 3 0 850 27 0 0 18 0 13 0 70538343 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 448145 44061 1326 9 0 445757 0
[pid=27119/tid=27121] ppid=27117 vsize=1792580 CPUtime=4.77
/proc/27119/task/27121/stat : 27121 (java) R 27117 27119 26351 0 -1 64 37734 0 2 0 458 19 0 0 20 0 13 0 70538347 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109684883 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27122] ppid=27117 vsize=1792580 CPUtime=0.17
/proc/27119/task/27122/stat : 27122 (java) S 27117 27119 26351 0 -1 64 2625 0 0 0 17 0 0 0 16 0 13 0 70538355 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27123] ppid=27117 vsize=1792580 CPUtime=0.16
/proc/27119/task/27123/stat : 27123 (java) S 27117 27119 26351 0 -1 64 2428 0 0 0 15 1 0 0 16 0 13 0 70538355 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27124] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27124/stat : 27124 (java) S 27117 27119 26351 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 70538357 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27125] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27125/stat : 27125 (java) S 27117 27119 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 70538357 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27126] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27126/stat : 27126 (java) S 27117 27119 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70538358 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27127] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27127/stat : 27127 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 70538363 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27128] ppid=27117 vsize=1792580 CPUtime=2.12
/proc/27119/task/27128/stat : 27128 (java) S 27117 27119 26351 0 -1 64 9512 0 0 0 209 3 0 0 15 0 13 0 70538363 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27129] ppid=27117 vsize=1792580 CPUtime=1.5
/proc/27119/task/27129/stat : 27129 (java) S 27117 27119 26351 0 -1 64 3118 0 0 0 149 1 0 0 16 0 13 0 70538363 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27130] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27130/stat : 27130 (java) S 27117 27119 26351 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 70538363 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27131] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27131/stat : 27131 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 70538363 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27132] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27132/stat : 27132 (java) S 27117 27119 26351 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 70538523 1835601920 44061 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.77
Current children cumulated vsize (KiB) 1792580

[startup+12.7022 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 27132
/proc/meminfo: memFree=1563792/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=1792580 CPUtime=15.35
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 64348 0 3 0 1504 31 0 0 18 0 13 0 70538343 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 448145 51568 1327 9 0 445757 0
[pid=27119/tid=27121] ppid=27117 vsize=1792580 CPUtime=11.01
/proc/27119/task/27121/stat : 27121 (java) R 27117 27119 26351 0 -1 64 38227 0 2 0 1082 19 0 0 25 0 13 0 70538347 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109890793 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27122] ppid=27117 vsize=1792580 CPUtime=0.31
/proc/27119/task/27122/stat : 27122 (java) S 27117 27119 26351 0 -1 64 6900 0 0 0 29 2 0 0 16 0 13 0 70538355 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27123] ppid=27117 vsize=1792580 CPUtime=0.3
/proc/27119/task/27123/stat : 27123 (java) S 27117 27119 26351 0 -1 64 5835 0 0 0 27 3 0 0 16 0 13 0 70538355 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27124] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27124/stat : 27124 (java) S 27117 27119 26351 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 70538357 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27125] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27125/stat : 27125 (java) S 27117 27119 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 70538357 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27126] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27126/stat : 27126 (java) S 27117 27119 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70538358 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27127] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27127/stat : 27127 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 70538363 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27128] ppid=27117 vsize=1792580 CPUtime=2.17
/proc/27119/task/27128/stat : 27128 (java) S 27117 27119 26351 0 -1 64 9516 0 0 0 214 3 0 0 17 0 13 0 70538363 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27129] ppid=27117 vsize=1792580 CPUtime=1.51
/proc/27119/task/27129/stat : 27129 (java) S 27117 27119 26351 0 -1 64 3118 0 0 0 150 1 0 0 16 0 13 0 70538363 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27130] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27130/stat : 27130 (java) S 27117 27119 26351 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 70538363 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27131] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27131/stat : 27131 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 70538363 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27132] ppid=27117 vsize=1792580 CPUtime=0
/proc/27119/task/27132/stat : 27132 (java) S 27117 27119 26351 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 70538523 1835601920 51568 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.35
Current children cumulated vsize (KiB) 1792580

[startup+25.5014 s]
/proc/loadavg: 1.03 1.00 1.00 2/77 27132
/proc/meminfo: memFree=1587472/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=1792580 CPUtime=28.22
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 66057 0 3 0 2789 33 0 0 18 0 13 0 70538343 1835601920 44670 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 448145 44670 1327 9 0 445757 0
[pid=27119/tid=27121] ppid=27117 vsize=1792580 CPUtime=23.75
/proc/27119/task/27121/stat : 27121 (java) R 27117 27119 26351 0 -1 64 38241 0 2 0 2356 19 0 0 25 0 13 0 70538347 1835601920 44670 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109594067 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27122] ppid=27117 vsize=1792580 CPUtime=0.36
/proc/27119/task/27122/stat : 27122 (java) S 27117 27119 26351 0 -1 64 7867 0 0 0 33 3 0 0 16 0 13 0 70538355 1835601920 44670 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27123] ppid=27117 vsize=1792580 CPUtime=0.34
/proc/27119/task/27123/stat : 27123 (java) S 27117 27119 26351 0 -1 64 6563 0 0 0 31 3 0 0 17 0 13 0 70538355 1835601920 44670 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27124] ppid=27117 vsize=1792580 CPUtime=0.01
/proc/27119/task/27124/stat : 27124 (java) S 27117 27119 26351 0 -1 64 30 0 0 0 0 1 0 0 17 0 13 0 70538357 1835601920 44670 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=27119/tid=27124] ppid=27117 vsize=1793244 CPUtime=0.35
/proc/27119/task/27124/stat : 27124 (java) S 27117 27119 26351 0 -1 64 142 0 0 0 20 15 0 0 15 0 13 0 70538357 1836281856 183599 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27125] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27125/stat : 27125 (java) S 27117 27119 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 70538357 1836281856 183599 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27126] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27126/stat : 27126 (java) S 27117 27119 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70538358 1836281856 183599 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27127] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27127/stat : 27127 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 70538363 1836281856 183599 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27128] ppid=27117 vsize=1793244 CPUtime=2.59
/proc/27119/task/27128/stat : 27128 (java) S 27117 27119 26351 0 -1 64 10794 0 0 0 255 4 0 0 17 0 13 0 70538363 1836281856 183599 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27129] ppid=27117 vsize=1793244 CPUtime=1.61
/proc/27119/task/27129/stat : 27129 (java) S 27117 27119 26351 0 -1 64 3124 0 0 0 160 1 0 0 16 0 13 0 70538363 1836281856 183599 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27130] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27130/stat : 27130 (java) S 27117 27119 26351 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 70538363 1836281856 183599 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27131] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27131/stat : 27131 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 70538363 1836281856 183599 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27132] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27132/stat : 27132 (java) S 27117 27119 26351 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 70538523 1836281856 183599 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.63
Current children cumulated vsize (KiB) 1793244

[startup+1602.3 s]
/proc/loadavg: 1.01 1.04 1.03 2/77 27134
/proc/meminfo: memFree=1024592/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=1793244 CPUtime=1652.19
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 256894 0 3 0 165080 139 0 0 18 0 13 0 70538343 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 448311 185767 1333 9 0 445923 0
[pid=27119/tid=27121] ppid=27117 vsize=1793244 CPUtime=1551.62
/proc/27119/task/27121/stat : 27121 (java) R 27117 27119 26351 0 -1 64 76381 0 2 0 155122 40 0 0 25 0 13 0 70538347 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109830330 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27122] ppid=27117 vsize=1793244 CPUtime=47.97
/proc/27119/task/27122/stat : 27122 (java) S 27117 27119 26351 0 -1 64 89133 0 0 0 4758 39 0 0 16 0 13 0 70538355 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27123] ppid=27117 vsize=1793244 CPUtime=47.97
/proc/27119/task/27123/stat : 27123 (java) S 27117 27119 26351 0 -1 64 76598 0 0 0 4761 36 0 0 16 0 13 0 70538355 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27124] ppid=27117 vsize=1793244 CPUtime=0.35
/proc/27119/task/27124/stat : 27124 (java) S 27117 27119 26351 0 -1 64 142 0 0 0 20 15 0 0 16 0 13 0 70538357 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27125] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27125/stat : 27125 (java) S 27117 27119 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 70538357 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27126] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27126/stat : 27126 (java) S 27117 27119 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70538358 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27127] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27127/stat : 27127 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 70538363 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27128] ppid=27117 vsize=1793244 CPUtime=2.59
/proc/27119/task/27128/stat : 27128 (java) S 27117 27119 26351 0 -1 64 10794 0 0 0 255 4 0 0 17 0 13 0 70538363 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27129] ppid=27117 vsize=1793244 CPUtime=1.61
/proc/27119/task/27129/stat : 27129 (java) S 27117 27119 26351 0 -1 64 3124 0 0 0 160 1 0 0 16 0 13 0 70538363 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27130] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27130/stat : 27130 (java) S 27117 27119 26351 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 70538363 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27131] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27131/stat : 27131 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 70538363 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27132] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27132/stat : 27132 (java) S 27117 27119 26351 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 70538523 1836281856 185767 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.19
Current children cumulated vsize (KiB) 1793244

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.03 2/77 27134
/proc/meminfo: memFree=1016080/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=1793244 CPUtime=1714.79
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 259083 0 3 0 171338 141 0 0 18 0 13 0 70538343 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 448311 187894 1333 9 0 445923 0
[pid=27119/tid=27121] ppid=27117 vsize=1793244 CPUtime=1608.98
/proc/27119/task/27121/stat : 27121 (java) R 27117 27119 26351 0 -1 64 76412 0 2 0 160858 40 0 0 25 0 13 0 70538347 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109813350 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27122] ppid=27117 vsize=1793244 CPUtime=50.58
/proc/27119/task/27122/stat : 27122 (java) S 27117 27119 26351 0 -1 64 91153 0 0 0 5018 40 0 0 16 0 13 0 70538355 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27123] ppid=27117 vsize=1793244 CPUtime=50.58
/proc/27119/task/27123/stat : 27123 (java) S 27117 27119 26351 0 -1 64 76736 0 0 0 5022 36 0 0 16 0 13 0 70538355 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27124] ppid=27117 vsize=1793244 CPUtime=0.37
/proc/27119/task/27124/stat : 27124 (java) S 27117 27119 26351 0 -1 64 142 0 0 0 21 16 0 0 15 0 13 0 70538357 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27125] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27125/stat : 27125 (java) S 27117 27119 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 70538357 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27126] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27126/stat : 27126 (java) S 27117 27119 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70538358 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27127] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27127/stat : 27127 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 70538363 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27128] ppid=27117 vsize=1793244 CPUtime=2.59
/proc/27119/task/27128/stat : 27128 (java) S 27117 27119 26351 0 -1 64 10794 0 0 0 255 4 0 0 17 0 13 0 70538363 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27129] ppid=27117 vsize=1793244 CPUtime=1.61
/proc/27119/task/27129/stat : 27129 (java) S 27117 27119 26351 0 -1 64 3124 0 0 0 160 1 0 0 16 0 13 0 70538363 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27130] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27130/stat : 27130 (java) S 27117 27119 26351 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 70538363 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27131] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27131/stat : 27131 (java) R 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 70538363 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27132] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27132/stat : 27132 (java) S 27117 27119 26351 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 70538523 1836281856 187894 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.79
Current children cumulated vsize (KiB) 1793244

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.02 2/77 27134
/proc/meminfo: memFree=1008080/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=1793244 CPUtime=1777.34
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 261176 0 3 0 177592 142 0 0 18 0 13 0 70538343 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 448311 189932 1333 9 0 445923 0
[pid=27119/tid=27121] ppid=27117 vsize=1793244 CPUtime=1666.39
/proc/27119/task/27121/stat : 27121 (java) R 27117 27119 26351 0 -1 64 76442 0 2 0 166598 41 0 0 25 0 13 0 70538347 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109830330 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27122] ppid=27117 vsize=1793244 CPUtime=53.15
/proc/27119/task/27122/stat : 27122 (java) S 27117 27119 26351 0 -1 64 93029 0 0 0 5275 40 0 0 16 0 13 0 70538355 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27123] ppid=27117 vsize=1793244 CPUtime=53.14
/proc/27119/task/27123/stat : 27123 (java) S 27117 27119 26351 0 -1 64 76923 0 0 0 5278 36 0 0 16 0 13 0 70538355 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27124] ppid=27117 vsize=1793244 CPUtime=0.38
/proc/27119/task/27124/stat : 27124 (java) S 27117 27119 26351 0 -1 64 142 0 0 0 22 16 0 0 16 0 13 0 70538357 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27125] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27125/stat : 27125 (java) S 27117 27119 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 70538357 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27126] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27126/stat : 27126 (java) S 27117 27119 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70538358 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27127] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27127/stat : 27127 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 70538363 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27128] ppid=27117 vsize=1793244 CPUtime=2.59
/proc/27119/task/27128/stat : 27128 (java) S 27117 27119 26351 0 -1 64 10794 0 0 0 255 4 0 0 17 0 13 0 70538363 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27129] ppid=27117 vsize=1793244 CPUtime=1.61
/proc/27119/task/27129/stat : 27129 (java) S 27117 27119 26351 0 -1 64 3124 0 0 0 160 1 0 0 16 0 13 0 70538363 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27130] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27130/stat : 27130 (java) S 27117 27119 26351 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 70538363 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27131] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27131/stat : 27131 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 70538363 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27132] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27132/stat : 27132 (java) S 27117 27119 26351 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 70538523 1836281856 189932 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.34
Current children cumulated vsize (KiB) 1793244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1744.1 s]
/proc/loadavg: 1.00 1.02 1.02 2/77 27134
/proc/meminfo: memFree=1004752/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=1793244 CPUtime=1800.08
/proc/27119/stat : 27119 (java) S 27117 27119 26351 0 -1 0 261965 0 3 0 179866 142 0 0 18 0 13 0 70538343 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27119/statm: 448311 190710 1333 9 0 445923 0
[pid=27119/tid=27121] ppid=27117 vsize=1793244 CPUtime=1687.23
/proc/27119/task/27121/stat : 27121 (java) R 27117 27119 26351 0 -1 64 76453 0 2 0 168682 41 0 0 25 0 13 0 70538347 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109813847 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27122] ppid=27117 vsize=1793244 CPUtime=54.11
/proc/27119/task/27122/stat : 27122 (java) S 27117 27119 26351 0 -1 64 93763 0 0 0 5370 41 0 0 16 0 13 0 70538355 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27123] ppid=27117 vsize=1793244 CPUtime=54.09
/proc/27119/task/27123/stat : 27123 (java) S 27117 27119 26351 0 -1 64 76967 0 0 0 5373 36 0 0 17 0 13 0 70538355 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27124] ppid=27117 vsize=1793244 CPUtime=0.38
/proc/27119/task/27124/stat : 27124 (java) S 27117 27119 26351 0 -1 64 142 0 0 0 22 16 0 0 16 0 13 0 70538357 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27125] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27125/stat : 27125 (java) S 27117 27119 26351 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 70538357 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27126] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27126/stat : 27126 (java) S 27117 27119 26351 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 70538358 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27127] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27127/stat : 27127 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 70538363 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27128] ppid=27117 vsize=1793244 CPUtime=2.59
/proc/27119/task/27128/stat : 27128 (java) S 27117 27119 26351 0 -1 64 10794 0 0 0 255 4 0 0 17 0 13 0 70538363 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27129] ppid=27117 vsize=1793244 CPUtime=1.61
/proc/27119/task/27129/stat : 27129 (java) S 27117 27119 26351 0 -1 64 3124 0 0 0 160 1 0 0 16 0 13 0 70538363 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27130] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27130/stat : 27130 (java) S 27117 27119 26351 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 70538363 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27119/tid=27131] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27131/stat : 27131 (java) S 27117 27119 26351 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 70538363 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27119/tid=27132] ppid=27117 vsize=1793244 CPUtime=0
/proc/27119/task/27132/stat : 27132 (java) S 27117 27119 26351 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 70538523 1836281856 190710 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1793244

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

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

[startup+1744.21 s]
/proc/loadavg: 1.00 1.02 1.02 2/77 27134
/proc/meminfo: memFree=1004752/2055920 swapFree=4191892/4192956
[pid=27119] ppid=27117 vsize=0 CPUtime=1800.19
/proc/27119/stat : 27119 (java) Z 27117 27119 26351 0 -1 1036 261985 0 3 0 179870 149 0 0 16 0 2 0 70538343 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27119/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1744.27
CPU time (s): 1800.26
CPU user time (s): 1798.71
CPU system time (s): 1.55076
CPU usage (%): 103.21
Max. virtual memory (cumulated for all children) (KiB): 1795216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 1.55076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261985
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49621
involuntary context switches= 29747

runsolver used 2.17667 second user time and 5.2672 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Sat Apr 14 21:22:27 UTC 2007

IDJOB= 348498
IDBENCH= 1687
IDSOLVER= 160
FILE ID= node61/348498-1176585747

PBS_JOBID= 4556943

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-scorpion.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348498-1176585747/sat4jPseudoCP.jar /tmp/evaluation/348498-1176585747/instance-348498-1176585747.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-348498-1176585747 -o ROOT/results/node61/solver-348498-1176585747 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348498-1176585747/sat4jPseudoCP.jar /tmp/evaluation/348498-1176585747/instance-348498-1176585747.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c81149f534c8693c12d254417cbfee8f

RANDOM SEED= 223478081

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.240
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.240
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:       1766352 kB
Buffers:          1296 kB
Cached:         175844 kB
SwapCached:          0 kB
Active:          27824 kB
Inactive:       164320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766352 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            4120 kB
Writeback:           0 kB
Mapped:          24240 kB
Slab:            83596 kB
Committed_AS:   114900 kB
PageTables:       1388 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= 66561 MiB

End job on node61 on Sat Apr 14 21:51:33 UTC 2007