Trace number 1856106

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.23 1782.05

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-roll3000.opb
MD5SUM671dfb6ede3c120af748dc40a7daef68
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.1.1.v20090612
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	c Number of processors 2
0.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c MiniSAT restarts strategy
0.21/0.23	c Memory based learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c solving HOME/instance-1856106-1244902597.opb
0.21/0.23	c reading problem ... 
2.79/1.67	c ... done. Wall clock time 1.444s.
2.79/1.67	c #vars     8902
2.79/1.67	c #constraints  6339
2.79/1.67	c constraints type 
2.79/1.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 538
2.79/1.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 450
2.79/1.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 31
2.79/1.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
1800.05/1781.91	c starts		: 10
1800.05/1781.92	c conflicts		: 9681
1800.05/1781.92	c decisions		: 107049
1800.05/1781.92	c propagations		: 242625
1800.05/1781.92	c inspects		: 356433901
1800.05/1781.92	c learnt literals	: 0
1800.05/1781.92	c learnt binary clauses	: 0
1800.05/1781.92	c learnt ternary clauses	: 0
1800.05/1781.92	c learnt clauses	: 9681
1800.05/1781.92	c ignored clauses	: 0
1800.05/1781.92	c root simplifications	: 0
1800.05/1781.92	c removed literals (reason simplification)	: 0
1800.05/1781.92	c reason swapping (by a shorter reason)	: 0
1800.05/1781.92	c Calls to reduceDB	: 0
1800.05/1781.92	c speed (assignments/second)	: 136.2878038916101
1800.05/1781.92	c non guided choices	0
1800.05/1781.94	c learnt constraints type 
1800.05/1781.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.05/1781.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9678
1800.05/1781.94	c constraints type 
1800.05/1781.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 538
1800.05/1781.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 450
1800.05/1781.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 31
1800.05/1781.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
1800.05/1781.94	s UNKNOWN
1800.05/1781.94	c Total wall clock time (in seconds): 1781.708

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-1856106-1244902597/watcher-1856106-1244902597 -o /tmp/evaluation-result-1856106-1244902597/solver-1856106-1244902597 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856106-1244902597.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.92 1.00 0.99 3/64 12581
/proc/meminfo: memFree=1305088/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=152 CPUtime=0
/proc/12581/stat : 12581 (java6) D 12579 12581 12494 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 157859333 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 10687268 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/12581/statm: 38 26 19 9 0 4 0

[startup+0.0998211 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 12581
/proc/meminfo: memFree=1305088/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1471060 CPUtime=0.08
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 3523 0 1 0 5 3 0 0 18 0 9 0 157859333 1506365440 3268 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 367765 3268 1045 9 0 365116 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1471060

[startup+0.101816 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 12581
/proc/meminfo: memFree=1305088/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1472416 CPUtime=0.08
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 3556 0 1 0 5 3 0 0 18 0 12 0 157859333 1507753984 3299 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 368104 3299 1056 9 0 365455 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472416

[startup+0.301841 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 12581
/proc/meminfo: memFree=1305088/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1474972 CPUtime=0.33
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 5023 0 1 0 29 4 0 0 18 0 12 0 157859333 1510371328 4761 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 368743 4761 1350 9 0 366086 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1474972

[startup+0.701884 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 12581
/proc/meminfo: memFree=1305088/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1479896 CPUtime=1.04
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 8838 0 1 0 99 5 0 0 18 0 12 0 157859333 1515413504 7443 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 369974 7444 1399 9 0 367317 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1479896

[startup+1.50296 s]
/proc/loadavg: 0.92 1.00 0.99 4/76 12593
/proc/meminfo: memFree=1271392/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1489860 CPUtime=2.62
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 22508 0 1 0 247 15 0 0 18 0 12 0 157859333 1525616640 16854 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 372465 16854 1402 9 0 369808 0
[pid=12581/tid=12583] ppid=12579 vsize=1489860 CPUtime=0.97
/proc/12581/task/12583/stat : 12583 (java) R 12579 12581 12494 0 -1 64 12306 0 1 0 91 6 0 0 18 0 12 0 157859335 1525616640 16854 1992294400 134512640 134550932 4294956000 18446744073709551615 4109465350 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12584] ppid=12579 vsize=1489860 CPUtime=0
/proc/12581/task/12584/stat : 12584 (java) S 12579 12581 12494 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 157859336 1525616640 16854 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12585] ppid=12579 vsize=1489860 CPUtime=0
/proc/12581/task/12585/stat : 12585 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 157859336 1525616640 16854 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12586] ppid=12579 vsize=1489860 CPUtime=0.06
/proc/12581/task/12586/stat : 12586 (java) S 12579 12581 12494 0 -1 64 3 0 0 0 3 3 0 0 16 0 12 0 157859338 1525616640 16854 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12587] ppid=12579 vsize=1489860 CPUtime=0
/proc/12581/task/12587/stat : 12587 (java) S 12579 12581 12494 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 157859339 1525616640 16854 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12588] ppid=12579 vsize=1489992 CPUtime=0
/proc/12581/task/12588/stat : 12588 (java) S 12579 12581 12494 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 157859339 1525751808 16858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12589] ppid=12579 vsize=1489992 CPUtime=0
/proc/12581/task/12589/stat : 12589 (java) S 12579 12581 12494 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157859343 1525751808 16868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12590] ppid=12579 vsize=1489992 CPUtime=0.59
/proc/12581/task/12590/stat : 12590 (java) S 12579 12581 12494 0 -1 64 3757 0 0 0 58 1 0 0 16 0 12 0 157859343 1525751808 16878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12591] ppid=12579 vsize=1489992 CPUtime=0.97
/proc/12581/task/12591/stat : 12591 (java) R 12579 12581 12494 0 -1 64 5734 0 0 0 94 3 0 0 18 0 12 0 157859343 1525751808 16887 1992294400 134512640 134550932 4294956000 18446744073709551615 11153111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12592] ppid=12579 vsize=1489992 CPUtime=0
/proc/12581/task/12592/stat : 12592 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 157859343 1525751808 16887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12593] ppid=12579 vsize=1489992 CPUtime=0
/proc/12581/task/12593/stat : 12593 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 157859343 1525751808 16887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1489860

[startup+3.10213 s]
/proc/loadavg: 0.92 1.00 0.99 2/77 12594
/proc/meminfo: memFree=1226648/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1489764 CPUtime=4.96
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 45962 0 1 0 470 26 0 0 18 0 13 0 157859333 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 372441 38210 1427 9 0 369784 0
[pid=12581/tid=12583] ppid=12579 vsize=1489764 CPUtime=2.25
/proc/12581/task/12583/stat : 12583 (java) R 12579 12581 12494 0 -1 64 30988 0 1 0 210 15 0 0 18 0 13 0 157859335 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 4109590074 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12584] ppid=12579 vsize=1489764 CPUtime=0.04
/proc/12581/task/12584/stat : 12584 (java) S 12579 12581 12494 0 -1 64 1156 0 0 0 4 0 0 0 17 0 13 0 157859336 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12585] ppid=12579 vsize=1489764 CPUtime=0.03
/proc/12581/task/12585/stat : 12585 (java) S 12579 12581 12494 0 -1 64 1149 0 0 0 3 0 0 0 17 0 13 0 157859336 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12586] ppid=12579 vsize=1489764 CPUtime=0.06
/proc/12581/task/12586/stat : 12586 (java) S 12579 12581 12494 0 -1 64 10 0 0 0 3 3 0 0 16 0 13 0 157859338 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12587] ppid=12579 vsize=1489764 CPUtime=0
/proc/12581/task/12587/stat : 12587 (java) S 12579 12581 12494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157859339 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12588] ppid=12579 vsize=1489764 CPUtime=0
/proc/12581/task/12588/stat : 12588 (java) S 12579 12581 12494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157859339 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12589] ppid=12579 vsize=1489764 CPUtime=0
/proc/12581/task/12589/stat : 12589 (java) S 12579 12581 12494 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157859343 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12590] ppid=12579 vsize=1489764 CPUtime=1
/proc/12581/task/12590/stat : 12590 (java) S 12579 12581 12494 0 -1 64 4078 0 0 0 99 1 0 0 16 0 13 0 157859343 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12591] ppid=12579 vsize=1489764 CPUtime=1.53
/proc/12581/task/12591/stat : 12591 (java) R 12579 12581 12494 0 -1 64 7836 0 0 0 149 4 0 0 17 0 13 0 157859343 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 104138843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12592] ppid=12579 vsize=1489764 CPUtime=0
/proc/12581/task/12592/stat : 12592 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157859343 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12593] ppid=12579 vsize=1489764 CPUtime=0
/proc/12581/task/12593/stat : 12593 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157859343 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12594] ppid=12579 vsize=1489764 CPUtime=0
/proc/12581/task/12594/stat : 12594 (java) S 12579 12581 12494 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 157859516 1525518336 38210 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 1489764

[startup+6.30144 s]
/proc/loadavg: 1.09 1.03 1.01 2/77 12594
/proc/meminfo: memFree=1144344/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1490516 CPUtime=8.87
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 52724 0 1 0 857 30 0 0 18 0 13 0 157859333 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 372629 42032 1432 9 0 369972 0
[pid=12581/tid=12583] ppid=12579 vsize=1490516 CPUtime=5.11
/proc/12581/task/12583/stat : 12583 (java) R 12579 12581 12494 0 -1 64 31000 0 1 0 496 15 0 0 21 0 13 0 157859335 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4109863373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12584] ppid=12579 vsize=1490516 CPUtime=0.15
/proc/12581/task/12584/stat : 12584 (java) S 12579 12581 12494 0 -1 64 2856 0 0 0 14 1 0 0 17 0 13 0 157859336 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12585] ppid=12579 vsize=1490516 CPUtime=0.15
/proc/12581/task/12585/stat : 12585 (java) S 12579 12581 12494 0 -1 64 3157 0 0 0 14 1 0 0 16 0 13 0 157859336 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12586] ppid=12579 vsize=1490516 CPUtime=0.06
/proc/12581/task/12586/stat : 12586 (java) S 12579 12581 12494 0 -1 64 22 0 0 0 3 3 0 0 16 0 13 0 157859338 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12587] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12587/stat : 12587 (java) S 12579 12581 12494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12588] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12588/stat : 12588 (java) S 12579 12581 12494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12589] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12589/stat : 12589 (java) S 12579 12581 12494 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12590] ppid=12579 vsize=1490516 CPUtime=1.48
/proc/12581/task/12590/stat : 12590 (java) S 12579 12581 12494 0 -1 64 6901 0 0 0 145 3 0 0 17 0 13 0 157859343 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12591] ppid=12579 vsize=1490516 CPUtime=1.88
/proc/12581/task/12591/stat : 12591 (java) S 12579 12581 12494 0 -1 64 8043 0 0 0 184 4 0 0 15 0 13 0 157859343 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12592] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12592/stat : 12592 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12593] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12593/stat : 12593 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157859343 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12594] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12594/stat : 12594 (java) S 12579 12581 12494 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 157859516 1526288384 42032 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.87
Current children cumulated vsize (KiB) 1490516

[startup+12.7011 s]
/proc/loadavg: 1.08 1.03 1.00 2/77 12594
/proc/meminfo: memFree=1114200/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1490516 CPUtime=15.51
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 60775 0 1 0 1517 34 0 0 18 0 13 0 157859333 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 372629 49027 1432 9 0 369972 0
[pid=12581/tid=12583] ppid=12579 vsize=1490516 CPUtime=11.29
/proc/12581/task/12583/stat : 12583 (java) R 12579 12581 12494 0 -1 64 31008 0 1 0 1114 15 0 0 21 0 13 0 157859335 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4109516548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12584] ppid=12579 vsize=1490516 CPUtime=0.36
/proc/12581/task/12584/stat : 12584 (java) S 12579 12581 12494 0 -1 64 7284 0 0 0 33 3 0 0 16 0 13 0 157859336 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12585] ppid=12579 vsize=1490516 CPUtime=0.35
/proc/12581/task/12585/stat : 12585 (java) S 12579 12581 12494 0 -1 64 6761 0 0 0 33 2 0 0 16 0 13 0 157859336 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12586] ppid=12579 vsize=1490516 CPUtime=0.06
/proc/12581/task/12586/stat : 12586 (java) S 12579 12581 12494 0 -1 64 31 0 0 0 3 3 0 0 15 0 13 0 157859338 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12587] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12587/stat : 12587 (java) S 12579 12581 12494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12588] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12588/stat : 12588 (java) S 12579 12581 12494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12589] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12589/stat : 12589 (java) S 12579 12581 12494 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12590] ppid=12579 vsize=1490516 CPUtime=1.48
/proc/12581/task/12590/stat : 12590 (java) S 12579 12581 12494 0 -1 64 6901 0 0 0 145 3 0 0 17 0 13 0 157859343 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12591] ppid=12579 vsize=1490516 CPUtime=1.9
/proc/12581/task/12591/stat : 12591 (java) S 12579 12581 12494 0 -1 64 8045 0 0 0 186 4 0 0 17 0 13 0 157859343 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12592] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12592/stat : 12592 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12593] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12593/stat : 12593 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157859343 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12594] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12594/stat : 12594 (java) S 12579 12581 12494 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 157859516 1526288384 49027 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.51
Current children cumulated vsize (KiB) 1490516

[startup+25.5024 s]
/proc/loadavg: 1.06 1.03 1.00 2/77 12594
/proc/meminfo: memFree=1098136/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1490516 CPUtime=28.43
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 65474 0 1 0 2806 37 0 0 18 0 13 0 157859333 1526288384 52897 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 372629 52897 1432 9 0 369972 0
[pid=12581/tid=12583] ppid=12579 vsize=1490516 CPUtime=23.97
/proc/12581/task/12583/stat : 12583 (java) R 12579 12581 12494 0 -1 64 31427 0 1 0 2381 16 0 0 19 0 13 0 157859335 1526288384 52897 1992294400 134512640 134550932 4294956000 18446744073709551615 4109863303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12584] ppid=12579 vsize=1490516 CPUtime=0.47
/proc/12581/task/12584/stat : 12584 (java) S 12579 12581 12494 0 -1 64 9301 0 0 0 43 4 0 0 16 0 13 0 157859336 1526288384 52897 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12585] ppid=12579 vsize=1490516 CPUtime=0.47
/proc/12581/task/12585/stat : 12585 (java) S 12579 12581 12494 0 -1 64 9024 0 0 0 44 3 0 0 15 0 13 0 157859336 1526288384 52897 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12586] ppid=12579 vsize=1490516 CPUtime=0.06
/proc/12581/task/12586/stat : 12586 (java) S 12579 12581 12494 0 -1 64 31 0 0 0 3 3 0 0 15 0 13 0 157859338 1526288384 52897 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12587] ppid=12579 vsize=1490516 CPUtime=0

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

[pid=12581/tid=12586] ppid=12579 vsize=1490516 CPUtime=0.22
/proc/12581/task/12586/stat : 12586 (java) S 12579 12581 12494 0 -1 64 32 0 0 0 13 9 0 0 16 0 13 0 157859338 1526288384 144692 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12587] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12587/stat : 12587 (java) S 12579 12581 12494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 144692 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12588] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12588/stat : 12588 (java) S 12579 12581 12494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 144692 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12589] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12589/stat : 12589 (java) S 12579 12581 12494 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 144692 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12590] ppid=12579 vsize=1490516 CPUtime=1.48
/proc/12581/task/12590/stat : 12590 (java) S 12579 12581 12494 0 -1 64 6901 0 0 0 145 3 0 0 16 0 13 0 157859343 1526288384 144692 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12591] ppid=12579 vsize=1490516 CPUtime=2.17
/proc/12581/task/12591/stat : 12591 (java) S 12579 12581 12494 0 -1 64 8064 0 0 0 213 4 0 0 17 0 13 0 157859343 1526288384 144692 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12592] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12592/stat : 12592 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 144692 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12593] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12593/stat : 12593 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157859343 1526288384 144692 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12594] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12594/stat : 12594 (java) S 12579 12581 12494 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 157859516 1526288384 144692 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1557.07
Current children cumulated vsize (KiB) 1490516

[startup+1602.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 12594
/proc/meminfo: memFree=722712/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1490516 CPUtime=1617.75
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 176642 0 1 0 161665 110 0 0 18 0 13 0 157859333 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 372629 146676 1436 9 0 369972 0
[pid=12581/tid=12583] ppid=12579 vsize=1490516 CPUtime=1586.72
/proc/12581/task/12583/stat : 12583 (java) R 12579 12581 12494 0 -1 64 32536 0 1 0 158652 20 0 0 25 0 13 0 157859335 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4109456637 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12584] ppid=12579 vsize=1490516 CPUtime=13.54
/proc/12581/task/12584/stat : 12584 (java) S 12579 12581 12494 0 -1 64 65610 0 0 0 1316 38 0 0 16 0 13 0 157859336 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12585] ppid=12579 vsize=1490516 CPUtime=13.56
/proc/12581/task/12585/stat : 12585 (java) S 12579 12581 12494 0 -1 64 62754 0 0 0 1323 33 0 0 17 0 13 0 157859336 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12586] ppid=12579 vsize=1490516 CPUtime=0.22
/proc/12581/task/12586/stat : 12586 (java) S 12579 12581 12494 0 -1 64 32 0 0 0 13 9 0 0 15 0 13 0 157859338 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12587] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12587/stat : 12587 (java) S 12579 12581 12494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12588] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12588/stat : 12588 (java) S 12579 12581 12494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12589] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12589/stat : 12589 (java) S 12579 12581 12494 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12590] ppid=12579 vsize=1490516 CPUtime=1.48
/proc/12581/task/12590/stat : 12590 (java) S 12579 12581 12494 0 -1 64 6901 0 0 0 145 3 0 0 16 0 13 0 157859343 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12591] ppid=12579 vsize=1490516 CPUtime=2.17
/proc/12581/task/12591/stat : 12591 (java) S 12579 12581 12494 0 -1 64 8064 0 0 0 213 4 0 0 17 0 13 0 157859343 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12592] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12592/stat : 12592 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12593] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12593/stat : 12593 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157859343 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12594] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12594/stat : 12594 (java) S 12579 12581 12494 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 157859516 1526288384 146676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1617.75
Current children cumulated vsize (KiB) 1490516

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 12594
/proc/meminfo: memFree=714840/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1490516 CPUtime=1678.55
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 178547 0 1 0 167742 113 0 0 18 0 13 0 157859333 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 372629 148435 1436 9 0 369972 0
[pid=12581/tid=12583] ppid=12579 vsize=1490516 CPUtime=1645.86
/proc/12581/task/12583/stat : 12583 (java) R 12579 12581 12494 0 -1 64 32563 0 1 0 164566 20 0 0 25 0 13 0 157859335 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4109644899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12584] ppid=12579 vsize=1490516 CPUtime=14.35
/proc/12581/task/12584/stat : 12584 (java) S 12579 12581 12494 0 -1 64 66499 0 0 0 1397 38 0 0 17 0 13 0 157859336 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12585] ppid=12579 vsize=1490516 CPUtime=14.39
/proc/12581/task/12585/stat : 12585 (java) S 12579 12581 12494 0 -1 64 63743 0 0 0 1405 34 0 0 16 0 13 0 157859336 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12586] ppid=12579 vsize=1490516 CPUtime=0.23
/proc/12581/task/12586/stat : 12586 (java) S 12579 12581 12494 0 -1 64 32 0 0 0 14 9 0 0 16 0 13 0 157859338 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12587] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12587/stat : 12587 (java) S 12579 12581 12494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12588] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12588/stat : 12588 (java) S 12579 12581 12494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12589] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12589/stat : 12589 (java) S 12579 12581 12494 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12590] ppid=12579 vsize=1490516 CPUtime=1.48
/proc/12581/task/12590/stat : 12590 (java) S 12579 12581 12494 0 -1 64 6901 0 0 0 145 3 0 0 16 0 13 0 157859343 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12591] ppid=12579 vsize=1490516 CPUtime=2.17
/proc/12581/task/12591/stat : 12591 (java) S 12579 12581 12494 0 -1 64 8064 0 0 0 213 4 0 0 17 0 13 0 157859343 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12592] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12592/stat : 12592 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12593] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12593/stat : 12593 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157859343 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12594] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12594/stat : 12594 (java) S 12579 12581 12494 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 157859516 1526288384 148435 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1678.55
Current children cumulated vsize (KiB) 1490516

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12594
/proc/meminfo: memFree=709080/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1490516 CPUtime=1739.25
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 180103 0 1 0 173811 114 0 0 18 0 13 0 157859333 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 372629 149865 1436 9 0 369972 0
[pid=12581/tid=12583] ppid=12579 vsize=1490516 CPUtime=1705.1
/proc/12581/task/12583/stat : 12583 (java) R 12579 12581 12494 0 -1 64 32589 0 1 0 170490 20 0 0 25 0 13 0 157859335 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4109643954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12584] ppid=12579 vsize=1490516 CPUtime=15.09
/proc/12581/task/12584/stat : 12584 (java) S 12579 12581 12494 0 -1 64 67290 0 0 0 1470 39 0 0 16 0 13 0 157859336 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12585] ppid=12579 vsize=1490516 CPUtime=15.11
/proc/12581/task/12585/stat : 12585 (java) S 12579 12581 12494 0 -1 64 64482 0 0 0 1477 34 0 0 16 0 13 0 157859336 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12586] ppid=12579 vsize=1490516 CPUtime=0.24
/proc/12581/task/12586/stat : 12586 (java) S 12579 12581 12494 0 -1 64 32 0 0 0 14 10 0 0 16 0 13 0 157859338 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12587] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12587/stat : 12587 (java) S 12579 12581 12494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12588] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12588/stat : 12588 (java) S 12579 12581 12494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12589] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12589/stat : 12589 (java) S 12579 12581 12494 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12590] ppid=12579 vsize=1490516 CPUtime=1.48
/proc/12581/task/12590/stat : 12590 (java) S 12579 12581 12494 0 -1 64 6901 0 0 0 145 3 0 0 16 0 13 0 157859343 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12591] ppid=12579 vsize=1490516 CPUtime=2.17
/proc/12581/task/12591/stat : 12591 (java) S 12579 12581 12494 0 -1 64 8064 0 0 0 213 4 0 0 17 0 13 0 157859343 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12592] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12592/stat : 12592 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12593] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12593/stat : 12593 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157859343 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12594] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12594/stat : 12594 (java) S 12579 12581 12494 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 157859516 1526288384 149865 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1739.25
Current children cumulated vsize (KiB) 1490516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.9 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 12594
/proc/meminfo: memFree=639320/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=1490516 CPUtime=1800.05
/proc/12581/stat : 12581 (java) S 12579 12581 12494 0 -1 0 201850 0 1 0 179879 126 0 0 18 0 13 0 157859333 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 372629 167269 1436 9 0 369972 0
[pid=12581/tid=12583] ppid=12579 vsize=1490516 CPUtime=1763.42
/proc/12581/task/12583/stat : 12583 (java) R 12579 12581 12494 0 -1 64 32616 0 1 0 176321 21 0 0 25 0 13 0 157859335 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4109847740 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12584] ppid=12579 vsize=1490516 CPUtime=16.33
/proc/12581/task/12584/stat : 12584 (java) S 12579 12581 12494 0 -1 64 78056 0 0 0 1588 45 0 0 16 0 13 0 157859336 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12585] ppid=12579 vsize=1490516 CPUtime=16.35
/proc/12581/task/12585/stat : 12585 (java) S 12579 12581 12494 0 -1 64 75436 0 0 0 1595 40 0 0 16 0 13 0 157859336 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12586] ppid=12579 vsize=1490516 CPUtime=0.24
/proc/12581/task/12586/stat : 12586 (java) S 12579 12581 12494 0 -1 64 32 0 0 0 14 10 0 0 15 0 13 0 157859338 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12587] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12587/stat : 12587 (java) S 12579 12581 12494 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12588] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12588/stat : 12588 (java) S 12579 12581 12494 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157859339 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12581/tid=12589] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12589/stat : 12589 (java) S 12579 12581 12494 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12590] ppid=12579 vsize=1490516 CPUtime=1.48
/proc/12581/task/12590/stat : 12590 (java) S 12579 12581 12494 0 -1 64 6901 0 0 0 145 3 0 0 16 0 13 0 157859343 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12591] ppid=12579 vsize=1490516 CPUtime=2.17
/proc/12581/task/12591/stat : 12591 (java) S 12579 12581 12494 0 -1 64 8064 0 0 0 213 4 0 0 17 0 13 0 157859343 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12592] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12592/stat : 12592 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 157859343 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12593] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12593/stat : 12593 (java) S 12579 12581 12494 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 157859343 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12581/tid=12594] ppid=12579 vsize=1490516 CPUtime=0
/proc/12581/task/12594/stat : 12594 (java) S 12579 12581 12494 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 157859516 1526288384 167269 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1490516

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

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

[startup+1782.02 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 12594
/proc/meminfo: memFree=639320/2055920 swapFree=4192952/4192956
[pid=12581] ppid=12579 vsize=0 CPUtime=1800.18
/proc/12581/stat : 12581 (java) Z 12579 12581 12494 0 -1 1036 201874 0 1 0 179885 133 0 0 16 0 2 0 157859333 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12581/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1782.05
CPU time (s): 1800.23
CPU user time (s): 1798.85
CPU system time (s): 1.37379
CPU usage (%): 101.02
Max. virtual memory (cumulated for all children) (KiB): 1492828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.37379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201874
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= 45574
involuntary context switches= 40981

runsolver used 2.13767 second user time and 5.20321 second system time

The end

Launcher Data

Begin job on node27 at 2009-06-13 16:16:37
IDJOB=1856106
IDBENCH=2349
IDSOLVER=681
FILE ID=node27/1856106-1244902597
PBS_JOBID= 9354493
Free space on /tmp= 66388 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-roll3000.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-1856106-1244902597/watcher-1856106-1244902597 -o /tmp/evaluation-result-1856106-1244902597/solver-1856106-1244902597 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856106-1244902597.opb

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

MD5SUM BENCH= 671dfb6ede3c120af748dc40a7daef68
RANDOM SEED=701959799

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1305568 kB
Buffers:         70232 kB
Cached:         587800 kB
SwapCached:          4 kB
Active:          38624 kB
Inactive:       633852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1305568 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1172 kB
Writeback:           0 kB
Mapped:          24228 kB
Slab:            63688 kB
Committed_AS:   127832 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66388 MiB
End job on node27 at 2009-06-13 16:46:21