Trace number 348229

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.12 1786

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-woodw.opb
MD5SUMef3d01fb716807987360ebbfd3d821b6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables252150
Total number of constraints1098
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 constraints1098
Minimum length of a constraint30
Maximum length of a constraint43590
Number of terms in the objective function 120
Biggest coefficient in the objective function 65537
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524404
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 559950
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.26	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.26	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.27	c no version file found!!!
0.09/0.27	c sun.arch.data.model	32
0.09/0.27	c java.version	1.6.0
0.09/0.27	c os.name	Linux
0.09/0.27	c os.version	2.6.9-22.EL.rootsmp
0.09/0.27	c os.arch	i386
0.09/0.27	c Free memory 1651659224
0.09/0.27	c Max memory 1654456320
0.09/0.27	c Total memory 1654456320
0.09/0.27	c Number of processors 2
0.18/0.33	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.18/0.33	--- Begin Solver configuration ---
0.18/0.33	c Stops conflict analysis at the first Unique Implication Point
0.18/0.33	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.18/0.33	c Learn all clauses as in MiniSAT
0.18/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.18/0.33	c VSIDS like heuristics from MiniSAT using a heap
0.18/0.33	c No reason simplification
0.18/0.33	c --- End Solver configuration ---
0.18/0.33	c Simplify asserted PB constraints to clauses
0.18/0.33	c solving /tmp/evaluation/348229-1176573650/instance-348229-1176573650.opb
0.18/0.33	c reading problem ... 
14.21/11.10	c ... done. Wall clock time 10.769s.
14.21/11.10	c CPU time (experimental) 8.0s.
14.21/11.10	c #vars     252150
14.21/11.10	c #constraints  1915
1800.02/1785.91	c starts		: 1
1800.02/1785.91	c conflicts		: 7
1800.02/1785.91	c decisions		: 1632
1800.02/1785.91	c propagations		: 173272
1800.02/1785.91	c inspects		: 667926
1800.02/1785.91	c learnt literals	: 0
1800.02/1785.91	c learnt binary clauses	: 0
1800.02/1785.91	c learnt ternary clauses	: 0
1800.02/1785.91	c learnt clauses	: 6
1800.02/1785.91	c root simplifications	: 0
1800.02/1785.91	c removed literals (reason simplification)	: 0
1800.02/1785.91	c reason swapping (by a shorter reason)	: 0
1800.02/1785.91	c Calls to reduceDB	: 0
1800.02/1785.91	c speed (decisions/second)	: 0.919725750404916
1800.02/1785.91	c non guided choices	0
1800.02/1785.91	s UNKNOWN
1800.02/1785.91	c Total wall clock time (ms): 1785.583

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node61/watcher-348229-1176573650 -o ROOT/results/node61/solver-348229-1176573650 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348229-1176573650/sat4jPseudoCPClause.jar /tmp/evaluation/348229-1176573650/instance-348229-1176573650.opb 

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


[startup+0 s]
/proc/loadavg: 0.96 1.00 1.00 2/64 25739
/proc/meminfo: memFree=1315976/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=272 CPUtime=0
/proc/25739/stat : 25739 (java) D 25737 25739 25070 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 69328616 278528 37 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10384164 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25739/statm: 68 37 28 9 0 6 0

[startup+0.0594109 s]
/proc/loadavg: 0.96 1.00 1.00 2/64 25739
/proc/meminfo: memFree=1315976/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=12056 CPUtime=0
/proc/25739/stat : 25739 (java) D 25737 25739 25070 0 -1 0 370 0 17 0 0 0 0 0 18 0 1 0 69328616 12345344 194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 10355498 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25739/statm: 3014 194 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.10235 s]
/proc/loadavg: 0.96 1.00 1.00 2/64 25739
/proc/meminfo: memFree=1315976/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=1776088 CPUtime=0.02
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 3145 0 31 0 1 1 0 0 18 0 4 0 69328616 1818714112 2922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 444022 2922 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.301368 s]
/proc/loadavg: 0.96 1.00 1.00 2/64 25739
/proc/meminfo: memFree=1315976/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=1782004 CPUtime=0.18
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 4721 0 31 0 15 3 0 0 18 0 12 0 69328616 1824772096 4489 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 445501 4489 1243 9 0 443112 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1782004

[startup+0.701408 s]
/proc/loadavg: 0.96 1.00 1.00 2/64 25739
/proc/meminfo: memFree=1315976/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=1783348 CPUtime=0.75
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 8993 0 31 0 70 5 0 0 18 0 12 0 69328616 1826148352 8589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 445837 8589 1302 9 0 443448 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 1783348

[startup+1.50248 s]
/proc/loadavg: 0.96 1.00 1.00 4/76 25751
/proc/meminfo: memFree=1273832/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=1783448 CPUtime=1.83
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 25400 0 31 0 171 12 0 0 18 0 12 0 69328616 1826250752 24729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 445862 24733 1304 9 0 443473 0
[pid=25739/tid=25741] ppid=25737 vsize=1783448 CPUtime=1.07
/proc/25739/task/25741/stat : 25741 (java) R 25737 25739 25070 0 -1 64 23428 0 1 0 96 11 0 0 19 0 12 0 69328623 1826250752 24736 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109594743 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25742] ppid=25737 vsize=1783448 CPUtime=0
/proc/25739/task/25742/stat : 25742 (java) S 25737 25739 25070 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 69328625 1826250752 24738 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25743] ppid=25737 vsize=1783448 CPUtime=0
/proc/25739/task/25743/stat : 25743 (java) S 25737 25739 25070 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 69328625 1826250752 24741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25744] ppid=25737 vsize=1783448 CPUtime=0
/proc/25739/task/25744/stat : 25744 (java) S 25737 25739 25070 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 69328627 1826250752 24744 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25745] ppid=25737 vsize=1783448 CPUtime=0
/proc/25739/task/25745/stat : 25745 (java) S 25737 25739 25070 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 69328628 1826250752 24746 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25746] ppid=25737 vsize=1783448 CPUtime=0
/proc/25739/task/25746/stat : 25746 (java) S 25737 25739 25070 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 69328628 1826250752 24749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25747] ppid=25737 vsize=1783448 CPUtime=0
/proc/25739/task/25747/stat : 25747 (java) S 25737 25739 25070 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 69328635 1826250752 24752 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25748] ppid=25737 vsize=1783448 CPUtime=0.34
/proc/25739/task/25748/stat : 25748 (java) S 25737 25739 25070 0 -1 64 617 0 0 0 34 0 0 0 16 0 12 0 69328635 1826250752 24754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25749] ppid=25737 vsize=1783448 CPUtime=0.39
/proc/25739/task/25749/stat : 25749 (java) S 25737 25739 25070 0 -1 64 673 0 0 0 39 0 0 0 16 0 12 0 69328635 1826250752 24755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25750] ppid=25737 vsize=1783448 CPUtime=0
/proc/25739/task/25750/stat : 25750 (java) S 25737 25739 25070 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 69328635 1826250752 24756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25751] ppid=25737 vsize=1783448 CPUtime=0
/proc/25739/task/25751/stat : 25751 (java) S 25737 25739 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 69328635 1826250752 24756 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 1783448

[startup+3.10263 s]
/proc/loadavg: 0.96 1.00 1.00 3/76 25751
/proc/meminfo: memFree=1130792/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=1784732 CPUtime=3.66
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 48920 0 31 0 343 23 0 0 18 0 12 0 69328616 1827565568 47663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 446183 47663 1313 9 0 443794 0
[pid=25739/tid=25741] ppid=25737 vsize=1784732 CPUtime=2.44
/proc/25739/task/25741/stat : 25741 (java) R 25737 25739 25070 0 -1 64 37682 0 1 0 227 17 0 0 24 0 12 0 69328623 1827565568 47663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109495906 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25742] ppid=25737 vsize=1784732 CPUtime=0.2
/proc/25739/task/25742/stat : 25742 (java) S 25737 25739 25070 0 -1 64 4127 0 0 0 19 1 0 0 16 0 12 0 69328625 1827565568 47663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25743] ppid=25737 vsize=1784732 CPUtime=0.2
/proc/25739/task/25743/stat : 25743 (java) S 25737 25739 25070 0 -1 64 5127 0 0 0 18 2 0 0 18 0 12 0 69328625 1827565568 47663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25744] ppid=25737 vsize=1784732 CPUtime=0
/proc/25739/task/25744/stat : 25744 (java) S 25737 25739 25070 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 69328627 1827565568 47663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25745] ppid=25737 vsize=1784732 CPUtime=0
/proc/25739/task/25745/stat : 25745 (java) S 25737 25739 25070 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 69328628 1827565568 47663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25746] ppid=25737 vsize=1784732 CPUtime=0
/proc/25739/task/25746/stat : 25746 (java) S 25737 25739 25070 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 69328628 1827565568 47663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25747] ppid=25737 vsize=1784732 CPUtime=0
/proc/25739/task/25747/stat : 25747 (java) S 25737 25739 25070 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 69328635 1827565568 47663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25748] ppid=25737 vsize=1784732 CPUtime=0.36
/proc/25739/task/25748/stat : 25748 (java) S 25737 25739 25070 0 -1 64 617 0 0 0 36 0 0 0 16 0 12 0 69328635 1827565568 47663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25749] ppid=25737 vsize=1784732 CPUtime=0.39
/proc/25739/task/25749/stat : 25749 (java) S 25737 25739 25070 0 -1 64 673 0 0 0 39 0 0 0 16 0 12 0 69328635 1827565568 47663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25750] ppid=25737 vsize=1784732 CPUtime=0
/proc/25739/task/25750/stat : 25750 (java) S 25737 25739 25070 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 69328635 1827565568 47663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25751] ppid=25737 vsize=1784732 CPUtime=0
/proc/25739/task/25751/stat : 25751 (java) S 25737 25739 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 69328635 1827565568 47663 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1784732

[startup+6.30294 s]
/proc/loadavg: 0.96 1.00 1.00 2/76 25751
/proc/meminfo: memFree=1051240/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=1787296 CPUtime=7.77
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 76549 0 31 0 740 37 0 0 18 0 12 0 69328616 1830191104 71438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 446824 71438 1313 9 0 444435 0
[pid=25739/tid=25741] ppid=25737 vsize=1787296 CPUtime=4.75
/proc/25739/task/25741/stat : 25741 (java) R 25737 25739 25070 0 -1 64 37686 0 1 0 457 18 0 0 19 0 12 0 69328623 1830191104 71438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25742] ppid=25737 vsize=1787296 CPUtime=1.08
/proc/25739/task/25742/stat : 25742 (java) S 25737 25739 25070 0 -1 64 19324 0 0 0 99 9 0 0 18 0 12 0 69328625 1830191104 71438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25743] ppid=25737 vsize=1787296 CPUtime=1.09
/proc/25739/task/25743/stat : 25743 (java) S 25737 25739 25070 0 -1 64 17550 0 0 0 101 8 0 0 19 0 12 0 69328625 1830191104 71438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25744] ppid=25737 vsize=1787296 CPUtime=0
/proc/25739/task/25744/stat : 25744 (java) S 25737 25739 25070 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 69328627 1830191104 71438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25745] ppid=25737 vsize=1787296 CPUtime=0
/proc/25739/task/25745/stat : 25745 (java) S 25737 25739 25070 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 69328628 1830191104 71438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25746] ppid=25737 vsize=1787296 CPUtime=0
/proc/25739/task/25746/stat : 25746 (java) S 25737 25739 25070 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 69328628 1830191104 71438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25747] ppid=25737 vsize=1787296 CPUtime=0
/proc/25739/task/25747/stat : 25747 (java) S 25737 25739 25070 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 69328635 1830191104 71438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25748] ppid=25737 vsize=1787296 CPUtime=0.37
/proc/25739/task/25748/stat : 25748 (java) S 25737 25739 25070 0 -1 64 619 0 0 0 37 0 0 0 17 0 12 0 69328635 1830191104 71438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25749] ppid=25737 vsize=1787296 CPUtime=0.43
/proc/25739/task/25749/stat : 25749 (java) S 25737 25739 25070 0 -1 64 675 0 0 0 43 0 0 0 16 0 12 0 69328635 1830191104 71438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25750] ppid=25737 vsize=1787296 CPUtime=0
/proc/25739/task/25750/stat : 25750 (java) S 25737 25739 25070 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 69328635 1830191104 71438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25751] ppid=25737 vsize=1787296 CPUtime=0
/proc/25739/task/25751/stat : 25751 (java) S 25737 25739 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 69328635 1830191104 71438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 1787296

[startup+12.7026 s]
/proc/loadavg: 0.96 1.00 1.00 2/82 25777
/proc/meminfo: memFree=932664/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=1789576 CPUtime=16.23
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 105395 0 31 0 1571 52 0 0 18 0 12 0 69328616 1832525824 94893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 447394 94893 1328 9 0 445005 0
[pid=25739/tid=25741] ppid=25737 vsize=1789576 CPUtime=9.27
/proc/25739/task/25741/stat : 25741 (java) R 25737 25739 25070 0 -1 64 37722 0 1 0 909 18 0 0 19 0 12 0 69328623 1832525824 94893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109675293 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25742] ppid=25737 vsize=1789576 CPUtime=2.91
/proc/25739/task/25742/stat : 25742 (java) S 25737 25739 25070 0 -1 64 37038 0 0 0 273 18 0 0 16 0 12 0 69328625 1832525824 94893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25743] ppid=25737 vsize=1789576 CPUtime=2.91
/proc/25739/task/25743/stat : 25743 (java) S 25737 25739 25070 0 -1 64 27868 0 0 0 278 13 0 0 16 0 12 0 69328625 1832525824 94893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25744] ppid=25737 vsize=1789576 CPUtime=0
/proc/25739/task/25744/stat : 25744 (java) S 25737 25739 25070 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 69328627 1832525824 94893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25745] ppid=25737 vsize=1789576 CPUtime=0
/proc/25739/task/25745/stat : 25745 (java) S 25737 25739 25070 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 69328628 1832525824 94893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25746] ppid=25737 vsize=1789576 CPUtime=0
/proc/25739/task/25746/stat : 25746 (java) S 25737 25739 25070 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 69328628 1832525824 94893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25747] ppid=25737 vsize=1789576 CPUtime=0
/proc/25739/task/25747/stat : 25747 (java) S 25737 25739 25070 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 69328635 1832525824 94893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25748] ppid=25737 vsize=1789576 CPUtime=0.56
/proc/25739/task/25748/stat : 25748 (java) S 25737 25739 25070 0 -1 64 1379 0 0 0 56 0 0 0 16 0 12 0 69328635 1832525824 94893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25749] ppid=25737 vsize=1789576 CPUtime=0.52
/proc/25739/task/25749/stat : 25749 (java) S 25737 25739 25070 0 -1 64 693 0 0 0 52 0 0 0 16 0 12 0 69328635 1832525824 94893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25750] ppid=25737 vsize=1789576 CPUtime=0
/proc/25739/task/25750/stat : 25750 (java) S 25737 25739 25070 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 69328635 1832525824 94893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25751] ppid=25737 vsize=1789576 CPUtime=0
/proc/25739/task/25751/stat : 25751 (java) S 25737 25739 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 69328635 1832525824 94893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.23
Current children cumulated vsize (KiB) 1789576

[startup+25.5018 s]
/proc/loadavg: 0.97 1.00 1.00 2/83 25834
/proc/meminfo: memFree=894704/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=1789472 CPUtime=30.01
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 117012 0 31 0 2942 59 0 0 18 0 13 0 69328616 1832419328 104373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 447368 104373 1332 9 0 444979 0
[pid=25739/tid=25741] ppid=25737 vsize=1789472 CPUtime=21.5
/proc/25739/task/25741/stat : 25741 (java) R 25737 25739 25070 0 -1 64 37751 0 1 0 2131 19 0 0 25 0 13 0 69328623 1832419328 104373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109545245 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25742] ppid=25737 vsize=1789472 CPUtime=3.27
/proc/25739/task/25742/stat : 25742 (java) S 25737 25739 25070 0 -1 64 42168 0 0 0 307 20 0 0 16 0 13 0 69328625 1832419328 104373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25743] ppid=25737 vsize=1789472 CPUtime=3.28
/proc/25739/task/25743/stat : 25743 (java) S 25737 25739 25070 0 -1 64 34191 0 0 0 311 17 0 0 16 0 13 0 69328625 1832419328 104373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25744] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25744/stat : 25744 (java) S 25737 25739 25070 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 69328627 1832419328 104373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25745] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25745/stat : 25745 (java) S 25737 25739 25070 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 69328628 1832419328 104373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25746] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25746/stat : 25746 (java) S 25737 25739 25070 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69328628 1832419328 104373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25747] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25747/stat : 25747 (java) S 25737 25739 25070 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 69328635 1832419328 104373 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25739] ppid=25737 vsize=1789472 CPUtime=1675.6
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 129544 0 31 0 167322 238 0 0 18 0 13 0 69328616 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 447368 111064 1332 9 0 444979 0
[pid=25739/tid=25741] ppid=25737 vsize=1789472 CPUtime=1637.94
/proc/25739/task/25741/stat : 25741 (java) R 25737 25739 25070 0 -1 64 42556 0 1 0 163764 30 0 0 25 0 13 0 69328623 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109930748 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25742] ppid=25737 vsize=1789472 CPUtime=17.68
/proc/25739/task/25742/stat : 25742 (java) S 25737 25739 25070 0 -1 64 46090 0 0 0 1677 91 0 0 16 0 13 0 69328625 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25743] ppid=25737 vsize=1789472 CPUtime=17.67
/proc/25739/task/25743/stat : 25743 (java) S 25737 25739 25070 0 -1 64 37992 0 0 0 1665 102 0 0 16 0 13 0 69328625 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25744] ppid=25737 vsize=1789472 CPUtime=0.34
/proc/25739/task/25744/stat : 25744 (java) S 25737 25739 25070 0 -1 64 12 0 0 0 22 12 0 0 16 0 13 0 69328627 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25745] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25745/stat : 25745 (java) S 25737 25739 25070 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 69328628 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25746] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25746/stat : 25746 (java) S 25737 25739 25070 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69328628 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25747] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25747/stat : 25747 (java) S 25737 25739 25070 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 69328635 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25748] ppid=25737 vsize=1789472 CPUtime=0.94
/proc/25739/task/25748/stat : 25748 (java) S 25737 25739 25070 0 -1 64 1455 0 0 0 94 0 0 0 16 0 13 0 69328635 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25749] ppid=25737 vsize=1789472 CPUtime=0.97
/proc/25739/task/25749/stat : 25749 (java) S 25737 25739 25070 0 -1 64 748 0 0 0 97 0 0 0 17 0 13 0 69328635 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25750] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25750/stat : 25750 (java) S 25737 25739 25070 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 69328635 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25751] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25751/stat : 25751 (java) S 25737 25739 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 69328635 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25818] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25818/stat : 25818 (java) S 25737 25739 25070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 69330269 1832419328 111064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.6
Current children cumulated vsize (KiB) 1789472

[startup+1722.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 25952
/proc/meminfo: memFree=861216/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=1789472 CPUtime=1736.04
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 131832 0 31 0 173357 247 0 0 18 0 13 0 69328616 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 447368 112981 1332 9 0 444979 0
[pid=25739/tid=25741] ppid=25737 vsize=1789472 CPUtime=1697.12
/proc/25739/task/25741/stat : 25741 (java) R 25737 25739 25070 0 -1 64 42717 0 1 0 169682 30 0 0 18 0 13 0 69328623 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109545375 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25742] ppid=25737 vsize=1789472 CPUtime=18.3
/proc/25739/task/25742/stat : 25742 (java) S 25737 25739 25070 0 -1 64 47172 0 0 0 1736 94 0 0 16 0 13 0 69328625 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25743] ppid=25737 vsize=1789472 CPUtime=18.25
/proc/25739/task/25743/stat : 25743 (java) S 25737 25739 25070 0 -1 64 39037 0 0 0 1718 107 0 0 16 0 13 0 69328625 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25744] ppid=25737 vsize=1789472 CPUtime=0.36
/proc/25739/task/25744/stat : 25744 (java) S 25737 25739 25070 0 -1 64 12 0 0 0 23 13 0 0 16 0 13 0 69328627 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25745] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25745/stat : 25745 (java) S 25737 25739 25070 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 69328628 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25746] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25746/stat : 25746 (java) S 25737 25739 25070 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69328628 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25747] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25747/stat : 25747 (java) S 25737 25739 25070 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25748] ppid=25737 vsize=1789472 CPUtime=0.98
/proc/25739/task/25748/stat : 25748 (java) S 25737 25739 25070 0 -1 64 1455 0 0 0 98 0 0 0 16 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25749] ppid=25737 vsize=1789472 CPUtime=0.98
/proc/25739/task/25749/stat : 25749 (java) S 25737 25739 25070 0 -1 64 748 0 0 0 98 0 0 0 17 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25750] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25750/stat : 25750 (java) S 25737 25739 25070 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25751] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25751/stat : 25751 (java) S 25737 25739 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25818] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25818/stat : 25818 (java) S 25737 25739 25070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 69330269 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1736.04
Current children cumulated vsize (KiB) 1789472

[startup+1782.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 25952
/proc/meminfo: memFree=861216/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=1789472 CPUtime=1796.4
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 131932 0 31 0 179387 253 0 0 18 0 13 0 69328616 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 447368 112981 1332 9 0 444979 0
[pid=25739/tid=25741] ppid=25737 vsize=1789472 CPUtime=1756.36
/proc/25739/task/25741/stat : 25741 (java) R 25737 25739 25070 0 -1 64 42817 0 1 0 175606 30 0 0 25 0 13 0 69328623 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109930748 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25742] ppid=25737 vsize=1789472 CPUtime=18.83
/proc/25739/task/25742/stat : 25742 (java) S 25737 25739 25070 0 -1 64 47172 0 0 0 1786 97 0 0 16 0 13 0 69328625 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25743] ppid=25737 vsize=1789472 CPUtime=18.82
/proc/25739/task/25743/stat : 25743 (java) S 25737 25739 25070 0 -1 64 39037 0 0 0 1773 109 0 0 16 0 13 0 69328625 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25744] ppid=25737 vsize=1789472 CPUtime=0.37
/proc/25739/task/25744/stat : 25744 (java) S 25737 25739 25070 0 -1 64 12 0 0 0 24 13 0 0 15 0 13 0 69328627 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25745] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25745/stat : 25745 (java) S 25737 25739 25070 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 69328628 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25746] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25746/stat : 25746 (java) S 25737 25739 25070 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69328628 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25747] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25747/stat : 25747 (java) S 25737 25739 25070 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25748] ppid=25737 vsize=1789472 CPUtime=0.98
/proc/25739/task/25748/stat : 25748 (java) S 25737 25739 25070 0 -1 64 1455 0 0 0 98 0 0 0 16 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25749] ppid=25737 vsize=1789472 CPUtime=0.98
/proc/25739/task/25749/stat : 25749 (java) S 25737 25739 25070 0 -1 64 748 0 0 0 98 0 0 0 17 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25750] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25750/stat : 25750 (java) S 25737 25739 25070 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25751] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25751/stat : 25751 (java) S 25737 25739 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25818] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25818/stat : 25818 (java) S 25737 25739 25070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 69330269 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 1789472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.9 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 25952
/proc/meminfo: memFree=861216/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=1789472 CPUtime=1800.02
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 131938 0 31 0 179749 253 0 0 18 0 13 0 69328616 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 447368 112981 1332 9 0 444979 0
[pid=25739/tid=25741] ppid=25737 vsize=1789472 CPUtime=1759.91
/proc/25739/task/25741/stat : 25741 (java) R 25737 25739 25070 0 -1 64 42823 0 1 0 175961 30 0 0 25 0 13 0 69328623 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109975617 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25742] ppid=25737 vsize=1789472 CPUtime=18.86
/proc/25739/task/25742/stat : 25742 (java) S 25737 25739 25070 0 -1 64 47172 0 0 0 1789 97 0 0 16 0 13 0 69328625 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25743] ppid=25737 vsize=1789472 CPUtime=18.85
/proc/25739/task/25743/stat : 25743 (java) S 25737 25739 25070 0 -1 64 39037 0 0 0 1776 109 0 0 16 0 13 0 69328625 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25744] ppid=25737 vsize=1789472 CPUtime=0.37
/proc/25739/task/25744/stat : 25744 (java) S 25737 25739 25070 0 -1 64 12 0 0 0 24 13 0 0 15 0 13 0 69328627 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25745] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25745/stat : 25745 (java) S 25737 25739 25070 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 69328628 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25746] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25746/stat : 25746 (java) S 25737 25739 25070 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69328628 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25747] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25747/stat : 25747 (java) S 25737 25739 25070 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25748] ppid=25737 vsize=1789472 CPUtime=0.98
/proc/25739/task/25748/stat : 25748 (java) S 25737 25739 25070 0 -1 64 1455 0 0 0 98 0 0 0 16 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25749] ppid=25737 vsize=1789472 CPUtime=0.98
/proc/25739/task/25749/stat : 25749 (java) S 25737 25739 25070 0 -1 64 748 0 0 0 98 0 0 0 17 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25750] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25750/stat : 25750 (java) S 25737 25739 25070 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25751] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25751/stat : 25751 (java) S 25737 25739 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25818] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25818/stat : 25818 (java) S 25737 25739 25070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 69330269 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1789472

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

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

[startup+1785.9 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 25952
/proc/meminfo: memFree=861216/2055920 swapFree=4192812/4192956
[pid=25739] ppid=25737 vsize=1789472 CPUtime=1800.02
/proc/25739/stat : 25739 (java) S 25737 25739 25070 0 -1 0 131938 0 31 0 179749 253 0 0 18 0 13 0 69328616 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25739/statm: 447368 112981 1332 9 0 444979 0
[pid=25739/tid=25741] ppid=25737 vsize=1789472 CPUtime=1759.91
/proc/25739/task/25741/stat : 25741 (java) R 25737 25739 25070 0 -1 64 42823 0 1 0 175961 30 0 0 25 0 13 0 69328623 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109975617 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25742] ppid=25737 vsize=1789472 CPUtime=18.86
/proc/25739/task/25742/stat : 25742 (java) S 25737 25739 25070 0 -1 64 47172 0 0 0 1789 97 0 0 16 0 13 0 69328625 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25743] ppid=25737 vsize=1789472 CPUtime=18.85
/proc/25739/task/25743/stat : 25743 (java) S 25737 25739 25070 0 -1 64 39037 0 0 0 1776 109 0 0 16 0 13 0 69328625 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25744] ppid=25737 vsize=1789472 CPUtime=0.37
/proc/25739/task/25744/stat : 25744 (java) S 25737 25739 25070 0 -1 64 12 0 0 0 24 13 0 0 15 0 13 0 69328627 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25745] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25745/stat : 25745 (java) S 25737 25739 25070 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 69328628 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25746] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25746/stat : 25746 (java) S 25737 25739 25070 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69328628 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25747] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25747/stat : 25747 (java) S 25737 25739 25070 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25748] ppid=25737 vsize=1789472 CPUtime=0.98
/proc/25739/task/25748/stat : 25748 (java) S 25737 25739 25070 0 -1 64 1455 0 0 0 98 0 0 0 16 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25739/tid=25749] ppid=25737 vsize=1789472 CPUtime=0.98
/proc/25739/task/25749/stat : 25749 (java) S 25737 25739 25070 0 -1 64 748 0 0 0 98 0 0 0 17 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25750] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25750/stat : 25750 (java) S 25737 25739 25070 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25751] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25751/stat : 25751 (java) S 25737 25739 25070 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 69328635 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25739/tid=25818] ppid=25737 vsize=1789472 CPUtime=0
/proc/25739/task/25818/stat : 25818 (java) S 25737 25739 25070 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 69330269 1832419328 112981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1789472

Child status: 143
Real time (s): 1786
CPU time (s): 1800.12
CPU user time (s): 1797.51
CPU system time (s): 2.6096
CPU usage (%): 100.791
Max. virtual memory (cumulated for all children) (KiB): 1789736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.51
system time used= 2.6096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131958
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67218
involuntary context switches= 25374

runsolver used 2.48762 second user time and 5.38918 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Sat Apr 14 18:00:50 UTC 2007

IDJOB= 348229
IDBENCH= 1641
IDSOLVER= 164
FILE ID= node61/348229-1176573650

PBS_JOBID= 4556907

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ef3d01fb716807987360ebbfd3d821b6

RANDOM SEED= 168400091

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1316320 kB
Buffers:         42300 kB
Cached:         554604 kB
SwapCached:          0 kB
Active:         333132 kB
Inactive:       283484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1316320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15580 kB
Writeback:           0 kB
Mapped:          29824 kB
Slab:           109088 kB
Committed_AS:   111404 kB
PageTables:       1396 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= 66549 MiB

End job on node61 on Sat Apr 14 18:30:38 UTC 2007