Trace number 354239

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.2 1756.18

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow7.opb
MD5SUMc73bf29c796f0bf48406f571c4c43173
Bench CategoryOPT-BIGINT (optimisation, big 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables7994
Total number of constraints420
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 constraints420
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 623
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 68719476658
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.16	c no version file found!!!
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.19/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving /tmp/evaluation/354239-1176701491/instance-354239-1176701491.opb
0.19/0.21	c reading problem ... 
2.50/1.61	c ... done. Wall clock time 1.4s.
2.50/1.61	c CPU time (experimental) 0.99s.
2.50/1.61	c #vars     7994
2.50/1.61	c #constraints  560
1800.01/1756.01	c starts		: 2
1800.01/1756.01	c conflicts		: 21892
1800.01/1756.01	c decisions		: 27709
1800.01/1756.01	c propagations		: 178754
1800.01/1756.01	c inspects		: 169095597
1800.01/1756.01	c learnt literals	: 0
1800.01/1756.01	c learnt binary clauses	: 0
1800.01/1756.01	c learnt ternary clauses	: 0
1800.01/1756.01	c learnt clauses	: 21891
1800.01/1756.01	c root simplifications	: 0
1800.01/1756.01	c removed literals (reason simplification)	: 0
1800.01/1756.01	c reason swapping (by a shorter reason)	: 0
1800.01/1756.01	c Calls to reduceDB	: 0
1800.01/1756.01	c speed (decisions/second)	: 15.794399768348043
1800.01/1756.01	c non guided choices	0
1800.01/1756.01	s UNKNOWN
1800.01/1756.01	c Total wall clock time (ms): 1755.798

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/node15/watcher-354239-1176701491 -o ROOT/results/node15/solver-354239-1176701491 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354239-1176701491/sat4jPseudoCP.jar /tmp/evaluation/354239-1176701491/instance-354239-1176701491.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.94 0.99 0.99 2/77 21599
/proc/meminfo: memFree=1844008/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=18568 CPUtime=0
/proc/21599/stat : 21599 (runsolver) R 21597 21599 21447 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 118066739 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 240472616231 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21599/statm: 4642 292 257 24 0 2626 0

[startup+0.015259 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 21599
/proc/meminfo: memFree=1844008/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=12056 CPUtime=0
/proc/21599/stat : 21599 (java) R 21597 21599 21447 0 -1 0 594 0 0 0 0 0 0 0 18 0 1 0 118066739 12345344 401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7484202 0 0 4096 0 0 0 0 17 1 0 0
/proc/21599/statm: 3014 408 140 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.101272 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 21599
/proc/meminfo: memFree=1844008/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=1780108 CPUtime=0.08
/proc/21599/stat : 21599 (java) S 21597 21599 21447 0 -1 0 3943 0 1 0 5 3 0 0 18 0 12 0 118066739 1822830592 3684 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 445027 3684 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301289 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 21599
/proc/meminfo: memFree=1844008/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=1782444 CPUtime=0.32
/proc/21599/stat : 21599 (java) S 21597 21599 21447 0 -1 0 5147 0 1 0 28 4 0 0 18 0 12 0 118066739 1825222656 4885 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 445611 4885 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782444

[startup+0.701328 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 21599
/proc/meminfo: memFree=1844008/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=1784856 CPUtime=0.93
/proc/21599/stat : 21599 (java) S 21597 21599 21447 0 -1 0 7813 0 1 0 88 5 0 0 18 0 12 0 118066739 1827692544 7220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 446214 7220 1313 9 0 443826 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1784856

[startup+1.5024 s]
/proc/loadavg: 0.94 0.99 0.99 4/89 21611
/proc/meminfo: memFree=1809800/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=1794104 CPUtime=2.39
/proc/21599/stat : 21599 (java) S 21597 21599 21447 0 -1 0 22808 0 1 0 227 12 0 0 18 0 12 0 118066739 1837162496 17598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 448526 17599 1314 9 0 446138 0
[pid=21599/tid=21601] ppid=21597 vsize=1794104 CPUtime=0.88
/proc/21599/task/21601/stat : 21601 (java) R 21597 21599 21447 0 -1 64 13592 0 1 0 80 8 0 0 18 0 12 0 118066741 1837162496 17599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21602] ppid=21597 vsize=1794104 CPUtime=0
/proc/21599/task/21602/stat : 21602 (java) S 21597 21599 21447 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 118066742 1837162496 17600 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21603] ppid=21597 vsize=1794104 CPUtime=0
/proc/21599/task/21603/stat : 21603 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 118066742 1837162496 17601 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21604] ppid=21597 vsize=1794104 CPUtime=0
/proc/21599/task/21604/stat : 21604 (java) S 21597 21599 21447 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 118066745 1837162496 17602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21605] ppid=21597 vsize=1794104 CPUtime=0
/proc/21599/task/21605/stat : 21605 (java) S 21597 21599 21447 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 118066745 1837162496 17602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21606] ppid=21597 vsize=1794104 CPUtime=0
/proc/21599/task/21606/stat : 21606 (java) S 21597 21599 21447 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 118066745 1837162496 17603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21607] ppid=21597 vsize=1794104 CPUtime=0
/proc/21599/task/21607/stat : 21607 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 118066749 1837162496 17604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21608] ppid=21597 vsize=1794104 CPUtime=0.78
/proc/21599/task/21608/stat : 21608 (java) S 21597 21599 21447 0 -1 64 4541 0 0 0 77 1 0 0 16 0 12 0 118066749 1837162496 17605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21609] ppid=21597 vsize=1794104 CPUtime=0.71
/proc/21599/task/21609/stat : 21609 (java) S 21597 21599 21447 0 -1 64 3953 0 0 0 70 1 0 0 16 0 12 0 118066749 1837162496 17605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21610] ppid=21597 vsize=1794104 CPUtime=0
/proc/21599/task/21610/stat : 21610 (java) S 21597 21599 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 118066749 1837162496 17606 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21611] ppid=21597 vsize=1794104 CPUtime=0
/proc/21599/task/21611/stat : 21611 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 118066749 1837162496 17607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 1794104

[startup+3.10255 s]
/proc/loadavg: 0.94 0.99 0.99 4/90 21612
/proc/meminfo: memFree=1732672/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=1796460 CPUtime=5.18
/proc/21599/stat : 21599 (java) S 21597 21599 21447 0 -1 0 53309 0 1 0 490 28 0 0 18 0 13 0 118066739 1839575040 44466 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 449115 44478 1332 9 0 446727 0
[pid=21599/tid=21601] ppid=21597 vsize=1796624 CPUtime=2.2
/proc/21599/task/21601/stat : 21601 (java) R 21597 21599 21447 0 -1 64 37733 0 1 0 199 21 0 0 21 0 13 0 118066741 1839742976 44483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109563138 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21602] ppid=21597 vsize=1796624 CPUtime=0.03
/proc/21599/task/21602/stat : 21602 (java) S 21597 21599 21447 0 -1 64 1101 0 0 0 3 0 0 0 16 0 13 0 118066742 1839742976 44489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21603] ppid=21597 vsize=1796624 CPUtime=0.03
/proc/21599/task/21603/stat : 21603 (java) S 21597 21599 21447 0 -1 64 1026 0 0 0 3 0 0 0 17 0 13 0 118066742 1839742976 44489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21604] ppid=21597 vsize=1796624 CPUtime=0
/proc/21599/task/21604/stat : 21604 (java) S 21597 21599 21447 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 118066745 1839742976 44489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21605] ppid=21597 vsize=1796624 CPUtime=0
/proc/21599/task/21605/stat : 21605 (java) S 21597 21599 21447 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118066745 1839742976 44489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21606] ppid=21597 vsize=1796624 CPUtime=0
/proc/21599/task/21606/stat : 21606 (java) S 21597 21599 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118066745 1839742976 44489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21607] ppid=21597 vsize=1796624 CPUtime=0
/proc/21599/task/21607/stat : 21607 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118066749 1839742976 44489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21608] ppid=21597 vsize=1796624 CPUtime=1.46
/proc/21599/task/21608/stat : 21608 (java) R 21597 21599 21447 0 -1 64 5785 0 0 0 145 1 0 0 17 0 13 0 118066749 1839742976 44489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105014689 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21609] ppid=21597 vsize=1796624 CPUtime=1.4
/proc/21599/task/21609/stat : 21609 (java) R 21597 21599 21447 0 -1 64 6956 0 0 0 137 3 0 0 17 0 13 0 118066749 1839742976 44489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104784224 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21610] ppid=21597 vsize=1796624 CPUtime=0
/proc/21599/task/21610/stat : 21610 (java) S 21597 21599 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118066749 1839742976 44489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21611] ppid=21597 vsize=1796624 CPUtime=0
/proc/21599/task/21611/stat : 21611 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118066749 1839742976 44489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21612] ppid=21597 vsize=1796624 CPUtime=0
/proc/21599/task/21612/stat : 21612 (java) S 21597 21599 21447 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 118066905 1839742976 44489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 1796460

[startup+6.30183 s]
/proc/loadavg: 0.95 0.99 0.99 2/90 21612
/proc/meminfo: memFree=1661456/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=1794896 CPUtime=9.11
/proc/21599/stat : 21599 (java) S 21597 21599 21447 0 -1 0 61963 0 1 0 878 33 0 0 18 0 13 0 118066739 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 448724 48909 1332 9 0 446336 0
[pid=21599/tid=21601] ppid=21597 vsize=1794896 CPUtime=5.04
/proc/21599/task/21601/stat : 21601 (java) R 21597 21599 21447 0 -1 64 37741 0 1 0 483 21 0 0 25 0 13 0 118066741 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103841318 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21602] ppid=21597 vsize=1794896 CPUtime=0.24
/proc/21599/task/21602/stat : 21602 (java) S 21597 21599 21447 0 -1 64 4688 0 0 0 22 2 0 0 16 0 13 0 118066742 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21603] ppid=21597 vsize=1794896 CPUtime=0.24
/proc/21599/task/21603/stat : 21603 (java) S 21597 21599 21447 0 -1 64 4917 0 0 0 23 1 0 0 16 0 13 0 118066742 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21604] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21604/stat : 21604 (java) S 21597 21599 21447 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21605] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21605/stat : 21605 (java) S 21597 21599 21447 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21606] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21606/stat : 21606 (java) S 21597 21599 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21607] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21607/stat : 21607 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118066749 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21608] ppid=21597 vsize=1794896 CPUtime=1.72
/proc/21599/task/21608/stat : 21608 (java) S 21597 21599 21447 0 -1 64 5797 0 0 0 171 1 0 0 17 0 13 0 118066749 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21609] ppid=21597 vsize=1794896 CPUtime=1.8
/proc/21599/task/21609/stat : 21609 (java) S 21597 21599 21447 0 -1 64 8065 0 0 0 176 4 0 0 16 0 13 0 118066749 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21610] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21610/stat : 21610 (java) S 21597 21599 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118066749 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21611] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21611/stat : 21611 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118066749 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21612] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21612/stat : 21612 (java) S 21597 21599 21447 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 118066905 1837973504 48909 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.11
Current children cumulated vsize (KiB) 1794896

[startup+12.7014 s]
/proc/loadavg: 0.95 0.99 0.99 2/90 21612
/proc/meminfo: memFree=1643600/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=1794896 CPUtime=15.56
/proc/21599/stat : 21599 (java) S 21597 21599 21447 0 -1 0 64834 0 1 0 1522 34 0 0 18 0 13 0 118066739 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 448724 51349 1332 9 0 446336 0
[pid=21599/tid=21601] ppid=21597 vsize=1794896 CPUtime=11.37
/proc/21599/task/21601/stat : 21601 (java) R 21597 21599 21447 0 -1 64 38738 0 1 0 1116 21 0 0 22 0 13 0 118066741 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109835010 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21602] ppid=21597 vsize=1794896 CPUtime=0.29
/proc/21599/task/21602/stat : 21602 (java) S 21597 21599 21447 0 -1 64 5589 0 0 0 26 3 0 0 16 0 13 0 118066742 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21603] ppid=21597 vsize=1794896 CPUtime=0.28
/proc/21599/task/21603/stat : 21603 (java) S 21597 21599 21447 0 -1 64 5890 0 0 0 26 2 0 0 16 0 13 0 118066742 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21604] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21604/stat : 21604 (java) S 21597 21599 21447 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 118066745 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21605] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21605/stat : 21605 (java) S 21597 21599 21447 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21606] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21606/stat : 21606 (java) S 21597 21599 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21607] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21607/stat : 21607 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118066749 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21608] ppid=21597 vsize=1794896 CPUtime=1.74
/proc/21599/task/21608/stat : 21608 (java) S 21597 21599 21447 0 -1 64 5797 0 0 0 173 1 0 0 16 0 13 0 118066749 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21609] ppid=21597 vsize=1794896 CPUtime=1.82
/proc/21599/task/21609/stat : 21609 (java) S 21597 21599 21447 0 -1 64 8065 0 0 0 178 4 0 0 16 0 13 0 118066749 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21610] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21610/stat : 21610 (java) S 21597 21599 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118066749 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21611] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21611/stat : 21611 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118066749 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21612] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21612/stat : 21612 (java) S 21597 21599 21447 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 118066905 1837973504 51349 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.56
Current children cumulated vsize (KiB) 1794896

[startup+25.5028 s]
/proc/loadavg: 0.96 0.99 0.99 2/90 21612
/proc/meminfo: memFree=1696272/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=1794896 CPUtime=28.46
/proc/21599/stat : 21599 (java) S 21597 21599 21447 0 -1 0 67989 0 1 0 2809 37 0 0 18 0 13 0 118066739 1837973504 37476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 448724 37476 1332 9 0 446336 0
[pid=21599/tid=21601] ppid=21597 vsize=1794896 CPUtime=24.06
/proc/21599/task/21601/stat : 21601 (java) R 21597 21599 21447 0 -1 64 38763 0 1 0 2385 21 0 0 25 0 13 0 118066741 1837973504 37476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109563014 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21602] ppid=21597 vsize=1794896 CPUtime=0.38
/proc/21599/task/21602/stat : 21602 (java) S 21597 21599 21447 0 -1 64 7209 0 0 0 34 4 0 0 16 0 13 0 118066742 1837973504 37476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21603] ppid=21597 vsize=1794896 CPUtime=0.36
/proc/21599/task/21603/stat : 21603 (java) S 21597 21599 21447 0 -1 64 7400 0 0 0 34 2 0 0 16 0 13 0 118066742 1837973504 37476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21604] ppid=21597 vsize=1794896 CPUtime=0.02
/proc/21599/task/21604/stat : 21604 (java) S 21597 21599 21447 0 -1 64 31 0 0 0 1 1 0 0 16 0 13 0 118066745 1837973504 37476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=21599/tid=21604] ppid=21597 vsize=1794896 CPUtime=0.33
/proc/21599/task/21604/stat : 21604 (java) S 21597 21599 21447 0 -1 64 135 0 0 0 22 11 0 0 16 0 13 0 118066745 1837973504 223662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21605] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21605/stat : 21605 (java) S 21597 21599 21447 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 223662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21606] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21606/stat : 21606 (java) S 21597 21599 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 223662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21607] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21607/stat : 21607 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118066749 1837973504 223662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21608] ppid=21597 vsize=1794896 CPUtime=1.9
/proc/21599/task/21608/stat : 21608 (java) S 21597 21599 21447 0 -1 64 5803 0 0 0 189 1 0 0 16 0 13 0 118066749 1837973504 223662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21609] ppid=21597 vsize=1794896 CPUtime=1.95
/proc/21599/task/21609/stat : 21609 (java) S 21597 21599 21447 0 -1 64 8066 0 0 0 191 4 0 0 17 0 13 0 118066749 1837973504 223662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21610] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21610/stat : 21610 (java) S 21597 21599 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118066749 1837973504 223662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21611] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21611/stat : 21611 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118066749 1837973504 223662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21612] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21612/stat : 21612 (java) S 21597 21599 21447 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 118066905 1837973504 223662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1579.65
Current children cumulated vsize (KiB) 1794896

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21614
/proc/meminfo: memFree=938320/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=1794896 CPUtime=1641.63
/proc/21599/stat : 21599 (java) S 21597 21599 21447 0 -1 0 301145 0 1 0 164008 155 0 0 18 0 13 0 118066739 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 448724 226874 1333 9 0 446336 0
[pid=21599/tid=21601] ppid=21597 vsize=1794896 CPUtime=1562.65
/proc/21599/task/21601/stat : 21601 (java) R 21597 21599 21447 0 -1 64 68217 0 1 0 156226 39 0 0 25 0 13 0 118066741 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109833696 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21602] ppid=21597 vsize=1794896 CPUtime=37.3
/proc/21599/task/21602/stat : 21602 (java) S 21597 21599 21447 0 -1 64 104712 0 0 0 3683 47 0 0 17 0 13 0 118066742 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21603] ppid=21597 vsize=1794896 CPUtime=37.42
/proc/21599/task/21603/stat : 21603 (java) S 21597 21599 21447 0 -1 64 113488 0 0 0 3694 48 0 0 16 0 13 0 118066742 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21604] ppid=21597 vsize=1794896 CPUtime=0.33
/proc/21599/task/21604/stat : 21604 (java) S 21597 21599 21447 0 -1 64 135 0 0 0 22 11 0 0 16 0 13 0 118066745 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21605] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21605/stat : 21605 (java) S 21597 21599 21447 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21606] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21606/stat : 21606 (java) S 21597 21599 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21607] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21607/stat : 21607 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118066749 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21608] ppid=21597 vsize=1794896 CPUtime=1.9
/proc/21599/task/21608/stat : 21608 (java) S 21597 21599 21447 0 -1 64 5803 0 0 0 189 1 0 0 16 0 13 0 118066749 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21609] ppid=21597 vsize=1794896 CPUtime=1.95
/proc/21599/task/21609/stat : 21609 (java) S 21597 21599 21447 0 -1 64 8066 0 0 0 191 4 0 0 17 0 13 0 118066749 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21610] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21610/stat : 21610 (java) S 21597 21599 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118066749 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21611] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21611/stat : 21611 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118066749 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21612] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21612/stat : 21612 (java) S 21597 21599 21447 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 118066905 1837973504 226874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1641.63
Current children cumulated vsize (KiB) 1794896

[startup+1662.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 21614
/proc/meminfo: memFree=929680/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=1794896 CPUtime=1703.45
/proc/21599/stat : 21599 (java) S 21597 21599 21447 0 -1 0 303357 0 1 0 170189 156 0 0 18 0 13 0 118066739 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 448724 229030 1333 9 0 446336 0
[pid=21599/tid=21601] ppid=21597 vsize=1794896 CPUtime=1620.75
/proc/21599/task/21601/stat : 21601 (java) R 21597 21599 21447 0 -1 64 68251 0 1 0 162036 39 0 0 25 0 13 0 118066741 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109798244 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21602] ppid=21597 vsize=1794896 CPUtime=39.15
/proc/21599/task/21602/stat : 21602 (java) S 21597 21599 21447 0 -1 64 106246 0 0 0 3868 47 0 0 16 0 13 0 118066742 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21603] ppid=21597 vsize=1794896 CPUtime=39.28
/proc/21599/task/21603/stat : 21603 (java) S 21597 21599 21447 0 -1 64 114132 0 0 0 3879 49 0 0 17 0 13 0 118066742 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21604] ppid=21597 vsize=1794896 CPUtime=0.35
/proc/21599/task/21604/stat : 21604 (java) S 21597 21599 21447 0 -1 64 135 0 0 0 23 12 0 0 16 0 13 0 118066745 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21605] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21605/stat : 21605 (java) S 21597 21599 21447 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21606] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21606/stat : 21606 (java) S 21597 21599 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21607] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21607/stat : 21607 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118066749 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21608] ppid=21597 vsize=1794896 CPUtime=1.9
/proc/21599/task/21608/stat : 21608 (java) S 21597 21599 21447 0 -1 64 5803 0 0 0 189 1 0 0 16 0 13 0 118066749 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21609] ppid=21597 vsize=1794896 CPUtime=1.95
/proc/21599/task/21609/stat : 21609 (java) S 21597 21599 21447 0 -1 64 8066 0 0 0 191 4 0 0 17 0 13 0 118066749 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21610] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21610/stat : 21610 (java) S 21597 21599 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118066749 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21611] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21611/stat : 21611 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118066749 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21612] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21612/stat : 21612 (java) S 21597 21599 21447 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 118066905 1837973504 229030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1703.45
Current children cumulated vsize (KiB) 1794896

[startup+1722.3 s]
/proc/loadavg: 1.14 1.04 1.01 2/90 21614
/proc/meminfo: memFree=921168/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=1794896 CPUtime=1765.33
/proc/21599/stat : 21599 (java) S 21597 21599 21447 0 -1 0 305605 0 1 0 176375 158 0 0 18 0 13 0 118066739 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 448724 231206 1333 9 0 446336 0
[pid=21599/tid=21601] ppid=21597 vsize=1794896 CPUtime=1678.76
/proc/21599/task/21601/stat : 21601 (java) R 21597 21599 21447 0 -1 64 68286 0 1 0 167837 39 0 0 25 0 13 0 118066741 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109801037 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21602] ppid=21597 vsize=1794896 CPUtime=41.07
/proc/21599/task/21602/stat : 21602 (java) S 21597 21599 21447 0 -1 64 106928 0 0 0 4059 48 0 0 17 0 13 0 118066742 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21603] ppid=21597 vsize=1794896 CPUtime=41.2
/proc/21599/task/21603/stat : 21603 (java) S 21597 21599 21447 0 -1 64 115662 0 0 0 4071 49 0 0 16 0 13 0 118066742 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21604] ppid=21597 vsize=1794896 CPUtime=0.36
/proc/21599/task/21604/stat : 21604 (java) S 21597 21599 21447 0 -1 64 136 0 0 0 24 12 0 0 15 0 13 0 118066745 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21605] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21605/stat : 21605 (java) S 21597 21599 21447 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21606] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21606/stat : 21606 (java) S 21597 21599 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21607] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21607/stat : 21607 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118066749 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21608] ppid=21597 vsize=1794896 CPUtime=1.9
/proc/21599/task/21608/stat : 21608 (java) S 21597 21599 21447 0 -1 64 5803 0 0 0 189 1 0 0 16 0 13 0 118066749 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21609] ppid=21597 vsize=1794896 CPUtime=1.95
/proc/21599/task/21609/stat : 21609 (java) S 21597 21599 21447 0 -1 64 8066 0 0 0 191 4 0 0 17 0 13 0 118066749 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21610] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21610/stat : 21610 (java) S 21597 21599 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118066749 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21611] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21611/stat : 21611 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118066749 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21612] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21612/stat : 21612 (java) S 21597 21599 21447 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 118066905 1837973504 231206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.33
Current children cumulated vsize (KiB) 1794896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1756 s]
/proc/loadavg: 1.08 1.04 1.01 2/90 21614
/proc/meminfo: memFree=917072/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=1794896 CPUtime=1800.01
/proc/21599/stat : 21599 (java) S 21597 21599 21447 0 -1 0 306568 0 1 0 179843 158 0 0 18 0 13 0 118066739 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 448724 232142 1333 9 0 446336 0
[pid=21599/tid=21601] ppid=21597 vsize=1794896 CPUtime=1711.45
/proc/21599/task/21601/stat : 21601 (java) R 21597 21599 21447 0 -1 64 68304 0 1 0 171105 40 0 0 25 0 13 0 118066741 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109563274 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21602] ppid=21597 vsize=1794896 CPUtime=42.07
/proc/21599/task/21602/stat : 21602 (java) S 21597 21599 21447 0 -1 64 106980 0 0 0 4159 48 0 0 17 0 13 0 118066742 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21603] ppid=21597 vsize=1794896 CPUtime=42.22
/proc/21599/task/21603/stat : 21603 (java) S 21597 21599 21447 0 -1 64 116555 0 0 0 4172 50 0 0 16 0 13 0 118066742 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21604] ppid=21597 vsize=1794896 CPUtime=0.36
/proc/21599/task/21604/stat : 21604 (java) S 21597 21599 21447 0 -1 64 136 0 0 0 24 12 0 0 16 0 13 0 118066745 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21605] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21605/stat : 21605 (java) S 21597 21599 21447 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21606] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21606/stat : 21606 (java) S 21597 21599 21447 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 118066745 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21607] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21607/stat : 21607 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 118066749 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21608] ppid=21597 vsize=1794896 CPUtime=1.9
/proc/21599/task/21608/stat : 21608 (java) S 21597 21599 21447 0 -1 64 5803 0 0 0 189 1 0 0 16 0 13 0 118066749 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21599/tid=21609] ppid=21597 vsize=1794896 CPUtime=1.95
/proc/21599/task/21609/stat : 21609 (java) S 21597 21599 21447 0 -1 64 8066 0 0 0 191 4 0 0 17 0 13 0 118066749 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21610] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21610/stat : 21610 (java) S 21597 21599 21447 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 118066749 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21611] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21611/stat : 21611 (java) S 21597 21599 21447 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 118066749 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21599/tid=21612] ppid=21597 vsize=1794896 CPUtime=0
/proc/21599/task/21612/stat : 21612 (java) S 21597 21599 21447 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 118066905 1837973504 232142 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1794896

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

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

[startup+1756.11 s]
/proc/loadavg: 1.08 1.04 1.01 2/90 21614
/proc/meminfo: memFree=917072/2055920 swapFree=4169120/4192956
[pid=21599] ppid=21597 vsize=0 CPUtime=1800.12
/proc/21599/stat : 21599 (java) Z 21597 21599 21447 0 -1 1036 306587 0 1 0 179847 165 0 0 16 0 2 0 118066739 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21599/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1756.18
CPU time (s): 1800.2
CPU user time (s): 1798.47
CPU system time (s): 1.72374
CPU usage (%): 102.506
Max. virtual memory (cumulated for all children) (KiB): 1798772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 1.72374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306587
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= 48816
involuntary context switches= 52683

runsolver used 2.10668 second user time and 5.74313 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Apr 16 05:31:31 UTC 2007

IDJOB= 354239
IDBENCH= 2430
IDSOLVER= 160
FILE ID= node15/354239-1176701491

PBS_JOBID= 4559424

Free space on /tmp= 66507 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c73bf29c796f0bf48406f571c4c43173

RANDOM SEED= 534883410

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1844480 kB
Buffers:         20652 kB
Cached:         115292 kB
SwapCached:       2572 kB
Active:          73484 kB
Inactive:        85756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844480 kB
SwapTotal:     4192956 kB
SwapFree:      4169120 kB
Dirty:            4368 kB
Writeback:           0 kB
Mapped:          30572 kB
Slab:            37652 kB
Committed_AS:  6092556 kB
PageTables:       1868 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= 66507 MiB

End job on node15 on Mon Apr 16 06:00:49 UTC 2007