Trace number 347982

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.38 1739.47

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-dano3_5.opb
MD5SUMf6a27dde9dccc9cbc26fd12ecc1b234d
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 variables404336
Total number of constraints3663
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints3658
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 535830
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.10/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.10/0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.10/0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.10/0.22	c no version file found!!!
0.10/0.22	c sun.arch.data.model	32
0.10/0.22	c java.version	1.6.0
0.10/0.22	c os.name	Linux
0.10/0.22	c os.version	2.6.9-22.EL.rootsmp
0.10/0.22	c os.arch	i386
0.10/0.22	c Free memory 1651659224
0.10/0.22	c Max memory 1654456320
0.10/0.22	c Total memory 1654456320
0.10/0.22	c Number of processors 2
0.10/0.28	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.10/0.28	--- Begin Solver configuration ---
0.10/0.28	c Stops conflict analysis at the first Unique Implication Point
0.10/0.28	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.10/0.28	c Learn all clauses as in MiniSAT
0.10/0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.10/0.28	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.28	c No reason simplification
0.10/0.28	c --- End Solver configuration ---
0.10/0.28	c Simplify asserted PB constraints to clauses
0.10/0.28	c solving /tmp/evaluation/347982-1176555640/instance-347982-1176555640.opb
0.10/0.28	c reading problem ... 
23.95/18.41	c ... done. Wall clock time 18.131s.
23.95/18.41	c CPU time (experimental) 13.39s.
23.95/18.41	c #vars     404336
23.95/18.41	c #constraints  4887
1800.05/1739.27	c starts		: 2
1800.05/1739.27	c conflicts		: 12386
1800.05/1739.27	c decisions		: 59568
1800.05/1739.27	c propagations		: 5034092
1800.05/1739.27	c inspects		: 36243744
1800.05/1739.27	c learnt literals	: 0
1800.05/1739.27	c learnt binary clauses	: 0
1800.05/1739.27	c learnt ternary clauses	: 0
1800.05/1739.27	c learnt clauses	: 12386
1800.05/1739.27	c root simplifications	: 0
1800.05/1739.27	c removed literals (reason simplification)	: 0
1800.05/1739.27	c reason swapping (by a shorter reason)	: 0
1800.05/1739.27	c Calls to reduceDB	: 0
1800.05/1739.27	c speed (decisions/second)	: 34.6170006154211
1800.05/1739.27	c non guided choices	4013
1800.05/1739.27	s UNKNOWN
1800.05/1739.27	c Total wall clock time (ms): 1738.991

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/node10/watcher-347982-1176555640 -o ROOT/results/node10/solver-347982-1176555640 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347982-1176555640/sat4jPseudoCPClause.jar /tmp/evaluation/347982-1176555640/instance-347982-1176555640.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.92 0.98 0.99 2/77 26070
/proc/meminfo: memFree=1719360/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=152 CPUtime=0
/proc/26070/stat : 26070 (java) R 26068 26070 25137 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 131601543 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8905508 0 0 4096 0 0 0 0 17 1 0 0
/proc/26070/statm: 38 26 19 9 0 4 0

[startup+0.044376 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26070
/proc/meminfo: memFree=1719360/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1800 CPUtime=0
/proc/26070/stat : 26070 (java) D 26068 26070 25137 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 131601543 1843200 151 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26070/statm: 450 151 114 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101403 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26070
/proc/meminfo: memFree=1719360/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1772952 CPUtime=0.01
/proc/26070/stat : 26070 (java) S 26068 26070 25137 0 -1 0 2165 0 1 0 0 1 0 0 18 0 2 0 131601543 1815502848 1915 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/26070/statm: 443238 1915 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.301444 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26070
/proc/meminfo: memFree=1719360/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1782436 CPUtime=0.23
/proc/26070/stat : 26070 (java) S 26068 26070 25137 0 -1 0 7929 0 1 0 19 4 0 0 18 0 12 0 131601543 1825214464 7668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26070/statm: 445609 7668 1246 9 0 443220 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1782436

[startup+0.701522 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 26070
/proc/meminfo: memFree=1719360/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1784276 CPUtime=0.8
/proc/26070/stat : 26070 (java) S 26068 26070 25137 0 -1 0 10255 0 1 0 75 5 0 0 18 0 12 0 131601543 1827098624 9925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26070/statm: 446069 9925 1302 9 0 443680 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1784276

[startup+1.5027 s]
/proc/loadavg: 0.92 0.98 0.99 4/89 26082
/proc/meminfo: memFree=1671584/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1795660 CPUtime=2.37
/proc/26070/stat : 26070 (java) S 26068 26070 25137 0 -1 0 26266 0 1 0 226 11 0 0 18 0 12 0 131601543 1838755840 22232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26070/statm: 448915 22232 1303 9 0 446526 0
[pid=26070/tid=26072] ppid=26068 vsize=1795660 CPUtime=1
/proc/26070/task/26072/stat : 26072 (java) R 26068 26070 25137 0 -1 64 18175 0 1 0 92 8 0 0 19 0 12 0 131601552 1838755840 22232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109185924 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26073] ppid=26068 vsize=1795660 CPUtime=0
/proc/26070/task/26073/stat : 26073 (java) S 26068 26070 25137 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 131601553 1838755840 22232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26074] ppid=26068 vsize=1795660 CPUtime=0
/proc/26070/task/26074/stat : 26074 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 131601553 1838755840 22232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26075] ppid=26068 vsize=1795660 CPUtime=0
/proc/26070/task/26075/stat : 26075 (java) S 26068 26070 25137 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 131601555 1838755840 22233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26076] ppid=26068 vsize=1795660 CPUtime=0
/proc/26070/task/26076/stat : 26076 (java) S 26068 26070 25137 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 131601556 1838755840 22235 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26077] ppid=26068 vsize=1795660 CPUtime=0
/proc/26070/task/26077/stat : 26077 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 131601556 1838755840 22237 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26078] ppid=26068 vsize=1795660 CPUtime=0
/proc/26070/task/26078/stat : 26078 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 131601560 1838755840 22239 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26079] ppid=26068 vsize=1795660 CPUtime=0.69
/proc/26070/task/26079/stat : 26079 (java) R 26068 26070 25137 0 -1 64 3903 0 0 0 68 1 0 0 18 0 12 0 131601560 1838755840 22242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336899 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26080] ppid=26068 vsize=1795660 CPUtime=0.66
/proc/26070/task/26080/stat : 26080 (java) S 26068 26070 25137 0 -1 64 3466 0 0 0 66 0 0 0 18 0 12 0 131601560 1838755840 22244 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26081] ppid=26068 vsize=1795660 CPUtime=0
/proc/26070/task/26081/stat : 26081 (java) S 26068 26070 25137 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 131601560 1838755840 22247 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26082] ppid=26068 vsize=1795660 CPUtime=0
/proc/26070/task/26082/stat : 26082 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 131601560 1838755840 22250 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1795660

[startup+3.10203 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 26082
/proc/meminfo: memFree=1561760/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1794412 CPUtime=4.28
/proc/26070/stat : 26070 (java) S 26068 26070 25137 0 -1 0 55816 0 1 0 402 26 0 0 18 0 12 0 131601543 1837477888 50844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26070/statm: 448603 50844 1311 9 0 446214 0
[pid=26070/tid=26072] ppid=26068 vsize=1794412 CPUtime=2.46
/proc/26070/task/26072/stat : 26072 (java) R 26068 26070 25137 0 -1 64 37688 0 1 0 228 18 0 0 22 0 12 0 131601552 1837477888 50844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109586770 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26073] ppid=26068 vsize=1794412 CPUtime=0.13
/proc/26070/task/26073/stat : 26073 (java) S 26068 26070 25137 0 -1 64 4698 0 0 0 11 2 0 0 16 0 12 0 131601553 1837477888 50844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26074] ppid=26068 vsize=1794412 CPUtime=0.13
/proc/26070/task/26074/stat : 26074 (java) S 26068 26070 25137 0 -1 64 4940 0 0 0 11 2 0 0 16 0 12 0 131601553 1837477888 50844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26075] ppid=26068 vsize=1794412 CPUtime=0
/proc/26070/task/26075/stat : 26075 (java) S 26068 26070 25137 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 131601555 1837477888 50844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26076] ppid=26068 vsize=1794412 CPUtime=0
/proc/26070/task/26076/stat : 26076 (java) S 26068 26070 25137 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 131601556 1837477888 50844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26077] ppid=26068 vsize=1794412 CPUtime=0
/proc/26070/task/26077/stat : 26077 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 131601556 1837477888 50844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26078] ppid=26068 vsize=1794412 CPUtime=0
/proc/26070/task/26078/stat : 26078 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 131601560 1837477888 50844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26079] ppid=26068 vsize=1794412 CPUtime=0.82
/proc/26070/task/26079/stat : 26079 (java) S 26068 26070 25137 0 -1 64 4299 0 0 0 81 1 0 0 16 0 12 0 131601560 1837477888 50844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26080] ppid=26068 vsize=1794412 CPUtime=0.69
/proc/26070/task/26080/stat : 26080 (java) S 26068 26070 25137 0 -1 64 3468 0 0 0 69 0 0 0 15 0 12 0 131601560 1837477888 50844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26081] ppid=26068 vsize=1794412 CPUtime=0
/proc/26070/task/26081/stat : 26081 (java) S 26068 26070 25137 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 131601560 1837477888 50844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26082] ppid=26068 vsize=1794412 CPUtime=0
/proc/26070/task/26082/stat : 26082 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 131601560 1837477888 50844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 1794412

[startup+6.30272 s]
/proc/loadavg: 1.09 1.02 1.01 3/89 26082
/proc/meminfo: memFree=1446240/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1794288 CPUtime=8.33
/proc/26070/stat : 26070 (java) S 26068 26070 25137 0 -1 0 86044 0 1 0 792 41 0 0 18 0 12 0 131601543 1837350912 75788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26070/statm: 448572 75788 1311 9 0 446183 0
[pid=26070/tid=26072] ppid=26068 vsize=1794288 CPUtime=4.8
/proc/26070/task/26072/stat : 26072 (java) R 26068 26070 25137 0 -1 64 37692 0 1 0 461 19 0 0 21 0 12 0 131601552 1837350912 75788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109476276 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26073] ppid=26068 vsize=1794288 CPUtime=0.98
/proc/26070/task/26073/stat : 26073 (java) S 26068 26070 25137 0 -1 64 19851 0 0 0 90 8 0 0 16 0 12 0 131601553 1837350912 75788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26074] ppid=26068 vsize=1794288 CPUtime=0.99
/proc/26070/task/26074/stat : 26074 (java) S 26068 26070 25137 0 -1 64 20011 0 0 0 88 11 0 0 16 0 12 0 131601553 1837350912 75788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26075] ppid=26068 vsize=1794288 CPUtime=0
/proc/26070/task/26075/stat : 26075 (java) S 26068 26070 25137 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 131601555 1837350912 75788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26076] ppid=26068 vsize=1794288 CPUtime=0
/proc/26070/task/26076/stat : 26076 (java) S 26068 26070 25137 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 131601556 1837350912 75788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26077] ppid=26068 vsize=1794288 CPUtime=0
/proc/26070/task/26077/stat : 26077 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 131601556 1837350912 75788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26078] ppid=26068 vsize=1794288 CPUtime=0
/proc/26070/task/26078/stat : 26078 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 131601560 1837350912 75788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26079] ppid=26068 vsize=1794288 CPUtime=0.82
/proc/26070/task/26079/stat : 26079 (java) S 26068 26070 25137 0 -1 64 4299 0 0 0 81 1 0 0 16 0 12 0 131601560 1837350912 75788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26080] ppid=26068 vsize=1794288 CPUtime=0.69
/proc/26070/task/26080/stat : 26080 (java) S 26068 26070 25137 0 -1 64 3468 0 0 0 69 0 0 0 16 0 12 0 131601560 1837350912 75788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26081] ppid=26068 vsize=1794288 CPUtime=0
/proc/26070/task/26081/stat : 26081 (java) S 26068 26070 25137 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 131601560 1837350912 75788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26082] ppid=26068 vsize=1794288 CPUtime=0
/proc/26070/task/26082/stat : 26082 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 131601560 1837350912 75788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 1794288

[startup+12.7013 s]
/proc/loadavg: 1.16 1.03 1.01 2/89 26082
/proc/meminfo: memFree=1297640/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1793936 CPUtime=16.93
/proc/26070/stat : 26070 (java) S 26068 26070 25137 0 -1 0 123585 0 1 0 1634 59 0 0 18 0 12 0 131601543 1836990464 108298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26070/statm: 448484 108298 1322 9 0 446095 0
[pid=26070/tid=26072] ppid=26068 vsize=1793936 CPUtime=9.03
/proc/26070/task/26072/stat : 26072 (java) S 26068 26070 25137 0 -1 64 37709 0 1 0 884 19 0 0 18 0 12 0 131601552 1836990464 108298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26073] ppid=26068 vsize=1793936 CPUtime=3.1
/proc/26070/task/26073/stat : 26073 (java) R 26068 26070 25137 0 -1 64 43686 0 0 0 291 19 0 0 16 0 12 0 131601553 1836990464 108298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26074] ppid=26068 vsize=1793936 CPUtime=3.12
/proc/26070/task/26074/stat : 26074 (java) R 26068 26070 25137 0 -1 64 33688 0 0 0 296 16 0 0 17 0 12 0 131601553 1836990464 108298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366888 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26075] ppid=26068 vsize=1793936 CPUtime=0
/proc/26070/task/26075/stat : 26075 (java) S 26068 26070 25137 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 131601555 1836990464 108298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26076] ppid=26068 vsize=1793936 CPUtime=0
/proc/26070/task/26076/stat : 26076 (java) S 26068 26070 25137 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 131601556 1836990464 108298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26077] ppid=26068 vsize=1793936 CPUtime=0
/proc/26070/task/26077/stat : 26077 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 131601556 1836990464 108298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26078] ppid=26068 vsize=1793936 CPUtime=0
/proc/26070/task/26078/stat : 26078 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 131601560 1836990464 108298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26079] ppid=26068 vsize=1793936 CPUtime=0.9
/proc/26070/task/26079/stat : 26079 (java) S 26068 26070 25137 0 -1 64 4311 0 0 0 89 1 0 0 16 0 12 0 131601560 1836990464 108298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26080] ppid=26068 vsize=1793936 CPUtime=0.72
/proc/26070/task/26080/stat : 26080 (java) S 26068 26070 25137 0 -1 64 3468 0 0 0 72 0 0 0 16 0 12 0 131601560 1836990464 108298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26081] ppid=26068 vsize=1793936 CPUtime=0
/proc/26070/task/26081/stat : 26081 (java) S 26068 26070 25137 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 131601560 1836990464 108298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26082] ppid=26068 vsize=1793936 CPUtime=0
/proc/26070/task/26082/stat : 26082 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 131601560 1836990464 108298 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.93
Current children cumulated vsize (KiB) 1793936

[startup+25.5021 s]
/proc/loadavg: 1.19 1.05 1.01 2/96 26149
/proc/meminfo: memFree=1182256/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1794260 CPUtime=31.59
/proc/26070/stat : 26070 (java) S 26068 26070 25137 0 -1 0 156123 0 1 0 3080 79 0 0 18 0 13 0 131601543 1837322240 134959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26070/statm: 448565 134959 1327 9 0 446176 0
[pid=26070/tid=26072] ppid=26068 vsize=1794260 CPUtime=20.14
/proc/26070/task/26072/stat : 26072 (java) R 26068 26070 25137 0 -1 64 37765 0 1 0 1991 23 0 0 25 0 13 0 131601552 1837322240 134959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109831567 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26073] ppid=26068 vsize=1794260 CPUtime=4.63
/proc/26070/task/26073/stat : 26073 (java) S 26068 26070 25137 0 -1 64 61065 0 0 0 437 26 0 0 17 0 13 0 131601553 1837322240 134959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26074] ppid=26068 vsize=1794260 CPUtime=4.64
/proc/26070/task/26074/stat : 26074 (java) S 26068 26070 25137 0 -1 64 48746 0 0 0 439 25 0 0 16 0 13 0 131601553 1837322240 134959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26075] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26075/stat : 26075 (java) S 26068 26070 25137 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 131601555 1837322240 134959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26076] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26076/stat : 26076 (java) S 26068 26070 25137 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 131601556 1837322240 134959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26077] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26077/stat : 26077 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131601556 1837322240 134959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26078] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26078/stat : 26078 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 131601560 1837322240 134959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26070/tid=26075] ppid=26068 vsize=1794260 CPUtime=0.35
/proc/26070/task/26075/stat : 26075 (java) S 26068 26070 25137 0 -1 64 23 0 0 0 23 12 0 0 16 0 13 0 131601555 1837322240 297581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26076] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26076/stat : 26076 (java) S 26068 26070 25137 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 131601556 1837322240 297581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26077] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26077/stat : 26077 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131601556 1837322240 297581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26078] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26078/stat : 26078 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 131601560 1837322240 297581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26079] ppid=26068 vsize=1794260 CPUtime=1.73
/proc/26070/task/26079/stat : 26079 (java) S 26068 26070 25137 0 -1 64 4389 0 0 0 172 1 0 0 17 0 13 0 131601560 1837322240 297581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26080] ppid=26068 vsize=1794260 CPUtime=1.38
/proc/26070/task/26080/stat : 26080 (java) S 26068 26070 25137 0 -1 64 3504 0 0 0 137 1 0 0 17 0 13 0 131601560 1837322240 297581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26081] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26081/stat : 26081 (java) S 26068 26070 25137 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131601560 1837322240 297581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26082] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26082/stat : 26082 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131601560 1837322240 297581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26083] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26083/stat : 26083 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 131603459 1837322240 297581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.91
Current children cumulated vsize (KiB) 1794260

[startup+1602.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/90 26281
/proc/meminfo: memFree=505504/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1794260 CPUtime=1656.88
/proc/26070/stat : 26070 (java) S 26068 26070 25137 0 -1 0 329731 0 1 0 165499 189 0 0 18 0 13 0 131601543 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26070/statm: 448565 304042 1332 9 0 446176 0
[pid=26070/tid=26072] ppid=26068 vsize=1794260 CPUtime=1546.03
/proc/26070/task/26072/stat : 26072 (java) R 26068 26070 25137 0 -1 64 39459 0 1 0 154566 37 0 0 25 0 13 0 131601552 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826543 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26073] ppid=26068 vsize=1794260 CPUtime=53.64
/proc/26070/task/26073/stat : 26073 (java) S 26068 26070 25137 0 -1 64 170073 0 0 0 5288 76 0 0 16 0 13 0 131601553 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26074] ppid=26068 vsize=1794260 CPUtime=53.66
/proc/26070/task/26074/stat : 26074 (java) S 26068 26070 25137 0 -1 64 111563 0 0 0 5308 58 0 0 16 0 13 0 131601553 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26075] ppid=26068 vsize=1794260 CPUtime=0.37
/proc/26070/task/26075/stat : 26075 (java) S 26068 26070 25137 0 -1 64 23 0 0 0 24 13 0 0 15 0 13 0 131601555 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26076] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26076/stat : 26076 (java) S 26068 26070 25137 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 131601556 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26077] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26077/stat : 26077 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131601556 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26078] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26078/stat : 26078 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 131601560 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26079] ppid=26068 vsize=1794260 CPUtime=1.73
/proc/26070/task/26079/stat : 26079 (java) S 26068 26070 25137 0 -1 64 4389 0 0 0 172 1 0 0 17 0 13 0 131601560 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26080] ppid=26068 vsize=1794260 CPUtime=1.38
/proc/26070/task/26080/stat : 26080 (java) S 26068 26070 25137 0 -1 64 3504 0 0 0 137 1 0 0 17 0 13 0 131601560 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26081] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26081/stat : 26081 (java) S 26068 26070 25137 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131601560 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26082] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26082/stat : 26082 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131601560 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26083] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26083/stat : 26083 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 131603459 1837322240 304042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.88
Current children cumulated vsize (KiB) 1794260

[startup+1662.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 26281
/proc/meminfo: memFree=484192/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1794260 CPUtime=1719.58
/proc/26070/stat : 26070 (java) S 26068 26070 25137 0 -1 0 335062 0 1 0 171766 192 0 0 18 0 13 0 131601543 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26070/statm: 448565 309273 1332 9 0 446176 0
[pid=26070/tid=26072] ppid=26068 vsize=1794260 CPUtime=1603.21
/proc/26070/task/26072/stat : 26072 (java) R 26068 26070 25137 0 -1 64 39508 0 1 0 160284 37 0 0 25 0 13 0 131601552 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826444 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26073] ppid=26068 vsize=1794260 CPUtime=56.4
/proc/26070/task/26073/stat : 26073 (java) S 26068 26070 25137 0 -1 64 174700 0 0 0 5562 78 0 0 16 0 13 0 131601553 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26074] ppid=26068 vsize=1794260 CPUtime=56.41
/proc/26070/task/26074/stat : 26074 (java) S 26068 26070 25137 0 -1 64 112217 0 0 0 5583 58 0 0 16 0 13 0 131601553 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26075] ppid=26068 vsize=1794260 CPUtime=0.38
/proc/26070/task/26075/stat : 26075 (java) S 26068 26070 25137 0 -1 64 24 0 0 0 25 13 0 0 15 0 13 0 131601555 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26076] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26076/stat : 26076 (java) S 26068 26070 25137 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 131601556 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26077] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26077/stat : 26077 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131601556 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26078] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26078/stat : 26078 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 131601560 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26079] ppid=26068 vsize=1794260 CPUtime=1.73
/proc/26070/task/26079/stat : 26079 (java) S 26068 26070 25137 0 -1 64 4389 0 0 0 172 1 0 0 17 0 13 0 131601560 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26080] ppid=26068 vsize=1794260 CPUtime=1.38
/proc/26070/task/26080/stat : 26080 (java) S 26068 26070 25137 0 -1 64 3504 0 0 0 137 1 0 0 17 0 13 0 131601560 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26081] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26081/stat : 26081 (java) S 26068 26070 25137 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131601560 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26082] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26082/stat : 26082 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131601560 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26083] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26083/stat : 26083 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 131603459 1837322240 309273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.58
Current children cumulated vsize (KiB) 1794260

[startup+1722.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/90 26281
/proc/meminfo: memFree=463136/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1794260 CPUtime=1782.36
/proc/26070/stat : 26070 (java) S 26068 26070 25137 0 -1 0 340535 0 1 0 178041 195 0 0 18 0 13 0 131601543 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26070/statm: 448565 314618 1332 9 0 446176 0
[pid=26070/tid=26072] ppid=26068 vsize=1794260 CPUtime=1660.31
/proc/26070/task/26072/stat : 26072 (java) R 26068 26070 25137 0 -1 64 39557 0 1 0 165994 37 0 0 25 0 13 0 131601552 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109931319 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26073] ppid=26068 vsize=1794260 CPUtime=59.23
/proc/26070/task/26073/stat : 26073 (java) S 26068 26070 25137 0 -1 64 179468 0 0 0 5843 80 0 0 16 0 13 0 131601553 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26074] ppid=26068 vsize=1794260 CPUtime=59.24
/proc/26070/task/26074/stat : 26074 (java) S 26068 26070 25137 0 -1 64 112873 0 0 0 5865 59 0 0 16 0 13 0 131601553 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26075] ppid=26068 vsize=1794260 CPUtime=0.4
/proc/26070/task/26075/stat : 26075 (java) S 26068 26070 25137 0 -1 64 24 0 0 0 26 14 0 0 15 0 13 0 131601555 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26076] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26076/stat : 26076 (java) S 26068 26070 25137 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 131601556 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26077] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26077/stat : 26077 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131601556 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26078] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26078/stat : 26078 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 131601560 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26079] ppid=26068 vsize=1794260 CPUtime=1.73
/proc/26070/task/26079/stat : 26079 (java) S 26068 26070 25137 0 -1 64 4389 0 0 0 172 1 0 0 17 0 13 0 131601560 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26080] ppid=26068 vsize=1794260 CPUtime=1.38
/proc/26070/task/26080/stat : 26080 (java) S 26068 26070 25137 0 -1 64 3504 0 0 0 137 1 0 0 17 0 13 0 131601560 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26081] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26081/stat : 26081 (java) S 26068 26070 25137 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131601560 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26082] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26082/stat : 26082 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131601560 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26083] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26083/stat : 26083 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 131603459 1837322240 314618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 1794260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1739.2 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 26281
/proc/meminfo: memFree=456544/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=1794260 CPUtime=1800.05
/proc/26070/stat : 26070 (java) S 26068 26070 25137 0 -1 0 342093 0 1 0 179809 196 0 0 18 0 13 0 131601543 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26070/statm: 448565 316160 1332 9 0 446176 0
[pid=26070/tid=26072] ppid=26068 vsize=1794260 CPUtime=1676.4
/proc/26070/task/26072/stat : 26072 (java) R 26068 26070 25137 0 -1 64 39572 0 1 0 167603 37 0 0 25 0 13 0 131601552 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109831203 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26073] ppid=26068 vsize=1794260 CPUtime=60.04
/proc/26070/task/26073/stat : 26073 (java) S 26068 26070 25137 0 -1 64 180964 0 0 0 5923 81 0 0 16 0 13 0 131601553 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26074] ppid=26068 vsize=1794260 CPUtime=60.04
/proc/26070/task/26074/stat : 26074 (java) S 26068 26070 25137 0 -1 64 112920 0 0 0 5945 59 0 0 16 0 13 0 131601553 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26075] ppid=26068 vsize=1794260 CPUtime=0.4
/proc/26070/task/26075/stat : 26075 (java) S 26068 26070 25137 0 -1 64 24 0 0 0 26 14 0 0 16 0 13 0 131601555 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26076] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26076/stat : 26076 (java) S 26068 26070 25137 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 131601556 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26077] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26077/stat : 26077 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 131601556 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26078] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26078/stat : 26078 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 131601560 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26079] ppid=26068 vsize=1794260 CPUtime=1.73
/proc/26070/task/26079/stat : 26079 (java) S 26068 26070 25137 0 -1 64 4389 0 0 0 172 1 0 0 17 0 13 0 131601560 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26080] ppid=26068 vsize=1794260 CPUtime=1.38
/proc/26070/task/26080/stat : 26080 (java) S 26068 26070 25137 0 -1 64 3504 0 0 0 137 1 0 0 17 0 13 0 131601560 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26070/tid=26081] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26081/stat : 26081 (java) S 26068 26070 25137 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 131601560 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26082] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26082/stat : 26082 (java) S 26068 26070 25137 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 131601560 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26070/tid=26083] ppid=26068 vsize=1794260 CPUtime=0
/proc/26070/task/26083/stat : 26083 (java) S 26068 26070 25137 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 131603459 1837322240 316160 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1794260

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

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

[startup+1739.4 s]
/proc/loadavg: 1.03 1.03 1.00 2/90 26281
/proc/meminfo: memFree=456544/2055920 swapFree=4166016/4192956
[pid=26070] ppid=26068 vsize=0 CPUtime=1800.3
/proc/26070/stat : 26070 (java) Z 26068 26070 25137 0 -1 1036 342205 0 1 0 179821 209 0 0 15 0 2 0 131601543 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26070/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1739.47
CPU time (s): 1800.38
CPU user time (s): 1798.22
CPU system time (s): 2.15867
CPU usage (%): 103.502
Max. virtual memory (cumulated for all children) (KiB): 1796012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 2.15867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342205
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= 52151
involuntary context switches= 69732

runsolver used 2.12368 second user time and 5.74913 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Apr 14 13:00:40 UTC 2007

IDJOB= 347982
IDBENCH= 1594
IDSOLVER= 164
FILE ID= node10/347982-1176555640

PBS_JOBID= 4556763

Free space on /tmp= 66533 MiB

SOLVER NAME= sat4jPseudoCPClause 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-dano3_5.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347982-1176555640/sat4jPseudoCPClause.jar /tmp/evaluation/347982-1176555640/instance-347982-1176555640.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-347982-1176555640 -o ROOT/results/node10/solver-347982-1176555640 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347982-1176555640/sat4jPseudoCPClause.jar /tmp/evaluation/347982-1176555640/instance-347982-1176555640.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f6a27dde9dccc9cbc26fd12ecc1b234d

RANDOM SEED= 916380467

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1719832 kB
Buffers:         53896 kB
Cached:         199328 kB
SwapCached:       2864 kB
Active:         115448 kB
Inactive:       168656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719832 kB
SwapTotal:     4192956 kB
SwapFree:      4166016 kB
Dirty:           28668 kB
Writeback:           0 kB
Mapped:          38564 kB
Slab:            37648 kB
Committed_AS:  2872388 kB
PageTables:       1708 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= 66533 MiB

End job on node10 on Sat Apr 14 13:29:42 UTC 2007