Trace number 1854604

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 NameAnswerCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.18 1770.16

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.06/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.17	c See www.sat4j.org for details.
0.06/0.18	c version 2.1.1.v20090612
0.06/0.18	c sun.arch.data.model	32
0.06/0.18	c java.version	1.6.0_12
0.06/0.18	c os.name	Linux
0.06/0.18	c os.version	2.6.9-22.EL.rootsmp
0.06/0.18	c os.arch	i386
0.06/0.18	c Free memory 1342000320
0.06/0.18	c Max memory 1344274432
0.06/0.18	c Total memory 1344274432
0.06/0.18	c Number of processors 2
0.15/0.26	c Pseudo Boolean Optimization
0.15/0.26	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.26	c --- Begin Solver configuration ---
0.15/0.26	c Stops conflict analysis at the first Unique Implication Point
0.15/0.26	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.15/0.26	c Learn all clauses as in MiniSAT
0.15/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.26	c No reason simplification
0.15/0.26	c MiniSAT restarts strategy
0.15/0.26	c Memory based learned constraints deletion strategy
0.15/0.26	c timeout=2147483s
0.15/0.26	c DB Simplification allowed=false
0.15/0.26	c --- End Solver configuration ---
0.15/0.26	c solving HOME/instance-1854604-1244858697.opb
0.15/0.26	c reading problem ... 
1.71/1.38	c ... done. Wall clock time 1.126s.
1.71/1.38	c #vars     14400
1.71/1.38	c #constraints  1088
1.71/1.38	c constraints type 
1.71/1.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
1.71/1.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
1800.01/1770.01	c starts		: 7
1800.01/1770.01	c conflicts		: 2824
1800.01/1770.01	c decisions		: 54228
1800.01/1770.01	c propagations		: 614931
1800.01/1770.01	c inspects		: 22907880
1800.01/1770.01	c learnt literals	: 0
1800.01/1770.01	c learnt binary clauses	: 0
1800.01/1770.01	c learnt ternary clauses	: 0
1800.01/1770.01	c learnt clauses	: 2823
1800.01/1770.01	c ignored clauses	: 0
1800.01/1770.01	c root simplifications	: 0
1800.01/1770.01	c removed literals (reason simplification)	: 0
1800.01/1770.01	c reason swapping (by a shorter reason)	: 0
1800.01/1770.01	c Calls to reduceDB	: 0
1800.01/1770.01	c speed (assignments/second)	: 347.6877583214126
1800.01/1770.01	c non guided choices	7425
1800.01/1770.02	c learnt constraints type 
1800.01/1770.02	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.01/1770.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 647
1800.01/1770.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2175
1800.01/1770.02	c constraints type 
1800.01/1770.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
1800.01/1770.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
1800.01/1770.02	s UNKNOWN
1800.01/1770.02	c Total wall clock time (in seconds): 1769.764

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-1854604-1244858697/watcher-1854604-1244858697 -o /tmp/evaluation-result-1854604-1244858697/solver-1854604-1244858697 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854604-1244858697.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.09 0.97 1.54 2/64 6401
/proc/meminfo: memFree=1104912/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=152 CPUtime=0
/proc/6401/stat : 6401 (java6) R 6399 6401 6364 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 153470718 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 10535716 0 0 4096 0 0 0 0 17 1 0 0
/proc/6401/statm: 38 26 19 9 0 4 0

[startup+0.063287 s]
/proc/loadavg: 0.09 0.97 1.54 2/64 6401
/proc/meminfo: memFree=1104912/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1468752 CPUtime=0.02
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 3026 0 1 0 1 1 0 0 18 0 4 0 153470718 1504002048 2773 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 367188 2773 938 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.10129 s]
/proc/loadavg: 0.09 0.97 1.54 2/64 6401
/proc/meminfo: memFree=1104912/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1470220 CPUtime=0.06
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 3424 0 1 0 5 1 0 0 18 0 7 0 153470718 1505505280 3169 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 367555 3169 1036 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.301334 s]
/proc/loadavg: 0.09 0.97 1.54 2/64 6401
/proc/meminfo: memFree=1104912/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1475004 CPUtime=0.29
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 5024 0 1 0 26 3 0 0 18 0 12 0 153470718 1510404096 4762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 368751 4762 1344 9 0 366094 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1475004

[startup+0.701415 s]
/proc/loadavg: 0.09 0.97 1.54 2/64 6401
/proc/meminfo: memFree=1104912/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1478936 CPUtime=0.98
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 8598 0 1 0 93 5 0 0 18 0 12 0 153470718 1514430464 7105 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 369734 7106 1396 9 0 367077 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1478936

[startup+1.50144 s]
/proc/loadavg: 0.16 0.97 1.54 2/76 6413
/proc/meminfo: memFree=1058288/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1479260 CPUtime=2.01
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 24649 0 1 0 187 14 0 0 18 0 13 0 153470718 1514762240 23148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 369815 23148 1413 9 0 367158 0
[pid=6401/tid=6403] ppid=6399 vsize=1479260 CPUtime=1.19
/proc/6401/task/6403/stat : 6403 (java) R 6399 6401 6364 0 -1 64 21028 0 1 0 107 12 0 0 19 0 13 0 153470720 1514762240 23148 1992294400 134512640 134550932 4294956000 18446744073709551615 4109373859 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6404] ppid=6399 vsize=1479260 CPUtime=0
/proc/6401/task/6404/stat : 6404 (java) S 6399 6401 6364 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 153470723 1514762240 23148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6405] ppid=6399 vsize=1479260 CPUtime=0
/proc/6401/task/6405/stat : 6405 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 153470723 1514762240 23148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6406] ppid=6399 vsize=1479260 CPUtime=0
/proc/6401/task/6406/stat : 6406 (java) S 6399 6401 6364 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153470725 1514762240 23148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6407] ppid=6399 vsize=1479260 CPUtime=0
/proc/6401/task/6407/stat : 6407 (java) S 6399 6401 6364 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153470725 1514762240 23148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6408] ppid=6399 vsize=1479260 CPUtime=0
/proc/6401/task/6408/stat : 6408 (java) S 6399 6401 6364 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153470725 1514762240 23148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6409] ppid=6399 vsize=1479260 CPUtime=0
/proc/6401/task/6409/stat : 6409 (java) S 6399 6401 6364 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153470730 1514762240 23148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6410] ppid=6399 vsize=1479260 CPUtime=0.38
/proc/6401/task/6410/stat : 6410 (java) S 6399 6401 6364 0 -1 64 1115 0 0 0 38 0 0 0 16 0 13 0 153470730 1514762240 23148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6411] ppid=6399 vsize=1479260 CPUtime=0.41
/proc/6401/task/6411/stat : 6411 (java) R 6399 6401 6364 0 -1 64 1761 0 0 0 41 0 0 0 16 0 13 0 153470730 1514762240 23148 1992294400 134512640 134550932 4294956000 18446744073709551615 106797867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6412] ppid=6399 vsize=1479260 CPUtime=0
/proc/6401/task/6412/stat : 6412 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153470730 1514762240 23148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6413] ppid=6399 vsize=1479260 CPUtime=0
/proc/6401/task/6413/stat : 6413 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153470730 1514762240 23148 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1479260

[startup+3.10259 s]
/proc/loadavg: 0.16 0.97 1.54 4/77 6414
/proc/meminfo: memFree=999976/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1490364 CPUtime=4.55
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 42286 0 1 0 432 23 0 0 18 0 13 0 153470718 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 372591 37552 1427 9 0 369934 0
[pid=6401/tid=6403] ppid=6399 vsize=1490364 CPUtime=2.23
/proc/6401/task/6403/stat : 6403 (java) R 6399 6401 6364 0 -1 64 30975 0 1 0 207 16 0 0 18 0 13 0 153470720 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4109752985 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6404] ppid=6399 vsize=1490364 CPUtime=0.01
/proc/6401/task/6404/stat : 6404 (java) S 6399 6401 6364 0 -1 64 605 0 0 0 1 0 0 0 17 0 13 0 153470723 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6405] ppid=6399 vsize=1490364 CPUtime=0.01
/proc/6401/task/6405/stat : 6405 (java) S 6399 6401 6364 0 -1 64 843 0 0 0 1 0 0 0 16 0 13 0 153470723 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6406] ppid=6399 vsize=1490364 CPUtime=0
/proc/6401/task/6406/stat : 6406 (java) S 6399 6401 6364 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 153470725 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6407] ppid=6399 vsize=1490364 CPUtime=0
/proc/6401/task/6407/stat : 6407 (java) S 6399 6401 6364 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153470725 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6408] ppid=6399 vsize=1490364 CPUtime=0
/proc/6401/task/6408/stat : 6408 (java) S 6399 6401 6364 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153470725 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6409] ppid=6399 vsize=1490364 CPUtime=0
/proc/6401/task/6409/stat : 6409 (java) S 6399 6401 6364 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153470730 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6410] ppid=6399 vsize=1490364 CPUtime=1.11
/proc/6401/task/6410/stat : 6410 (java) S 6399 6401 6364 0 -1 64 3501 0 0 0 109 2 0 0 16 0 13 0 153470730 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6411] ppid=6399 vsize=1490364 CPUtime=1.14
/proc/6401/task/6411/stat : 6411 (java) S 6399 6401 6364 0 -1 64 5607 0 0 0 112 2 0 0 17 0 13 0 153470730 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6412] ppid=6399 vsize=1490364 CPUtime=0
/proc/6401/task/6412/stat : 6412 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153470730 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6413] ppid=6399 vsize=1490364 CPUtime=0
/proc/6401/task/6413/stat : 6413 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153470730 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6414] ppid=6399 vsize=1490364 CPUtime=0
/proc/6401/task/6414/stat : 6414 (java) S 6399 6401 6364 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 153470863 1526132736 37552 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 1490364

[startup+6.30292 s]
/proc/loadavg: 0.16 0.97 1.54 2/77 6414
/proc/meminfo: memFree=953264/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1489916 CPUtime=7.9
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 45453 0 1 0 765 25 0 0 18 0 13 0 153470718 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 372479 40487 1427 9 0 369822 0
[pid=6401/tid=6403] ppid=6399 vsize=1489916 CPUtime=5.31
/proc/6401/task/6403/stat : 6403 (java) R 6399 6401 6364 0 -1 64 31015 0 1 0 515 16 0 0 21 0 13 0 153470720 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4109752622 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6404] ppid=6399 vsize=1489916 CPUtime=0.1
/proc/6401/task/6404/stat : 6404 (java) S 6399 6401 6364 0 -1 64 2113 0 0 0 9 1 0 0 16 0 13 0 153470723 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6405] ppid=6399 vsize=1489916 CPUtime=0.1
/proc/6401/task/6405/stat : 6405 (java) S 6399 6401 6364 0 -1 64 2430 0 0 0 9 1 0 0 16 0 13 0 153470723 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6406] ppid=6399 vsize=1489916 CPUtime=0
/proc/6401/task/6406/stat : 6406 (java) S 6399 6401 6364 0 -1 64 34 0 0 0 0 0 0 0 15 0 13 0 153470725 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6407] ppid=6399 vsize=1489916 CPUtime=0
/proc/6401/task/6407/stat : 6407 (java) S 6399 6401 6364 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153470725 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6408] ppid=6399 vsize=1489916 CPUtime=0
/proc/6401/task/6408/stat : 6408 (java) S 6399 6401 6364 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153470725 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6409] ppid=6399 vsize=1489916 CPUtime=0
/proc/6401/task/6409/stat : 6409 (java) S 6399 6401 6364 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153470730 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6410] ppid=6399 vsize=1489916 CPUtime=1.19
/proc/6401/task/6410/stat : 6410 (java) S 6399 6401 6364 0 -1 64 3509 0 0 0 117 2 0 0 16 0 13 0 153470730 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6411] ppid=6399 vsize=1489916 CPUtime=1.14
/proc/6401/task/6411/stat : 6411 (java) S 6399 6401 6364 0 -1 64 5607 0 0 0 112 2 0 0 17 0 13 0 153470730 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6412] ppid=6399 vsize=1489916 CPUtime=0
/proc/6401/task/6412/stat : 6412 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153470730 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6413] ppid=6399 vsize=1489916 CPUtime=0
/proc/6401/task/6413/stat : 6413 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153470730 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6414] ppid=6399 vsize=1489916 CPUtime=0
/proc/6401/task/6414/stat : 6414 (java) S 6399 6401 6364 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 153470863 1525673984 40487 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 1489916

[startup+12.7026 s]
/proc/loadavg: 0.29 0.97 1.53 2/77 6414
/proc/meminfo: memFree=930040/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1484596 CPUtime=14.42
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 51365 0 1 0 1415 27 0 0 18 0 13 0 153470718 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 371149 44738 1427 9 0 368492 0
[pid=6401/tid=6403] ppid=6399 vsize=1484596 CPUtime=11.64
/proc/6401/task/6403/stat : 6403 (java) R 6399 6401 6364 0 -1 64 34118 0 1 0 1147 17 0 0 25 0 13 0 153470720 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4109603526 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6404] ppid=6399 vsize=1484596 CPUtime=0.14
/proc/6401/task/6404/stat : 6404 (java) S 6399 6401 6364 0 -1 64 3383 0 0 0 13 1 0 0 16 0 13 0 153470723 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6405] ppid=6399 vsize=1484596 CPUtime=0.15
/proc/6401/task/6405/stat : 6405 (java) S 6399 6401 6364 0 -1 64 3964 0 0 0 13 2 0 0 16 0 13 0 153470723 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6406] ppid=6399 vsize=1484596 CPUtime=0
/proc/6401/task/6406/stat : 6406 (java) S 6399 6401 6364 0 -1 64 34 0 0 0 0 0 0 0 17 0 13 0 153470725 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6407] ppid=6399 vsize=1484596 CPUtime=0
/proc/6401/task/6407/stat : 6407 (java) S 6399 6401 6364 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153470725 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6408] ppid=6399 vsize=1484596 CPUtime=0
/proc/6401/task/6408/stat : 6408 (java) S 6399 6401 6364 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153470725 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6409] ppid=6399 vsize=1484596 CPUtime=0
/proc/6401/task/6409/stat : 6409 (java) S 6399 6401 6364 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153470730 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6410] ppid=6399 vsize=1484596 CPUtime=1.29
/proc/6401/task/6410/stat : 6410 (java) S 6399 6401 6364 0 -1 64 3514 0 0 0 127 2 0 0 17 0 13 0 153470730 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6411] ppid=6399 vsize=1484596 CPUtime=1.14
/proc/6401/task/6411/stat : 6411 (java) S 6399 6401 6364 0 -1 64 5607 0 0 0 112 2 0 0 17 0 13 0 153470730 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6412] ppid=6399 vsize=1484596 CPUtime=0
/proc/6401/task/6412/stat : 6412 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153470730 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6413] ppid=6399 vsize=1484596 CPUtime=0
/proc/6401/task/6413/stat : 6413 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153470730 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6414] ppid=6399 vsize=1484596 CPUtime=0
/proc/6401/task/6414/stat : 6414 (java) S 6399 6401 6364 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 153470863 1520226304 44738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 1484596

[startup+25.5019 s]
/proc/loadavg: 0.40 0.97 1.53 2/77 6414
/proc/meminfo: memFree=922040/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1484596 CPUtime=27.3
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 53604 0 1 0 2702 28 0 0 18 0 13 0 153470718 1520226304 46851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 371149 46851 1427 9 0 368492 0
[pid=6401/tid=6403] ppid=6399 vsize=1484596 CPUtime=24.36
/proc/6401/task/6403/stat : 6403 (java) R 6399 6401 6364 0 -1 64 34623 0 1 0 2418 18 0 0 25 0 13 0 153470720 1520226304 46851 1992294400 134512640 134550932 4294956000 18446744073709551615 4109752985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6404] ppid=6399 vsize=1484596 CPUtime=0.2
/proc/6401/task/6404/stat : 6404 (java) S 6399 6401 6364 0 -1 64 4227 0 0 0 19 1 0 0 15 0 13 0 153470723 1520226304 46851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6405] ppid=6399 vsize=1484596 CPUtime=0.2
/proc/6401/task/6405/stat : 6405 (java) S 6399 6401 6364 0 -1 64 4851 0 0 0 18 2 0 0 16 0 13 0 153470723 1520226304 46851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6406] ppid=6399 vsize=1484596 CPUtime=0.01
/proc/6401/task/6406/stat : 6406 (java) S 6399 6401 6364 0 -1 64 34 0 0 0 1 0 0 0 16 0 13 0 153470725 1520226304 46851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6407] ppid=6399 vsize=1484596 CPUtime=0

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

[pid=6401/tid=6406] ppid=6399 vsize=1485640 CPUtime=0.4
/proc/6401/task/6406/stat : 6406 (java) S 6399 6401 6364 0 -1 64 37 0 0 0 26 14 0 0 16 0 13 0 153470725 1521295360 180059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6407] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6407/stat : 6407 (java) S 6399 6401 6364 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153470725 1521295360 180059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6408] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6408/stat : 6408 (java) S 6399 6401 6364 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153470725 1521295360 180059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6409] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6409/stat : 6409 (java) S 6399 6401 6364 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153470730 1521295360 180059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6410] ppid=6399 vsize=1485640 CPUtime=2.1
/proc/6401/task/6410/stat : 6410 (java) S 6399 6401 6364 0 -1 64 3594 0 0 0 208 2 0 0 16 0 13 0 153470730 1521295360 180059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6411] ppid=6399 vsize=1485640 CPUtime=1.46
/proc/6401/task/6411/stat : 6411 (java) S 6399 6401 6364 0 -1 64 7060 0 0 0 144 2 0 0 16 0 13 0 153470730 1521295360 180059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6412] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6412/stat : 6412 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153470730 1521295360 180059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6413] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6413/stat : 6413 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153470730 1521295360 180059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6414] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6414/stat : 6414 (java) S 6399 6401 6364 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 153470863 1521295360 180059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.38
Current children cumulated vsize (KiB) 1485640

[startup+1602.3 s]
/proc/loadavg: 1.04 1.03 1.09 2/77 6414
/proc/meminfo: memFree=363392/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1485640 CPUtime=1628.85
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 208504 0 1 0 162706 179 0 0 18 0 13 0 153470718 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 371410 186039 1434 9 0 368753 0
[pid=6401/tid=6403] ppid=6399 vsize=1485640 CPUtime=1574.64
/proc/6401/task/6403/stat : 6403 (java) R 6399 6401 6364 0 -1 64 36430 0 1 0 157439 25 0 0 22 0 13 0 153470720 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4109959544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6404] ppid=6399 vsize=1485640 CPUtime=25.09
/proc/6401/task/6404/stat : 6404 (java) S 6399 6401 6364 0 -1 64 78008 0 0 0 2447 62 0 0 15 0 13 0 153470723 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6405] ppid=6399 vsize=1485640 CPUtime=25.07
/proc/6401/task/6405/stat : 6405 (java) S 6399 6401 6364 0 -1 64 82630 0 0 0 2438 69 0 0 16 0 13 0 153470723 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6406] ppid=6399 vsize=1485640 CPUtime=0.41
/proc/6401/task/6406/stat : 6406 (java) S 6399 6401 6364 0 -1 64 37 0 0 0 27 14 0 0 16 0 13 0 153470725 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6407] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6407/stat : 6407 (java) S 6399 6401 6364 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153470725 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6408] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6408/stat : 6408 (java) S 6399 6401 6364 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153470725 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6409] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6409/stat : 6409 (java) S 6399 6401 6364 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153470730 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6410] ppid=6399 vsize=1485640 CPUtime=2.1
/proc/6401/task/6410/stat : 6410 (java) S 6399 6401 6364 0 -1 64 3594 0 0 0 208 2 0 0 16 0 13 0 153470730 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6411] ppid=6399 vsize=1485640 CPUtime=1.46
/proc/6401/task/6411/stat : 6411 (java) S 6399 6401 6364 0 -1 64 7060 0 0 0 144 2 0 0 16 0 13 0 153470730 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6412] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6412/stat : 6412 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153470730 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6413] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6413/stat : 6413 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153470730 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6414] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6414/stat : 6414 (java) S 6399 6401 6364 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 153470863 1521295360 186039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.85
Current children cumulated vsize (KiB) 1485640

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.08 2/77 6414
/proc/meminfo: memFree=345856/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1485640 CPUtime=1690.24
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 213185 0 1 0 168837 187 0 0 18 0 13 0 153470718 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 371410 190412 1434 9 0 368753 0
[pid=6401/tid=6403] ppid=6399 vsize=1485640 CPUtime=1633.11
/proc/6401/task/6403/stat : 6403 (java) R 6399 6401 6364 0 -1 64 36498 0 1 0 163285 26 0 0 25 0 13 0 153470720 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4109752948 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6404] ppid=6399 vsize=1485640 CPUtime=26.52
/proc/6401/task/6404/stat : 6404 (java) S 6399 6401 6364 0 -1 64 80898 0 0 0 2584 68 0 0 16 0 13 0 153470723 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6405] ppid=6399 vsize=1485640 CPUtime=26.54
/proc/6401/task/6405/stat : 6405 (java) S 6399 6401 6364 0 -1 64 84353 0 0 0 2584 70 0 0 16 0 13 0 153470723 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6406] ppid=6399 vsize=1485640 CPUtime=0.43
/proc/6401/task/6406/stat : 6406 (java) S 6399 6401 6364 0 -1 64 37 0 0 0 28 15 0 0 16 0 13 0 153470725 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6407] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6407/stat : 6407 (java) S 6399 6401 6364 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153470725 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6408] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6408/stat : 6408 (java) S 6399 6401 6364 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153470725 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6409] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6409/stat : 6409 (java) S 6399 6401 6364 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153470730 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6410] ppid=6399 vsize=1485640 CPUtime=2.1
/proc/6401/task/6410/stat : 6410 (java) S 6399 6401 6364 0 -1 64 3594 0 0 0 208 2 0 0 16 0 13 0 153470730 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6411] ppid=6399 vsize=1485640 CPUtime=1.46
/proc/6401/task/6411/stat : 6411 (java) S 6399 6401 6364 0 -1 64 7060 0 0 0 144 2 0 0 16 0 13 0 153470730 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6412] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6412/stat : 6412 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153470730 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6413] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6413/stat : 6413 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153470730 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6414] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6414/stat : 6414 (java) S 6399 6401 6364 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 153470863 1521295360 190412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1690.24
Current children cumulated vsize (KiB) 1485640

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.07 2/77 6414
/proc/meminfo: memFree=331776/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1485640 CPUtime=1751.35
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 217262 0 1 0 174944 191 0 0 18 0 13 0 153470718 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 371410 194114 1434 9 0 368753 0
[pid=6401/tid=6403] ppid=6399 vsize=1485640 CPUtime=1691.89
/proc/6401/task/6403/stat : 6403 (java) R 6399 6401 6364 0 -1 64 36552 0 1 0 169163 26 0 0 25 0 13 0 153470720 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4109752944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6404] ppid=6399 vsize=1485640 CPUtime=27.68
/proc/6401/task/6404/stat : 6404 (java) S 6399 6401 6364 0 -1 64 83280 0 0 0 2696 72 0 0 16 0 13 0 153470723 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6405] ppid=6399 vsize=1485640 CPUtime=27.72
/proc/6401/task/6405/stat : 6405 (java) S 6399 6401 6364 0 -1 64 85994 0 0 0 2701 71 0 0 17 0 13 0 153470723 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6406] ppid=6399 vsize=1485640 CPUtime=0.43
/proc/6401/task/6406/stat : 6406 (java) S 6399 6401 6364 0 -1 64 37 0 0 0 28 15 0 0 16 0 13 0 153470725 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6407] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6407/stat : 6407 (java) S 6399 6401 6364 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153470725 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6408] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6408/stat : 6408 (java) S 6399 6401 6364 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153470725 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6409] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6409/stat : 6409 (java) S 6399 6401 6364 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153470730 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6410] ppid=6399 vsize=1485640 CPUtime=2.1
/proc/6401/task/6410/stat : 6410 (java) S 6399 6401 6364 0 -1 64 3594 0 0 0 208 2 0 0 16 0 13 0 153470730 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6411] ppid=6399 vsize=1485640 CPUtime=1.46
/proc/6401/task/6411/stat : 6411 (java) S 6399 6401 6364 0 -1 64 7060 0 0 0 144 2 0 0 16 0 13 0 153470730 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6412] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6412/stat : 6412 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153470730 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6413] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6413/stat : 6413 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153470730 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6414] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6414/stat : 6414 (java) S 6399 6401 6364 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 153470863 1521295360 194114 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1751.35
Current children cumulated vsize (KiB) 1485640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770 s]
/proc/loadavg: 1.08 1.03 1.07 2/77 6414
/proc/meminfo: memFree=317120/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=1485640 CPUtime=1800.01
/proc/6401/stat : 6401 (java) S 6399 6401 6364 0 -1 0 220957 0 1 0 179804 197 0 0 18 0 13 0 153470718 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 371410 197591 1434 9 0 368753 0
[pid=6401/tid=6403] ppid=6399 vsize=1485640 CPUtime=1738.55
/proc/6401/task/6403/stat : 6403 (java) R 6399 6401 6364 0 -1 64 36594 0 1 0 173829 26 0 0 25 0 13 0 153470720 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4109959508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6404] ppid=6399 vsize=1485640 CPUtime=28.67
/proc/6401/task/6404/stat : 6404 (java) S 6399 6401 6364 0 -1 64 85311 0 0 0 2794 73 0 0 16 0 13 0 153470723 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6405] ppid=6399 vsize=1485640 CPUtime=28.71
/proc/6401/task/6405/stat : 6405 (java) S 6399 6401 6364 0 -1 64 87616 0 0 0 2797 74 0 0 16 0 13 0 153470723 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6406] ppid=6399 vsize=1485640 CPUtime=0.44
/proc/6401/task/6406/stat : 6406 (java) S 6399 6401 6364 0 -1 64 37 0 0 0 29 15 0 0 16 0 13 0 153470725 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6407] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6407/stat : 6407 (java) S 6399 6401 6364 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 153470725 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6408] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6408/stat : 6408 (java) S 6399 6401 6364 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 153470725 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6409] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6409/stat : 6409 (java) S 6399 6401 6364 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153470730 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6410] ppid=6399 vsize=1485640 CPUtime=2.1
/proc/6401/task/6410/stat : 6410 (java) S 6399 6401 6364 0 -1 64 3594 0 0 0 208 2 0 0 16 0 13 0 153470730 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6411] ppid=6399 vsize=1485640 CPUtime=1.46
/proc/6401/task/6411/stat : 6411 (java) S 6399 6401 6364 0 -1 64 7060 0 0 0 144 2 0 0 16 0 13 0 153470730 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6401/tid=6412] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6412/stat : 6412 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 153470730 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6413] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6413/stat : 6413 (java) S 6399 6401 6364 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 153470730 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6401/tid=6414] ppid=6399 vsize=1485640 CPUtime=0
/proc/6401/task/6414/stat : 6414 (java) S 6399 6401 6364 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 153470863 1521295360 197591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1485640

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

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

[startup+1770.11 s]
/proc/loadavg: 1.08 1.03 1.07 2/77 6414
/proc/meminfo: memFree=317120/2055920 swapFree=4192956/4192956
[pid=6401] ppid=6399 vsize=0 CPUtime=1800.12
/proc/6401/stat : 6401 (java) Z 6399 6401 6364 0 -1 1036 220980 0 1 0 179809 203 0 0 16 0 2 0 153470718 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6401/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1770.16
CPU time (s): 1800.18
CPU user time (s): 1798.1
CPU system time (s): 2.08568
CPU usage (%): 101.696
Max. virtual memory (cumulated for all children) (KiB): 1490908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.08568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220980
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= 57682
involuntary context switches= 40027

runsolver used 2.34864 second user time and 4.96824 second system time

The end

Launcher Data

Begin job on node2 at 2009-06-13 04:04:57
IDJOB=1854604
IDBENCH=1153
IDSOLVER=681
FILE ID=node2/1854604-1244858697
PBS_JOBID= 9354333
Free space on /tmp= 66456 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin16.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-1854604-1244858697/watcher-1854604-1244858697 -o /tmp/evaluation-result-1854604-1244858697/solver-1854604-1244858697 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854604-1244858697.opb

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=1911407385

node2.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		: 3000.214
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.214
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:       1105328 kB
Buffers:         69604 kB
Cached:         787876 kB
SwapCached:          0 kB
Active:         297060 kB
Inactive:       574244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1105328 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:          23588 kB
Slab:            65240 kB
Committed_AS:   117472 kB
PageTables:       1468 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= 66456 MiB
End job on node2 at 2009-06-13 04:34:29