Trace number 362660

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.26 1778.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-biella1.opb
MD5SUM02b8e2ce7db79ee00a9a8f2ebac90f1b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.47162
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables42650
Total number of constraints1202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1202
Minimum length of a constraint38
Maximum length of a constraint42650
Number of terms in the objective function 42650
Biggest coefficient in the objective function 58891
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 565237
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262142
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 565237
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.12/0.47	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.47	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.47	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.48	c no version file found!!!
0.12/0.48	c sun.arch.data.model	32
0.12/0.48	c java.version	1.6.0
0.12/0.48	c os.name	Linux
0.12/0.48	c os.version	2.6.9-22.EL.rootsmp
0.12/0.48	c os.arch	i386
0.12/0.48	c Free memory 1651659224
0.12/0.48	c Max memory 1654456320
0.12/0.48	c Total memory 1654456320
0.12/0.48	c Number of processors 2
0.19/0.54	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.54	--- Begin Solver configuration ---
0.19/0.54	c Stops conflict analysis at the first Unique Implication Point
0.19/0.54	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.54	c Learn all clauses as in MiniSAT
0.19/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.54	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.54	c No reason simplification
0.19/0.54	c --- End Solver configuration ---
0.19/0.54	c Simplify asserted PB constraints to clauses
0.19/0.54	c solving /tmp/evaluation/362660-1177016221/instance-362660-1177016221.opb
0.19/0.54	c reading problem ... 
3.81/2.87	c ... done. Wall clock time 2.327s.
3.81/2.87	c CPU time (experimental) 1.86s.
3.81/2.87	c #vars     42650
3.81/2.87	c #constraints  2399
1800.04/1777.91	c starts		: 2
1800.04/1777.91	c conflicts		: 139
1800.04/1777.91	c decisions		: 184123
1800.04/1777.91	c propagations		: 1365016
1800.04/1777.91	c inspects		: 2617405
1800.04/1777.91	c learnt literals	: 0
1800.04/1777.91	c learnt binary clauses	: 0
1800.04/1777.91	c learnt ternary clauses	: 0
1800.04/1777.91	c learnt clauses	: 138
1800.04/1777.91	c root simplifications	: 0
1800.04/1777.91	c removed literals (reason simplification)	: 0
1800.04/1777.91	c reason swapping (by a shorter reason)	: 0
1800.04/1777.91	c Calls to reduceDB	: 0
1800.04/1777.91	c speed (decisions/second)	: 103.74985490358273
1800.04/1777.91	c non guided choices	0
1800.04/1777.91	s UNKNOWN
1800.04/1777.91	c Total wall clock time (ms): 1777.37

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/node63/watcher-362660-1177016221 -o ROOT/results/node63/solver-362660-1177016221 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362660-1177016221/sat4jPseudoCPClause.jar /tmp/evaluation/362660-1177016221/instance-362660-1177016221.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.99 0.97 0.97 2/64 6430
/proc/meminfo: memFree=1857236/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=152 CPUtime=0
/proc/6430/stat : 6430 (java) R 6428 6430 6273 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 177612030 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2970404 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/6430/statm: 38 26 19 9 0 4 0

[startup+0.0102429 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 6430
/proc/meminfo: memFree=1857236/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=308 CPUtime=0
/proc/6430/stat : 6430 (java) D 6428 6430 6273 0 -1 0 57 0 0 0 0 0 0 0 18 0 1 0 177612030 315392 41 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 2970532 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/6430/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.102257 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 6430
/proc/meminfo: memFree=1857236/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=12448 CPUtime=0.03
/proc/6430/stat : 6430 (java) S 6428 6430 6273 0 -1 0 746 0 25 0 0 3 0 0 18 0 2 0 177612030 12746752 554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/6430/statm: 3112 554 243 9 0 1241 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12448

[startup+0.302278 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 6430
/proc/meminfo: memFree=1857236/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=1777060 CPUtime=0.07
/proc/6430/stat : 6430 (java) S 6428 6430 6273 0 -1 0 3466 0 35 0 2 5 0 0 18 0 5 0 177612030 1819709440 3245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/6430/statm: 444265 3245 1039 9 0 441901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777060

[startup+0.701325 s]
/proc/loadavg: 0.99 0.97 0.97 2/64 6430
/proc/meminfo: memFree=1857236/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=1783536 CPUtime=0.47
/proc/6430/stat : 6430 (java) S 6428 6430 6273 0 -1 0 5844 0 35 0 39 8 0 0 18 0 12 0 177612030 1826340864 5480 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6430/statm: 445884 5480 1270 9 0 443495 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 1783536

[startup+1.50141 s]
/proc/loadavg: 0.99 0.97 0.97 2/76 6442
/proc/meminfo: memFree=1819700/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=1793676 CPUtime=1.72
/proc/6430/stat : 6430 (java) S 6428 6430 6273 0 -1 0 15218 0 35 0 161 11 0 0 18 0 12 0 177612030 1836724224 13456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6430/statm: 448419 13456 1310 9 0 446030 0
[pid=6430/tid=6432] ppid=6428 vsize=1793676 CPUtime=0.73
/proc/6430/task/6432/stat : 6432 (java) R 6428 6430 6273 0 -1 64 9847 0 10 0 67 6 0 0 19 0 12 0 177612038 1836724224 13456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6433] ppid=6428 vsize=1793676 CPUtime=0
/proc/6430/task/6433/stat : 6433 (java) S 6428 6430 6273 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 177612056 1836724224 13456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6434] ppid=6428 vsize=1793676 CPUtime=0
/proc/6430/task/6434/stat : 6434 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 177612056 1836724224 13456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6435] ppid=6428 vsize=1793676 CPUtime=0
/proc/6430/task/6435/stat : 6435 (java) S 6428 6430 6273 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 177612060 1836724224 13456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6436] ppid=6428 vsize=1793676 CPUtime=0
/proc/6430/task/6436/stat : 6436 (java) S 6428 6430 6273 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 177612061 1836724224 13456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6437] ppid=6428 vsize=1793676 CPUtime=0
/proc/6430/task/6437/stat : 6437 (java) S 6428 6430 6273 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 177612061 1836724224 13456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6438] ppid=6428 vsize=1793676 CPUtime=0
/proc/6430/task/6438/stat : 6438 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 177612070 1836724224 13456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6439] ppid=6428 vsize=1793676 CPUtime=0.43
/proc/6430/task/6439/stat : 6439 (java) R 6428 6430 6273 0 -1 64 1370 0 0 0 43 0 0 0 17 0 12 0 177612070 1836724224 13456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104925555 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6440] ppid=6428 vsize=1793676 CPUtime=0.5
/proc/6430/task/6440/stat : 6440 (java) R 6428 6430 6273 0 -1 64 3304 0 0 0 50 0 0 0 18 0 12 0 177612070 1836724224 13456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336732 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6441] ppid=6428 vsize=1793676 CPUtime=0
/proc/6430/task/6441/stat : 6441 (java) S 6428 6430 6273 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 177612070 1836724224 13456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6442] ppid=6428 vsize=1793676 CPUtime=0
/proc/6430/task/6442/stat : 6442 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 177612070 1836724224 13456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1793676

[startup+3.10158 s]
/proc/loadavg: 0.99 0.97 0.97 3/76 6442
/proc/meminfo: memFree=1749172/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=1793484 CPUtime=4.22
/proc/6430/stat : 6430 (java) S 6428 6430 6273 0 -1 0 53422 0 35 0 393 29 0 0 18 0 12 0 177612030 1836527616 47815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6430/statm: 448371 47815 1328 9 0 445982 0
[pid=6430/tid=6432] ppid=6428 vsize=1793484 CPUtime=1.99
/proc/6430/task/6432/stat : 6432 (java) R 6428 6430 6273 0 -1 64 37704 0 10 0 179 20 0 0 18 0 12 0 177612038 1836527616 47815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102840154 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6433] ppid=6428 vsize=1793484 CPUtime=0.13
/proc/6430/task/6433/stat : 6433 (java) S 6428 6430 6273 0 -1 64 2855 0 0 0 13 0 0 0 16 0 12 0 177612056 1836527616 47815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6434] ppid=6428 vsize=1793484 CPUtime=0.14
/proc/6430/task/6434/stat : 6434 (java) S 6428 6430 6273 0 -1 64 3695 0 0 0 13 1 0 0 16 0 12 0 177612056 1836527616 47815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6435] ppid=6428 vsize=1793484 CPUtime=0
/proc/6430/task/6435/stat : 6435 (java) S 6428 6430 6273 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 177612060 1836527616 47815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6436] ppid=6428 vsize=1793484 CPUtime=0
/proc/6430/task/6436/stat : 6436 (java) S 6428 6430 6273 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 177612061 1836527616 47815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6437] ppid=6428 vsize=1793484 CPUtime=0
/proc/6430/task/6437/stat : 6437 (java) S 6428 6430 6273 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 177612061 1836527616 47815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6438] ppid=6428 vsize=1793484 CPUtime=0
/proc/6430/task/6438/stat : 6438 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 177612070 1836527616 47815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6439] ppid=6428 vsize=1793484 CPUtime=0.69
/proc/6430/task/6439/stat : 6439 (java) S 6428 6430 6273 0 -1 64 2158 0 0 0 69 0 0 0 16 0 12 0 177612070 1836527616 47815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6440] ppid=6428 vsize=1793484 CPUtime=1.19
/proc/6430/task/6440/stat : 6440 (java) R 6428 6430 6273 0 -1 64 6309 0 0 0 117 2 0 0 16 0 12 0 177612070 1836527616 47815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336760 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6441] ppid=6428 vsize=1793484 CPUtime=0
/proc/6430/task/6441/stat : 6441 (java) S 6428 6430 6273 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 177612070 1836527616 47815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6442] ppid=6428 vsize=1793484 CPUtime=0
/proc/6430/task/6442/stat : 6442 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 177612070 1836527616 47815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1793484

[startup+6.30291 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 6443
/proc/meminfo: memFree=1630572/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=1794000 CPUtime=8.06
/proc/6430/stat : 6430 (java) S 6428 6430 6273 0 -1 0 61473 0 35 0 773 33 0 0 18 0 13 0 177612030 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6430/statm: 448500 55282 1333 9 0 446111 0
[pid=6430/tid=6432] ppid=6428 vsize=1794000 CPUtime=4.72
/proc/6430/task/6432/stat : 6432 (java) R 6428 6430 6273 0 -1 64 37722 0 10 0 452 20 0 0 19 0 13 0 177612038 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109971234 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6433] ppid=6428 vsize=1794000 CPUtime=0.41
/proc/6430/task/6433/stat : 6433 (java) S 6428 6430 6273 0 -1 64 6974 0 0 0 39 2 0 0 16 0 13 0 177612056 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6434] ppid=6428 vsize=1794000 CPUtime=0.41
/proc/6430/task/6434/stat : 6434 (java) S 6428 6430 6273 0 -1 64 7518 0 0 0 38 3 0 0 16 0 13 0 177612056 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6435] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6435/stat : 6435 (java) S 6428 6430 6273 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 177612060 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6436] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6436/stat : 6436 (java) S 6428 6430 6273 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6437] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6437/stat : 6437 (java) S 6428 6430 6273 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6438] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6438/stat : 6438 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 177612070 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6439] ppid=6428 vsize=1794000 CPUtime=0.93
/proc/6430/task/6439/stat : 6439 (java) S 6428 6430 6273 0 -1 64 2215 0 0 0 92 1 0 0 16 0 13 0 177612070 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6440] ppid=6428 vsize=1794000 CPUtime=1.5
/proc/6430/task/6440/stat : 6440 (java) S 6428 6430 6273 0 -1 64 6339 0 0 0 148 2 0 0 17 0 13 0 177612070 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6441] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6441/stat : 6441 (java) S 6428 6430 6273 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 177612070 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6442] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6442/stat : 6442 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177612070 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6443] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6443/stat : 6443 (java) S 6428 6430 6273 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177612363 1837056000 55282 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 1794000

[startup+12.7026 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 6443
/proc/meminfo: memFree=1608108/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=1794000 CPUtime=14.93
/proc/6430/stat : 6430 (java) S 6428 6430 6273 0 -1 0 68548 0 35 0 1456 37 0 0 18 0 13 0 177612030 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6430/statm: 448500 60998 1333 9 0 446111 0
[pid=6430/tid=6432] ppid=6428 vsize=1794000 CPUtime=10.64
/proc/6430/task/6432/stat : 6432 (java) R 6428 6430 6273 0 -1 64 37731 0 10 0 1044 20 0 0 24 0 13 0 177612038 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109971966 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6433] ppid=6428 vsize=1794000 CPUtime=0.89
/proc/6430/task/6433/stat : 6433 (java) S 6428 6430 6273 0 -1 64 11102 0 0 0 85 4 0 0 16 0 13 0 177612056 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6434] ppid=6428 vsize=1794000 CPUtime=0.89
/proc/6430/task/6434/stat : 6434 (java) S 6428 6430 6273 0 -1 64 10456 0 0 0 84 5 0 0 16 0 13 0 177612056 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6435] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6435/stat : 6435 (java) S 6428 6430 6273 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 177612060 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6436] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6436/stat : 6436 (java) S 6428 6430 6273 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6437] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6437/stat : 6437 (java) S 6428 6430 6273 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6438] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6438/stat : 6438 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 177612070 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6439] ppid=6428 vsize=1794000 CPUtime=0.93
/proc/6430/task/6439/stat : 6439 (java) S 6428 6430 6273 0 -1 64 2215 0 0 0 92 1 0 0 16 0 13 0 177612070 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6440] ppid=6428 vsize=1794000 CPUtime=1.5
/proc/6430/task/6440/stat : 6440 (java) S 6428 6430 6273 0 -1 64 6339 0 0 0 148 2 0 0 17 0 13 0 177612070 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6441] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6441/stat : 6441 (java) S 6428 6430 6273 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 177612070 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6442] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6442/stat : 6442 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177612070 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6443] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6443/stat : 6443 (java) S 6428 6430 6273 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177612363 1837056000 60998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.93
Current children cumulated vsize (KiB) 1794000

[startup+25.5029 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 6443
/proc/meminfo: memFree=1688108/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=1794000 CPUtime=27.74
/proc/6430/stat : 6430 (java) S 6428 6430 6273 0 -1 0 68589 0 35 0 2735 39 0 0 18 0 13 0 177612030 1837056000 40241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6430/statm: 448500 40241 1333 9 0 446111 0
[pid=6430/tid=6432] ppid=6428 vsize=1794000 CPUtime=23.41
/proc/6430/task/6432/stat : 6432 (java) R 6428 6430 6273 0 -1 64 37754 0 10 0 2321 20 0 0 21 0 13 0 177612038 1837056000 40241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109971459 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6433] ppid=6428 vsize=1794000 CPUtime=0.9
/proc/6430/task/6433/stat : 6433 (java) S 6428 6430 6273 0 -1 64 11120 0 0 0 86 4 0 0 16 0 13 0 177612056 1837056000 40241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6434] ppid=6428 vsize=1794000 CPUtime=0.9
/proc/6430/task/6434/stat : 6434 (java) S 6428 6430 6273 0 -1 64 10456 0 0 0 85 5 0 0 16 0 13 0 177612056 1837056000 40241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6435] ppid=6428 vsize=1794000 CPUtime=0.01
/proc/6430/task/6435/stat : 6435 (java) S 6428 6430 6273 0 -1 64 7 0 0 0 0 1 0 0 15 0 13 0 177612060 1837056000 40241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6436] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6436/stat : 6436 (java) S 6428 6430 6273 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 40241 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/6430/task/6439/stat : 6439 (java) S 6428 6430 6273 0 -1 64 2233 0 0 0 127 1 0 0 16 0 13 0 177612070 1837056000 206683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6440] ppid=6428 vsize=1794000 CPUtime=1.99
/proc/6430/task/6440/stat : 6440 (java) S 6428 6430 6273 0 -1 64 6378 0 0 0 197 2 0 0 17 0 13 0 177612070 1837056000 206683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6441] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6441/stat : 6441 (java) S 6428 6430 6273 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 177612070 1837056000 206683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6442] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6442/stat : 6442 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177612070 1837056000 206683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6443] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6443/stat : 6443 (java) S 6428 6430 6273 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177612363 1837056000 206683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1560.21
Current children cumulated vsize (KiB) 1794000

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/77 6641
/proc/meminfo: memFree=999660/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=1794000 CPUtime=1621.04
/proc/6430/stat : 6430 (java) S 6428 6430 6273 0 -1 0 469508 0 35 0 161808 296 0 0 18 0 13 0 177612030 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6430/statm: 448500 214928 1333 9 0 446111 0
[pid=6430/tid=6432] ppid=6428 vsize=1794000 CPUtime=1580.68
/proc/6430/task/6432/stat : 6432 (java) R 6428 6430 6273 0 -1 64 220564 0 10 0 157975 93 0 0 16 0 13 0 177612038 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109932387 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6433] ppid=6428 vsize=1794000 CPUtime=18.16
/proc/6430/task/6433/stat : 6433 (java) S 6428 6430 6273 0 -1 64 130077 0 0 0 1734 82 0 0 16 0 13 0 177612056 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6434] ppid=6428 vsize=1794000 CPUtime=18.18
/proc/6430/task/6434/stat : 6434 (java) S 6428 6430 6273 0 -1 64 108983 0 0 0 1742 76 0 0 16 0 13 0 177612056 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6435] ppid=6428 vsize=1794000 CPUtime=0.65
/proc/6430/task/6435/stat : 6435 (java) S 6428 6430 6273 0 -1 64 575 0 0 0 30 35 0 0 16 0 13 0 177612060 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6436] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6436/stat : 6436 (java) S 6428 6430 6273 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6437] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6437/stat : 6437 (java) S 6428 6430 6273 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6438] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6438/stat : 6438 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 177612070 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6439] ppid=6428 vsize=1794000 CPUtime=1.28
/proc/6430/task/6439/stat : 6439 (java) S 6428 6430 6273 0 -1 64 2233 0 0 0 127 1 0 0 16 0 13 0 177612070 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6440] ppid=6428 vsize=1794000 CPUtime=1.99
/proc/6430/task/6440/stat : 6440 (java) S 6428 6430 6273 0 -1 64 6378 0 0 0 197 2 0 0 17 0 13 0 177612070 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6441] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6441/stat : 6441 (java) S 6428 6430 6273 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 177612070 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6442] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6442/stat : 6442 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177612070 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6443] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6443/stat : 6443 (java) S 6428 6430 6273 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177612363 1837056000 214928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1621.04
Current children cumulated vsize (KiB) 1794000

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/77 6641
/proc/meminfo: memFree=899628/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=1794000 CPUtime=1682.31
/proc/6430/stat : 6430 (java) S 6428 6430 6273 0 -1 0 506943 0 35 0 167918 313 0 0 18 0 13 0 177612030 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6430/statm: 448500 237643 1333 9 0 446111 0
[pid=6430/tid=6432] ppid=6428 vsize=1794000 CPUtime=1639.32
/proc/6430/task/6432/stat : 6432 (java) R 6428 6430 6273 0 -1 64 230015 0 10 0 163835 97 0 0 17 0 13 0 177612038 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109874574 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6433] ppid=6428 vsize=1794000 CPUtime=19.48
/proc/6430/task/6433/stat : 6433 (java) S 6428 6430 6273 0 -1 64 142817 0 0 0 1860 88 0 0 16 0 13 0 177612056 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6434] ppid=6428 vsize=1794000 CPUtime=19.48
/proc/6430/task/6434/stat : 6434 (java) S 6428 6430 6273 0 -1 64 124193 0 0 0 1865 83 0 0 17 0 13 0 177612056 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6435] ppid=6428 vsize=1794000 CPUtime=0.67
/proc/6430/task/6435/stat : 6435 (java) S 6428 6430 6273 0 -1 64 609 0 0 0 31 36 0 0 15 0 13 0 177612060 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6436] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6436/stat : 6436 (java) S 6428 6430 6273 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6437] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6437/stat : 6437 (java) S 6428 6430 6273 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6438] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6438/stat : 6438 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 177612070 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6439] ppid=6428 vsize=1794000 CPUtime=1.28
/proc/6430/task/6439/stat : 6439 (java) S 6428 6430 6273 0 -1 64 2233 0 0 0 127 1 0 0 16 0 13 0 177612070 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6440] ppid=6428 vsize=1794000 CPUtime=1.99
/proc/6430/task/6440/stat : 6440 (java) S 6428 6430 6273 0 -1 64 6378 0 0 0 197 2 0 0 17 0 13 0 177612070 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6441] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6441/stat : 6441 (java) S 6428 6430 6273 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 177612070 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6442] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6442/stat : 6442 (java) R 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177612070 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6443] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6443/stat : 6443 (java) S 6428 6430 6273 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177612363 1837056000 237643 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1682.31
Current children cumulated vsize (KiB) 1794000

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/77 6641
/proc/meminfo: memFree=848172/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=1794000 CPUtime=1743.93
/proc/6430/stat : 6430 (java) S 6428 6430 6273 0 -1 0 525205 0 35 0 174069 324 0 0 18 0 13 0 177612030 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6430/statm: 448500 250474 1333 9 0 446111 0
[pid=6430/tid=6432] ppid=6428 vsize=1794000 CPUtime=1697.7
/proc/6430/task/6432/stat : 6432 (java) R 6428 6430 6273 0 -1 64 230093 0 10 0 169673 97 0 0 17 0 13 0 177612038 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109932395 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6433] ppid=6428 vsize=1794000 CPUtime=21
/proc/6430/task/6433/stat : 6433 (java) S 6428 6430 6273 0 -1 64 151298 0 0 0 2008 92 0 0 17 0 13 0 177612056 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6434] ppid=6428 vsize=1794000 CPUtime=20.99
/proc/6430/task/6434/stat : 6434 (java) S 6428 6430 6273 0 -1 64 133374 0 0 0 2011 88 0 0 16 0 13 0 177612056 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6435] ppid=6428 vsize=1794000 CPUtime=0.68
/proc/6430/task/6435/stat : 6435 (java) S 6428 6430 6273 0 -1 64 631 0 0 0 32 36 0 0 16 0 13 0 177612060 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6436] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6436/stat : 6436 (java) S 6428 6430 6273 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6437] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6437/stat : 6437 (java) S 6428 6430 6273 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6438] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6438/stat : 6438 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 177612070 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6439] ppid=6428 vsize=1794000 CPUtime=1.32
/proc/6430/task/6439/stat : 6439 (java) S 6428 6430 6273 0 -1 64 2236 0 0 0 131 1 0 0 17 0 13 0 177612070 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6440] ppid=6428 vsize=1794000 CPUtime=2.13
/proc/6430/task/6440/stat : 6440 (java) S 6428 6430 6273 0 -1 64 6875 0 0 0 211 2 0 0 17 0 13 0 177612070 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6441] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6441/stat : 6441 (java) S 6428 6430 6273 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 177612070 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6442] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6442/stat : 6442 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177612070 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6443] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6443/stat : 6443 (java) S 6428 6430 6273 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177612363 1837056000 250474 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1743.93
Current children cumulated vsize (KiB) 1794000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/77 6641
/proc/meminfo: memFree=841836/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=1794000 CPUtime=1800.04
/proc/6430/stat : 6430 (java) S 6428 6430 6273 0 -1 0 526836 0 35 0 179677 327 0 0 18 0 13 0 177612030 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6430/statm: 448500 252058 1333 9 0 446111 0
[pid=6430/tid=6432] ppid=6428 vsize=1794000 CPUtime=1752.69
/proc/6430/task/6432/stat : 6432 (java) R 6428 6430 6273 0 -1 64 231644 0 10 0 175171 98 0 0 19 0 13 0 177612038 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109588744 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6433] ppid=6428 vsize=1794000 CPUtime=21.57
/proc/6430/task/6433/stat : 6433 (java) S 6428 6430 6273 0 -1 64 151320 0 0 0 2064 93 0 0 16 0 13 0 177612056 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6434] ppid=6428 vsize=1794000 CPUtime=21.54
/proc/6430/task/6434/stat : 6434 (java) S 6428 6430 6273 0 -1 64 133432 0 0 0 2065 89 0 0 16 0 13 0 177612056 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6435] ppid=6428 vsize=1794000 CPUtime=0.69
/proc/6430/task/6435/stat : 6435 (java) S 6428 6430 6273 0 -1 64 631 0 0 0 32 37 0 0 16 0 13 0 177612060 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6436] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6436/stat : 6436 (java) S 6428 6430 6273 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6437] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6437/stat : 6437 (java) S 6428 6430 6273 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177612061 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6438] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6438/stat : 6438 (java) S 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 177612070 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6439] ppid=6428 vsize=1794000 CPUtime=1.32
/proc/6430/task/6439/stat : 6439 (java) S 6428 6430 6273 0 -1 64 2236 0 0 0 131 1 0 0 17 0 13 0 177612070 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6440] ppid=6428 vsize=1794000 CPUtime=2.13
/proc/6430/task/6440/stat : 6440 (java) S 6428 6430 6273 0 -1 64 6875 0 0 0 211 2 0 0 17 0 13 0 177612070 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6441] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6441/stat : 6441 (java) S 6428 6430 6273 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 177612070 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6430/tid=6442] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6442/stat : 6442 (java) R 6428 6430 6273 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177612070 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6430/tid=6443] ppid=6428 vsize=1794000 CPUtime=0
/proc/6430/task/6443/stat : 6443 (java) S 6428 6430 6273 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177612363 1837056000 252058 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1794000

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

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

[startup+1778.01 s]
/proc/loadavg: 1.00 1.00 0.98 2/77 6641
/proc/meminfo: memFree=841836/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=0 CPUtime=1800.14
/proc/6430/stat : 6430 (java) Z 6428 6430 6273 0 -1 1036 526856 0 35 0 179682 332 0 0 16 0 2 0 177612030 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6430/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

[startup+1778.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/77 6641
/proc/meminfo: memFree=841836/2055920 swapFree=4182876/4192956
[pid=6430] ppid=6428 vsize=0 CPUtime=1800.23
/proc/6430/stat : 6430 (java) Z 6428 6430 6273 0 -1 1036 526856 0 35 0 179682 341 0 0 16 0 2 0 177612030 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6430/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.12
CPU time (s): 1800.26
CPU user time (s): 1796.83
CPU system time (s): 3.42948
CPU usage (%): 101.245
Max. virtual memory (cumulated for all children) (KiB): 1794696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.83
system time used= 3.42948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526856
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61369
involuntary context switches= 18256

runsolver used 2.13867 second user time and 5.21621 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Thu Apr 19 20:57:01 UTC 2007

IDJOB= 362660
IDBENCH= 1606
IDSOLVER= 164
FILE ID= node63/362660-1177016221

PBS_JOBID= 4630556

Free space on /tmp= 66469 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/unibo/normalized-reduced-mps-v2-20-10-biella1.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362660-1177016221/sat4jPseudoCPClause.jar /tmp/evaluation/362660-1177016221/instance-362660-1177016221.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-362660-1177016221 -o ROOT/results/node63/solver-362660-1177016221 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362660-1177016221/sat4jPseudoCPClause.jar /tmp/evaluation/362660-1177016221/instance-362660-1177016221.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  02b8e2ce7db79ee00a9a8f2ebac90f1b

RANDOM SEED= 886501156

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.232
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.232
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:       1857644 kB
Buffers:          9464 kB
Cached:         124348 kB
SwapCached:       3752 kB
Active:          22516 kB
Inactive:       120668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857644 kB
SwapTotal:     4192956 kB
SwapFree:      4182876 kB
Dirty:            5408 kB
Writeback:           0 kB
Mapped:          15380 kB
Slab:            41120 kB
Committed_AS:  2038144 kB
PageTables:       1460 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= 66469 MiB

End job on node63 on Thu Apr 19 21:26:41 UTC 2007