Trace number 354219

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.17 1780.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow15.opb
MD5SUMb4d90975042873aa16a95872bfad2ca2
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 variables17130
Total number of constraints900
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 constraints900
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1335
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 154618822482
Number of bits of the sum of numbers in the objective function 38
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.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/354219-1176700060/instance-354219-1176700060.opb
0.20/0.20	c reading problem ... 
3.18/2.29	c ... done. Wall clock time 2.084s.
3.18/2.29	c CPU time (experimental) 1.56s.
3.18/2.29	c #vars     17130
3.18/2.29	c #constraints  1200
1800.05/1780.51	c starts		: 2
1800.05/1780.51	c conflicts		: 24048
1800.05/1780.51	c decisions		: 27525
1800.05/1780.51	c propagations		: 176807
1800.05/1780.51	c inspects		: 281138810
1800.05/1780.51	c learnt literals	: 0
1800.05/1780.51	c learnt binary clauses	: 0
1800.05/1780.51	c learnt ternary clauses	: 0
1800.05/1780.51	c learnt clauses	: 24048
1800.05/1780.51	c root simplifications	: 0
1800.05/1780.51	c removed literals (reason simplification)	: 0
1800.05/1780.51	c reason swapping (by a shorter reason)	: 0
1800.05/1780.51	c Calls to reduceDB	: 0
1800.05/1780.51	c speed (decisions/second)	: 15.479606286547899
1800.05/1780.51	c non guided choices	0
1800.05/1780.51	s UNKNOWN
1800.05/1780.51	c Total wall clock time (ms): 1780.308

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/node14/watcher-354219-1176700060 -o ROOT/results/node14/solver-354219-1176700060 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354219-1176700060/sat4jPseudoCP.jar /tmp/evaluation/354219-1176700060/instance-354219-1176700060.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 22791
/proc/meminfo: memFree=1761848/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=18568 CPUtime=0
/proc/22791/stat : 22791 (runsolver) R 22789 22791 20800 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 117923757 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/22791/statm: 4642 292 257 24 0 2626 0

[startup+0.0761001 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 22791
/proc/meminfo: memFree=1761848/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1777708 CPUtime=0.06
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 3749 0 1 0 4 2 0 0 18 0 7 0 117923757 1820372992 3491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 444427 3491 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101103 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 22791
/proc/meminfo: memFree=1761848/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1780108 CPUtime=0.08
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 3967 0 1 0 6 2 0 0 18 0 12 0 117923757 1822830592 3708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 445027 3708 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301124 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 22791
/proc/meminfo: memFree=1761848/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1781636 CPUtime=0.34
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 5231 0 1 0 31 3 0 0 18 0 12 0 117923757 1824395264 4969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 445409 4969 1267 9 0 443021 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781636

[startup+0.701163 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 22791
/proc/meminfo: memFree=1761848/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1782644 CPUtime=0.97
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 7688 0 1 0 93 4 0 0 18 0 12 0 117923757 1825427456 7270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 445661 7270 1302 9 0 443273 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1782644

[startup+1.50123 s]
/proc/loadavg: 1.23 1.05 1.02 4/89 22803
/proc/meminfo: memFree=1726296/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1794932 CPUtime=2.47
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 20251 0 1 0 237 10 0 0 18 0 12 0 117923757 1838010368 14816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 448733 14816 1314 9 0 446345 0
[pid=22791/tid=22793] ppid=22789 vsize=1794932 CPUtime=0.78
/proc/22791/task/22793/stat : 22793 (java) R 22789 22791 20800 0 -1 64 10621 0 1 0 73 5 0 0 25 0 12 0 117923758 1838010368 14816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474207 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22794] ppid=22789 vsize=1794932 CPUtime=0
/proc/22791/task/22794/stat : 22794 (java) S 22789 22791 20800 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117923760 1838010368 14816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22795] ppid=22789 vsize=1794932 CPUtime=0
/proc/22791/task/22795/stat : 22795 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117923760 1838010368 14816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22796] ppid=22789 vsize=1794932 CPUtime=0
/proc/22791/task/22796/stat : 22796 (java) S 22789 22791 20800 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 117923762 1838010368 14816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22797] ppid=22789 vsize=1794932 CPUtime=0
/proc/22791/task/22797/stat : 22797 (java) S 22789 22791 20800 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 117923763 1838010368 14816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22798] ppid=22789 vsize=1794932 CPUtime=0
/proc/22791/task/22798/stat : 22798 (java) S 22789 22791 20800 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 117923763 1838010368 14816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22799] ppid=22789 vsize=1794932 CPUtime=0
/proc/22791/task/22799/stat : 22799 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117923766 1838010368 14816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22800] ppid=22789 vsize=1794932 CPUtime=0.85
/proc/22791/task/22800/stat : 22800 (java) S 22789 22791 20800 0 -1 64 4699 0 0 0 84 1 0 0 18 0 12 0 117923766 1838010368 14816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22801] ppid=22789 vsize=1794932 CPUtime=0.8
/proc/22791/task/22801/stat : 22801 (java) S 22789 22791 20800 0 -1 64 4208 0 0 0 78 2 0 0 16 0 12 0 117923766 1838010368 14816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22802] ppid=22789 vsize=1794932 CPUtime=0
/proc/22791/task/22802/stat : 22802 (java) S 22789 22791 20800 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117923766 1838010368 14816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22803] ppid=22789 vsize=1794932 CPUtime=0
/proc/22791/task/22803/stat : 22803 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117923766 1838010368 14816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1794932

[startup+3.10239 s]
/proc/loadavg: 1.23 1.05 1.02 2/89 22803
/proc/meminfo: memFree=1644184/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1797396 CPUtime=4.72
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 54541 0 1 0 449 23 0 0 18 0 13 0 117923757 1840533504 46727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 449349 46727 1329 9 0 446961 0
[pid=22791/tid=22793] ppid=22789 vsize=1797396 CPUtime=2.02
/proc/22791/task/22793/stat : 22793 (java) R 22789 22791 20800 0 -1 64 37712 0 1 0 186 16 0 0 24 0 13 0 117923758 1840533504 46727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22794] ppid=22789 vsize=1797396 CPUtime=0.07
/proc/22791/task/22794/stat : 22794 (java) S 22789 22791 20800 0 -1 64 2515 0 0 0 7 0 0 0 17 0 13 0 117923760 1840533504 46727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22795] ppid=22789 vsize=1797396 CPUtime=0.06
/proc/22791/task/22795/stat : 22795 (java) S 22789 22791 20800 0 -1 64 1836 0 0 0 6 0 0 0 17 0 13 0 117923760 1840533504 46727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22796] ppid=22789 vsize=1797396 CPUtime=0
/proc/22791/task/22796/stat : 22796 (java) S 22789 22791 20800 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 117923762 1840533504 46727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22797] ppid=22789 vsize=1797396 CPUtime=0
/proc/22791/task/22797/stat : 22797 (java) S 22789 22791 20800 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117923763 1840533504 46727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22798] ppid=22789 vsize=1797396 CPUtime=0
/proc/22791/task/22798/stat : 22798 (java) S 22789 22791 20800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117923763 1840533504 46727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22799] ppid=22789 vsize=1797396 CPUtime=0
/proc/22791/task/22799/stat : 22799 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117923766 1840533504 46727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22800] ppid=22789 vsize=1797396 CPUtime=1.26
/proc/22791/task/22800/stat : 22800 (java) R 22789 22791 20800 0 -1 64 5529 0 0 0 124 2 0 0 16 0 13 0 117923766 1840533504 46727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105858529 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22801] ppid=22789 vsize=1797396 CPUtime=1.26
/proc/22791/task/22801/stat : 22801 (java) R 22789 22791 20800 0 -1 64 6218 0 0 0 124 2 0 0 18 0 13 0 117923766 1840533504 46727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102304170 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22802] ppid=22789 vsize=1797396 CPUtime=0
/proc/22791/task/22802/stat : 22802 (java) S 22789 22791 20800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117923766 1840533504 46727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22803] ppid=22789 vsize=1797396 CPUtime=0
/proc/22791/task/22803/stat : 22803 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117923766 1840533504 46727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1797396

[startup+6.30268 s]
/proc/loadavg: 1.23 1.05 1.02 2/90 22804
/proc/meminfo: memFree=1558992/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1796408 CPUtime=8.93
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 64217 0 1 0 865 28 0 0 18 0 13 0 117923757 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 449102 52127 1332 9 0 446714 0
[pid=22791/tid=22793] ppid=22789 vsize=1796408 CPUtime=4.5
/proc/22791/task/22793/stat : 22793 (java) R 22789 22791 20800 0 -1 64 37721 0 1 0 434 16 0 0 25 0 13 0 117923758 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109839715 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22794] ppid=22789 vsize=1796408 CPUtime=0.32
/proc/22791/task/22794/stat : 22794 (java) S 22789 22791 20800 0 -1 64 5331 0 0 0 30 2 0 0 16 0 13 0 117923760 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22795] ppid=22789 vsize=1796408 CPUtime=0.31
/proc/22791/task/22795/stat : 22795 (java) S 22789 22791 20800 0 -1 64 4651 0 0 0 29 2 0 0 16 0 13 0 117923760 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22796] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22796/stat : 22796 (java) S 22789 22791 20800 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 117923762 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22797] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22797/stat : 22797 (java) S 22789 22791 20800 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22798] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22798/stat : 22798 (java) S 22789 22791 20800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22799] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22799/stat : 22799 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117923766 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22800] ppid=22789 vsize=1796408 CPUtime=1.81
/proc/22791/task/22800/stat : 22800 (java) S 22789 22791 20800 0 -1 64 6827 0 0 0 179 2 0 0 17 0 13 0 117923766 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22801] ppid=22789 vsize=1796408 CPUtime=1.94
/proc/22791/task/22801/stat : 22801 (java) R 22789 22791 20800 0 -1 64 8947 0 0 0 190 4 0 0 16 0 13 0 117923766 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395193 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22802] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22802/stat : 22802 (java) S 22789 22791 20800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117923766 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22803] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22803/stat : 22803 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117923766 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22804] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22804/stat : 22804 (java) S 22789 22791 20800 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117923994 1839521792 52127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 1796408

[startup+12.7023 s]
/proc/loadavg: 1.19 1.05 1.01 2/90 22804
/proc/meminfo: memFree=1530776/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1796408 CPUtime=15.67
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 72283 0 1 0 1535 32 0 0 18 0 13 0 117923757 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 449102 59106 1332 9 0 446714 0
[pid=22791/tid=22793] ppid=22789 vsize=1796408 CPUtime=10.55
/proc/22791/task/22793/stat : 22793 (java) R 22789 22791 20800 0 -1 64 37728 0 1 0 1039 16 0 0 19 0 13 0 117923758 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109844790 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22794] ppid=22789 vsize=1796408 CPUtime=0.65
/proc/22791/task/22794/stat : 22794 (java) S 22789 22791 20800 0 -1 64 9633 0 0 0 61 4 0 0 16 0 13 0 117923760 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22795] ppid=22789 vsize=1796408 CPUtime=0.64
/proc/22791/task/22795/stat : 22795 (java) S 22789 22791 20800 0 -1 64 8401 0 0 0 61 3 0 0 16 0 13 0 117923760 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22796] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22796/stat : 22796 (java) S 22789 22791 20800 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 117923762 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22797] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22797/stat : 22797 (java) S 22789 22791 20800 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22798] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22798/stat : 22798 (java) S 22789 22791 20800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22799] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22799/stat : 22799 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117923766 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22800] ppid=22789 vsize=1796408 CPUtime=1.81
/proc/22791/task/22800/stat : 22800 (java) S 22789 22791 20800 0 -1 64 6827 0 0 0 179 2 0 0 16 0 13 0 117923766 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22801] ppid=22789 vsize=1796408 CPUtime=1.95
/proc/22791/task/22801/stat : 22801 (java) S 22789 22791 20800 0 -1 64 8947 0 0 0 191 4 0 0 17 0 13 0 117923766 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22802] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22802/stat : 22802 (java) S 22789 22791 20800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117923766 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22803] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22803/stat : 22803 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117923766 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22804] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22804/stat : 22804 (java) S 22789 22791 20800 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117923994 1839521792 59106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.67
Current children cumulated vsize (KiB) 1796408

[startup+25.5015 s]
/proc/loadavg: 1.16 1.05 1.01 2/90 22804
/proc/meminfo: memFree=1544472/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1796408 CPUtime=28.57
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 74225 0 1 0 2824 33 0 0 18 0 13 0 117923757 1839521792 55378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 449102 55378 1332 9 0 446714 0
[pid=22791/tid=22793] ppid=22789 vsize=1796408 CPUtime=23.26
/proc/22791/task/22793/stat : 22793 (java) R 22789 22791 20800 0 -1 64 37739 0 1 0 2310 16 0 0 23 0 13 0 117923758 1839521792 55378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109819867 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22794] ppid=22789 vsize=1796408 CPUtime=0.72
/proc/22791/task/22794/stat : 22794 (java) S 22789 22791 20800 0 -1 64 10528 0 0 0 68 4 0 0 16 0 13 0 117923760 1839521792 55378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22795] ppid=22789 vsize=1796408 CPUtime=0.71
/proc/22791/task/22795/stat : 22795 (java) S 22789 22791 20800 0 -1 64 9437 0 0 0 68 3 0 0 16 0 13 0 117923760 1839521792 55378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22796] ppid=22789 vsize=1796408 CPUtime=0.01
/proc/22791/task/22796/stat : 22796 (java) S 22789 22791 20800 0 -1 64 24 0 0 0 1 0 0 0 16 0 13 0 117923762 1839521792 55378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22797] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22797/stat : 22797 (java) S 22789 22791 20800 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 55378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=22791/tid=22796] ppid=22789 vsize=1796408 CPUtime=0.27
/proc/22791/task/22796/stat : 22796 (java) S 22789 22791 20800 0 -1 64 290 0 0 0 13 14 0 0 16 0 13 0 117923762 1839521792 129251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22797] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22797/stat : 22797 (java) S 22789 22791 20800 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 129251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22798] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22798/stat : 22798 (java) S 22789 22791 20800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 129251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22799] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22799/stat : 22799 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117923766 1839521792 129251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22800] ppid=22789 vsize=1796408 CPUtime=1.86
/proc/22791/task/22800/stat : 22800 (java) S 22789 22791 20800 0 -1 64 6827 0 0 0 184 2 0 0 17 0 13 0 117923766 1839521792 129251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22801] ppid=22789 vsize=1796408 CPUtime=2.02
/proc/22791/task/22801/stat : 22801 (java) S 22789 22791 20800 0 -1 64 8948 0 0 0 198 4 0 0 16 0 13 0 117923766 1839521792 129251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22802] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22802/stat : 22802 (java) S 22789 22791 20800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117923766 1839521792 129251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22803] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22803/stat : 22803 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117923766 1839521792 129251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22804] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22804/stat : 22804 (java) S 22789 22791 20800 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117923994 1839521792 129251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1559.49
Current children cumulated vsize (KiB) 1796408

[startup+1602.3 s]
/proc/loadavg: 1.29 1.12 1.03 2/90 22804
/proc/meminfo: memFree=1244952/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1796408 CPUtime=1620.07
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 242495 0 1 0 161874 133 0 0 18 0 13 0 117923757 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 449102 129959 1333 9 0 446714 0
[pid=22791/tid=22793] ppid=22789 vsize=1796408 CPUtime=1583.91
/proc/22791/task/22793/stat : 22793 (java) R 22789 22791 20800 0 -1 64 80153 0 1 0 158347 44 0 0 20 0 13 0 117923758 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109819773 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22794] ppid=22789 vsize=1796408 CPUtime=15.99
/proc/22791/task/22794/stat : 22794 (java) S 22789 22791 20800 0 -1 64 73886 0 0 0 1567 32 0 0 16 0 13 0 117923760 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22795] ppid=22789 vsize=1796408 CPUtime=15.96
/proc/22791/task/22795/stat : 22795 (java) S 22789 22791 20800 0 -1 64 71668 0 0 0 1563 33 0 0 16 0 13 0 117923760 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22796] ppid=22789 vsize=1796408 CPUtime=0.27
/proc/22791/task/22796/stat : 22796 (java) S 22789 22791 20800 0 -1 64 290 0 0 0 13 14 0 0 15 0 13 0 117923762 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22797] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22797/stat : 22797 (java) S 22789 22791 20800 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22798] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22798/stat : 22798 (java) S 22789 22791 20800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22799] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22799/stat : 22799 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117923766 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22800] ppid=22789 vsize=1796408 CPUtime=1.86
/proc/22791/task/22800/stat : 22800 (java) S 22789 22791 20800 0 -1 64 6827 0 0 0 184 2 0 0 17 0 13 0 117923766 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22801] ppid=22789 vsize=1796408 CPUtime=2.02
/proc/22791/task/22801/stat : 22801 (java) S 22789 22791 20800 0 -1 64 8948 0 0 0 198 4 0 0 16 0 13 0 117923766 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22802] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22802/stat : 22802 (java) S 22789 22791 20800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117923766 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22803] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22803/stat : 22803 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117923766 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22804] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22804/stat : 22804 (java) S 22789 22791 20800 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117923994 1839521792 129959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1620.07
Current children cumulated vsize (KiB) 1796408

[startup+1662.3 s]
/proc/loadavg: 1.10 1.10 1.03 2/90 22804
/proc/meminfo: memFree=1241944/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1796408 CPUtime=1680.67
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 243255 0 1 0 167933 134 0 0 18 0 13 0 117923757 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 449102 130669 1333 9 0 446714 0
[pid=22791/tid=22793] ppid=22789 vsize=1796408 CPUtime=1643.28
/proc/22791/task/22793/stat : 22793 (java) R 22789 22791 20800 0 -1 64 80170 0 1 0 164283 45 0 0 21 0 13 0 117923758 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109819773 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22794] ppid=22789 vsize=1796408 CPUtime=16.6
/proc/22791/task/22794/stat : 22794 (java) S 22789 22791 20800 0 -1 64 74122 0 0 0 1627 33 0 0 17 0 13 0 117923760 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22795] ppid=22789 vsize=1796408 CPUtime=16.57
/proc/22791/task/22795/stat : 22795 (java) S 22789 22791 20800 0 -1 64 72175 0 0 0 1624 33 0 0 16 0 13 0 117923760 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22796] ppid=22789 vsize=1796408 CPUtime=0.27
/proc/22791/task/22796/stat : 22796 (java) S 22789 22791 20800 0 -1 64 290 0 0 0 13 14 0 0 15 0 13 0 117923762 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22797] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22797/stat : 22797 (java) S 22789 22791 20800 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22798] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22798/stat : 22798 (java) S 22789 22791 20800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22799] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22799/stat : 22799 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117923766 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22800] ppid=22789 vsize=1796408 CPUtime=1.86
/proc/22791/task/22800/stat : 22800 (java) S 22789 22791 20800 0 -1 64 6827 0 0 0 184 2 0 0 17 0 13 0 117923766 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22801] ppid=22789 vsize=1796408 CPUtime=2.02
/proc/22791/task/22801/stat : 22801 (java) S 22789 22791 20800 0 -1 64 8948 0 0 0 198 4 0 0 16 0 13 0 117923766 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22802] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22802/stat : 22802 (java) S 22789 22791 20800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117923766 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22803] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22803/stat : 22803 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117923766 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22804] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22804/stat : 22804 (java) S 22789 22791 20800 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117923994 1839521792 130669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1680.67
Current children cumulated vsize (KiB) 1796408

[startup+1722.3 s]
/proc/loadavg: 1.04 1.08 1.02 2/90 22804
/proc/meminfo: memFree=1239256/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1796408 CPUtime=1741.27
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 243983 0 1 0 173992 135 0 0 18 0 13 0 117923757 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 449102 131352 1333 9 0 446714 0
[pid=22791/tid=22793] ppid=22789 vsize=1796408 CPUtime=1702.62
/proc/22791/task/22793/stat : 22793 (java) R 22789 22791 20800 0 -1 64 80187 0 1 0 170217 45 0 0 20 0 13 0 117923758 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109817727 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22794] ppid=22789 vsize=1796408 CPUtime=17.22
/proc/22791/task/22794/stat : 22794 (java) S 22789 22791 20800 0 -1 64 74510 0 0 0 1689 33 0 0 16 0 13 0 117923760 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22795] ppid=22789 vsize=1796408 CPUtime=17.21
/proc/22791/task/22795/stat : 22795 (java) S 22789 22791 20800 0 -1 64 72498 0 0 0 1687 34 0 0 16 0 13 0 117923760 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22796] ppid=22789 vsize=1796408 CPUtime=0.28
/proc/22791/task/22796/stat : 22796 (java) S 22789 22791 20800 0 -1 64 290 0 0 0 14 14 0 0 16 0 13 0 117923762 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22797] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22797/stat : 22797 (java) S 22789 22791 20800 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22798] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22798/stat : 22798 (java) S 22789 22791 20800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22799] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22799/stat : 22799 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117923766 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22800] ppid=22789 vsize=1796408 CPUtime=1.86
/proc/22791/task/22800/stat : 22800 (java) S 22789 22791 20800 0 -1 64 6827 0 0 0 184 2 0 0 17 0 13 0 117923766 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22801] ppid=22789 vsize=1796408 CPUtime=2.02
/proc/22791/task/22801/stat : 22801 (java) S 22789 22791 20800 0 -1 64 8948 0 0 0 198 4 0 0 16 0 13 0 117923766 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22802] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22802/stat : 22802 (java) S 22789 22791 20800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117923766 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22803] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22803/stat : 22803 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117923766 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22804] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22804/stat : 22804 (java) S 22789 22791 20800 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117923994 1839521792 131352 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1741.27
Current children cumulated vsize (KiB) 1796408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.5 s]
/proc/loadavg: 1.01 1.06 1.02 2/90 22806
/proc/meminfo: memFree=1236312/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=1796408 CPUtime=1800.05
/proc/22791/stat : 22791 (java) S 22789 22791 20800 0 -1 0 244701 0 1 0 179869 136 0 0 18 0 13 0 117923757 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22791/statm: 449102 132027 1333 9 0 446714 0
[pid=22791/tid=22793] ppid=22789 vsize=1796408 CPUtime=1760.21
/proc/22791/task/22793/stat : 22793 (java) R 22789 22791 20800 0 -1 64 80203 0 1 0 175975 46 0 0 25 0 13 0 117923758 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109819773 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22794] ppid=22789 vsize=1796408 CPUtime=17.82
/proc/22791/task/22794/stat : 22794 (java) S 22789 22791 20800 0 -1 64 74774 0 0 0 1749 33 0 0 16 0 13 0 117923760 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22795] ppid=22789 vsize=1796408 CPUtime=17.8
/proc/22791/task/22795/stat : 22795 (java) S 22789 22791 20800 0 -1 64 72936 0 0 0 1746 34 0 0 16 0 13 0 117923760 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22796] ppid=22789 vsize=1796408 CPUtime=0.28
/proc/22791/task/22796/stat : 22796 (java) S 22789 22791 20800 0 -1 64 290 0 0 0 14 14 0 0 16 0 13 0 117923762 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22791/tid=22797] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22797/stat : 22797 (java) S 22789 22791 20800 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22798] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22798/stat : 22798 (java) S 22789 22791 20800 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117923763 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22799] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22799/stat : 22799 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117923766 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22800] ppid=22789 vsize=1796408 CPUtime=1.86
/proc/22791/task/22800/stat : 22800 (java) S 22789 22791 20800 0 -1 64 6827 0 0 0 184 2 0 0 17 0 13 0 117923766 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22801] ppid=22789 vsize=1796408 CPUtime=2.02
/proc/22791/task/22801/stat : 22801 (java) S 22789 22791 20800 0 -1 64 8948 0 0 0 198 4 0 0 16 0 13 0 117923766 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22802] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22802/stat : 22802 (java) S 22789 22791 20800 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117923766 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22803] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22803/stat : 22803 (java) S 22789 22791 20800 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117923766 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22791/tid=22804] ppid=22789 vsize=1796408 CPUtime=0
/proc/22791/task/22804/stat : 22804 (java) S 22789 22791 20800 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 117923994 1839521792 132027 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1796408

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

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

[startup+1780.61 s]
/proc/loadavg: 1.01 1.06 1.02 2/90 22806
/proc/meminfo: memFree=1236312/2055920 swapFree=4149104/4192956
[pid=22791] ppid=22789 vsize=0 CPUtime=1800.16
/proc/22791/stat : 22791 (java) Z 22789 22791 20800 0 -1 1036 244720 0 1 0 179872 144 0 0 16 0 2 0 117923757 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22791/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.62
CPU time (s): 1800.17
CPU user time (s): 1798.73
CPU system time (s): 1.44778
CPU usage (%): 101.098
Max. virtual memory (cumulated for all children) (KiB): 1799092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 1.44778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244720
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= 44308
involuntary context switches= 41960

runsolver used 1.70674 second user time and 4.84926 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Apr 16 05:07:40 UTC 2007

IDJOB= 354219
IDBENCH= 2414
IDSOLVER= 160
FILE ID= node14/354219-1176700060

PBS_JOBID= 4559412

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b4d90975042873aa16a95872bfad2ca2

RANDOM SEED= 592933706

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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:       1762192 kB
Buffers:         27704 kB
Cached:         171348 kB
SwapCached:      11748 kB
Active:         154156 kB
Inactive:        81400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762192 kB
SwapTotal:     4192956 kB
SwapFree:      4149104 kB
Dirty:            5384 kB
Writeback:           0 kB
Mapped:          43172 kB
Slab:            43564 kB
Committed_AS:  6510992 kB
PageTables:       1840 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= 66516 MiB

End job on node14 on Mon Apr 16 05:37:23 UTC 2007