Trace number 1856834

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.26 1749.94

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=360-sizeP=181-sizeQ=360-885821403-max.opb
MD5SUMdaef519cc387cb4190b46c644ef26a75
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 variables65701
Total number of constraints195481
Number of constraints which are clauses195480
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 constraint65160
Number of terms in the objective function 181
Biggest coefficient in the objective function 1532495540865888858358347027150309183618739122183602176
Number of bits for the biggest coefficient in the objective function 181
Sum of the numbers in the objective function 3064991081731777716716694054300618367237478244367204351
Number of bits of the sum of numbers in the objective function 181
Biggest number in a constraint 1799565517817278553124215403074392743547878847320766653240302229044735032268595148127616274441556342859968364253408358049283306422197719875603406072346065542053888
Number of bits of the biggest number in a constraint 540
Biggest sum of numbers in a constraint 7198262071269114212496861612297570974191515389283066611663944849260137495841993663922586015605314649454542626583271372705247225059695176544033188317685768654897628
Number of bits of the biggest sum of numbers541
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.15	c See www.sat4j.org for details.
0.09/0.16	c version 2.1.1.v20090612
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 1342000320
0.09/0.16	c Max memory 1344274432
0.09/0.16	c Total memory 1344274432
0.09/0.16	c Number of processors 2
0.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c MiniSAT restarts strategy
0.21/0.23	c Memory based learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c solving HOME/instance-1856834-1244926872.opb
0.21/0.23	c reading problem ... 
7.00/5.91	c ... done. Wall clock time 5.681s.
7.00/5.91	c #vars     65701
7.00/5.91	c #constraints  211953
7.00/5.91	c constraints type 
7.00/5.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 130320
7.00/5.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 65160
7.00/5.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1749.71	c starts		: 1
1800.02/1749.71	c conflicts		: 9
1800.02/1749.71	c decisions		: 2634
1800.02/1749.71	c propagations		: 229046
1800.02/1749.71	c inspects		: 1367593
1800.02/1749.71	c learnt literals	: 0
1800.02/1749.71	c learnt binary clauses	: 0
1800.02/1749.71	c learnt ternary clauses	: 0
1800.02/1749.71	c learnt clauses	: 8
1800.02/1749.71	c ignored clauses	: 0
1800.02/1749.71	c root simplifications	: 0
1800.02/1749.71	c removed literals (reason simplification)	: 0
1800.02/1749.71	c reason swapping (by a shorter reason)	: 0
1800.02/1749.71	c Calls to reduceDB	: 0
1800.02/1749.71	c speed (assignments/second)	: 131.3485525601229
1800.02/1749.71	c non guided choices	2
1800.02/1749.71	c learnt constraints type 
1800.02/1749.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
1800.02/1749.71	c constraints type 
1800.02/1749.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 130320
1800.02/1749.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 65160
1800.02/1749.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1749.72	s UNKNOWN
1800.02/1749.72	c Total wall clock time (in seconds): 1749.487

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1856834-1244926872/watcher-1856834-1244926872 -o /tmp/evaluation-result-1856834-1244926872/solver-1856834-1244926872 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856834-1244926872.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.95 0.99 0.99 2/64 13487
/proc/meminfo: memFree=1377864/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1520 CPUtime=0
/proc/13487/stat : 13487 (java6) R 13485 13487 13265 0 -1 0 90 0 0 0 0 0 0 0 19 0 1 0 160286945 1556480 73 1992294400 134512640 134550932 4294956160 18446744073709551615 10658400 0 0 4096 0 0 0 0 17 0 0 0
/proc/13487/statm: 380 73 56 9 0 10 0

[startup+0.0176309 s]
/proc/loadavg: 0.95 0.99 0.99 2/64 13487
/proc/meminfo: memFree=1377864/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=13724 CPUtime=0
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 925 0 1 0 0 0 0 0 19 0 2 0 160286945 14053376 680 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 3431 680 346 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13724

[startup+0.101637 s]
/proc/loadavg: 0.95 0.99 0.99 2/64 13487
/proc/meminfo: memFree=1377864/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1472428 CPUtime=0.09
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 3578 0 1 0 6 3 0 0 19 0 12 0 160286945 1507766272 3321 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 368146 3329 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472428

[startup+0.301664 s]
/proc/loadavg: 0.95 0.99 0.99 2/64 13487
/proc/meminfo: memFree=1377864/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1474972 CPUtime=0.35
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 5320 0 1 0 31 4 0 0 19 0 12 0 160286945 1510371328 5058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 368743 5058 1354 9 0 366086 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1474972

[startup+0.701707 s]
/proc/loadavg: 0.95 0.99 0.99 2/64 13487
/proc/meminfo: memFree=1377864/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1477032 CPUtime=1.02
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 7545 0 1 0 98 4 0 0 19 0 12 0 160286945 1512480768 7016 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 369258 7016 1398 9 0 366601 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1477032

[startup+1.50178 s]
/proc/loadavg: 0.95 0.99 0.99 2/76 13499
/proc/meminfo: memFree=1344296/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1477032 CPUtime=2
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 21237 0 1 0 189 11 0 0 19 0 12 0 160286945 1512480768 20333 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 369258 20334 1402 9 0 366601 0
[pid=13487/tid=13489] ppid=13485 vsize=1477032 CPUtime=1.28
/proc/13487/task/13489/stat : 13489 (java) R 13485 13487 13265 0 -1 64 18642 0 1 0 118 10 0 0 21 0 12 0 160286946 1512480768 20335 1992294400 134512640 134550932 4294956000 18446744073709551615 4109293654 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13490] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13490/stat : 13490 (java) S 13485 13487 13265 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 160286948 1512480768 20336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13491] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13491/stat : 13491 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 160286948 1512480768 20337 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13492] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13492/stat : 13492 (java) S 13485 13487 13265 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 160286950 1512480768 20338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13493] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13493/stat : 13493 (java) S 13485 13487 13265 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 160286950 1512480768 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13494] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13494/stat : 13494 (java) S 13485 13487 13265 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 160286950 1512480768 20339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13495] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13495/stat : 13495 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160286955 1512480768 20340 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13496] ppid=13485 vsize=1477032 CPUtime=0.32
/proc/13487/task/13496/stat : 13496 (java) S 13485 13487 13265 0 -1 64 666 0 0 0 32 0 0 0 16 0 12 0 160286955 1512480768 20341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13497] ppid=13485 vsize=1477032 CPUtime=0.37
/proc/13487/task/13497/stat : 13497 (java) S 13485 13487 13265 0 -1 64 1185 0 0 0 37 0 0 0 16 0 12 0 160286955 1512480768 20342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13498] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13498/stat : 13498 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160286955 1512480768 20343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13499] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13499/stat : 13499 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160286955 1512480768 20344 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1477032

[startup+3.10295 s]
/proc/loadavg: 0.96 0.99 0.99 2/76 13499
/proc/meminfo: memFree=1243048/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1477032 CPUtime=3.74
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 40118 0 1 0 354 20 0 0 19 0 12 0 160286945 1512480768 39186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 369258 39186 1412 9 0 366601 0
[pid=13487/tid=13489] ppid=13485 vsize=1477032 CPUtime=2.74
/proc/13487/task/13489/stat : 13489 (java) R 13485 13487 13265 0 -1 64 30934 0 1 0 257 17 0 0 25 0 12 0 160286946 1512480768 39186 1992294400 134512640 134550932 4294956000 18446744073709551615 4109473739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13490] ppid=13485 vsize=1477032 CPUtime=0.14
/proc/13487/task/13490/stat : 13490 (java) S 13485 13487 13265 0 -1 64 3415 0 0 0 13 1 0 0 16 0 12 0 160286948 1512480768 39186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13491] ppid=13485 vsize=1477032 CPUtime=0.14
/proc/13487/task/13491/stat : 13491 (java) S 13485 13487 13265 0 -1 64 3160 0 0 0 13 1 0 0 16 0 12 0 160286948 1512480768 39186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13492] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13492/stat : 13492 (java) S 13485 13487 13265 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 160286950 1512480768 39186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13493] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13493/stat : 13493 (java) S 13485 13487 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160286950 1512480768 39186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13494] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13494/stat : 13494 (java) S 13485 13487 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160286950 1512480768 39186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13495] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13495/stat : 13495 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160286955 1512480768 39186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13496] ppid=13485 vsize=1477032 CPUtime=0.32
/proc/13487/task/13496/stat : 13496 (java) S 13485 13487 13265 0 -1 64 666 0 0 0 32 0 0 0 16 0 12 0 160286955 1512480768 39186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13497] ppid=13485 vsize=1477032 CPUtime=0.37
/proc/13487/task/13497/stat : 13497 (java) S 13485 13487 13265 0 -1 64 1185 0 0 0 37 0 0 0 16 0 12 0 160286955 1512480768 39186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13498] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13498/stat : 13498 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160286955 1512480768 39186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13499] ppid=13485 vsize=1477032 CPUtime=0
/proc/13487/task/13499/stat : 13499 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160286955 1512480768 39186 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1477032

[startup+6.30227 s]
/proc/loadavg: 0.96 0.99 0.99 2/76 13499
/proc/meminfo: memFree=1225512/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1477356 CPUtime=7.74
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 45921 0 1 0 751 23 0 0 19 0 13 0 160286945 1512812544 44401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 369339 44401 1428 9 0 366682 0
[pid=13487/tid=13489] ppid=13485 vsize=1477356 CPUtime=5.71
/proc/13487/task/13489/stat : 13489 (java) R 13485 13487 13265 0 -1 64 30979 0 1 0 554 17 0 0 21 0 13 0 160286946 1512812544 44401 1992294400 134512640 134550932 4294956000 18446744073709551615 4109134877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13490] ppid=13485 vsize=1477356 CPUtime=0.28
/proc/13487/task/13490/stat : 13490 (java) S 13485 13487 13265 0 -1 64 6244 0 0 0 26 2 0 0 16 0 13 0 160286948 1512812544 44401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13491] ppid=13485 vsize=1477356 CPUtime=0.28
/proc/13487/task/13491/stat : 13491 (java) S 13485 13487 13265 0 -1 64 5687 0 0 0 26 2 0 0 16 0 13 0 160286948 1512812544 44401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13492] ppid=13485 vsize=1477356 CPUtime=0
/proc/13487/task/13492/stat : 13492 (java) S 13485 13487 13265 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 160286950 1512812544 44401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13493] ppid=13485 vsize=1477356 CPUtime=0
/proc/13487/task/13493/stat : 13493 (java) S 13485 13487 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160286950 1512812544 44401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13494] ppid=13485 vsize=1477356 CPUtime=0
/proc/13487/task/13494/stat : 13494 (java) S 13485 13487 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160286950 1512812544 44401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13495] ppid=13485 vsize=1477356 CPUtime=0
/proc/13487/task/13495/stat : 13495 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1512812544 44401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13496] ppid=13485 vsize=1477356 CPUtime=0.53
/proc/13487/task/13496/stat : 13496 (java) R 13485 13487 13265 0 -1 64 755 0 0 0 53 0 0 0 17 0 13 0 160286955 1512812544 44401 1992294400 134512640 134550932 4294956000 18446744073709551615 105856396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13497] ppid=13485 vsize=1477356 CPUtime=0.89
/proc/13487/task/13497/stat : 13497 (java) R 13485 13487 13265 0 -1 64 1493 0 0 0 89 0 0 0 17 0 13 0 160286955 1512812544 44401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13498] ppid=13485 vsize=1477356 CPUtime=0
/proc/13487/task/13498/stat : 13498 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1512812544 44401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13499] ppid=13485 vsize=1477356 CPUtime=0
/proc/13487/task/13499/stat : 13499 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160286955 1512812544 44401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 1477356

[startup+12.7029 s]
/proc/loadavg: 0.96 0.99 0.99 2/77 13500
/proc/meminfo: memFree=1204704/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1477260 CPUtime=14.61
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 46144 0 1 0 1437 24 0 0 19 0 13 0 160286945 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 369315 44425 1428 9 0 366658 0
[pid=13487/tid=13489] ppid=13485 vsize=1477260 CPUtime=11.98
/proc/13487/task/13489/stat : 13489 (java) R 13485 13487 13265 0 -1 64 30992 0 1 0 1181 17 0 0 25 0 13 0 160286946 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4109814911 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13490] ppid=13485 vsize=1477260 CPUtime=0.28
/proc/13487/task/13490/stat : 13490 (java) S 13485 13487 13265 0 -1 64 6244 0 0 0 26 2 0 0 16 0 13 0 160286948 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13491] ppid=13485 vsize=1477260 CPUtime=0.28
/proc/13487/task/13491/stat : 13491 (java) S 13485 13487 13265 0 -1 64 5687 0 0 0 26 2 0 0 16 0 13 0 160286948 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13492] ppid=13485 vsize=1477260 CPUtime=0
/proc/13487/task/13492/stat : 13492 (java) S 13485 13487 13265 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 160286950 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13493] ppid=13485 vsize=1477260 CPUtime=0
/proc/13487/task/13493/stat : 13493 (java) S 13485 13487 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160286950 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13494] ppid=13485 vsize=1477260 CPUtime=0
/proc/13487/task/13494/stat : 13494 (java) S 13485 13487 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160286950 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13495] ppid=13485 vsize=1477260 CPUtime=0
/proc/13487/task/13495/stat : 13495 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13496] ppid=13485 vsize=1477260 CPUtime=0.91
/proc/13487/task/13496/stat : 13496 (java) S 13485 13487 13265 0 -1 64 909 0 0 0 91 0 0 0 16 0 13 0 160286955 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13497] ppid=13485 vsize=1477260 CPUtime=1.11
/proc/13487/task/13497/stat : 13497 (java) S 13485 13487 13265 0 -1 64 1549 0 0 0 111 0 0 0 16 0 13 0 160286955 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13498] ppid=13485 vsize=1477260 CPUtime=0
/proc/13487/task/13498/stat : 13498 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13499] ppid=13485 vsize=1477260 CPUtime=0
/proc/13487/task/13499/stat : 13499 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160286955 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13500] ppid=13485 vsize=1477260 CPUtime=0
/proc/13487/task/13500/stat : 13500 (java) S 13485 13487 13265 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 160287555 1512714240 44425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.61
Current children cumulated vsize (KiB) 1477260

[startup+25.5012 s]
/proc/loadavg: 0.97 0.99 0.99 2/77 13500
/proc/meminfo: memFree=1187936/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1477324 CPUtime=28.02
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 51444 0 1 0 2775 27 0 0 19 0 13 0 160286945 1512779776 48665 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 369331 48665 1428 9 0 366674 0
[pid=13487/tid=13489] ppid=13485 vsize=1477324 CPUtime=24.36
/proc/13487/task/13489/stat : 13489 (java) R 13485 13487 13265 0 -1 64 30998 0 1 0 2419 17 0 0 25 0 13 0 160286946 1512779776 48665 1992294400 134512640 134550932 4294956000 18446744073709551615 4109634008 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13490] ppid=13485 vsize=1477324 CPUtime=0.54
/proc/13487/task/13490/stat : 13490 (java) S 13485 13487 13265 0 -1 64 8662 0 0 0 51 3 0 0 16 0 13 0 160286948 1512779776 48665 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13491] ppid=13485 vsize=1477324 CPUtime=0.53
/proc/13487/task/13491/stat : 13491 (java) S 13485 13487 13265 0 -1 64 8042 0 0 0 50 3 0 0 17 0 13 0 160286948 1512779776 48665 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13492] ppid=13485 vsize=1477324 CPUtime=0
/proc/13487/task/13492/stat : 13492 (java) S 13485 13487 13265 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 160286950 1512779776 48665 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13493] ppid=13485 vsize=1477324 CPUtime=0
/proc/13487/task/13493/stat : 13493 (java) S 13485 13487 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160286950 1512779776 48665 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13494] ppid=13485 vsize=1477324 CPUtime=0
/proc/13487/task/13494/stat : 13494 (java) S 13485 13487 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160286950 1512779776 48665 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13495] ppid=13485 vsize=1477324 CPUtime=0

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

/proc/13487/task/13496/stat : 13496 (java) S 13485 13487 13265 0 -1 64 2507 0 0 0 140 1 0 0 17 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13497] ppid=13485 vsize=1479796 CPUtime=1.67
/proc/13487/task/13497/stat : 13497 (java) S 13485 13487 13265 0 -1 64 3340 0 0 0 166 1 0 0 16 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13498] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13498/stat : 13498 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13499] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13499/stat : 13499 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13500] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13500/stat : 13500 (java) S 13485 13487 13265 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 160287555 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.12
Current children cumulated vsize (KiB) 1479796

[startup+1602.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 13500
/proc/meminfo: memFree=30880/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1479796 CPUtime=1650.08
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 431810 0 1 0 164685 323 0 0 19 0 13 0 160286945 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 369949 337228 1432 9 0 367292 0
[pid=13487/tid=13489] ppid=13485 vsize=1479796 CPUtime=1541.52
/proc/13487/task/13489/stat : 13489 (java) R 13485 13487 13265 0 -1 64 32674 0 1 0 154129 23 0 0 24 0 13 0 160286946 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4109645109 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13490] ppid=13485 vsize=1479796 CPUtime=48.45
/proc/13487/task/13490/stat : 13490 (java) S 13485 13487 13265 0 -1 64 188938 0 0 0 4713 132 0 0 16 0 13 0 160286948 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13491] ppid=13485 vsize=1479796 CPUtime=48.41
/proc/13487/task/13491/stat : 13491 (java) S 13485 13487 13265 0 -1 64 197930 0 0 0 4694 147 0 0 16 0 13 0 160286948 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13492] ppid=13485 vsize=1479796 CPUtime=8.57
/proc/13487/task/13492/stat : 13492 (java) S 13485 13487 13265 0 -1 64 5674 0 0 0 841 16 0 0 15 0 13 0 160286950 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13493] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13493/stat : 13493 (java) S 13485 13487 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160286950 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13494] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13494/stat : 13494 (java) S 13485 13487 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160286950 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13495] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13495/stat : 13495 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13496] ppid=13485 vsize=1479796 CPUtime=1.41
/proc/13487/task/13496/stat : 13496 (java) S 13485 13487 13265 0 -1 64 2507 0 0 0 140 1 0 0 17 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13497] ppid=13485 vsize=1479796 CPUtime=1.67
/proc/13487/task/13497/stat : 13497 (java) S 13485 13487 13265 0 -1 64 3340 0 0 0 166 1 0 0 16 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13498] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13498/stat : 13498 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13499] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13499/stat : 13499 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13500] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13500/stat : 13500 (java) S 13485 13487 13265 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 160287555 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.08
Current children cumulated vsize (KiB) 1479796

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 13500
/proc/meminfo: memFree=30816/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1479796 CPUtime=1711.14
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 431947 0 1 0 170785 329 0 0 19 0 13 0 160286945 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 369949 337228 1432 9 0 367292 0
[pid=13487/tid=13489] ppid=13485 vsize=1479796 CPUtime=1600.34
/proc/13487/task/13489/stat : 13489 (java) R 13485 13487 13265 0 -1 64 32811 0 1 0 160011 23 0 0 25 0 13 0 160286946 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4109984032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13490] ppid=13485 vsize=1479796 CPUtime=49.55
/proc/13487/task/13490/stat : 13490 (java) S 13485 13487 13265 0 -1 64 188938 0 0 0 4822 133 0 0 16 0 13 0 160286948 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13491] ppid=13485 vsize=1479796 CPUtime=49.52
/proc/13487/task/13491/stat : 13491 (java) S 13485 13487 13265 0 -1 64 197930 0 0 0 4802 150 0 0 16 0 13 0 160286948 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13492] ppid=13485 vsize=1479796 CPUtime=8.59
/proc/13487/task/13492/stat : 13492 (java) S 13485 13487 13265 0 -1 64 5674 0 0 0 842 17 0 0 16 0 13 0 160286950 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13493] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13493/stat : 13493 (java) S 13485 13487 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160286950 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13494] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13494/stat : 13494 (java) S 13485 13487 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160286950 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13495] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13495/stat : 13495 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13496] ppid=13485 vsize=1479796 CPUtime=1.41
/proc/13487/task/13496/stat : 13496 (java) S 13485 13487 13265 0 -1 64 2507 0 0 0 140 1 0 0 17 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13497] ppid=13485 vsize=1479796 CPUtime=1.67
/proc/13487/task/13497/stat : 13497 (java) S 13485 13487 13265 0 -1 64 3340 0 0 0 166 1 0 0 16 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13498] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13498/stat : 13498 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13499] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13499/stat : 13499 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13500] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13500/stat : 13500 (java) S 13485 13487 13265 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 160287555 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.14
Current children cumulated vsize (KiB) 1479796

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13500
/proc/meminfo: memFree=30880/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1479796 CPUtime=1772.15
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 432078 0 1 0 176881 334 0 0 19 0 13 0 160286945 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 369949 337228 1432 9 0 367292 0
[pid=13487/tid=13489] ppid=13485 vsize=1479796 CPUtime=1659.2
/proc/13487/task/13489/stat : 13489 (java) R 13485 13487 13265 0 -1 64 32942 0 1 0 165897 23 0 0 18 0 13 0 160286946 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4109646052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13490] ppid=13485 vsize=1479796 CPUtime=50.62
/proc/13487/task/13490/stat : 13490 (java) S 13485 13487 13265 0 -1 64 188938 0 0 0 4926 136 0 0 16 0 13 0 160286948 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13491] ppid=13485 vsize=1479796 CPUtime=50.59
/proc/13487/task/13491/stat : 13491 (java) S 13485 13487 13265 0 -1 64 197930 0 0 0 4907 152 0 0 15 0 13 0 160286948 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13492] ppid=13485 vsize=1479796 CPUtime=8.61
/proc/13487/task/13492/stat : 13492 (java) S 13485 13487 13265 0 -1 64 5674 0 0 0 843 18 0 0 16 0 13 0 160286950 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13493] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13493/stat : 13493 (java) S 13485 13487 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160286950 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13494] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13494/stat : 13494 (java) S 13485 13487 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160286950 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13495] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13495/stat : 13495 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13496] ppid=13485 vsize=1479796 CPUtime=1.41
/proc/13487/task/13496/stat : 13496 (java) S 13485 13487 13265 0 -1 64 2507 0 0 0 140 1 0 0 17 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13497] ppid=13485 vsize=1479796 CPUtime=1.67
/proc/13487/task/13497/stat : 13497 (java) S 13485 13487 13265 0 -1 64 3340 0 0 0 166 1 0 0 16 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13498] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13498/stat : 13498 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13499] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13499/stat : 13499 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13500] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13500/stat : 13500 (java) S 13485 13487 13265 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 160287555 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.15
Current children cumulated vsize (KiB) 1479796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1749.7 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 13500
/proc/meminfo: memFree=30880/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=1479796 CPUtime=1800.02
/proc/13487/stat : 13487 (java) S 13485 13487 13265 0 -1 0 432137 0 1 0 179665 337 0 0 19 0 13 0 160286945 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13487/statm: 369949 337228 1432 9 0 367292 0
[pid=13487/tid=13489] ppid=13485 vsize=1479796 CPUtime=1686.12
/proc/13487/task/13489/stat : 13489 (java) R 13485 13487 13265 0 -1 64 33001 0 1 0 168588 24 0 0 22 0 13 0 160286946 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4109943112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13490] ppid=13485 vsize=1479796 CPUtime=51.09
/proc/13487/task/13490/stat : 13490 (java) S 13485 13487 13265 0 -1 64 188938 0 0 0 4973 136 0 0 16 0 13 0 160286948 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13491] ppid=13485 vsize=1479796 CPUtime=51.06
/proc/13487/task/13491/stat : 13491 (java) S 13485 13487 13265 0 -1 64 197930 0 0 0 4953 153 0 0 15 0 13 0 160286948 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13492] ppid=13485 vsize=1479796 CPUtime=8.63
/proc/13487/task/13492/stat : 13492 (java) S 13485 13487 13265 0 -1 64 5674 0 0 0 844 19 0 0 16 0 13 0 160286950 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13493] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13493/stat : 13493 (java) S 13485 13487 13265 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160286950 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13494] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13494/stat : 13494 (java) S 13485 13487 13265 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160286950 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13495] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13495/stat : 13495 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13496] ppid=13485 vsize=1479796 CPUtime=1.41
/proc/13487/task/13496/stat : 13496 (java) S 13485 13487 13265 0 -1 64 2507 0 0 0 140 1 0 0 17 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13497] ppid=13485 vsize=1479796 CPUtime=1.67
/proc/13487/task/13497/stat : 13497 (java) S 13485 13487 13265 0 -1 64 3340 0 0 0 166 1 0 0 16 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13498] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13498/stat : 13498 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13487/tid=13499] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13499/stat : 13499 (java) S 13485 13487 13265 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160286955 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13487/tid=13500] ppid=13485 vsize=1479796 CPUtime=0
/proc/13487/task/13500/stat : 13500 (java) S 13485 13487 13265 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 160287555 1515311104 337228 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1479796

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

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

[startup+1749.81 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 13500
/proc/meminfo: memFree=30880/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=0 CPUtime=1800.13
/proc/13487/stat : 13487 (java) Z 13485 13487 13265 0 -1 1036 432160 0 1 0 179668 345 0 0 16 0 2 0 160286945 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13487/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

[startup+1749.9 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 13500
/proc/meminfo: memFree=30880/2055920 swapFree=4192952/4192956
[pid=13487] ppid=13485 vsize=0 CPUtime=1800.22
/proc/13487/stat : 13487 (java) Z 13485 13487 13265 0 -1 1036 432160 0 1 0 179668 354 0 0 16 0 2 0 160286945 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13487/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1749.94
CPU time (s): 1800.26
CPU user time (s): 1796.68
CPU system time (s): 3.58146
CPU usage (%): 102.876
Max. virtual memory (cumulated for all children) (KiB): 1481040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.68
system time used= 3.58146
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 432160
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= 59171
involuntary context switches= 33609

runsolver used 2.15467 second user time and 5.2862 second system time

The end

Launcher Data

Begin job on node27 at 2009-06-13 23:01:13
IDJOB=1856834
IDBENCH=2979
IDSOLVER=681
FILE ID=node27/1856834-1244926872
PBS_JOBID= 9354651
Free space on /tmp= 66376 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=360-sizeP=181-sizeQ=360-885821403-max.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856834-1244926872/watcher-1856834-1244926872 -o /tmp/evaluation-result-1856834-1244926872/solver-1856834-1244926872 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856834-1244926872.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= daef519cc387cb4190b46c644ef26a75
RANDOM SEED=846880087

node27.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
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		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1378280 kB
Buffers:         71364 kB
Cached:         518532 kB
SwapCached:          4 kB
Active:          56740 kB
Inactive:       547616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378280 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           11436 kB
Writeback:           0 kB
Mapped:          24232 kB
Slab:            59136 kB
Committed_AS:   128744 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node27 at 2009-06-13 23:30:25