Trace number 363556

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-23OPT34 418.654 411.952

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-bm23.opb
MD5SUM5c5bb330d1cbd0e2ab066594a5d2a4de
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark0.085986
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 34
Optimality of the best value was proved YES
Number of variables27
Total number of constraints20
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 constraints20
Minimum length of a constraint18
Maximum length of a constraint26
Number of terms in the objective function 27
Biggest coefficient in the objective function 9
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 124
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 182
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.08/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c Simplify asserted PB constraints to clauses
0.08/0.19	c solving /tmp/evaluation/363556-1177029444/instance-363556-1177029444.opb
0.08/0.19	c reading problem ... 
0.21/0.25	c ... done. Wall clock time 0.054s.
0.21/0.25	c CPU time (experimental) 0.21s.
0.21/0.25	c #vars     27
0.21/0.25	c #constraints  20
4.30/2.48	c SATISFIABLE
4.30/2.48	c OPTIMIZING...
4.30/2.48	c Got one! Elapsed wall clock time (in seconds):2.291
4.30/2.48	o 69
5.30/3.32	c Got one! Elapsed wall clock time (in seconds):3.125
5.30/3.32	o 67
6.17/3.98	c Got one! Elapsed wall clock time (in seconds):3.784
6.17/3.98	o 66
15.01/12.51	c Got one! Elapsed wall clock time (in seconds):12.316
15.01/12.51	o 65
17.32/14.88	c Got one! Elapsed wall clock time (in seconds):14.686
17.32/14.88	o 61
22.89/20.39	c Got one! Elapsed wall clock time (in seconds):20.2
22.89/20.39	o 60
28.82/26.23	c Got one! Elapsed wall clock time (in seconds):26.04
28.82/26.23	o 58
34.77/32.13	c Got one! Elapsed wall clock time (in seconds):31.932
34.77/32.13	o 57
42.74/40.01	c Got one! Elapsed wall clock time (in seconds):39.813
42.74/40.01	o 53
50.43/47.63	c Got one! Elapsed wall clock time (in seconds):47.435
50.43/47.63	o 49
102.29/99.04	c Got one! Elapsed wall clock time (in seconds):98.848
102.29/99.04	o 47
161.63/157.84	c Got one! Elapsed wall clock time (in seconds):157.648
161.63/157.84	o 45
225.93/221.59	c Got one! Elapsed wall clock time (in seconds):221.401
225.93/221.60	o 40
340.72/335.02	c Got one! Elapsed wall clock time (in seconds):334.826
340.72/335.02	o 38
343.55/337.85	c Got one! Elapsed wall clock time (in seconds):337.657
343.55/337.85	o 35
377.87/371.78	c Got one! Elapsed wall clock time (in seconds):371.587
377.87/371.78	o 34
418.52/411.88	c starts		: 33
418.52/411.88	c conflicts		: 22894
418.52/411.88	c decisions		: 28245
418.52/411.88	c propagations		: 144786
418.52/411.88	c inspects		: 232813904
418.52/411.88	c learnt literals	: 0
418.52/411.88	c learnt binary clauses	: 0
418.52/411.88	c learnt ternary clauses	: 0
418.52/411.88	c learnt clauses	: 22893
418.52/411.88	c root simplifications	: 0
418.52/411.88	c removed literals (reason simplification)	: 0
418.52/411.88	c reason swapping (by a shorter reason)	: 0
418.52/411.88	c Calls to reduceDB	: 0
418.52/411.88	c speed (decisions/second)	: 704.4343575418995
418.52/411.88	c non guided choices	0
418.52/411.88	s OPTIMUM FOUND
418.52/411.88	v -x1 -x2 x3 -x4 x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 x17 -x18 -x19 x20 -x21 x22 -x23 -x24 -x25 -x26 x27
418.52/411.88	c objective function=34
418.52/411.88	c Total wall clock time (ms): 411.684

Verifier Data (download as text)

OK	34

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-363556-1177029444 -o ROOT/results/node9/solver-363556-1177029444 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363556-1177029444/sat4jPseudoCPClause.jar /tmp/evaluation/363556-1177029444/instance-363556-1177029444.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: 1.15 1.09 1.05 3/77 21481
/proc/meminfo: memFree=1810024/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1800 CPUtime=0
/proc/21481/stat : 21481 (java) D 21479 21481 21128 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 178981975 1843200 148 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21481/statm: 450 151 114 9 0 92 0

[startup+0.0114821 s]
/proc/loadavg: 1.15 1.09 1.05 3/77 21481
/proc/meminfo: memFree=1810024/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=12380 CPUtime=0
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 736 0 0 0 0 0 0 0 18 0 2 0 178981975 12677120 530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 3115 530 225 9 0 1229 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12380

[startup+0.101498 s]
/proc/loadavg: 1.15 1.09 1.05 3/77 21481
/proc/meminfo: memFree=1810024/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1780260 CPUtime=0.08
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 4016 0 1 0 6 2 0 0 18 0 12 0 178981975 1822986240 3757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 445065 3757 1124 9 0 442683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780260

[startup+0.301515 s]
/proc/loadavg: 1.15 1.09 1.05 3/77 21481
/proc/meminfo: memFree=1810024/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1782756 CPUtime=0.31
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 5178 0 1 0 28 3 0 0 18 0 13 0 178981975 1825542144 4916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 445689 4916 1259 9 0 443300 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782756

[startup+0.701566 s]
/proc/loadavg: 1.15 1.09 1.05 3/77 21481
/proc/meminfo: memFree=1810024/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1789444 CPUtime=0.98
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 8617 0 1 0 93 5 0 0 18 0 13 0 178981975 1832390656 7574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 447361 7574 1295 9 0 444972 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1789444

[startup+1.50265 s]
/proc/loadavg: 1.15 1.09 1.05 4/90 21494
/proc/meminfo: memFree=1769408/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1798640 CPUtime=2.55
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 22511 0 1 0 245 10 0 0 18 0 13 0 178981975 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 449660 14632 1304 9 0 447271 0
[pid=21481/tid=21483] ppid=21479 vsize=1798640 CPUtime=0.78
/proc/21481/task/21483/stat : 21483 (java) R 21479 21481 21128 0 -1 64 9567 0 1 0 73 5 0 0 18 0 13 0 178981976 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490027 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21484] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21484/stat : 21484 (java) S 21479 21481 21128 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 178981977 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21485] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21485/stat : 21485 (java) S 21479 21481 21128 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 178981977 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21486] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21486/stat : 21486 (java) S 21479 21481 21128 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 178981980 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21487] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21487/stat : 21487 (java) S 21479 21481 21128 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 178981980 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21488] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21488/stat : 21488 (java) S 21479 21481 21128 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 178981980 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21489] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21489/stat : 21489 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178981984 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21490] ppid=21479 vsize=1798640 CPUtime=0.79
/proc/21481/task/21490/stat : 21490 (java) R 21479 21481 21128 0 -1 64 5159 0 0 0 78 1 0 0 18 0 13 0 178981984 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103059423 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21491] ppid=21479 vsize=1798640 CPUtime=0.95
/proc/21481/task/21491/stat : 21491 (java) R 21479 21481 21128 0 -1 64 7062 0 0 0 92 3 0 0 18 0 13 0 178981984 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102396064 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21492] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21492/stat : 21492 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178981984 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21493] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21493/stat : 21493 (java) S 21479 21481 21128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178981984 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21494] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21494/stat : 21494 (java) S 21479 21481 21128 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 178982001 1841807360 14632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1798640

[startup+3.10183 s]
/proc/loadavg: 1.15 1.09 1.05 4/90 21494
/proc/meminfo: memFree=1730560/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1798640 CPUtime=5.09
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 55858 0 1 0 483 26 0 0 18 0 13 0 178981975 1841807360 43390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 449660 43390 1323 9 0 447271 0
[pid=21481/tid=21483] ppid=21479 vsize=1798640 CPUtime=1.92
/proc/21481/task/21483/stat : 21483 (java) R 21479 21481 21128 0 -1 64 37740 0 1 0 174 18 0 0 19 0 13 0 178981976 1841807360 43390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501957 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21484] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21484/stat : 21484 (java) S 21479 21481 21128 0 -1 64 243 0 0 0 0 0 0 0 16 0 13 0 178981977 1841807360 43390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21485] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21485/stat : 21485 (java) S 21479 21481 21128 0 -1 64 257 0 0 0 0 0 0 0 16 0 13 0 178981977 1841807360 43390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21486] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21486/stat : 21486 (java) S 21479 21481 21128 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 178981980 1841807360 43390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21487] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21487/stat : 21487 (java) S 21479 21481 21128 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178981980 1841807360 43390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21488] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21488/stat : 21488 (java) S 21479 21481 21128 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178981980 1841807360 43390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21489] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21489/stat : 21489 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178981984 1841807360 43390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21490] ppid=21479 vsize=1798640 CPUtime=1.29
/proc/21481/task/21490/stat : 21490 (java) S 21479 21481 21128 0 -1 64 6536 0 0 0 127 2 0 0 16 0 13 0 178981984 1841807360 43390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21491] ppid=21479 vsize=1798640 CPUtime=1.84
/proc/21481/task/21491/stat : 21491 (java) S 21479 21481 21128 0 -1 64 10352 0 0 0 180 4 0 0 16 0 13 0 178981984 1841807360 43390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21492] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21492/stat : 21492 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178981984 1841807360 43390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21493] ppid=21479 vsize=1798640 CPUtime=0
/proc/21481/task/21493/stat : 21493 (java) S 21479 21481 21128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178981984 1841807360 43390 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 1798640

[startup+6.30119 s]
/proc/loadavg: 1.21 1.11 1.05 2/90 21497
/proc/meminfo: memFree=1635120/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1799472 CPUtime=8.7
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 59137 0 1 0 842 28 0 0 18 0 13 0 178981975 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 449868 45037 1323 9 0 447479 0
[pid=21481/tid=21483] ppid=21479 vsize=1799472 CPUtime=5.03
/proc/21481/task/21483/stat : 21483 (java) R 21479 21481 21128 0 -1 64 37745 0 1 0 485 18 0 0 24 0 13 0 178981976 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474166 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21484] ppid=21479 vsize=1799472 CPUtime=0.04
/proc/21481/task/21484/stat : 21484 (java) S 21479 21481 21128 0 -1 64 958 0 0 0 4 0 0 0 16 0 13 0 178981977 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21485] ppid=21479 vsize=1799472 CPUtime=0.04
/proc/21481/task/21485/stat : 21485 (java) S 21479 21481 21128 0 -1 64 978 0 0 0 4 0 0 0 16 0 13 0 178981977 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21486] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21486/stat : 21486 (java) S 21479 21481 21128 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21487] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21487/stat : 21487 (java) S 21479 21481 21128 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21488] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21488/stat : 21488 (java) S 21479 21481 21128 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21489] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21489/stat : 21489 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178981984 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21490] ppid=21479 vsize=1799472 CPUtime=1.58
/proc/21481/task/21490/stat : 21490 (java) S 21479 21481 21128 0 -1 64 8360 0 0 0 155 3 0 0 16 0 13 0 178981984 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21491] ppid=21479 vsize=1799472 CPUtime=1.96
/proc/21481/task/21491/stat : 21491 (java) S 21479 21481 21128 0 -1 64 10360 0 0 0 192 4 0 0 16 0 13 0 178981984 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21492] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21492/stat : 21492 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178981984 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21493] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21493/stat : 21493 (java) S 21479 21481 21128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178981984 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21497] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21497/stat : 21497 (java) S 21479 21481 21128 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 178982373 1842659328 45037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.7
Current children cumulated vsize (KiB) 1799472

[startup+12.7019 s]
/proc/loadavg: 1.20 1.11 1.05 2/90 21497
/proc/meminfo: memFree=1599680/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1799472 CPUtime=15.21
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 69163 0 1 0 1489 32 0 0 18 0 13 0 178981975 1842659328 53855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 449868 53855 1330 9 0 447479 0
[pid=21481/tid=21483] ppid=21479 vsize=1799472 CPUtime=11.31
/proc/21481/task/21483/stat : 21483 (java) R 21479 21481 21128 0 -1 64 42917 0 1 0 1111 20 0 0 18 0 13 0 178981976 1842659328 53855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109499710 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21484] ppid=21479 vsize=1799472 CPUtime=0.15
/proc/21481/task/21484/stat : 21484 (java) S 21479 21481 21128 0 -1 64 3428 0 0 0 14 1 0 0 16 0 13 0 178981977 1842659328 53855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21485] ppid=21479 vsize=1799472 CPUtime=0.15
/proc/21481/task/21485/stat : 21485 (java) S 21479 21481 21128 0 -1 64 3340 0 0 0 14 1 0 0 16 0 13 0 178981977 1842659328 53855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21486] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21486/stat : 21486 (java) S 21479 21481 21128 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 53855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21487] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21487/stat : 21487 (java) S 21479 21481 21128 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 53855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21488] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21488/stat : 21488 (java) S 21479 21481 21128 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 53855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21489] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21489/stat : 21489 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178981984 1842659328 53855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21490] ppid=21479 vsize=1799472 CPUtime=1.58
/proc/21481/task/21490/stat : 21490 (java) S 21479 21481 21128 0 -1 64 8360 0 0 0 155 3 0 0 16 0 13 0 178981984 1842659328 53855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21491] ppid=21479 vsize=1799472 CPUtime=1.97
/proc/21481/task/21491/stat : 21491 (java) S 21479 21481 21128 0 -1 64 10366 0 0 0 193 4 0 0 17 0 13 0 178981984 1842659328 53855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21492] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21492/stat : 21492 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178981984 1842659328 53855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21493] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21493/stat : 21493 (java) S 21479 21481 21128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178981984 1842659328 53855 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.21
Current children cumulated vsize (KiB) 1799472

[startup+25.5024 s]
/proc/loadavg: 1.15 1.10 1.05 2/90 21500
/proc/meminfo: memFree=1604328/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1799472 CPUtime=28.12
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 70254 0 1 0 2779 33 0 0 18 0 13 0 178981975 1842659328 52448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 449868 52448 1332 9 0 447479 0
[pid=21481/tid=21483] ppid=21479 vsize=1799472 CPUtime=23.99
/proc/21481/task/21483/stat : 21483 (java) R 21479 21481 21128 0 -1 64 42928 0 1 0 2379 20 0 0 20 0 13 0 178981976 1842659328 52448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109499844 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21484] ppid=21479 vsize=1799472 CPUtime=0.23
/proc/21481/task/21484/stat : 21484 (java) S 21479 21481 21128 0 -1 64 3922 0 0 0 22 1 0 0 17 0 13 0 178981977 1842659328 52448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21485] ppid=21479 vsize=1799472 CPUtime=0.23
/proc/21481/task/21485/stat : 21485 (java) S 21479 21481 21128 0 -1 64 3909 0 0 0 22 1 0 0 17 0 13 0 178981977 1842659328 52448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21486] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21486/stat : 21486 (java) S 21479 21481 21128 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 52448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21487] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21487/stat : 21487 (java) S 21479 21481 21128 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 52448 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/21481/task/21492/stat : 21492 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178981984 1842659328 66138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21493] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21493/stat : 21493 (java) S 21479 21481 21128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178981984 1842659328 66138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21510] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21510/stat : 21510 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 179019153 1842659328 66138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 409.69
Current children cumulated vsize (KiB) 1799472

[startup+406.301 s]
/proc/loadavg: 1.05 1.04 1.03 2/90 21510
/proc/meminfo: memFree=1549016/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1799472 CPUtime=412.94
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 99453 0 1 0 41240 54 0 0 18 0 13 0 178981975 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 449868 66177 1333 9 0 447479 0
[pid=21481/tid=21483] ppid=21479 vsize=1799472 CPUtime=400.35
/proc/21481/task/21483/stat : 21483 (java) R 21479 21481 21128 0 -1 64 58452 0 1 0 40005 30 0 0 25 0 13 0 178981976 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109501849 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21484] ppid=21479 vsize=1799472 CPUtime=4.4
/proc/21481/task/21484/stat : 21484 (java) S 21479 21481 21128 0 -1 64 10305 0 0 0 435 5 0 0 16 0 13 0 178981977 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21485] ppid=21479 vsize=1799472 CPUtime=4.42
/proc/21481/task/21485/stat : 21485 (java) S 21479 21481 21128 0 -1 64 11140 0 0 0 436 6 0 0 16 0 13 0 178981977 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21486] ppid=21479 vsize=1799472 CPUtime=0.08
/proc/21481/task/21486/stat : 21486 (java) S 21479 21481 21128 0 -1 64 74 0 0 0 5 3 0 0 16 0 13 0 178981980 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21487] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21487/stat : 21487 (java) S 21479 21481 21128 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21488] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21488/stat : 21488 (java) S 21479 21481 21128 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21489] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21489/stat : 21489 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178981984 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21490] ppid=21479 vsize=1799472 CPUtime=1.63
/proc/21481/task/21490/stat : 21490 (java) S 21479 21481 21128 0 -1 64 8375 0 0 0 160 3 0 0 16 0 13 0 178981984 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21491] ppid=21479 vsize=1799472 CPUtime=2.01
/proc/21481/task/21491/stat : 21491 (java) S 21479 21481 21128 0 -1 64 10366 0 0 0 197 4 0 0 16 0 13 0 178981984 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21492] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21492/stat : 21492 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178981984 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21493] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21493/stat : 21493 (java) S 21479 21481 21128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178981984 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21510] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21510/stat : 21510 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 179019153 1842659328 66177 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 412.94
Current children cumulated vsize (KiB) 1799472

[startup+409.503 s]
/proc/loadavg: 1.05 1.04 1.03 2/90 21510
/proc/meminfo: memFree=1548888/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1799472 CPUtime=416.16
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 99478 0 1 0 41562 54 0 0 18 0 13 0 178981975 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 449868 66200 1333 9 0 447479 0
[pid=21481/tid=21483] ppid=21479 vsize=1799472 CPUtime=403.52
/proc/21481/task/21483/stat : 21483 (java) R 21479 21481 21128 0 -1 64 58453 0 1 0 40322 30 0 0 25 0 13 0 178981976 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109892376 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21484] ppid=21479 vsize=1799472 CPUtime=4.42
/proc/21481/task/21484/stat : 21484 (java) S 21479 21481 21128 0 -1 64 10321 0 0 0 437 5 0 0 16 0 13 0 178981977 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21485] ppid=21479 vsize=1799472 CPUtime=4.44
/proc/21481/task/21485/stat : 21485 (java) S 21479 21481 21128 0 -1 64 11148 0 0 0 438 6 0 0 17 0 13 0 178981977 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21486] ppid=21479 vsize=1799472 CPUtime=0.08
/proc/21481/task/21486/stat : 21486 (java) S 21479 21481 21128 0 -1 64 74 0 0 0 5 3 0 0 16 0 13 0 178981980 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21487] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21487/stat : 21487 (java) S 21479 21481 21128 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21488] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21488/stat : 21488 (java) S 21479 21481 21128 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21489] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21489/stat : 21489 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178981984 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21490] ppid=21479 vsize=1799472 CPUtime=1.63
/proc/21481/task/21490/stat : 21490 (java) S 21479 21481 21128 0 -1 64 8375 0 0 0 160 3 0 0 16 0 13 0 178981984 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21491] ppid=21479 vsize=1799472 CPUtime=2.01
/proc/21481/task/21491/stat : 21491 (java) S 21479 21481 21128 0 -1 64 10366 0 0 0 197 4 0 0 16 0 13 0 178981984 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21492] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21492/stat : 21492 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178981984 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21493] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21493/stat : 21493 (java) S 21479 21481 21128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178981984 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21510] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21510/stat : 21510 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 179019153 1842659328 66200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 416.16
Current children cumulated vsize (KiB) 1799472

[startup+411.103 s]
/proc/loadavg: 1.05 1.04 1.03 2/90 21510
/proc/meminfo: memFree=1548824/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1799472 CPUtime=417.79
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 99497 0 1 0 41725 54 0 0 18 0 13 0 178981975 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 449868 66218 1333 9 0 447479 0
[pid=21481/tid=21483] ppid=21479 vsize=1799472 CPUtime=405.1
/proc/21481/task/21483/stat : 21483 (java) R 21479 21481 21128 0 -1 64 58454 0 1 0 40479 31 0 0 25 0 13 0 178981976 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489442 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21484] ppid=21479 vsize=1799472 CPUtime=4.45
/proc/21481/task/21484/stat : 21484 (java) S 21479 21481 21128 0 -1 64 10335 0 0 0 440 5 0 0 16 0 13 0 178981977 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21485] ppid=21479 vsize=1799472 CPUtime=4.47
/proc/21481/task/21485/stat : 21485 (java) S 21479 21481 21128 0 -1 64 11152 0 0 0 441 6 0 0 16 0 13 0 178981977 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21486] ppid=21479 vsize=1799472 CPUtime=0.08
/proc/21481/task/21486/stat : 21486 (java) S 21479 21481 21128 0 -1 64 74 0 0 0 5 3 0 0 16 0 13 0 178981980 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21487] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21487/stat : 21487 (java) S 21479 21481 21128 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21488] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21488/stat : 21488 (java) S 21479 21481 21128 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21489] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21489/stat : 21489 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178981984 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21490] ppid=21479 vsize=1799472 CPUtime=1.63
/proc/21481/task/21490/stat : 21490 (java) S 21479 21481 21128 0 -1 64 8375 0 0 0 160 3 0 0 16 0 13 0 178981984 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21491] ppid=21479 vsize=1799472 CPUtime=2.01
/proc/21481/task/21491/stat : 21491 (java) S 21479 21481 21128 0 -1 64 10366 0 0 0 197 4 0 0 16 0 13 0 178981984 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21492] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21492/stat : 21492 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178981984 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21493] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21493/stat : 21493 (java) S 21479 21481 21128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178981984 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21510] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21510/stat : 21510 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 179019153 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 417.79
Current children cumulated vsize (KiB) 1799472

[startup+411.503 s]
/proc/loadavg: 1.05 1.04 1.03 2/90 21510
/proc/meminfo: memFree=1548824/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1799472 CPUtime=418.19
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 99497 0 1 0 41765 54 0 0 18 0 13 0 178981975 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 449868 66218 1333 9 0 447479 0
[pid=21481/tid=21483] ppid=21479 vsize=1799472 CPUtime=405.5
/proc/21481/task/21483/stat : 21483 (java) R 21479 21481 21128 0 -1 64 58454 0 1 0 40519 31 0 0 25 0 13 0 178981976 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109892424 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21484] ppid=21479 vsize=1799472 CPUtime=4.45
/proc/21481/task/21484/stat : 21484 (java) S 21479 21481 21128 0 -1 64 10335 0 0 0 440 5 0 0 16 0 13 0 178981977 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21485] ppid=21479 vsize=1799472 CPUtime=4.47
/proc/21481/task/21485/stat : 21485 (java) S 21479 21481 21128 0 -1 64 11152 0 0 0 441 6 0 0 16 0 13 0 178981977 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21486] ppid=21479 vsize=1799472 CPUtime=0.08
/proc/21481/task/21486/stat : 21486 (java) S 21479 21481 21128 0 -1 64 74 0 0 0 5 3 0 0 16 0 13 0 178981980 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21487] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21487/stat : 21487 (java) S 21479 21481 21128 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21488] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21488/stat : 21488 (java) S 21479 21481 21128 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 178981980 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21489] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21489/stat : 21489 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178981984 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21490] ppid=21479 vsize=1799472 CPUtime=1.63
/proc/21481/task/21490/stat : 21490 (java) S 21479 21481 21128 0 -1 64 8375 0 0 0 160 3 0 0 16 0 13 0 178981984 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21491] ppid=21479 vsize=1799472 CPUtime=2.01
/proc/21481/task/21491/stat : 21491 (java) S 21479 21481 21128 0 -1 64 10366 0 0 0 197 4 0 0 16 0 13 0 178981984 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21492] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21492/stat : 21492 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178981984 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21493] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21493/stat : 21493 (java) S 21479 21481 21128 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178981984 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21510] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21510/stat : 21510 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 179019153 1842659328 66218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 418.19
Current children cumulated vsize (KiB) 1799472

[startup+411.904 s]
/proc/loadavg: 1.05 1.04 1.03 2/90 21510
/proc/meminfo: memFree=1548824/2055920 swapFree=4152812/4192956
[pid=21481] ppid=21479 vsize=1799472 CPUtime=418.61
/proc/21481/stat : 21481 (java) S 21479 21481 21128 0 -1 0 99523 0 1 0 41806 55 0 0 18 0 12 0 178981975 1842659328 66242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21481/statm: 449868 66242 1333 9 0 447479 0
[pid=21481/tid=21483] ppid=21479 vsize=1799472 CPUtime=405.85
/proc/21481/task/21483/stat : 21483 (java) S 21479 21481 21128 0 -1 64 58459 0 1 0 40554 31 0 0 16 0 12 0 178981976 1842659328 66242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21484] ppid=21479 vsize=1799472 CPUtime=4.48
/proc/21481/task/21484/stat : 21484 (java) S 21479 21481 21128 0 -1 64 10347 0 0 0 443 5 0 0 16 0 12 0 178981977 1842659328 66242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21485] ppid=21479 vsize=1799472 CPUtime=4.5
/proc/21481/task/21485/stat : 21485 (java) S 21479 21481 21128 0 -1 64 11159 0 0 0 444 6 0 0 16 0 12 0 178981977 1842659328 66242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21481/tid=21486] ppid=21479 vsize=1799472 CPUtime=0.08
/proc/21481/task/21486/stat : 21486 (java) S 21479 21481 21128 0 -1 64 74 0 0 0 5 3 0 0 16 0 12 0 178981980 1842659328 66242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21487] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21487/stat : 21487 (java) S 21479 21481 21128 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 178981980 1842659328 66242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21488] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21488/stat : 21488 (java) S 21479 21481 21128 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 178981980 1842659328 66242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21489] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21489/stat : 21489 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 178981984 1842659328 66242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21490] ppid=21479 vsize=1799472 CPUtime=1.63
/proc/21481/task/21490/stat : 21490 (java) S 21479 21481 21128 0 -1 64 8375 0 0 0 160 3 0 0 16 0 12 0 178981984 1842659328 66242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21491] ppid=21479 vsize=1799472 CPUtime=2.01
/proc/21481/task/21491/stat : 21491 (java) S 21479 21481 21128 0 -1 64 10366 0 0 0 197 4 0 0 16 0 12 0 178981984 1842659328 66242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21492] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21492/stat : 21492 (java) S 21479 21481 21128 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 178981984 1842659328 66242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21481/tid=21493] ppid=21479 vsize=1799472 CPUtime=0
/proc/21481/task/21493/stat : 21493 (java) S 21479 21481 21128 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 178981984 1842659328 66242 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 418.61
Current children cumulated vsize (KiB) 1799472

Child status: 30
Real time (s): 411.952
CPU time (s): 418.654
CPU user time (s): 418.061
CPU system time (s): 0.592909
CPU usage (%): 101.627
Max. virtual memory (cumulated for all children) (KiB): 1802736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 418.061
system time used= 0.592909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99527
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= 11436
involuntary context switches= 6516

runsolver used 0.425935 second user time and 1.11083 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Fri Apr 20 00:37:24 UTC 2007

IDJOB= 363556
IDBENCH= 1860
IDSOLVER= 164
FILE ID= node9/363556-1177029444

PBS_JOBID= 4630654

Free space on /tmp= 66425 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-bm23.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363556-1177029444/sat4jPseudoCPClause.jar /tmp/evaluation/363556-1177029444/instance-363556-1177029444.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-363556-1177029444 -o ROOT/results/node9/solver-363556-1177029444 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363556-1177029444/sat4jPseudoCPClause.jar /tmp/evaluation/363556-1177029444/instance-363556-1177029444.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5c5bb330d1cbd0e2ab066594a5d2a4de

RANDOM SEED= 896554213

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1810432 kB
Buffers:         46496 kB
Cached:         135732 kB
SwapCached:       7900 kB
Active:         101216 kB
Inactive:       104420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810432 kB
SwapTotal:     4192956 kB
SwapFree:      4152812 kB
Dirty:            3744 kB
Writeback:           0 kB
Mapped:          29612 kB
Slab:            25400 kB
Committed_AS:  6460856 kB
PageTables:       1784 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= 66425 MiB

End job on node9 on Fri Apr 20 00:44:16 UTC 2007