Trace number 1855300

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.34 1774.68

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
MD5SUM24c836f3fcb46569dfcfdc2eda4dee98
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.97885
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4608
Total number of constraints30348
Number of constraints which are clauses29328
Number of constraints which are cardinality constraints (but not clauses)942
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1855300-1244871896.opb
0.22/0.22	c reading problem ... 
2.27/1.52	c ... done. Wall clock time 1.299s.
2.27/1.52	c #vars     4608
2.27/1.52	c #constraints  30522
2.27/1.52	c constraints type 
2.27/1.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29502
2.27/1.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 942
2.27/1.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.09/1774.51	c starts		: 12
1800.09/1774.51	c conflicts		: 24811
1800.09/1774.51	c decisions		: 57518
1800.09/1774.51	c propagations		: 1095978
1800.09/1774.51	c inspects		: 695429071
1800.09/1774.51	c learnt literals	: 0
1800.09/1774.51	c learnt binary clauses	: 0
1800.09/1774.51	c learnt ternary clauses	: 0
1800.09/1774.51	c learnt clauses	: 24811
1800.09/1774.51	c ignored clauses	: 0
1800.09/1774.51	c root simplifications	: 0
1800.09/1774.51	c removed literals (reason simplification)	: 0
1800.09/1774.51	c reason swapping (by a shorter reason)	: 0
1800.09/1774.51	c Calls to reduceDB	: 0
1800.09/1774.51	c speed (assignments/second)	: 618.1520379968088
1800.09/1774.51	c non guided choices	11306
1800.09/1774.57	c learnt constraints type 
1800.09/1774.57	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 733
1800.09/1774.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24078
1800.09/1774.57	c constraints type 
1800.09/1774.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29502
1800.09/1774.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 942
1800.09/1774.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.09/1774.57	s UNKNOWN
1800.09/1774.57	c Total wall clock time (in seconds): 1774.349

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-1855300-1244871896/watcher-1855300-1244871896 -o /tmp/evaluation-result-1855300-1244871896/solver-1855300-1244871896 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855300-1244871896.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.99 0.99 0.99 2/64 9415
/proc/meminfo: memFree=1075824/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=18576 CPUtime=0
/proc/9415/stat : 9415 (runsolver) R 9413 9415 8486 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 154790240 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9415/statm: 4644 284 249 26 0 2626 0

[startup+0.05826 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 9415
/proc/meminfo: memFree=1075824/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1470088 CPUtime=0.04
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 3236 0 1 0 3 1 0 0 20 0 7 0 154790240 1505370112 2981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 367522 2981 1010 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.102266 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 9415
/proc/meminfo: memFree=1075824/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1472584 CPUtime=0.08
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 3601 0 1 0 6 2 0 0 20 0 12 0 154790240 1507926016 3344 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 368146 3344 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302288 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 9415
/proc/meminfo: memFree=1075824/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1475004 CPUtime=0.32
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 5065 0 1 0 29 3 0 0 20 0 12 0 154790240 1510404096 4803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 368751 4803 1353 9 0 366094 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475004

[startup+0.702337 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 9415
/proc/meminfo: memFree=1075824/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1478004 CPUtime=1.07
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 8189 0 1 0 103 4 0 0 20 0 12 0 154790240 1513476096 6830 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 369501 6831 1399 9 0 366844 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1478004

[startup+1.50142 s]
/proc/loadavg: 0.99 0.99 0.99 2/76 9427
/proc/meminfo: memFree=1043024/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1478004 CPUtime=2.27
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 20123 0 1 0 217 10 0 0 20 0 12 0 154790240 1513476096 18584 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 369501 18585 1405 9 0 366844 0
[pid=9415/tid=9417] ppid=9413 vsize=1478004 CPUtime=1.33
/proc/9415/task/9417/stat : 9417 (java) R 9413 9415 8486 0 -1 64 16642 0 1 0 125 8 0 0 19 0 12 0 154790241 1513476096 18586 1992294400 134512640 134550932 4294956000 18446744073709551615 4109564534 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9418] ppid=9413 vsize=1478004 CPUtime=0
/proc/9415/task/9418/stat : 9418 (java) S 9413 9415 8486 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 154790243 1513476096 18587 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9419] ppid=9413 vsize=1478004 CPUtime=0
/proc/9415/task/9419/stat : 9419 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 154790243 1513476096 18588 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9420] ppid=9413 vsize=1478004 CPUtime=0
/proc/9415/task/9420/stat : 9420 (java) S 9413 9415 8486 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 154790244 1513476096 18589 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9421] ppid=9413 vsize=1478004 CPUtime=0
/proc/9415/task/9421/stat : 9421 (java) S 9413 9415 8486 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 154790245 1513476096 18590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9422] ppid=9413 vsize=1478004 CPUtime=0
/proc/9415/task/9422/stat : 9422 (java) S 9413 9415 8486 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 154790245 1513476096 18591 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9423] ppid=9413 vsize=1478004 CPUtime=0
/proc/9415/task/9423/stat : 9423 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154790249 1513476096 18592 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9424] ppid=9413 vsize=1478004 CPUtime=0.48
/proc/9415/task/9424/stat : 9424 (java) S 9413 9415 8486 0 -1 64 815 0 0 0 48 0 0 0 17 0 12 0 154790249 1513476096 18593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9425] ppid=9413 vsize=1478004 CPUtime=0.42
/proc/9415/task/9425/stat : 9425 (java) S 9413 9415 8486 0 -1 64 1923 0 0 0 42 0 0 0 17 0 12 0 154790249 1513476096 18594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9426] ppid=9413 vsize=1478004 CPUtime=0
/proc/9415/task/9426/stat : 9426 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154790249 1513476096 18595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9427] ppid=9413 vsize=1478004 CPUtime=0
/proc/9415/task/9427/stat : 9427 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154790249 1513476096 18596 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1478004

[startup+3.10162 s]
/proc/loadavg: 0.99 0.99 0.99 4/77 9428
/proc/meminfo: memFree=991496/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1494360 CPUtime=5.28
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 46897 0 1 0 507 21 0 0 20 0 13 0 154790240 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 373590 36248 1420 9 0 370933 0
[pid=9415/tid=9417] ppid=9413 vsize=1494360 CPUtime=2.1
/proc/9415/task/9417/stat : 9417 (java) R 9413 9415 8486 0 -1 64 30192 0 1 0 196 14 0 0 18 0 13 0 154790241 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 4109728245 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9418] ppid=9413 vsize=1494360 CPUtime=0
/proc/9415/task/9418/stat : 9418 (java) S 9413 9415 8486 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 154790243 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9419] ppid=9413 vsize=1494360 CPUtime=0
/proc/9415/task/9419/stat : 9419 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154790243 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9420] ppid=9413 vsize=1494360 CPUtime=0
/proc/9415/task/9420/stat : 9420 (java) S 9413 9415 8486 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 154790244 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9421] ppid=9413 vsize=1494360 CPUtime=0
/proc/9415/task/9421/stat : 9421 (java) S 9413 9415 8486 0 -1 64 10 0 0 0 0 0 0 0 25 0 13 0 154790245 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9422] ppid=9413 vsize=1494360 CPUtime=0
/proc/9415/task/9422/stat : 9422 (java) S 9413 9415 8486 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154790245 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9423] ppid=9413 vsize=1494360 CPUtime=0
/proc/9415/task/9423/stat : 9423 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9424] ppid=9413 vsize=1494360 CPUtime=1.58
/proc/9415/task/9424/stat : 9424 (java) R 9413 9415 8486 0 -1 64 7679 0 0 0 156 2 0 0 17 0 13 0 154790249 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 106262204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9425] ppid=9413 vsize=1494360 CPUtime=1.56
/proc/9415/task/9425/stat : 9425 (java) S 9413 9415 8486 0 -1 64 8277 0 0 0 153 3 0 0 16 0 13 0 154790249 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9426] ppid=9413 vsize=1494360 CPUtime=0
/proc/9415/task/9426/stat : 9426 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9427] ppid=9413 vsize=1494360 CPUtime=0
/proc/9415/task/9427/stat : 9427 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154790249 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9428] ppid=9413 vsize=1494360 CPUtime=0
/proc/9415/task/9428/stat : 9428 (java) S 9413 9415 8486 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154790394 1530224640 36248 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 1494360

[startup+6.30298 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 9428
/proc/meminfo: memFree=916168/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1491608 CPUtime=9.61
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 56400 0 1 0 935 26 0 0 20 0 13 0 154790240 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 372902 41756 1438 9 0 370245 0
[pid=9415/tid=9417] ppid=9413 vsize=1491608 CPUtime=4.9
/proc/9415/task/9417/stat : 9417 (java) R 9413 9415 8486 0 -1 64 30995 0 1 0 475 15 0 0 19 0 13 0 154790241 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4109893933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9418] ppid=9413 vsize=1491608 CPUtime=0.13
/proc/9415/task/9418/stat : 9418 (java) S 9413 9415 8486 0 -1 64 2535 0 0 0 13 0 0 0 16 0 13 0 154790243 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9419] ppid=9413 vsize=1491608 CPUtime=0.13
/proc/9415/task/9419/stat : 9419 (java) S 9413 9415 8486 0 -1 64 2712 0 0 0 12 1 0 0 16 0 13 0 154790243 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9420] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9420/stat : 9420 (java) S 9413 9415 8486 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 154790244 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9421] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9421/stat : 9421 (java) S 9413 9415 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9422] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9422/stat : 9422 (java) S 9413 9415 8486 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9423] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9423/stat : 9423 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9424] ppid=9413 vsize=1491608 CPUtime=2.24
/proc/9415/task/9424/stat : 9424 (java) S 9413 9415 8486 0 -1 64 10103 0 0 0 221 3 0 0 16 0 13 0 154790249 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9425] ppid=9413 vsize=1491608 CPUtime=2.15
/proc/9415/task/9425/stat : 9425 (java) S 9413 9415 8486 0 -1 64 9279 0 0 0 211 4 0 0 16 0 13 0 154790249 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9426] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9426/stat : 9426 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9427] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9427/stat : 9427 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154790249 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9428] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9428/stat : 9428 (java) S 9413 9415 8486 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154790394 1527406592 41756 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.61
Current children cumulated vsize (KiB) 1491608

[startup+12.7028 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 9428
/proc/meminfo: memFree=882248/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1491608 CPUtime=16.26
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 65406 0 1 0 1595 31 0 0 20 0 13 0 154790240 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 372902 49765 1438 9 0 370245 0
[pid=9415/tid=9417] ppid=9413 vsize=1491608 CPUtime=11.05
/proc/9415/task/9417/stat : 9417 (java) R 9413 9415 8486 0 -1 64 31004 0 1 0 1090 15 0 0 23 0 13 0 154790241 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4109766075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9418] ppid=9413 vsize=1491608 CPUtime=0.34
/proc/9415/task/9418/stat : 9418 (java) S 9413 9415 8486 0 -1 64 6379 0 0 0 32 2 0 0 15 0 13 0 154790243 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9419] ppid=9413 vsize=1491608 CPUtime=0.35
/proc/9415/task/9419/stat : 9419 (java) S 9413 9415 8486 0 -1 64 7860 0 0 0 31 4 0 0 16 0 13 0 154790243 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9420] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9420/stat : 9420 (java) S 9413 9415 8486 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 154790244 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9421] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9421/stat : 9421 (java) S 9413 9415 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9422] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9422/stat : 9422 (java) S 9413 9415 8486 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9423] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9423/stat : 9423 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9424] ppid=9413 vsize=1491608 CPUtime=2.25
/proc/9415/task/9424/stat : 9424 (java) S 9413 9415 8486 0 -1 64 10103 0 0 0 222 3 0 0 16 0 13 0 154790249 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9425] ppid=9413 vsize=1491608 CPUtime=2.21
/proc/9415/task/9425/stat : 9425 (java) S 9413 9415 8486 0 -1 64 9279 0 0 0 217 4 0 0 17 0 13 0 154790249 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9426] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9426/stat : 9426 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9427] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9427/stat : 9427 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154790249 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9428] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9428/stat : 9428 (java) S 9413 9415 8486 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154790394 1527406592 49765 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.26
Current children cumulated vsize (KiB) 1491608

[startup+25.5022 s]
/proc/loadavg: 0.99 0.99 0.99 3/77 9428
/proc/meminfo: memFree=861960/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1491608 CPUtime=29.25
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 71075 0 1 0 2892 33 0 0 20 0 13 0 154790240 1527406592 54882 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 372902 54882 1438 9 0 370245 0
[pid=9415/tid=9417] ppid=9413 vsize=1491608 CPUtime=23.67
/proc/9415/task/9417/stat : 9417 (java) R 9413 9415 8486 0 -1 64 31343 0 1 0 2352 15 0 0 25 0 13 0 154790241 1527406592 54882 1992294400 134512640 134550932 4294956000 18446744073709551615 4109765923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9418] ppid=9413 vsize=1491608 CPUtime=0.51
/proc/9415/task/9418/stat : 9418 (java) S 9413 9415 8486 0 -1 64 8814 0 0 0 48 3 0 0 16 0 13 0 154790243 1527406592 54882 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9419] ppid=9413 vsize=1491608 CPUtime=0.51
/proc/9415/task/9419/stat : 9419 (java) S 9413 9415 8486 0 -1 64 10755 0 0 0 46 5 0 0 16 0 13 0 154790243 1527406592 54882 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9420] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9420/stat : 9420 (java) S 9413 9415 8486 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 154790244 1527406592 54882 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9421] ppid=9413 vsize=1491608 CPUtime=0

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

[pid=9415/tid=9420] ppid=9413 vsize=1491608 CPUtime=0.18
/proc/9415/task/9420/stat : 9420 (java) S 9413 9415 8486 0 -1 64 39 0 0 0 12 6 0 0 16 0 13 0 154790244 1527406592 115836 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9421] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9421/stat : 9421 (java) S 9413 9415 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 115836 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9422] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9422/stat : 9422 (java) S 9413 9415 8486 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 115836 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9423] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9423/stat : 9423 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 115836 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9424] ppid=9413 vsize=1491608 CPUtime=2.25
/proc/9415/task/9424/stat : 9424 (java) S 9413 9415 8486 0 -1 64 10103 0 0 0 222 3 0 0 16 0 13 0 154790249 1527406592 115836 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9425] ppid=9413 vsize=1491608 CPUtime=2.35
/proc/9415/task/9425/stat : 9425 (java) S 9413 9415 8486 0 -1 64 9283 0 0 0 231 4 0 0 16 0 13 0 154790249 1527406592 115836 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9426] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9426/stat : 9426 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 115836 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9427] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9427/stat : 9427 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154790249 1527406592 115836 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9428] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9428/stat : 9428 (java) S 9413 9415 8486 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154790394 1527406592 115836 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1564.13
Current children cumulated vsize (KiB) 1491608

[startup+1602.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/77 9436
/proc/meminfo: memFree=612616/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1491608 CPUtime=1625.07
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 139464 0 1 0 162387 120 0 0 20 0 13 0 154790240 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 372902 116752 1438 9 0 370245 0
[pid=9415/tid=9417] ppid=9413 vsize=1491608 CPUtime=1580
/proc/9415/task/9417/stat : 9417 (java) R 9413 9415 8486 0 -1 64 32104 0 1 0 157979 21 0 0 25 0 13 0 154790241 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4109779404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9418] ppid=9413 vsize=1491608 CPUtime=20.13
/proc/9415/task/9418/stat : 9418 (java) S 9413 9415 8486 0 -1 64 42616 0 0 0 1972 41 0 0 16 0 13 0 154790243 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9419] ppid=9413 vsize=1491608 CPUtime=20.11
/proc/9415/task/9419/stat : 9419 (java) S 9413 9415 8486 0 -1 64 44574 0 0 0 1969 42 0 0 17 0 13 0 154790243 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9420] ppid=9413 vsize=1491608 CPUtime=0.18
/proc/9415/task/9420/stat : 9420 (java) S 9413 9415 8486 0 -1 64 39 0 0 0 12 6 0 0 16 0 13 0 154790244 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9421] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9421/stat : 9421 (java) S 9413 9415 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9422] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9422/stat : 9422 (java) S 9413 9415 8486 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9423] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9423/stat : 9423 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9424] ppid=9413 vsize=1491608 CPUtime=2.25
/proc/9415/task/9424/stat : 9424 (java) S 9413 9415 8486 0 -1 64 10103 0 0 0 222 3 0 0 16 0 13 0 154790249 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9425] ppid=9413 vsize=1491608 CPUtime=2.35
/proc/9415/task/9425/stat : 9425 (java) S 9413 9415 8486 0 -1 64 9283 0 0 0 231 4 0 0 16 0 13 0 154790249 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9426] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9426/stat : 9426 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9427] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9427/stat : 9427 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154790249 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9428] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9428/stat : 9428 (java) S 9413 9415 8486 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154790394 1527406592 116752 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1625.07
Current children cumulated vsize (KiB) 1491608

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 9436
/proc/meminfo: memFree=608392/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1491608 CPUtime=1686.04
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 140612 0 1 0 168481 123 0 0 20 0 13 0 154790240 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 372902 117813 1438 9 0 370245 0
[pid=9415/tid=9417] ppid=9413 vsize=1491608 CPUtime=1638.98
/proc/9415/task/9417/stat : 9417 (java) R 9413 9415 8486 0 -1 64 32130 0 1 0 163876 22 0 0 25 0 13 0 154790241 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4109780064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9418] ppid=9413 vsize=1491608 CPUtime=21.12
/proc/9415/task/9418/stat : 9418 (java) S 9413 9415 8486 0 -1 64 43244 0 0 0 2069 43 0 0 16 0 13 0 154790243 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9419] ppid=9413 vsize=1491608 CPUtime=21.11
/proc/9415/task/9419/stat : 9419 (java) S 9413 9415 8486 0 -1 64 45068 0 0 0 2069 42 0 0 17 0 13 0 154790243 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9420] ppid=9413 vsize=1491608 CPUtime=0.18
/proc/9415/task/9420/stat : 9420 (java) S 9413 9415 8486 0 -1 64 39 0 0 0 12 6 0 0 16 0 13 0 154790244 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9421] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9421/stat : 9421 (java) S 9413 9415 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9422] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9422/stat : 9422 (java) S 9413 9415 8486 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9423] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9423/stat : 9423 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9424] ppid=9413 vsize=1491608 CPUtime=2.25
/proc/9415/task/9424/stat : 9424 (java) S 9413 9415 8486 0 -1 64 10103 0 0 0 222 3 0 0 16 0 13 0 154790249 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9425] ppid=9413 vsize=1491608 CPUtime=2.35
/proc/9415/task/9425/stat : 9425 (java) S 9413 9415 8486 0 -1 64 9283 0 0 0 231 4 0 0 16 0 13 0 154790249 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9426] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9426/stat : 9426 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9427] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9427/stat : 9427 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154790249 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9428] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9428/stat : 9428 (java) S 9413 9415 8486 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154790394 1527406592 117813 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1686.04
Current children cumulated vsize (KiB) 1491608

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 9436
/proc/meminfo: memFree=605384/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1491608 CPUtime=1747.03
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 141426 0 1 0 174577 126 0 0 20 0 13 0 154790240 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 372902 118562 1438 9 0 370245 0
[pid=9415/tid=9417] ppid=9413 vsize=1491608 CPUtime=1697.96
/proc/9415/task/9417/stat : 9417 (java) R 9413 9415 8486 0 -1 64 32156 0 1 0 169774 22 0 0 22 0 13 0 154790241 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4109781335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9418] ppid=9413 vsize=1491608 CPUtime=22.12
/proc/9415/task/9418/stat : 9418 (java) S 9413 9415 8486 0 -1 64 43769 0 0 0 2166 46 0 0 16 0 13 0 154790243 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9419] ppid=9413 vsize=1491608 CPUtime=22.12
/proc/9415/task/9419/stat : 9419 (java) S 9413 9415 8486 0 -1 64 45331 0 0 0 2170 42 0 0 17 0 13 0 154790243 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9420] ppid=9413 vsize=1491608 CPUtime=0.18
/proc/9415/task/9420/stat : 9420 (java) S 9413 9415 8486 0 -1 64 39 0 0 0 12 6 0 0 16 0 13 0 154790244 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9421] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9421/stat : 9421 (java) S 9413 9415 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9422] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9422/stat : 9422 (java) S 9413 9415 8486 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9423] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9423/stat : 9423 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9424] ppid=9413 vsize=1491608 CPUtime=2.25
/proc/9415/task/9424/stat : 9424 (java) S 9413 9415 8486 0 -1 64 10103 0 0 0 222 3 0 0 16 0 13 0 154790249 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9425] ppid=9413 vsize=1491608 CPUtime=2.35
/proc/9415/task/9425/stat : 9425 (java) S 9413 9415 8486 0 -1 64 9283 0 0 0 231 4 0 0 16 0 13 0 154790249 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9426] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9426/stat : 9426 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9427] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9427/stat : 9427 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154790249 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9428] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9428/stat : 9428 (java) S 9413 9415 8486 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154790394 1527406592 118562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1747.03
Current children cumulated vsize (KiB) 1491608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 9436
/proc/meminfo: memFree=601352/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=1491608 CPUtime=1800.09
/proc/9415/stat : 9415 (java) S 9413 9415 8486 0 -1 0 142472 0 1 0 179880 129 0 0 20 0 13 0 154790240 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 372902 119539 1438 9 0 370245 0
[pid=9415/tid=9417] ppid=9413 vsize=1491608 CPUtime=1749.25
/proc/9415/task/9417/stat : 9417 (java) R 9413 9415 8486 0 -1 64 32178 0 1 0 174903 22 0 0 25 0 13 0 154790241 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4109782840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9418] ppid=9413 vsize=1491608 CPUtime=23
/proc/9415/task/9418/stat : 9418 (java) S 9413 9415 8486 0 -1 64 44268 0 0 0 2252 48 0 0 16 0 13 0 154790243 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9419] ppid=9413 vsize=1491608 CPUtime=23
/proc/9415/task/9419/stat : 9419 (java) S 9413 9415 8486 0 -1 64 45856 0 0 0 2258 42 0 0 17 0 13 0 154790243 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9420] ppid=9413 vsize=1491608 CPUtime=0.19
/proc/9415/task/9420/stat : 9420 (java) S 9413 9415 8486 0 -1 64 39 0 0 0 13 6 0 0 16 0 13 0 154790244 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9421] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9421/stat : 9421 (java) S 9413 9415 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9422] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9422/stat : 9422 (java) S 9413 9415 8486 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154790245 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9423] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9423/stat : 9423 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9424] ppid=9413 vsize=1491608 CPUtime=2.25
/proc/9415/task/9424/stat : 9424 (java) S 9413 9415 8486 0 -1 64 10103 0 0 0 222 3 0 0 16 0 13 0 154790249 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9425] ppid=9413 vsize=1491608 CPUtime=2.35
/proc/9415/task/9425/stat : 9425 (java) S 9413 9415 8486 0 -1 64 9283 0 0 0 231 4 0 0 16 0 13 0 154790249 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9426] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9426/stat : 9426 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154790249 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9415/tid=9427] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9427/stat : 9427 (java) S 9413 9415 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154790249 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9415/tid=9428] ppid=9413 vsize=1491608 CPUtime=0
/proc/9415/task/9428/stat : 9428 (java) S 9413 9415 8486 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154790394 1527406592 119539 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1491608

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

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

[startup+1774.61 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 9436
/proc/meminfo: memFree=601352/2055920 swapFree=4192952/4192956
[pid=9415] ppid=9413 vsize=0 CPUtime=1800.26
/proc/9415/stat : 9415 (java) Z 9413 9415 8486 0 -1 1036 142495 0 1 0 179896 130 0 0 15 0 2 0 154790240 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9415/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1774.68
CPU time (s): 1800.34
CPU user time (s): 1798.97
CPU system time (s): 1.36979
CPU usage (%): 101.446
Max. virtual memory (cumulated for all children) (KiB): 1496504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.36979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142495
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= 43437
involuntary context switches= 38338

runsolver used 2.11968 second user time and 4.36634 second system time

The end

Launcher Data

Begin job on node11 at 2009-06-13 07:44:56
IDJOB=1855300
IDBENCH=1501
IDSOLVER=681
FILE ID=node11/1855300-1244871896
PBS_JOBID= 9354352
Free space on /tmp= 66236 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1,3-13,19.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-1855300-1244871896/watcher-1855300-1244871896 -o /tmp/evaluation-result-1855300-1244871896/solver-1855300-1244871896 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855300-1244871896.opb

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

MD5SUM BENCH= 24c836f3fcb46569dfcfdc2eda4dee98
RANDOM SEED=1617328712

node11.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.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	: 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.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:       1076240 kB
Buffers:         66944 kB
Cached:         831332 kB
SwapCached:          4 kB
Active:          89028 kB
Inactive:       822700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1076240 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:          23244 kB
Slab:            53912 kB
Committed_AS:   124852 kB
PageTables:       1452 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= 66236 MiB
End job on node11 at 2009-06-13 08:14:33