Trace number 347965

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.16 1779.92

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos6.opb
MD5SUM05331fdb110fa172ec60e73b94e68465
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 variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
Biggest coefficient in the objective function 1176
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 529402
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131069
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 529402
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/347965-1176554002/instance-347965-1176554002.opb
0.21/0.20	c reading problem ... 
3.89/2.71	c ... done. Wall clock time 2.515s.
3.89/2.71	c CPU time (experimental) 2.11s.
3.89/2.71	c #vars     21720
3.89/2.71	c #constraints  1259
1800.04/1779.81	c starts		: 2
1800.04/1779.82	c conflicts		: 999
1800.04/1779.82	c decisions		: 123750
1800.04/1779.82	c propagations		: 337987
1800.04/1779.82	c inspects		: 3474796
1800.04/1779.82	c learnt literals	: 0
1800.04/1779.82	c learnt binary clauses	: 0
1800.04/1779.82	c learnt ternary clauses	: 0
1800.04/1779.82	c learnt clauses	: 998
1800.04/1779.82	c root simplifications	: 0
1800.04/1779.82	c removed literals (reason simplification)	: 0
1800.04/1779.82	c reason swapping (by a shorter reason)	: 0
1800.04/1779.82	c Calls to reduceDB	: 0
1800.04/1779.82	c speed (decisions/second)	: 69.64462388526393
1800.04/1779.82	c non guided choices	58629
1800.04/1779.82	s UNKNOWN
1800.04/1779.82	c Total wall clock time (ms): 1779.617

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/node1/watcher-347965-1176554002 -o ROOT/results/node1/solver-347965-1176554002 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347965-1176554002/sat4jPseudoCP.jar /tmp/evaluation/347965-1176554002/instance-347965-1176554002.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.87 0.97 0.99 2/77 647
/proc/meminfo: memFree=1884040/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1476 CPUtime=0
/proc/647/stat : 647 (java) R 645 647 32239 0 -1 0 123 0 0 0 0 0 0 0 18 0 1 0 131438065 1511424 95 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 134521736 0 0 4096 0 0 0 0 17 1 0 0
/proc/647/statm: 369 102 79 9 0 11 0

[startup+0.0404571 s]
/proc/loadavg: 0.87 0.97 0.99 2/77 647
/proc/meminfo: memFree=1884040/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1776088 CPUtime=0.03
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 3237 0 1 0 1 2 0 0 18 0 4 0 131438065 1818714112 2984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 444022 2984 887 9 0 441658 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776088

[startup+0.102465 s]
/proc/loadavg: 0.87 0.97 0.99 2/77 647
/proc/meminfo: memFree=1884040/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1780108 CPUtime=0.08
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 3984 0 1 0 6 2 0 0 18 0 12 0 131438065 1822830592 3725 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 445027 3725 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301537 s]
/proc/loadavg: 0.87 0.97 0.99 2/77 647
/proc/meminfo: memFree=1884040/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1782336 CPUtime=0.33
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 5252 0 1 0 30 3 0 0 18 0 12 0 131438065 1825112064 4990 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 445584 4990 1264 9 0 443196 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782336

[startup+0.702536 s]
/proc/loadavg: 0.87 0.97 0.99 2/77 647
/proc/meminfo: memFree=1884040/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1787236 CPUtime=0.97
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 7970 0 1 0 92 5 0 0 18 0 12 0 131438065 1830129664 7226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 446809 7243 1299 9 0 444421 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1787236

[startup+1.50169 s]
/proc/loadavg: 0.87 0.97 0.99 4/89 659
/proc/meminfo: memFree=1844200/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1795156 CPUtime=2.48
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 26976 0 1 0 234 14 0 0 18 0 12 0 131438065 1838239744 23111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 448789 23111 1303 9 0 446401 0
[pid=647/tid=649] ppid=645 vsize=1795156 CPUtime=1.02
/proc/647/task/649/stat : 649 (java) R 645 647 32239 0 -1 64 18830 0 1 0 93 9 0 0 18 0 12 0 131438066 1838239744 23111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109185704 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=650] ppid=645 vsize=1795156 CPUtime=0
/proc/647/task/650/stat : 650 (java) S 645 647 32239 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 131438068 1838239744 23111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=651] ppid=645 vsize=1795156 CPUtime=0
/proc/647/task/651/stat : 651 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 131438068 1838239744 23111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=652] ppid=645 vsize=1795156 CPUtime=0
/proc/647/task/652/stat : 652 (java) S 645 647 32239 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 131438070 1838239744 23111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=653] ppid=645 vsize=1795156 CPUtime=0
/proc/647/task/653/stat : 653 (java) S 645 647 32239 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 131438071 1838239744 23111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=654] ppid=645 vsize=1795156 CPUtime=0
/proc/647/task/654/stat : 654 (java) S 645 647 32239 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 131438071 1838239744 23111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=655] ppid=645 vsize=1795156 CPUtime=0
/proc/647/task/655/stat : 655 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 131438074 1838239744 23112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=656] ppid=645 vsize=1795156 CPUtime=0.93
/proc/647/task/656/stat : 656 (java) S 645 647 32239 0 -1 64 5464 0 0 0 91 2 0 0 16 0 12 0 131438074 1838239744 23113 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=657] ppid=645 vsize=1795156 CPUtime=0.5
/proc/647/task/657/stat : 657 (java) R 645 647 32239 0 -1 64 1959 0 0 0 49 1 0 0 16 0 12 0 131438074 1838239744 23114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336910 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=658] ppid=645 vsize=1795156 CPUtime=0
/proc/647/task/658/stat : 658 (java) S 645 647 32239 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 131438074 1838239744 23115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=659] ppid=645 vsize=1795156 CPUtime=0
/proc/647/task/659/stat : 659 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 131438074 1838239744 23116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1795156

[startup+3.10182 s]
/proc/loadavg: 0.87 0.97 0.99 2/89 659
/proc/meminfo: memFree=1724520/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1795224 CPUtime=4.53
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 50875 0 1 0 429 24 0 0 18 0 13 0 131438065 1838309376 45615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 448806 45615 1322 9 0 446418 0
[pid=647/tid=649] ppid=645 vsize=1795224 CPUtime=2.36
/proc/647/task/649/stat : 649 (java) R 645 647 32239 0 -1 64 37733 0 1 0 219 17 0 0 25 0 13 0 131438066 1838309376 45615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109213219 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=650] ppid=645 vsize=1795224 CPUtime=0.08
/proc/647/task/650/stat : 650 (java) S 645 647 32239 0 -1 64 1816 0 0 0 8 0 0 0 16 0 13 0 131438068 1838309376 45615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=651] ppid=645 vsize=1795224 CPUtime=0.07
/proc/647/task/651/stat : 651 (java) S 645 647 32239 0 -1 64 1903 0 0 0 7 0 0 0 16 0 13 0 131438068 1838309376 45615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=652] ppid=645 vsize=1795224 CPUtime=0
/proc/647/task/652/stat : 652 (java) S 645 647 32239 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 131438070 1838309376 45615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=653] ppid=645 vsize=1795224 CPUtime=0
/proc/647/task/653/stat : 653 (java) S 645 647 32239 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131438071 1838309376 45615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=654] ppid=645 vsize=1795224 CPUtime=0
/proc/647/task/654/stat : 654 (java) S 645 647 32239 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131438071 1838309376 45615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=655] ppid=645 vsize=1795224 CPUtime=0
/proc/647/task/655/stat : 655 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131438074 1838309376 45615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=656] ppid=645 vsize=1795224 CPUtime=1.16
/proc/647/task/656/stat : 656 (java) S 645 647 32239 0 -1 64 5493 0 0 0 114 2 0 0 16 0 13 0 131438074 1838309376 45615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=657] ppid=645 vsize=1795224 CPUtime=0.8
/proc/647/task/657/stat : 657 (java) S 645 647 32239 0 -1 64 3199 0 0 0 79 1 0 0 17 0 13 0 131438074 1838309376 45615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=658] ppid=645 vsize=1795224 CPUtime=0
/proc/647/task/658/stat : 658 (java) S 645 647 32239 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131438074 1838309376 45615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=659] ppid=645 vsize=1795224 CPUtime=0
/proc/647/task/659/stat : 659 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131438074 1838309376 45615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 1795224

[startup+6.30218 s]
/proc/loadavg: 0.88 0.97 0.99 2/90 660
/proc/meminfo: memFree=1673448/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1797564 CPUtime=9.04
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 61076 0 1 0 875 29 0 0 18 0 13 0 131438065 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 449391 54153 1325 9 0 447003 0
[pid=647/tid=649] ppid=645 vsize=1797564 CPUtime=5
/proc/647/task/649/stat : 649 (java) R 645 647 32239 0 -1 64 37750 0 1 0 483 17 0 0 18 0 13 0 131438066 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110129469 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=650] ppid=645 vsize=1797564 CPUtime=0.37
/proc/647/task/650/stat : 650 (java) S 645 647 32239 0 -1 64 6160 0 0 0 35 2 0 0 16 0 13 0 131438068 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=651] ppid=645 vsize=1797564 CPUtime=0.37
/proc/647/task/651/stat : 651 (java) S 645 647 32239 0 -1 64 5748 0 0 0 34 3 0 0 16 0 13 0 131438068 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=652] ppid=645 vsize=1797564 CPUtime=0
/proc/647/task/652/stat : 652 (java) S 645 647 32239 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 131438070 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=653] ppid=645 vsize=1797564 CPUtime=0
/proc/647/task/653/stat : 653 (java) S 645 647 32239 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131438071 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=654] ppid=645 vsize=1797564 CPUtime=0
/proc/647/task/654/stat : 654 (java) S 645 647 32239 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131438071 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=655] ppid=645 vsize=1797564 CPUtime=0
/proc/647/task/655/stat : 655 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131438074 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=656] ppid=645 vsize=1797564 CPUtime=1.92
/proc/647/task/656/stat : 656 (java) S 645 647 32239 0 -1 64 7301 0 0 0 189 3 0 0 17 0 13 0 131438074 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=657] ppid=645 vsize=1797564 CPUtime=1.33
/proc/647/task/657/stat : 657 (java) S 645 647 32239 0 -1 64 3384 0 0 0 132 1 0 0 15 0 13 0 131438074 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=658] ppid=645 vsize=1797564 CPUtime=0
/proc/647/task/658/stat : 658 (java) S 645 647 32239 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131438074 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=659] ppid=645 vsize=1797564 CPUtime=0
/proc/647/task/659/stat : 659 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131438074 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=660] ppid=645 vsize=1797564 CPUtime=0
/proc/647/task/660/stat : 660 (java) S 645 647 32239 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131438359 1840705536 54153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.04
Current children cumulated vsize (KiB) 1797564

[startup+12.7019 s]
/proc/loadavg: 0.89 0.97 0.99 2/90 660
/proc/meminfo: memFree=1650024/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1795516 CPUtime=16.47
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 68364 0 1 0 1616 31 0 0 18 0 13 0 131438065 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 448879 59164 1325 9 0 446491 0
[pid=647/tid=649] ppid=645 vsize=1795516 CPUtime=10.91
/proc/647/task/649/stat : 649 (java) R 645 647 32239 0 -1 64 37761 0 1 0 1074 17 0 0 19 0 13 0 131438066 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109581109 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=650] ppid=645 vsize=1795516 CPUtime=0.81
/proc/647/task/650/stat : 650 (java) S 645 647 32239 0 -1 64 10191 0 0 0 78 3 0 0 16 0 13 0 131438068 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=651] ppid=645 vsize=1795516 CPUtime=0.81
/proc/647/task/651/stat : 651 (java) S 645 647 32239 0 -1 64 8912 0 0 0 78 3 0 0 16 0 13 0 131438068 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=652] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/652/stat : 652 (java) S 645 647 32239 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 131438070 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=653] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/653/stat : 653 (java) S 645 647 32239 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=654] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/654/stat : 654 (java) S 645 647 32239 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=655] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/655/stat : 655 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131438074 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=656] ppid=645 vsize=1795516 CPUtime=2.25
/proc/647/task/656/stat : 656 (java) S 645 647 32239 0 -1 64 7370 0 0 0 222 3 0 0 16 0 13 0 131438074 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=657] ppid=645 vsize=1795516 CPUtime=1.62
/proc/647/task/657/stat : 657 (java) S 645 647 32239 0 -1 64 3397 0 0 0 161 1 0 0 17 0 13 0 131438074 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=658] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/658/stat : 658 (java) S 645 647 32239 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131438074 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=659] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/659/stat : 659 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131438074 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=660] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/660/stat : 660 (java) S 645 647 32239 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131438359 1838608384 59164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.47
Current children cumulated vsize (KiB) 1795516

[startup+25.5024 s]
/proc/loadavg: 0.92 0.97 0.99 2/90 660
/proc/meminfo: memFree=1723240/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1795516 CPUtime=29.44
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 69880 0 1 0 2911 33 0 0 18 0 13 0 131438065 1838608384 40532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 448879 40532 1326 9 0 446491 0
[pid=647/tid=649] ppid=645 vsize=1795516 CPUtime=23.59
/proc/647/task/649/stat : 649 (java) R 645 647 32239 0 -1 64 37786 0 1 0 2341 18 0 0 18 0 13 0 131438066 1838608384 40532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109987002 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=650] ppid=645 vsize=1795516 CPUtime=0.92
/proc/647/task/650/stat : 650 (java) S 645 647 32239 0 -1 64 11024 0 0 0 88 4 0 0 16 0 13 0 131438068 1838608384 40532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=651] ppid=645 vsize=1795516 CPUtime=0.9
/proc/647/task/651/stat : 651 (java) S 645 647 32239 0 -1 64 9565 0 0 0 87 3 0 0 15 0 13 0 131438068 1838608384 40532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=652] ppid=645 vsize=1795516 CPUtime=0.02
/proc/647/task/652/stat : 652 (java) S 645 647 32239 0 -1 64 14 0 0 0 1 1 0 0 16 0 13 0 131438070 1838608384 40532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=653] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/653/stat : 653 (java) S 645 647 32239 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 40532 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=647/tid=652] ppid=645 vsize=1795516 CPUtime=0.84
/proc/647/task/652/stat : 652 (java) S 645 647 32239 0 -1 64 300 0 0 0 46 38 0 0 15 0 13 0 131438070 1838608384 136064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=653] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/653/stat : 653 (java) S 645 647 32239 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 136064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=654] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/654/stat : 654 (java) S 645 647 32239 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 136064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=655] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/655/stat : 655 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131438074 1838608384 136064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=656] ppid=645 vsize=1795516 CPUtime=2.31
/proc/647/task/656/stat : 656 (java) S 645 647 32239 0 -1 64 7371 0 0 0 228 3 0 0 17 0 13 0 131438074 1838608384 136064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=657] ppid=645 vsize=1795516 CPUtime=1.67
/proc/647/task/657/stat : 657 (java) S 645 647 32239 0 -1 64 3397 0 0 0 166 1 0 0 17 0 13 0 131438074 1838608384 136064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=658] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/658/stat : 658 (java) S 645 647 32239 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131438074 1838608384 136064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=659] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/659/stat : 659 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131438074 1838608384 136064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=660] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/660/stat : 660 (java) S 645 647 32239 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131438359 1838608384 136064 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1559.76
Current children cumulated vsize (KiB) 1795516

[startup+1602.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 660
/proc/meminfo: memFree=1329320/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1795516 CPUtime=1620.52
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 270586 0 1 0 161848 204 0 0 18 0 13 0 131438065 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 448879 139241 1326 9 0 446491 0
[pid=647/tid=649] ppid=645 vsize=1795516 CPUtime=1582.75
/proc/647/task/649/stat : 649 (java) R 645 647 32239 0 -1 64 134993 0 1 0 158202 73 0 0 25 0 13 0 131438066 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109988148 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=650] ppid=645 vsize=1795516 CPUtime=16.43
/proc/647/task/650/stat : 650 (java) S 645 647 32239 0 -1 64 62007 0 0 0 1603 40 0 0 16 0 13 0 131438068 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=651] ppid=645 vsize=1795516 CPUtime=16.42
/proc/647/task/651/stat : 651 (java) S 645 647 32239 0 -1 64 61794 0 0 0 1599 43 0 0 16 0 13 0 131438068 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=652] ppid=645 vsize=1795516 CPUtime=0.88
/proc/647/task/652/stat : 652 (java) S 645 647 32239 0 -1 64 301 0 0 0 48 40 0 0 15 0 13 0 131438070 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=653] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/653/stat : 653 (java) S 645 647 32239 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=654] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/654/stat : 654 (java) S 645 647 32239 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=655] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/655/stat : 655 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131438074 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=656] ppid=645 vsize=1795516 CPUtime=2.31
/proc/647/task/656/stat : 656 (java) S 645 647 32239 0 -1 64 7371 0 0 0 228 3 0 0 17 0 13 0 131438074 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=657] ppid=645 vsize=1795516 CPUtime=1.67
/proc/647/task/657/stat : 657 (java) S 645 647 32239 0 -1 64 3397 0 0 0 166 1 0 0 17 0 13 0 131438074 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=658] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/658/stat : 658 (java) S 645 647 32239 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131438074 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=659] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/659/stat : 659 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131438074 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=660] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/660/stat : 660 (java) S 645 647 32239 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131438359 1838608384 139241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1620.52
Current children cumulated vsize (KiB) 1795516

[startup+1662.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/96 726
/proc/meminfo: memFree=1313504/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1795516 CPUtime=1681.22
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 274899 0 1 0 167914 208 0 0 18 0 13 0 131438065 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 448879 142824 1326 9 0 446491 0
[pid=647/tid=649] ppid=645 vsize=1795516 CPUtime=1641.87
/proc/647/task/649/stat : 649 (java) R 645 647 32239 0 -1 64 135092 0 1 0 164114 73 0 0 17 0 13 0 131438066 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110140512 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=650] ppid=645 vsize=1795516 CPUtime=17.2
/proc/647/task/650/stat : 650 (java) S 645 647 32239 0 -1 64 64019 0 0 0 1679 41 0 0 16 0 13 0 131438068 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=651] ppid=645 vsize=1795516 CPUtime=17.2
/proc/647/task/651/stat : 651 (java) S 645 647 32239 0 -1 64 63996 0 0 0 1675 45 0 0 15 0 13 0 131438068 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=652] ppid=645 vsize=1795516 CPUtime=0.9
/proc/647/task/652/stat : 652 (java) S 645 647 32239 0 -1 64 301 0 0 0 50 40 0 0 15 0 13 0 131438070 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=653] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/653/stat : 653 (java) S 645 647 32239 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=654] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/654/stat : 654 (java) S 645 647 32239 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=655] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/655/stat : 655 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131438074 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=656] ppid=645 vsize=1795516 CPUtime=2.31
/proc/647/task/656/stat : 656 (java) S 645 647 32239 0 -1 64 7371 0 0 0 228 3 0 0 17 0 13 0 131438074 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=657] ppid=645 vsize=1795516 CPUtime=1.67
/proc/647/task/657/stat : 657 (java) S 645 647 32239 0 -1 64 3397 0 0 0 166 1 0 0 17 0 13 0 131438074 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=658] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/658/stat : 658 (java) S 645 647 32239 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131438074 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=659] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/659/stat : 659 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131438074 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=660] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/660/stat : 660 (java) S 645 647 32239 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131438359 1838608384 142824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1681.22
Current children cumulated vsize (KiB) 1795516

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 858
/proc/meminfo: memFree=1311328/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1795516 CPUtime=1741.84
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 275921 0 1 0 173972 212 0 0 18 0 13 0 131438065 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 448879 143646 1326 9 0 446491 0
[pid=647/tid=649] ppid=645 vsize=1795516 CPUtime=1701.02
/proc/647/task/649/stat : 649 (java) R 645 647 32239 0 -1 64 135202 0 1 0 170027 75 0 0 17 0 13 0 131438066 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110129295 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=650] ppid=645 vsize=1795516 CPUtime=17.93
/proc/647/task/650/stat : 650 (java) S 645 647 32239 0 -1 64 64371 0 0 0 1751 42 0 0 16 0 13 0 131438068 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=651] ppid=645 vsize=1795516 CPUtime=17.91
/proc/647/task/651/stat : 651 (java) S 645 647 32239 0 -1 64 64556 0 0 0 1745 46 0 0 16 0 13 0 131438068 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=652] ppid=645 vsize=1795516 CPUtime=0.93
/proc/647/task/652/stat : 652 (java) S 645 647 32239 0 -1 64 301 0 0 0 52 41 0 0 15 0 13 0 131438070 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=653] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/653/stat : 653 (java) S 645 647 32239 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=654] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/654/stat : 654 (java) S 645 647 32239 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=655] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/655/stat : 655 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131438074 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=656] ppid=645 vsize=1795516 CPUtime=2.31
/proc/647/task/656/stat : 656 (java) S 645 647 32239 0 -1 64 7371 0 0 0 228 3 0 0 17 0 13 0 131438074 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=657] ppid=645 vsize=1795516 CPUtime=1.67
/proc/647/task/657/stat : 657 (java) S 645 647 32239 0 -1 64 3397 0 0 0 166 1 0 0 17 0 13 0 131438074 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=658] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/658/stat : 658 (java) S 645 647 32239 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131438074 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=659] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/659/stat : 659 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131438074 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=660] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/660/stat : 660 (java) S 645 647 32239 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131438359 1838608384 143646 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1741.84
Current children cumulated vsize (KiB) 1795516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 858
/proc/meminfo: memFree=1299880/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=1795516 CPUtime=1800.04
/proc/647/stat : 647 (java) S 645 647 32239 0 -1 0 279289 0 1 0 179789 215 0 0 18 0 13 0 131438065 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 448879 146486 1326 9 0 446491 0
[pid=647/tid=649] ppid=645 vsize=1795516 CPUtime=1757.72
/proc/647/task/649/stat : 649 (java) R 645 647 32239 0 -1 64 135299 0 1 0 175696 76 0 0 24 0 13 0 131438066 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109581125 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=650] ppid=645 vsize=1795516 CPUtime=18.66
/proc/647/task/650/stat : 650 (java) S 645 647 32239 0 -1 64 66013 0 0 0 1823 43 0 0 16 0 13 0 131438068 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=651] ppid=645 vsize=1795516 CPUtime=18.65
/proc/647/task/651/stat : 651 (java) S 645 647 32239 0 -1 64 66185 0 0 0 1818 47 0 0 16 0 13 0 131438068 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=652] ppid=645 vsize=1795516 CPUtime=0.95
/proc/647/task/652/stat : 652 (java) S 645 647 32239 0 -1 64 301 0 0 0 53 42 0 0 16 0 13 0 131438070 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=653] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/653/stat : 653 (java) S 645 647 32239 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=654] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/654/stat : 654 (java) S 645 647 32239 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 131438071 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=655] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/655/stat : 655 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 131438074 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=656] ppid=645 vsize=1795516 CPUtime=2.32
/proc/647/task/656/stat : 656 (java) S 645 647 32239 0 -1 64 7371 0 0 0 229 3 0 0 16 0 13 0 131438074 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=657] ppid=645 vsize=1795516 CPUtime=1.67
/proc/647/task/657/stat : 657 (java) S 645 647 32239 0 -1 64 3397 0 0 0 166 1 0 0 17 0 13 0 131438074 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=658] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/658/stat : 658 (java) S 645 647 32239 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131438074 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=647/tid=659] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/659/stat : 659 (java) S 645 647 32239 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131438074 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=647/tid=660] ppid=645 vsize=1795516 CPUtime=0
/proc/647/task/660/stat : 660 (java) S 645 647 32239 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131438359 1838608384 146486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1795516

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

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

[startup+1779.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 858
/proc/meminfo: memFree=1299880/2055920 swapFree=4145888/4192956
[pid=647] ppid=645 vsize=0 CPUtime=1800.14
/proc/647/stat : 647 (java) Z 645 647 32239 0 -1 1036 279309 0 1 0 179790 224 0 0 16 0 2 0 131438065 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/647/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1779.92
CPU time (s): 1800.16
CPU user time (s): 1797.91
CPU system time (s): 2.24866
CPU usage (%): 101.137
Max. virtual memory (cumulated for all children) (KiB): 1798124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.91
system time used= 2.24866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279309
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76239
involuntary context switches= 62791

runsolver used 2.01569 second user time and 5.66714 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Apr 14 12:33:22 UTC 2007

IDJOB= 347965
IDBENCH= 1592
IDSOLVER= 160
FILE ID= node1/347965-1176554002

PBS_JOBID= 4556747

Free space on /tmp= 66463 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-neos6.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347965-1176554002/sat4jPseudoCP.jar /tmp/evaluation/347965-1176554002/instance-347965-1176554002.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-347965-1176554002 -o ROOT/results/node1/solver-347965-1176554002 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347965-1176554002/sat4jPseudoCP.jar /tmp/evaluation/347965-1176554002/instance-347965-1176554002.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  05331fdb110fa172ec60e73b94e68465

RANDOM SEED= 428796787

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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:       1884384 kB
Buffers:         21480 kB
Cached:          86956 kB
SwapCached:      14916 kB
Active:          70104 kB
Inactive:        62208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884384 kB
SwapTotal:     4192956 kB
SwapFree:      4145888 kB
Dirty:            6376 kB
Writeback:           0 kB
Mapped:          30132 kB
Slab:            24612 kB
Committed_AS:  2617352 kB
PageTables:       1832 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= 66463 MiB

End job on node1 on Sat Apr 14 13:03:04 UTC 2007