Trace number 349233

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.34 1719.48

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
MD5SUMd6efb238990ec55ca510b102fead8acf
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1466812
Total number of constraints24336
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 constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 3531010623397850041104
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
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.10/0.48	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.48	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.48	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.49	c no version file found!!!
0.10/0.49	c sun.arch.data.model	32
0.10/0.49	c java.version	1.6.0
0.10/0.49	c os.name	Linux
0.10/0.49	c os.version	2.6.9-22.EL.rootsmp
0.10/0.49	c os.arch	i386
0.10/0.49	c Free memory 1651659224
0.10/0.49	c Max memory 1654456320
0.10/0.49	c Total memory 1654456320
0.10/0.49	c Number of processors 2
0.17/0.55	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.17/0.55	--- Begin Solver configuration ---
0.17/0.55	c Stops conflict analysis at the first Unique Implication Point
0.17/0.55	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.55	c Learn all clauses as in MiniSAT
0.17/0.55	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.55	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.55	c No reason simplification
0.17/0.55	c --- End Solver configuration ---
0.17/0.55	c solving /tmp/evaluation/349233-1176686704/instance-349233-1176686704.opb
0.17/0.55	c reading problem ... 
61.57/46.38	c ... done. Wall clock time 45.831s.
61.57/46.38	c CPU time (experimental) 30.79s.
61.57/46.38	c #vars     1466812
61.57/46.38	c #constraints  48620
1562.33/1489.01	c cleaning 1 clauses out of 24000 for limit 1117046.7123813936
1800.05/1719.22	c starts		: 2
1800.05/1719.22	c conflicts		: 27033
1800.05/1719.22	c decisions		: 3523419
1800.05/1719.22	c propagations		: 8725399
1800.05/1719.22	c inspects		: 73192065
1800.05/1719.22	c learnt literals	: 0
1800.05/1719.22	c learnt binary clauses	: 0
1800.05/1719.22	c learnt ternary clauses	: 0
1800.05/1719.22	c learnt clauses	: 27032
1800.05/1719.22	c root simplifications	: 0
1800.05/1719.22	c removed literals (reason simplification)	: 0
1800.05/1719.22	c reason swapping (by a shorter reason)	: 0
1800.05/1719.22	c Calls to reduceDB	: 1
1800.05/1719.22	c speed (decisions/second)	: 2109.0815602115176
1800.05/1719.22	c non guided choices	78252
1800.05/1719.22	s UNKNOWN
1800.05/1719.22	c Total wall clock time (ms): 1718.671

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/node18/watcher-349233-1176686704 -o ROOT/results/node18/solver-349233-1176686704 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349233-1176686704/sat4jPseudoCP.jar /tmp/evaluation/349233-1176686704/instance-349233-1176686704.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.78 0.94 0.97 2/77 14656
/proc/meminfo: memFree=1752288/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=18568 CPUtime=0
/proc/14656/stat : 14656 (runsolver) D 14654 14656 14593 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 116587891 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 227848809767 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/14656/statm: 4642 292 257 24 0 2626 0

[startup+0.0215589 s]
/proc/loadavg: 0.78 0.94 0.97 2/77 14656
/proc/meminfo: memFree=1752288/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=18568 CPUtime=0
/proc/14656/stat : 14656 (runsolver) D 14654 14656 14593 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 116587891 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 227848809767 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/14656/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.101568 s]
/proc/loadavg: 0.78 0.94 0.97 2/77 14656
/proc/meminfo: memFree=1752288/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=1472 CPUtime=0
/proc/14656/stat : 14656 (java) D 14654 14656 14593 0 -1 0 105 0 9 0 0 0 0 0 18 0 1 0 116587891 1507328 86 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8066560 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/14656/statm: 368 86 64 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.301775 s]
/proc/loadavg: 0.78 0.94 0.97 2/77 14656
/proc/meminfo: memFree=1752288/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=1775952 CPUtime=0.04
/proc/14656/stat : 14656 (java) S 14654 14656 14593 0 -1 0 2994 0 49 0 0 4 0 0 18 0 4 0 116587891 1818574848 2789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/14656/statm: 443988 2789 798 9 0 441624 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1775952

[startup+0.701821 s]
/proc/loadavg: 0.78 0.94 0.97 2/77 14656
/proc/meminfo: memFree=1752288/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=1781524 CPUtime=0.41
/proc/14656/stat : 14656 (java) S 14654 14656 14593 0 -1 0 17895 0 50 0 30 11 0 0 18 0 12 0 116587891 1824280576 17666 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14656/statm: 445381 17666 1267 9 0 442993 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1781524

[startup+1.50289 s]
/proc/loadavg: 0.78 0.94 0.97 2/89 14668
/proc/meminfo: memFree=1668992/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=1782416 CPUtime=1.38
/proc/14656/stat : 14656 (java) S 14654 14656 14593 0 -1 0 28081 0 50 0 123 15 0 0 18 0 12 0 116587891 1825193984 27590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14656/statm: 445604 27591 1297 9 0 443216 0
[pid=14656/tid=14658] ppid=14654 vsize=1782416 CPUtime=1.04
/proc/14656/task/14658/stat : 14658 (java) R 14654 14656 14593 0 -1 64 26403 0 11 0 91 13 0 0 25 0 12 0 116587912 1825193984 27591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516096 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14659] ppid=14654 vsize=1782416 CPUtime=0
/proc/14656/task/14659/stat : 14659 (java) S 14654 14656 14593 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 116587919 1825193984 27591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14660] ppid=14654 vsize=1782416 CPUtime=0
/proc/14656/task/14660/stat : 14660 (java) S 14654 14656 14593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 116587919 1825193984 27592 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14654 vsize=1782416 CPUtime=0
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 116587923 1825193984 27593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14662] ppid=14654 vsize=1782416 CPUtime=0
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 14593 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 116587924 1825193984 27593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14663] ppid=14654 vsize=1782416 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 14593 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 116587924 1825193984 27594 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14664] ppid=14654 vsize=1782416 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 116587931 1825193984 27595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=1782416 CPUtime=0.15
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 14593 0 -1 64 408 0 0 0 15 0 0 0 16 0 12 0 116587932 1825193984 27595 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14666] ppid=14654 vsize=1782416 CPUtime=0.15
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 14593 0 -1 64 592 0 0 0 15 0 0 0 16 0 12 0 116587932 1825193984 27596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=1782416 CPUtime=0
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 116587932 1825193984 27597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=1782416 CPUtime=0
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 14593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 116587932 1825193984 27597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1782416

[startup+3.10105 s]
/proc/loadavg: 0.78 0.94 0.97 2/89 14668
/proc/meminfo: memFree=1596416/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=1783700 CPUtime=3.16
/proc/14656/stat : 14656 (java) S 14654 14656 14593 0 -1 0 54699 0 50 0 288 28 0 0 18 0 12 0 116587891 1826508800 53837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14656/statm: 445925 53837 1306 9 0 443537 0
[pid=14656/tid=14658] ppid=14654 vsize=1783700 CPUtime=2.45
/proc/14656/task/14658/stat : 14658 (java) R 14654 14656 14593 0 -1 64 37644 0 11 0 228 17 0 0 22 0 12 0 116587912 1826508800 53837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14659] ppid=14654 vsize=1783700 CPUtime=0.17
/proc/14656/task/14659/stat : 14659 (java) S 14654 14656 14593 0 -1 64 12069 0 0 0 11 6 0 0 16 0 12 0 116587919 1826508800 53837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14660] ppid=14654 vsize=1783700 CPUtime=0.17
/proc/14656/task/14660/stat : 14660 (java) S 14654 14656 14593 0 -1 64 3300 0 0 0 16 1 0 0 16 0 12 0 116587919 1826508800 53837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14654 vsize=1783700 CPUtime=0
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 14593 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 116587923 1826508800 53837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14662] ppid=14654 vsize=1783700 CPUtime=0
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 14593 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 116587924 1826508800 53837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14654 vsize=1783700 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116587924 1826508800 53837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14654 vsize=1783700 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 116587931 1826508800 53837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=1783700 CPUtime=0.15
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 14593 0 -1 64 408 0 0 0 15 0 0 0 16 0 12 0 116587932 1826508800 53837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14666] ppid=14654 vsize=1783700 CPUtime=0.15
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 14593 0 -1 64 592 0 0 0 15 0 0 0 16 0 12 0 116587932 1826508800 53837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=1783700 CPUtime=0
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 116587932 1826508800 53837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=1783700 CPUtime=0
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 14593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 116587932 1826508800 53837 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 1783700

[startup+6.30136 s]
/proc/loadavg: 0.80 0.94 0.97 2/89 14668
/proc/meminfo: memFree=1482560/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=1784920 CPUtime=6.7
/proc/14656/stat : 14656 (java) S 14654 14656 14593 0 -1 0 67012 0 50 0 634 36 0 0 18 0 12 0 116587891 1827758080 65500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14656/statm: 446230 65500 1306 9 0 443842 0
[pid=14656/tid=14658] ppid=14654 vsize=1784920 CPUtime=5.31
/proc/14656/task/14658/stat : 14658 (java) R 14654 14656 14593 0 -1 64 37647 0 11 0 511 20 0 0 25 0 12 0 116587912 1827758080 65500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14659] ppid=14654 vsize=1784920 CPUtime=0.5
/proc/14656/task/14659/stat : 14659 (java) S 14654 14656 14593 0 -1 64 17293 0 0 0 42 8 0 0 20 0 12 0 116587919 1827758080 65500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14660] ppid=14654 vsize=1784920 CPUtime=0.5
/proc/14656/task/14660/stat : 14660 (java) S 14654 14656 14593 0 -1 64 10384 0 0 0 46 4 0 0 19 0 12 0 116587919 1827758080 65500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14654 vsize=1784920 CPUtime=0
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 14593 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 116587923 1827758080 65500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14662] ppid=14654 vsize=1784920 CPUtime=0
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 14593 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 116587924 1827758080 65500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14654 vsize=1784920 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116587924 1827758080 65500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14654 vsize=1784920 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 116587931 1827758080 65500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=1784920 CPUtime=0.17
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 14593 0 -1 64 410 0 0 0 17 0 0 0 16 0 12 0 116587932 1827758080 65500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14666] ppid=14654 vsize=1784920 CPUtime=0.16
/proc/14656/task/14666/stat : 14666 (java) R 14654 14656 14593 0 -1 64 592 0 0 0 16 0 0 0 16 0 12 0 116587932 1827758080 65500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103257781 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=1784920 CPUtime=0
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 116587932 1827758080 65500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=1784920 CPUtime=0
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 14593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 116587932 1827758080 65500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 1784920

[startup+12.702 s]
/proc/loadavg: 0.89 0.96 0.98 2/89 14668
/proc/meminfo: memFree=1363400/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=1795768 CPUtime=16.16
/proc/14656/stat : 14656 (java) S 14654 14656 14593 0 -1 0 109364 0 50 0 1560 56 0 0 18 0 12 0 116587891 1838866432 99871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14656/statm: 448942 99871 1321 9 0 446554 0
[pid=14656/tid=14658] ppid=14654 vsize=1795768 CPUtime=9.04
/proc/14656/task/14658/stat : 14658 (java) S 14654 14656 14593 0 -1 64 37668 0 11 0 883 21 0 0 25 0 12 0 116587912 1838866432 99871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14659] ppid=14654 vsize=1795768 CPUtime=2.81
/proc/14656/task/14659/stat : 14659 (java) R 14654 14656 14593 0 -1 64 35873 0 0 0 265 16 0 0 19 0 12 0 116587919 1838866432 99871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105367784 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14660] ppid=14654 vsize=1795768 CPUtime=2.81
/proc/14656/task/14660/stat : 14660 (java) R 14654 14656 14593 0 -1 64 28702 0 0 0 269 12 0 0 20 0 12 0 116587919 1838866432 99871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105698253 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14654 vsize=1795768 CPUtime=0
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 14593 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 116587923 1838866432 99871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14662] ppid=14654 vsize=1795768 CPUtime=0
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 14593 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 116587924 1838866432 99871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14654 vsize=1795768 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116587924 1838866432 99871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14654 vsize=1795768 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 116587931 1838866432 99871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=1795768 CPUtime=0.89
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 14593 0 -1 64 4662 0 0 0 88 1 0 0 16 0 12 0 116587932 1838866432 99871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14666] ppid=14654 vsize=1795768 CPUtime=0.54
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 14593 0 -1 64 1773 0 0 0 54 0 0 0 16 0 12 0 116587932 1838866432 99871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=1795768 CPUtime=0
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 116587932 1838866432 99871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=1795768 CPUtime=0
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 14593 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 116587932 1838866432 99871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.16
Current children cumulated vsize (KiB) 1795768

[startup+25.5022 s]
/proc/loadavg: 1.14 1.01 0.99 2/89 14668
/proc/meminfo: memFree=1108232/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=1794956 CPUtime=33.47
/proc/14656/stat : 14656 (java) S 14654 14656 14593 0 -1 0 177767 0 50 0 3259 88 0 0 18 0 12 0 116587891 1838034944 159655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14656/statm: 448739 159655 1321 9 0 446351 0
[pid=14656/tid=14658] ppid=14654 vsize=1794956 CPUtime=17.31
/proc/14656/task/14658/stat : 14658 (java) R 14654 14656 14593 0 -1 64 37691 0 11 0 1709 22 0 0 19 0 12 0 116587912 1838034944 159655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109634873 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14659] ppid=14654 vsize=1794956 CPUtime=7.22
/proc/14656/task/14659/stat : 14659 (java) S 14654 14656 14593 0 -1 64 71330 0 0 0 689 33 0 0 16 0 12 0 116587919 1838034944 159655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14660] ppid=14654 vsize=1794956 CPUtime=7.22
/proc/14656/task/14660/stat : 14660 (java) S 14654 14656 14593 0 -1 64 61540 0 0 0 696 26 0 0 16 0 12 0 116587919 1838034944 159655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14661] ppid=14654 vsize=1794956 CPUtime=0
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 14593 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 116587923 1838034944 159655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14662] ppid=14654 vsize=1794956 CPUtime=0
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 14593 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 116587924 1838034944 159655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14654 vsize=1794956 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 116587924 1838034944 159655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14654 vsize=1794956 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 116587931 1838034944 159655 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=14656/tid=14661] ppid=14654 vsize=1795032 CPUtime=0.34
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 14593 0 -1 64 22 0 0 0 21 13 0 0 16 0 13 0 116587923 1838112768 406897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14662] ppid=14654 vsize=1795032 CPUtime=0
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 14593 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 116587924 1838112768 406897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14654 vsize=1795032 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116587924 1838112768 406897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14654 vsize=1795032 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 116587931 1838112768 406897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=1795032 CPUtime=2.08
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 14593 0 -1 64 8092 0 0 0 205 3 0 0 16 0 13 0 116587932 1838112768 406897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14666] ppid=14654 vsize=1795032 CPUtime=2.04
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 14593 0 -1 64 2811 0 0 0 203 1 0 0 16 0 13 0 116587932 1838112768 406897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=1795032 CPUtime=0
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 116587932 1838112768 406897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=1795032 CPUtime=0
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 14593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 116587932 1838112768 406897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14669] ppid=14654 vsize=1795032 CPUtime=0
/proc/14656/task/14669/stat : 14669 (java) S 14654 14656 14593 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 116592897 1838112768 406897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1555.26
Current children cumulated vsize (KiB) 1795032

[startup+1542.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/90 14671
/proc/meminfo: memFree=97856/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=1797560 CPUtime=1617.83
/proc/14656/stat : 14656 (java) S 14654 14656 14593 0 -1 0 451680 0 50 0 161463 320 0 0 18 0 13 0 116587891 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14656/statm: 449390 411380 1336 9 0 447002 0
[pid=14656/tid=14658] ppid=14654 vsize=1797560 CPUtime=1462.02
/proc/14656/task/14658/stat : 14658 (java) R 14654 14656 14593 0 -1 64 39242 0 11 0 146168 34 0 0 25 0 13 0 116587912 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110042159 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14659] ppid=14654 vsize=1797560 CPUtime=75.45
/proc/14656/task/14659/stat : 14659 (java) S 14654 14656 14593 0 -1 64 207911 0 0 0 7400 145 0 0 16 0 13 0 116587919 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14660] ppid=14654 vsize=1797560 CPUtime=75.38
/proc/14656/task/14660/stat : 14660 (java) S 14654 14656 14593 0 -1 64 191837 0 0 0 7421 117 0 0 16 0 13 0 116587919 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14654 vsize=1797560 CPUtime=0.37
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 14593 0 -1 64 23 0 0 0 23 14 0 0 15 0 13 0 116587923 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14662] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 14593 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 116587924 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116587924 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 116587931 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=1797560 CPUtime=2.11
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 14593 0 -1 64 8092 0 0 0 208 3 0 0 16 0 13 0 116587932 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14666] ppid=14654 vsize=1797560 CPUtime=2.41
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 14593 0 -1 64 3891 0 0 0 239 2 0 0 16 0 13 0 116587932 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 116587932 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 14593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 116587932 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14669] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14669/stat : 14669 (java) S 14654 14656 14593 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 116592897 1840701440 411380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1617.83
Current children cumulated vsize (KiB) 1797560

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 14671
/proc/meminfo: memFree=84096/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=1797560 CPUtime=1680.04
/proc/14656/stat : 14656 (java) S 14654 14656 14593 0 -1 0 455248 0 50 0 167680 324 0 0 18 0 13 0 116587891 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14656/statm: 449390 414908 1336 9 0 447002 0
[pid=14656/tid=14658] ppid=14654 vsize=1797560 CPUtime=1519.72
/proc/14656/task/14658/stat : 14658 (java) R 14654 14656 14593 0 -1 64 39280 0 11 0 151938 34 0 0 25 0 13 0 116587912 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554112 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14659] ppid=14654 vsize=1797560 CPUtime=77.72
/proc/14656/task/14659/stat : 14659 (java) S 14654 14656 14593 0 -1 64 211359 0 0 0 7624 148 0 0 16 0 13 0 116587919 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14660] ppid=14654 vsize=1797560 CPUtime=77.62
/proc/14656/task/14660/stat : 14660 (java) S 14654 14656 14593 0 -1 64 191919 0 0 0 7645 117 0 0 16 0 13 0 116587919 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14654 vsize=1797560 CPUtime=0.37
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 14593 0 -1 64 23 0 0 0 23 14 0 0 15 0 13 0 116587923 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14662] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 14593 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 116587924 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116587924 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 116587931 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=1797560 CPUtime=2.11
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 14593 0 -1 64 8092 0 0 0 208 3 0 0 16 0 13 0 116587932 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14666] ppid=14654 vsize=1797560 CPUtime=2.41
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 14593 0 -1 64 3891 0 0 0 239 2 0 0 16 0 13 0 116587932 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 116587932 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 14593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 116587932 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14669] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14669/stat : 14669 (java) S 14654 14656 14593 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 116592897 1840701440 414908 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1680.04
Current children cumulated vsize (KiB) 1797560

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 14671
/proc/meminfo: memFree=90560/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=1797560 CPUtime=1741.69
/proc/14656/stat : 14656 (java) S 14654 14656 14593 0 -1 0 465322 0 50 0 173840 329 0 0 18 0 13 0 116587891 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14656/statm: 449390 413109 1338 9 0 447002 0
[pid=14656/tid=14658] ppid=14654 vsize=1797560 CPUtime=1572.44
/proc/14656/task/14658/stat : 14658 (java) R 14654 14656 14593 0 -1 64 39314 0 11 0 157210 34 0 0 25 0 13 0 116587912 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554171 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14659] ppid=14654 vsize=1797560 CPUtime=79.42
/proc/14656/task/14659/stat : 14659 (java) S 14654 14656 14593 0 -1 64 213651 0 0 0 7793 149 0 0 16 0 13 0 116587919 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14660] ppid=14654 vsize=1797560 CPUtime=79.31
/proc/14656/task/14660/stat : 14660 (java) S 14654 14656 14593 0 -1 64 192558 0 0 0 7814 117 0 0 16 0 13 0 116587919 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14661] ppid=14654 vsize=1797560 CPUtime=5.92
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 14593 0 -1 64 7132 0 0 0 574 18 0 0 16 0 13 0 116587923 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14662] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 14593 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 116587924 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116587924 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 116587931 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=1797560 CPUtime=2.11
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 14593 0 -1 64 8092 0 0 0 208 3 0 0 16 0 13 0 116587932 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14666] ppid=14654 vsize=1797560 CPUtime=2.41
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 14593 0 -1 64 3891 0 0 0 239 2 0 0 16 0 13 0 116587932 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 116587932 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 14593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 116587932 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14669] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14669/stat : 14669 (java) S 14654 14656 14593 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 116592897 1840701440 413109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1741.69
Current children cumulated vsize (KiB) 1797560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1719.2 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 14671
/proc/meminfo: memFree=90432/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=1797560 CPUtime=1800.05
/proc/14656/stat : 14656 (java) S 14654 14656 14593 0 -1 0 465443 0 50 0 179675 330 0 0 18 0 13 0 116587891 1840701440 413141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14656/statm: 449390 413141 1338 9 0 447002 0
[pid=14656/tid=14658] ppid=14654 vsize=1797560 CPUtime=1627.83
/proc/14656/task/14658/stat : 14658 (java) R 14654 14656 14593 0 -1 64 39349 0 11 0 162749 34 0 0 25 0 13 0 116587912 1840701440 413141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110022114 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14659] ppid=14654 vsize=1797560 CPUtime=80.89
/proc/14656/task/14659/stat : 14659 (java) S 14654 14656 14593 0 -1 64 213690 0 0 0 7940 149 0 0 16 0 13 0 116587919 1840701440 413141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14660] ppid=14654 vsize=1797560 CPUtime=80.78
/proc/14656/task/14660/stat : 14660 (java) S 14654 14656 14593 0 -1 64 192605 0 0 0 7960 118 0 0 16 0 13 0 116587919 1840701440 413141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14661] ppid=14654 vsize=1797560 CPUtime=5.93
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 14593 0 -1 64 7132 0 0 0 575 18 0 0 16 0 13 0 116587923 1840701440 413141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14662] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 14593 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 116587924 1840701440 413141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14663] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 14593 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 116587924 1840701440 413141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14664] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 116587931 1840701440 413141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=1797560 CPUtime=2.12
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 14593 0 -1 64 8092 0 0 0 209 3 0 0 16 0 13 0 116587932 1840701440 413141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14666] ppid=14654 vsize=1797560 CPUtime=2.41
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 14593 0 -1 64 3891 0 0 0 239 2 0 0 16 0 13 0 116587932 1840701440 413141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 14593 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 116587932 1840701440 413141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 14593 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 116587932 1840701440 413141 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14656/tid=14669] ppid=14654 vsize=1797560 CPUtime=0
/proc/14656/task/14669/stat : 14669 (java) S 14654 14656 14593 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 116592897 1840701440 413141 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) 1797560

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

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

[startup+1719.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 14671
/proc/meminfo: memFree=90432/2055920 swapFree=4167952/4192956
[pid=14656] ppid=14654 vsize=0 CPUtime=1800.25
/proc/14656/stat : 14656 (java) Z 14654 14656 14593 0 -1 1036 465463 0 50 0 179677 348 0 0 16 0 2 0 116587891 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14656/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1719.48
CPU time (s): 1800.34
CPU user time (s): 1796.78
CPU system time (s): 3.55846
CPU usage (%): 104.702
Max. virtual memory (cumulated for all children) (KiB): 1813564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.78
system time used= 3.55846
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 465463
page faults= 50
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53032
involuntary context switches= 57408

runsolver used 2.09468 second user time and 5.50816 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Apr 16 01:25:05 UTC 2007

IDJOB= 349233
IDBENCH= 2279
IDSOLVER= 160
FILE ID= node18/349233-1176686704

PBS_JOBID= 4559408

Free space on /tmp= 66464 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349233-1176686704/sat4jPseudoCP.jar /tmp/evaluation/349233-1176686704/instance-349233-1176686704.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-349233-1176686704 -o ROOT/results/node18/solver-349233-1176686704 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349233-1176686704/sat4jPseudoCP.jar /tmp/evaluation/349233-1176686704/instance-349233-1176686704.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d6efb238990ec55ca510b102fead8acf

RANDOM SEED= 837969750

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.234
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.234
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:       1752632 kB
Buffers:         13628 kB
Cached:         203748 kB
SwapCached:       3216 kB
Active:         137300 kB
Inactive:       112320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752632 kB
SwapTotal:     4192956 kB
SwapFree:      4167952 kB
Dirty:           83484 kB
Writeback:           0 kB
Mapped:          39416 kB
Slab:            39204 kB
Committed_AS:  4270836 kB
PageTables:       1776 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= 66464 MiB

End job on node18 on Mon Apr 16 01:53:47 UTC 2007