Trace number 350100

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.22 1784.53

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238-max.opb
MD5SUM7371465ba0e0d5bc10bb1d033f8bcd56
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053759190090835006449104283878090284482579702915208197909390404088540790263
Number of bits of the biggest sum of numbers361
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/350100-1176792908/instance-350100-1176792908.opb
0.20/0.20	c reading problem ... 
4.20/3.54	c ... done. Wall clock time 3.338s.
4.20/3.54	c CPU time (experimental) 2.93s.
4.20/3.54	c #vars     29401
4.20/3.54	c #constraints  87122
1800.09/1784.41	c starts		: 1
1800.09/1784.41	c conflicts		: 14
1800.09/1784.41	c decisions		: 1587
1800.09/1784.41	c propagations		: 155809
1800.09/1784.41	c inspects		: 768322
1800.09/1784.41	c learnt literals	: 0
1800.09/1784.41	c learnt binary clauses	: 0
1800.09/1784.41	c learnt ternary clauses	: 0
1800.09/1784.41	c learnt clauses	: 13
1800.09/1784.41	c root simplifications	: 0
1800.09/1784.41	c removed literals (reason simplification)	: 0
1800.09/1784.41	c reason swapping (by a shorter reason)	: 0
1800.09/1784.41	c Calls to reduceDB	: 0
1800.09/1784.41	c speed (decisions/second)	: 0.891161997752722
1800.09/1784.41	c non guided choices	2
1800.09/1784.41	s UNKNOWN
1800.09/1784.41	c Total wall clock time (ms): 1784.211

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/node6/watcher-350100-1176792908 -o ROOT/results/node6/solver-350100-1176792908 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350100-1176792908/sat4jPseudoCP.jar /tmp/evaluation/350100-1176792908/instance-350100-1176792908.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.06 1.02 1.00 3/77 18289
/proc/meminfo: memFree=1755440/2055924 swapFree=4138640/4192956
[pid=18289] ppid=18287 vsize=18568 CPUtime=0
/proc/18289/stat : 18289 (runsolver) R 18287 18289 17524 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 155328480 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18289/statm: 4642 292 257 24 0 2626 0

[startup+0.07265 s]
/proc/loadavg: 1.06 1.02 1.00 3/77 18289
/proc/meminfo: memFree=1755440/2055924 swapFree=4138640/4192956
[pid=18289] ppid=18287 vsize=1777708 CPUtime=0.05
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 3708 0 1 0 4 1 0 0 18 0 7 0 155328480 1820372992 3451 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 444427 3451 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102654 s]
/proc/loadavg: 1.06 1.02 1.00 3/77 18289
/proc/meminfo: memFree=1755440/2055924 swapFree=4138640/4192956
[pid=18289] ppid=18287 vsize=1780108 CPUtime=0.08
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 3971 0 1 0 6 2 0 0 18 0 12 0 155328480 1822830592 3713 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 445027 3713 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301676 s]
/proc/loadavg: 1.06 1.02 1.00 3/77 18289
/proc/meminfo: memFree=1755440/2055924 swapFree=4138640/4192956
[pid=18289] ppid=18287 vsize=1782444 CPUtime=0.32
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 5390 0 1 0 29 3 0 0 18 0 12 0 155328480 1825222656 5129 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 445611 5130 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782444

[startup+0.702725 s]
/proc/loadavg: 1.06 1.02 1.00 3/77 18289
/proc/meminfo: memFree=1755440/2055924 swapFree=4138640/4192956
[pid=18289] ppid=18287 vsize=1783516 CPUtime=0.89
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 6972 0 1 0 85 4 0 0 18 0 12 0 155328480 1826320384 6576 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 445879 6576 1301 9 0 443491 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1783516

[startup+1.50281 s]
/proc/loadavg: 1.06 1.01 1.00 3/89 18301
/proc/meminfo: memFree=1727056/2055924 swapFree=4138640/4192956
[pid=18289] ppid=18287 vsize=1785936 CPUtime=2.01
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 18287 0 1 0 190 11 0 0 18 0 12 0 155328480 1828798464 16449 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 446484 16450 1301 9 0 444096 0
[pid=18289/tid=18291] ppid=18287 vsize=1785936 CPUtime=1.02
/proc/18289/task/18291/stat : 18291 (java) R 18287 18289 17524 0 -1 64 14595 0 1 0 93 9 0 0 25 0 12 0 155328482 1828798464 16450 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109608691 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18292] ppid=18287 vsize=1785936 CPUtime=0
/proc/18289/task/18292/stat : 18292 (java) S 18287 18289 17524 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 155328483 1828798464 16452 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18293] ppid=18287 vsize=1785936 CPUtime=0
/proc/18289/task/18293/stat : 18293 (java) S 18287 18289 17524 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 155328483 1828798464 16453 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18294] ppid=18287 vsize=1785936 CPUtime=0
/proc/18289/task/18294/stat : 18294 (java) S 18287 18289 17524 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 155328485 1828798464 16454 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18295] ppid=18287 vsize=1785936 CPUtime=0
/proc/18289/task/18295/stat : 18295 (java) S 18287 18289 17524 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 155328486 1828798464 16455 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18296] ppid=18287 vsize=1785936 CPUtime=0
/proc/18289/task/18296/stat : 18296 (java) S 18287 18289 17524 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 155328486 1828798464 16456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18297] ppid=18287 vsize=1785936 CPUtime=0
/proc/18289/task/18297/stat : 18297 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 155328490 1828798464 16457 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18298] ppid=18287 vsize=1785936 CPUtime=0.48
/proc/18289/task/18298/stat : 18298 (java) S 18287 18289 17524 0 -1 64 1348 0 0 0 48 0 0 0 16 0 12 0 155328490 1828798464 16458 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18299] ppid=18287 vsize=1785936 CPUtime=0.49
/proc/18289/task/18299/stat : 18299 (java) S 18287 18289 17524 0 -1 64 1627 0 0 0 48 1 0 0 16 0 12 0 155328490 1828798464 16459 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18300] ppid=18287 vsize=1785936 CPUtime=0
/proc/18289/task/18300/stat : 18300 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 155328490 1828798464 16460 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18301] ppid=18287 vsize=1785936 CPUtime=0
/proc/18289/task/18301/stat : 18301 (java) R 18287 18289 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155328490 1828798464 16461 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1785936

[startup+3.102 s]
/proc/loadavg: 1.06 1.01 1.00 2/89 18301
/proc/meminfo: memFree=1629520/2055924 swapFree=4138640/4192956
[pid=18289] ppid=18287 vsize=1786260 CPUtime=3.71
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 43843 0 1 0 346 25 0 0 18 0 12 0 155328480 1829130240 41993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 446565 41993 1310 9 0 444177 0
[pid=18289/tid=18291] ppid=18287 vsize=1786260 CPUtime=2.54
/proc/18289/task/18291/stat : 18291 (java) R 18287 18289 17524 0 -1 64 37691 0 1 0 233 21 0 0 22 0 12 0 155328482 1829130240 41993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109525305 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18292] ppid=18287 vsize=1786260 CPUtime=0.07
/proc/18289/task/18292/stat : 18292 (java) S 18287 18289 17524 0 -1 64 1297 0 0 0 7 0 0 0 17 0 12 0 155328483 1829130240 41993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18293] ppid=18287 vsize=1786260 CPUtime=0.07
/proc/18289/task/18293/stat : 18293 (java) S 18287 18289 17524 0 -1 64 1154 0 0 0 7 0 0 0 17 0 12 0 155328483 1829130240 41993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18294] ppid=18287 vsize=1786260 CPUtime=0
/proc/18289/task/18294/stat : 18294 (java) S 18287 18289 17524 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 155328485 1829130240 41993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18295] ppid=18287 vsize=1786260 CPUtime=0
/proc/18289/task/18295/stat : 18295 (java) S 18287 18289 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 155328486 1829130240 41993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18296] ppid=18287 vsize=1786260 CPUtime=0
/proc/18289/task/18296/stat : 18296 (java) S 18287 18289 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 155328486 1829130240 41993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18297] ppid=18287 vsize=1786260 CPUtime=0
/proc/18289/task/18297/stat : 18297 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 155328490 1829130240 41993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18298] ppid=18287 vsize=1786260 CPUtime=0.49
/proc/18289/task/18298/stat : 18298 (java) S 18287 18289 17524 0 -1 64 1349 0 0 0 49 0 0 0 16 0 12 0 155328490 1829130240 41993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18299] ppid=18287 vsize=1786260 CPUtime=0.49
/proc/18289/task/18299/stat : 18299 (java) S 18287 18289 17524 0 -1 64 1627 0 0 0 48 1 0 0 16 0 12 0 155328490 1829130240 41993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18300] ppid=18287 vsize=1786260 CPUtime=0
/proc/18289/task/18300/stat : 18300 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 155328490 1829130240 41993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18301] ppid=18287 vsize=1786260 CPUtime=0
/proc/18289/task/18301/stat : 18301 (java) S 18287 18289 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 155328490 1829130240 41993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1786260

[startup+6.30238 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 18302
/proc/meminfo: memFree=1567624/2055924 swapFree=4138640/4192956
[pid=18289] ppid=18287 vsize=1786844 CPUtime=7.73
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 54207 0 1 0 743 30 0 0 18 0 13 0 155328480 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 446711 51335 1321 9 0 444323 0
[pid=18289/tid=18291] ppid=18287 vsize=1786844 CPUtime=5.18
/proc/18289/task/18291/stat : 18291 (java) S 18287 18289 17524 0 -1 64 37737 0 1 0 497 21 0 0 21 0 13 0 155328482 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18292] ppid=18287 vsize=1786844 CPUtime=0.35
/proc/18289/task/18292/stat : 18292 (java) R 18287 18289 17524 0 -1 64 5958 0 0 0 32 3 0 0 15 0 13 0 155328483 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369292 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18293] ppid=18287 vsize=1786844 CPUtime=0.34
/proc/18289/task/18293/stat : 18293 (java) R 18287 18289 17524 0 -1 64 6002 0 0 0 32 2 0 0 16 0 13 0 155328483 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370500 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18294] ppid=18287 vsize=1786844 CPUtime=0
/proc/18289/task/18294/stat : 18294 (java) S 18287 18289 17524 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 155328485 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18295] ppid=18287 vsize=1786844 CPUtime=0
/proc/18289/task/18295/stat : 18295 (java) S 18287 18289 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155328486 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18296] ppid=18287 vsize=1786844 CPUtime=0
/proc/18289/task/18296/stat : 18296 (java) S 18287 18289 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155328486 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18297] ppid=18287 vsize=1786844 CPUtime=0
/proc/18289/task/18297/stat : 18297 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155328490 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18298] ppid=18287 vsize=1786844 CPUtime=0.88
/proc/18289/task/18298/stat : 18298 (java) S 18287 18289 17524 0 -1 64 1800 0 0 0 88 0 0 0 16 0 13 0 155328490 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18299] ppid=18287 vsize=1786844 CPUtime=0.92
/proc/18289/task/18299/stat : 18299 (java) S 18287 18289 17524 0 -1 64 1979 0 0 0 91 1 0 0 16 0 13 0 155328490 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18300] ppid=18287 vsize=1786844 CPUtime=0
/proc/18289/task/18300/stat : 18300 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155328490 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18301] ppid=18287 vsize=1786844 CPUtime=0
/proc/18289/task/18301/stat : 18301 (java) S 18287 18289 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155328490 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18302] ppid=18287 vsize=1786844 CPUtime=0
/proc/18289/task/18302/stat : 18302 (java) S 18287 18289 17524 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 155328841 1829728256 51335 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 1786844

[startup+12.7011 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 18302
/proc/meminfo: memFree=1532872/2055924 swapFree=4138640/4192956
[pid=18289] ppid=18287 vsize=1787164 CPUtime=14.57
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 60706 0 1 0 1423 34 0 0 18 0 13 0 155328480 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 446791 56343 1321 9 0 444403 0
[pid=18289/tid=18291] ppid=18287 vsize=1787164 CPUtime=11.14
/proc/18289/task/18291/stat : 18291 (java) R 18287 18289 17524 0 -1 64 37748 0 1 0 1093 21 0 0 25 0 13 0 155328482 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109765875 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18292] ppid=18287 vsize=1787164 CPUtime=0.78
/proc/18289/task/18292/stat : 18292 (java) S 18287 18289 17524 0 -1 64 9638 0 0 0 73 5 0 0 15 0 13 0 155328483 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18293] ppid=18287 vsize=1787164 CPUtime=0.78
/proc/18289/task/18293/stat : 18293 (java) S 18287 18289 17524 0 -1 64 8809 0 0 0 74 4 0 0 16 0 13 0 155328483 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18294] ppid=18287 vsize=1787164 CPUtime=0
/proc/18289/task/18294/stat : 18294 (java) S 18287 18289 17524 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 155328485 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18295] ppid=18287 vsize=1787164 CPUtime=0
/proc/18289/task/18295/stat : 18295 (java) S 18287 18289 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155328486 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18296] ppid=18287 vsize=1787164 CPUtime=0
/proc/18289/task/18296/stat : 18296 (java) S 18287 18289 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155328486 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18297] ppid=18287 vsize=1787164 CPUtime=0
/proc/18289/task/18297/stat : 18297 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155328490 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18298] ppid=18287 vsize=1787164 CPUtime=0.88
/proc/18289/task/18298/stat : 18298 (java) S 18287 18289 17524 0 -1 64 1800 0 0 0 88 0 0 0 16 0 13 0 155328490 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18299] ppid=18287 vsize=1787164 CPUtime=0.92
/proc/18289/task/18299/stat : 18299 (java) S 18287 18289 17524 0 -1 64 1979 0 0 0 91 1 0 0 16 0 13 0 155328490 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18300] ppid=18287 vsize=1787164 CPUtime=0
/proc/18289/task/18300/stat : 18300 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155328490 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18301] ppid=18287 vsize=1787164 CPUtime=0
/proc/18289/task/18301/stat : 18301 (java) S 18287 18289 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155328490 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18302] ppid=18287 vsize=1787164 CPUtime=0
/proc/18289/task/18302/stat : 18302 (java) S 18287 18289 17524 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 155328841 1830055936 56343 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.57
Current children cumulated vsize (KiB) 1787164

[startup+25.5026 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 18302
/proc/meminfo: memFree=1640200/2055924 swapFree=4138640/4192956
[pid=18289] ppid=18287 vsize=1787164 CPUtime=27.37
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 60738 0 1 0 2701 36 0 0 18 0 13 0 155328480 1830055936 29397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 446791 29397 1321 9 0 444403 0
[pid=18289/tid=18291] ppid=18287 vsize=1787164 CPUtime=23.91
/proc/18289/task/18291/stat : 18291 (java) R 18287 18289 17524 0 -1 64 37780 0 1 0 2370 21 0 0 25 0 13 0 155328482 1830055936 29397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109765565 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18292] ppid=18287 vsize=1787164 CPUtime=0.79
/proc/18289/task/18292/stat : 18292 (java) S 18287 18289 17524 0 -1 64 9638 0 0 0 74 5 0 0 16 0 13 0 155328483 1830055936 29397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18293] ppid=18287 vsize=1787164 CPUtime=0.79
/proc/18289/task/18293/stat : 18293 (java) S 18287 18289 17524 0 -1 64 8809 0 0 0 75 4 0 0 15 0 13 0 155328483 1830055936 29397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18294] ppid=18287 vsize=1787164 CPUtime=0.03
/proc/18289/task/18294/stat : 18294 (java) S 18287 18289 17524 0 -1 64 11 0 0 0 1 2 0 0 17 0 13 0 155328485 1830055936 29397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18295] ppid=18287 vsize=1787164 CPUtime=0
/proc/18289/task/18295/stat : 18295 (java) S 18287 18289 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155328486 1830055936 29397 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18289/tid=18294] ppid=18287 vsize=1789212 CPUtime=1.24
/proc/18289/task/18294/stat : 18294 (java) S 18287 18289 17524 0 -1 64 211 0 0 0 72 52 0 0 15 0 13 0 155328485 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18295] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18295/stat : 18295 (java) S 18287 18289 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155328486 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18296] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18296/stat : 18296 (java) S 18287 18289 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155328486 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18297] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18297/stat : 18297 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155328490 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18298] ppid=18287 vsize=1789212 CPUtime=1.54
/proc/18289/task/18298/stat : 18298 (java) S 18287 18289 17524 0 -1 64 5485 0 0 0 152 2 0 0 16 0 13 0 155328490 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18299] ppid=18287 vsize=1789212 CPUtime=1.66
/proc/18289/task/18299/stat : 18299 (java) S 18287 18289 17524 0 -1 64 4276 0 0 0 164 2 0 0 17 0 13 0 155328490 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18300] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18300/stat : 18300 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155328490 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18301] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18301/stat : 18301 (java) S 18287 18289 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155328490 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18302] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18302/stat : 18302 (java) S 18287 18289 17524 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 155328841 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1616.62
Current children cumulated vsize (KiB) 1789212

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 18500
/proc/meminfo: memFree=1276424/2055924 swapFree=4138816/4192956
[pid=18289] ppid=18287 vsize=1789212 CPUtime=1677.09
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 227822 0 1 0 167445 264 0 0 18 0 13 0 155328480 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 447303 120497 1325 9 0 444915 0
[pid=18289/tid=18291] ppid=18287 vsize=1789212 CPUtime=1644.46
/proc/18289/task/18291/stat : 18291 (java) R 18287 18289 17524 0 -1 64 101365 0 1 0 164365 81 0 0 25 0 13 0 155328482 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109962427 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18292] ppid=18287 vsize=1789212 CPUtime=14.09
/proc/18289/task/18292/stat : 18292 (java) S 18287 18289 17524 0 -1 64 59619 0 0 0 1344 65 0 0 16 0 13 0 155328483 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18293] ppid=18287 vsize=1789212 CPUtime=14.01
/proc/18289/task/18293/stat : 18293 (java) S 18287 18289 17524 0 -1 64 56145 0 0 0 1343 58 0 0 16 0 13 0 155328483 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18294] ppid=18287 vsize=1789212 CPUtime=1.26
/proc/18289/task/18294/stat : 18294 (java) S 18287 18289 17524 0 -1 64 211 0 0 0 73 53 0 0 16 0 13 0 155328485 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18295] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18295/stat : 18295 (java) S 18287 18289 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155328486 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18296] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18296/stat : 18296 (java) S 18287 18289 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155328486 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18297] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18297/stat : 18297 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155328490 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18298] ppid=18287 vsize=1789212 CPUtime=1.54
/proc/18289/task/18298/stat : 18298 (java) S 18287 18289 17524 0 -1 64 5485 0 0 0 152 2 0 0 16 0 13 0 155328490 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18299] ppid=18287 vsize=1789212 CPUtime=1.66
/proc/18289/task/18299/stat : 18299 (java) S 18287 18289 17524 0 -1 64 4276 0 0 0 164 2 0 0 17 0 13 0 155328490 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18300] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18300/stat : 18300 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155328490 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18301] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18301/stat : 18301 (java) S 18287 18289 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155328490 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18302] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18302/stat : 18302 (java) S 18287 18289 17524 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 155328841 1832153088 120497 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1677.09
Current children cumulated vsize (KiB) 1789212

[startup+1722.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 18500
/proc/meminfo: memFree=1274824/2055924 swapFree=4138816/4192956
[pid=18289] ppid=18287 vsize=1789212 CPUtime=1737.56
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 229020 0 1 0 173486 270 0 0 18 0 13 0 155328480 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 447303 120844 1325 9 0 444915 0
[pid=18289/tid=18291] ppid=18287 vsize=1789212 CPUtime=1703.83
/proc/18289/task/18291/stat : 18291 (java) R 18287 18289 17524 0 -1 64 102072 0 1 0 170301 82 0 0 25 0 13 0 155328482 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109985609 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18292] ppid=18287 vsize=1789212 CPUtime=14.63
/proc/18289/task/18292/stat : 18292 (java) S 18287 18289 17524 0 -1 64 59820 0 0 0 1395 68 0 0 15 0 13 0 155328483 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18293] ppid=18287 vsize=1789212 CPUtime=14.55
/proc/18289/task/18293/stat : 18293 (java) S 18287 18289 17524 0 -1 64 56434 0 0 0 1397 58 0 0 16 0 13 0 155328483 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18294] ppid=18287 vsize=1789212 CPUtime=1.28
/proc/18289/task/18294/stat : 18294 (java) S 18287 18289 17524 0 -1 64 212 0 0 0 74 54 0 0 16 0 13 0 155328485 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18295] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18295/stat : 18295 (java) S 18287 18289 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155328486 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18296] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18296/stat : 18296 (java) S 18287 18289 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155328486 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18297] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18297/stat : 18297 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155328490 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18298] ppid=18287 vsize=1789212 CPUtime=1.54
/proc/18289/task/18298/stat : 18298 (java) S 18287 18289 17524 0 -1 64 5485 0 0 0 152 2 0 0 16 0 13 0 155328490 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18299] ppid=18287 vsize=1789212 CPUtime=1.66
/proc/18289/task/18299/stat : 18299 (java) S 18287 18289 17524 0 -1 64 4276 0 0 0 164 2 0 0 17 0 13 0 155328490 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18300] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18300/stat : 18300 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155328490 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18301] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18301/stat : 18301 (java) S 18287 18289 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155328490 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18302] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18302/stat : 18302 (java) S 18287 18289 17524 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 155328841 1832153088 120844 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1737.56
Current children cumulated vsize (KiB) 1789212

[startup+1782.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 18500
/proc/meminfo: memFree=1268808/2055924 swapFree=4138816/4192956
[pid=18289] ppid=18287 vsize=1789212 CPUtime=1797.97
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 230995 0 1 0 179521 276 0 0 18 0 13 0 155328480 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 447303 122376 1325 9 0 444915 0
[pid=18289/tid=18291] ppid=18287 vsize=1789212 CPUtime=1763.17
/proc/18289/task/18291/stat : 18291 (java) R 18287 18289 17524 0 -1 64 102263 0 1 0 176234 83 0 0 25 0 13 0 155328482 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109765665 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18292] ppid=18287 vsize=1789212 CPUtime=15.16
/proc/18289/task/18292/stat : 18292 (java) S 18287 18289 17524 0 -1 64 60876 0 0 0 1445 71 0 0 16 0 13 0 155328483 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18293] ppid=18287 vsize=1789212 CPUtime=15.08
/proc/18289/task/18293/stat : 18293 (java) S 18287 18289 17524 0 -1 64 57162 0 0 0 1448 60 0 0 16 0 13 0 155328483 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18294] ppid=18287 vsize=1789212 CPUtime=1.31
/proc/18289/task/18294/stat : 18294 (java) S 18287 18289 17524 0 -1 64 212 0 0 0 76 55 0 0 16 0 13 0 155328485 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18295] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18295/stat : 18295 (java) S 18287 18289 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155328486 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18296] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18296/stat : 18296 (java) S 18287 18289 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155328486 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18297] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18297/stat : 18297 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155328490 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18298] ppid=18287 vsize=1789212 CPUtime=1.54
/proc/18289/task/18298/stat : 18298 (java) S 18287 18289 17524 0 -1 64 5485 0 0 0 152 2 0 0 16 0 13 0 155328490 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18299] ppid=18287 vsize=1789212 CPUtime=1.66
/proc/18289/task/18299/stat : 18299 (java) S 18287 18289 17524 0 -1 64 4276 0 0 0 164 2 0 0 17 0 13 0 155328490 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18300] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18300/stat : 18300 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155328490 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18301] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18301/stat : 18301 (java) S 18287 18289 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155328490 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18302] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18302/stat : 18302 (java) S 18287 18289 17524 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 155328841 1832153088 122376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 1789212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.4 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 18500
/proc/meminfo: memFree=1268808/2055924 swapFree=4138816/4192956
[pid=18289] ppid=18287 vsize=1789212 CPUtime=1800.09
/proc/18289/stat : 18289 (java) S 18287 18289 17524 0 -1 0 231000 0 1 0 179733 276 0 0 18 0 13 0 155328480 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 447303 122360 1325 9 0 444915 0
[pid=18289/tid=18291] ppid=18287 vsize=1789212 CPUtime=1765.24
/proc/18289/task/18291/stat : 18291 (java) R 18287 18289 17524 0 -1 64 102268 0 1 0 176441 83 0 0 17 0 13 0 155328482 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109765805 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18292] ppid=18287 vsize=1789212 CPUtime=15.18
/proc/18289/task/18292/stat : 18292 (java) S 18287 18289 17524 0 -1 64 60876 0 0 0 1447 71 0 0 16 0 13 0 155328483 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18293] ppid=18287 vsize=1789212 CPUtime=15.1
/proc/18289/task/18293/stat : 18293 (java) S 18287 18289 17524 0 -1 64 57162 0 0 0 1450 60 0 0 16 0 13 0 155328483 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18294] ppid=18287 vsize=1789212 CPUtime=1.31
/proc/18289/task/18294/stat : 18294 (java) S 18287 18289 17524 0 -1 64 212 0 0 0 76 55 0 0 16 0 13 0 155328485 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18295] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18295/stat : 18295 (java) S 18287 18289 17524 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 155328486 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18296] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18296/stat : 18296 (java) S 18287 18289 17524 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 155328486 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18297] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18297/stat : 18297 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 155328490 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18298] ppid=18287 vsize=1789212 CPUtime=1.54
/proc/18289/task/18298/stat : 18298 (java) S 18287 18289 17524 0 -1 64 5485 0 0 0 152 2 0 0 16 0 13 0 155328490 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18299] ppid=18287 vsize=1789212 CPUtime=1.66
/proc/18289/task/18299/stat : 18299 (java) S 18287 18289 17524 0 -1 64 4276 0 0 0 164 2 0 0 17 0 13 0 155328490 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18300] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18300/stat : 18300 (java) S 18287 18289 17524 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 155328490 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18289/tid=18301] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18301/stat : 18301 (java) S 18287 18289 17524 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 155328490 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18289/tid=18302] ppid=18287 vsize=1789212 CPUtime=0
/proc/18289/task/18302/stat : 18302 (java) S 18287 18289 17524 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 155328841 1832153088 122360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1789212

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

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

[startup+1784.51 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 18500
/proc/meminfo: memFree=1268808/2055924 swapFree=4138816/4192956
[pid=18289] ppid=18287 vsize=0 CPUtime=1800.2
/proc/18289/stat : 18289 (java) Z 18287 18289 17524 0 -1 1036 231020 0 1 0 179737 283 0 0 16 0 2 0 155328480 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18289/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1784.53
CPU time (s): 1800.22
CPU user time (s): 1797.38
CPU system time (s): 2.84157
CPU usage (%): 100.879
Max. virtual memory (cumulated for all children) (KiB): 1792236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.38
system time used= 2.84157
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231020
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= 109907
involuntary context switches= 73724

runsolver used 2.12568 second user time and 5.63514 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Apr 17 06:55:08 UTC 2007

IDJOB= 350100
IDBENCH= 2973
IDSOLVER= 160
FILE ID= node6/350100-1176792908

PBS_JOBID= 4580836

Free space on /tmp= 66485 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350100-1176792908/sat4jPseudoCP.jar /tmp/evaluation/350100-1176792908/instance-350100-1176792908.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-350100-1176792908 -o ROOT/results/node6/solver-350100-1176792908 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350100-1176792908/sat4jPseudoCP.jar /tmp/evaluation/350100-1176792908/instance-350100-1176792908.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7371465ba0e0d5bc10bb1d033f8bcd56

RANDOM SEED= 748600988

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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:      2055924 kB
MemFree:       1755848 kB
Buffers:         27804 kB
Cached:         198916 kB
SwapCached:      22228 kB
Active:          96560 kB
Inactive:       162300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1755848 kB
SwapTotal:     4192956 kB
SwapFree:      4138640 kB
Dirty:            7692 kB
Writeback:           0 kB
Mapped:          30476 kB
Slab:            26772 kB
Committed_AS:  6825068 kB
PageTables:       1788 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= 66485 MiB

End job on node6 on Tue Apr 17 07:24:55 UTC 2007