Trace number 1855298

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.27 1774.76

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
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 103
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1855298-1244871873.opb
0.23/0.21	c reading problem ... 
2.10/1.52	c ... done. Wall clock time 1.303s.
2.10/1.52	c #vars     4602
2.10/1.52	c #constraints  30353
2.10/1.52	c constraints type 
2.10/1.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
2.10/1.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
2.10/1.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.04/1774.61	c starts		: 12
1800.04/1774.61	c conflicts		: 25071
1800.04/1774.61	c decisions		: 58841
1800.04/1774.61	c propagations		: 944632
1800.04/1774.61	c inspects		: 714058832
1800.04/1774.61	c learnt literals	: 0
1800.04/1774.61	c learnt binary clauses	: 0
1800.04/1774.61	c learnt ternary clauses	: 0
1800.04/1774.61	c learnt clauses	: 25070
1800.04/1774.61	c ignored clauses	: 0
1800.04/1774.61	c root simplifications	: 0
1800.04/1774.61	c removed literals (reason simplification)	: 0
1800.04/1774.61	c reason swapping (by a shorter reason)	: 0
1800.04/1774.61	c Calls to reduceDB	: 0
1800.04/1774.61	c speed (assignments/second)	: 532.7585195612646
1800.04/1774.61	c non guided choices	10016
1800.04/1774.68	c learnt constraints type 
1800.04/1774.68	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 362
1800.04/1774.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24709
1800.04/1774.68	c constraints type 
1800.04/1774.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
1800.04/1774.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
1800.04/1774.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.04/1774.68	s UNKNOWN
1800.04/1774.68	c Total wall clock time (in seconds): 1774.465

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-1855298-1244871873/watcher-1855298-1244871873 -o /tmp/evaluation-result-1855298-1244871873/solver-1855298-1244871873 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855298-1244871873.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: 1.04 1.06 1.01 3/64 15651
/proc/meminfo: memFree=973696/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=152 CPUtime=0
/proc/15651/stat : 15651 (java6) D 15649 15651 14847 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 154784122 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 12407588 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15651/statm: 38 26 19 9 0 4 0

[startup+0.037957 s]
/proc/loadavg: 1.04 1.06 1.01 3/64 15651
/proc/meminfo: memFree=973696/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1469776 CPUtime=0.02
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 2966 0 1 0 1 1 0 0 18 0 4 0 154784122 1505050624 2713 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 367444 2714 938 9 0 364795 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1469776

[startup+0.102956 s]
/proc/loadavg: 1.04 1.06 1.01 3/64 15651
/proc/meminfo: memFree=973696/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1473608 CPUtime=0.08
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 3611 0 1 0 6 2 0 0 18 0 12 0 154784122 1508974592 3354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 368402 3354 1068 9 0 365750 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1473608

[startup+0.30199 s]
/proc/loadavg: 1.04 1.06 1.01 3/64 15651
/proc/meminfo: memFree=973696/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1475004 CPUtime=0.33
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 5116 0 1 0 30 3 0 0 18 0 12 0 154784122 1510404096 4854 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 368751 4854 1353 9 0 366094 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475004

[startup+0.701032 s]
/proc/loadavg: 1.04 1.06 1.01 3/64 15651
/proc/meminfo: memFree=973696/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1478648 CPUtime=1.08
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 8298 0 1 0 103 5 0 0 18 0 12 0 154784122 1514135552 6860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 369662 6861 1401 9 0 367005 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1478648

[startup+1.50112 s]
/proc/loadavg: 1.04 1.06 1.01 2/76 15663
/proc/meminfo: memFree=940896/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1478648 CPUtime=2.1
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 20557 0 1 0 199 11 0 0 18 0 12 0 154784122 1514135552 18801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 369662 18801 1405 9 0 367005 0
[pid=15651/tid=15653] ppid=15649 vsize=1478648 CPUtime=1.2
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 14847 0 -1 64 16689 0 1 0 111 9 0 0 19 0 12 0 154784123 1514135552 18801 1992294400 134512640 134550932 4294956000 18446744073709551615 4109461714 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15654] ppid=15649 vsize=1478648 CPUtime=0
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 14847 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 154784125 1514135552 18801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15655] ppid=15649 vsize=1478648 CPUtime=0
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 14847 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 154784125 1514135552 18801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=1478648 CPUtime=0
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 14847 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 154784126 1514135552 18801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=1478648 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 14847 0 -1 64 9 0 0 0 0 0 0 0 19 0 12 0 154784127 1514135552 18801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=1478648 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 14847 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 154784127 1514135552 18801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=1478648 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 14847 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 154784131 1514135552 18801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=1478648 CPUtime=0.4
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 14847 0 -1 64 1779 0 0 0 40 0 0 0 15 0 12 0 154784131 1514135552 18801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15661] ppid=15649 vsize=1478648 CPUtime=0.47
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 14847 0 -1 64 1348 0 0 0 47 0 0 0 16 0 12 0 154784131 1514135552 18801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=1478648 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 154784131 1514135552 18801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=1478648 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 154784131 1514135552 18801 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 1478648

[startup+3.1023 s]
/proc/loadavg: 1.04 1.06 1.01 4/77 15664
/proc/meminfo: memFree=888856/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1495788 CPUtime=5.18
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 46142 0 1 0 494 24 0 0 18 0 13 0 154784122 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 373947 38226 1429 9 0 371290 0
[pid=15651/tid=15653] ppid=15649 vsize=1495788 CPUtime=2.45
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 14847 0 -1 64 31008 0 1 0 229 16 0 0 19 0 13 0 154784123 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 4109704136 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=1495788 CPUtime=0.02
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 14847 0 -1 64 637 0 0 0 2 0 0 0 16 0 13 0 154784125 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15655] ppid=15649 vsize=1495788 CPUtime=0.01
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 14847 0 -1 64 521 0 0 0 1 0 0 0 17 0 13 0 154784125 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=1495788 CPUtime=0
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 14847 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154784126 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=1495788 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 14847 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154784127 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=1495788 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 14847 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154784127 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=1495788 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 14847 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154784131 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=1495788 CPUtime=1.15
/proc/15651/task/15660/stat : 15660 (java) R 15649 15651 14847 0 -1 64 5977 0 0 0 113 2 0 0 20 0 13 0 154784131 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 104163913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=1495788 CPUtime=1.5
/proc/15651/task/15661/stat : 15661 (java) R 15649 15651 14847 0 -1 64 7247 0 0 0 147 3 0 0 19 0 13 0 154784131 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 102093014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=1495788 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154784131 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=1495788 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154784131 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15664] ppid=15649 vsize=1495788 CPUtime=0
/proc/15651/task/15664/stat : 15664 (java) S 15649 15651 14847 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154784276 1531686912 38226 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 1495788

[startup+6.30265 s]
/proc/loadavg: 1.20 1.09 1.02 4/77 15664
/proc/meminfo: memFree=810776/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1492440 CPUtime=10.77
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 60339 0 1 0 1046 31 0 0 18 0 13 0 154784122 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 373110 41877 1438 9 0 370453 0
[pid=15651/tid=15653] ppid=15649 vsize=1492440 CPUtime=5.53
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 14847 0 -1 64 31022 0 1 0 537 16 0 0 20 0 13 0 154784123 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4109700305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15654] ppid=15649 vsize=1492440 CPUtime=0.1
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 14847 0 -1 64 2242 0 0 0 10 0 0 0 16 0 13 0 154784125 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15655] ppid=15649 vsize=1492440 CPUtime=0.11
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 14847 0 -1 64 2866 0 0 0 10 1 0 0 16 0 13 0 154784125 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15656] ppid=15649 vsize=1492440 CPUtime=0
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 14847 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 154784126 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=1492440 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 14847 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154784127 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=1492440 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 14847 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154784127 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=1492440 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 14847 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154784131 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=1492440 CPUtime=2.13
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 14847 0 -1 64 12399 0 0 0 207 6 0 0 16 0 13 0 154784131 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=1492440 CPUtime=2.85
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 14847 0 -1 64 11043 0 0 0 280 5 0 0 17 0 13 0 154784131 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=1492440 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154784131 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=1492440 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154784131 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15664] ppid=15649 vsize=1492440 CPUtime=0
/proc/15651/task/15664/stat : 15664 (java) S 15649 15651 14847 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154784276 1528258560 41877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.77
Current children cumulated vsize (KiB) 1492440

[startup+12.7023 s]
/proc/loadavg: 1.18 1.09 1.02 2/77 15664
/proc/meminfo: memFree=781208/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1492312 CPUtime=17.41
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 68952 0 1 0 1706 35 0 0 18 0 13 0 154784122 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 373078 49341 1438 9 0 370421 0
[pid=15651/tid=15653] ppid=15649 vsize=1492312 CPUtime=11.66
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 14847 0 -1 64 31034 0 1 0 1150 16 0 0 25 0 13 0 154784123 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=1492312 CPUtime=0.34
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 14847 0 -1 64 7145 0 0 0 32 2 0 0 16 0 13 0 154784125 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15655] ppid=15649 vsize=1492312 CPUtime=0.36
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 14847 0 -1 64 6555 0 0 0 33 3 0 0 16 0 13 0 154784125 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15656] ppid=15649 vsize=1492312 CPUtime=0
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 14847 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 154784126 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=1492312 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 14847 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154784127 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=1492312 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 14847 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154784127 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=1492312 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 14847 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154784131 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=1492312 CPUtime=2.13
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 14847 0 -1 64 12399 0 0 0 207 6 0 0 16 0 13 0 154784131 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=1492312 CPUtime=2.85
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 14847 0 -1 64 11043 0 0 0 280 5 0 0 16 0 13 0 154784131 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=1492312 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154784131 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=1492312 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154784131 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15664] ppid=15649 vsize=1492312 CPUtime=0
/proc/15651/task/15664/stat : 15664 (java) S 15649 15651 14847 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154784276 1528127488 49341 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.41
Current children cumulated vsize (KiB) 1492312

[startup+25.5028 s]
/proc/loadavg: 1.14 1.09 1.02 2/77 15664
/proc/meminfo: memFree=761560/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1492312 CPUtime=30.37
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 74325 0 1 0 2999 38 0 0 18 0 13 0 154784122 1528127488 54160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 373078 54160 1438 9 0 370421 0
[pid=15651/tid=15653] ppid=15649 vsize=1492312 CPUtime=24.28
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 14847 0 -1 64 31822 0 1 0 2412 16 0 0 25 0 13 0 154784123 1528127488 54160 1992294400 134512640 134550932 4294956000 18446744073709551615 4109757351 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=1492312 CPUtime=0.5
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 14847 0 -1 64 9580 0 0 0 47 3 0 0 16 0 13 0 154784125 1528127488 54160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15655] ppid=15649 vsize=1492312 CPUtime=0.53
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 14847 0 -1 64 8705 0 0 0 49 4 0 0 16 0 13 0 154784125 1528127488 54160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15656] ppid=15649 vsize=1492312 CPUtime=0
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 14847 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 154784126 1528127488 54160 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=1492312 CPUtime=0

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

[pid=15651/tid=15656] ppid=15649 vsize=1491724 CPUtime=0.2
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 14847 0 -1 64 35 0 0 0 13 7 0 0 16 0 13 0 154784126 1527525376 110728 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15657] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 14847 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154784127 1527525376 110728 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 14847 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154784127 1527525376 110728 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 14847 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154784131 1527525376 110728 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=1491724 CPUtime=2.13
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 14847 0 -1 64 12399 0 0 0 207 6 0 0 16 0 13 0 154784131 1527525376 110728 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=1491724 CPUtime=2.91
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 14847 0 -1 64 11043 0 0 0 286 5 0 0 16 0 13 0 154784131 1527525376 110728 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154784131 1527525376 110728 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154784131 1527525376 110728 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15664] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15664/stat : 15664 (java) S 15649 15651 14847 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154784276 1527525376 110728 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1564.38
Current children cumulated vsize (KiB) 1491724

[startup+1602.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 15672
/proc/meminfo: memFree=528088/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1491724 CPUtime=1625.23
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 139315 0 1 0 162393 130 0 0 18 0 13 0 154784122 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 372931 112361 1438 9 0 370274 0
[pid=15651/tid=15653] ppid=15649 vsize=1491724 CPUtime=1581.39
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 14847 0 -1 64 32643 0 1 0 158118 21 0 0 25 0 13 0 154784123 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4109740425 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=1491724 CPUtime=19.24
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 14847 0 -1 64 41972 0 0 0 1885 39 0 0 16 0 13 0 154784125 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15655] ppid=15649 vsize=1491724 CPUtime=19.28
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 14847 0 -1 64 40481 0 0 0 1881 47 0 0 16 0 13 0 154784125 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=1491724 CPUtime=0.21
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 14847 0 -1 64 35 0 0 0 13 8 0 0 15 0 13 0 154784126 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 14847 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154784127 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 14847 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154784127 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 14847 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154784131 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=1491724 CPUtime=2.13
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 14847 0 -1 64 12399 0 0 0 207 6 0 0 16 0 13 0 154784131 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=1491724 CPUtime=2.91
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 14847 0 -1 64 11043 0 0 0 286 5 0 0 16 0 13 0 154784131 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154784131 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154784131 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15664] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15664/stat : 15664 (java) S 15649 15651 14847 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154784276 1527525376 112361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1625.23
Current children cumulated vsize (KiB) 1491724

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 15672
/proc/meminfo: memFree=522840/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1491724 CPUtime=1686.06
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 140737 0 1 0 168472 134 0 0 18 0 13 0 154784122 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 372931 113621 1438 9 0 370274 0
[pid=15651/tid=15653] ppid=15649 vsize=1491724 CPUtime=1640.49
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 14847 0 -1 64 32672 0 1 0 164028 21 0 0 25 0 13 0 154784123 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4109739605 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=1491724 CPUtime=20.12
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 14847 0 -1 64 42678 0 0 0 1972 40 0 0 17 0 13 0 154784125 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15655] ppid=15649 vsize=1491724 CPUtime=20.15
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 14847 0 -1 64 41168 0 0 0 1964 51 0 0 16 0 13 0 154784125 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=1491724 CPUtime=0.22
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 14847 0 -1 64 35 0 0 0 14 8 0 0 16 0 13 0 154784126 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15657] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 14847 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154784127 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 14847 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154784127 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 14847 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154784131 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=1491724 CPUtime=2.13
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 14847 0 -1 64 12399 0 0 0 207 6 0 0 16 0 13 0 154784131 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=1491724 CPUtime=2.91
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 14847 0 -1 64 11043 0 0 0 286 5 0 0 16 0 13 0 154784131 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154784131 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154784131 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15664] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15664/stat : 15664 (java) S 15649 15651 14847 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154784276 1527525376 113621 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1686.06
Current children cumulated vsize (KiB) 1491724

[startup+1722.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 15672
/proc/meminfo: memFree=518680/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1491724 CPUtime=1746.95
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 141882 0 1 0 174557 138 0 0 18 0 13 0 154784122 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 372931 114679 1438 9 0 370274 0
[pid=15651/tid=15653] ppid=15649 vsize=1491724 CPUtime=1699.52
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 14847 0 -1 64 32702 0 1 0 169931 21 0 0 25 0 13 0 154784123 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4109826775 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=1491724 CPUtime=21.03
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 14847 0 -1 64 43283 0 0 0 2062 41 0 0 17 0 13 0 154784125 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15655] ppid=15649 vsize=1491724 CPUtime=21.07
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 14847 0 -1 64 41678 0 0 0 2054 53 0 0 16 0 13 0 154784125 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=1491724 CPUtime=0.22
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 14847 0 -1 64 35 0 0 0 14 8 0 0 16 0 13 0 154784126 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 14847 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154784127 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 14847 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154784127 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 14847 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154784131 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=1491724 CPUtime=2.13
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 14847 0 -1 64 12399 0 0 0 207 6 0 0 16 0 13 0 154784131 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=1491724 CPUtime=2.91
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 14847 0 -1 64 11043 0 0 0 286 5 0 0 16 0 13 0 154784131 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154784131 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154784131 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15664] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15664/stat : 15664 (java) S 15649 15651 14847 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154784276 1527525376 114679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1746.95
Current children cumulated vsize (KiB) 1491724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.6 s]
/proc/loadavg: 1.06 1.03 1.00 2/77 15672
/proc/meminfo: memFree=514840/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=1491724 CPUtime=1800.04
/proc/15651/stat : 15651 (java) S 15649 15651 14847 0 -1 0 142856 0 1 0 179863 141 0 0 18 0 13 0 154784122 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 372931 115590 1438 9 0 370274 0
[pid=15651/tid=15653] ppid=15649 vsize=1491724 CPUtime=1750.99
/proc/15651/task/15653/stat : 15653 (java) R 15649 15651 14847 0 -1 64 32728 0 1 0 175077 22 0 0 25 0 13 0 154784123 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4109756391 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15654] ppid=15649 vsize=1491724 CPUtime=21.85
/proc/15651/task/15654/stat : 15654 (java) S 15649 15651 14847 0 -1 64 43844 0 0 0 2143 42 0 0 17 0 13 0 154784125 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15655] ppid=15649 vsize=1491724 CPUtime=21.89
/proc/15651/task/15655/stat : 15655 (java) S 15649 15651 14847 0 -1 64 42065 0 0 0 2133 56 0 0 16 0 13 0 154784125 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15656] ppid=15649 vsize=1491724 CPUtime=0.23
/proc/15651/task/15656/stat : 15656 (java) S 15649 15651 14847 0 -1 64 35 0 0 0 15 8 0 0 15 0 13 0 154784126 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15657] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15657/stat : 15657 (java) S 15649 15651 14847 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154784127 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15658] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15658/stat : 15658 (java) S 15649 15651 14847 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154784127 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15659] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15659/stat : 15659 (java) S 15649 15651 14847 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154784131 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15660] ppid=15649 vsize=1491724 CPUtime=2.13
/proc/15651/task/15660/stat : 15660 (java) S 15649 15651 14847 0 -1 64 12399 0 0 0 207 6 0 0 16 0 13 0 154784131 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15661] ppid=15649 vsize=1491724 CPUtime=2.91
/proc/15651/task/15661/stat : 15661 (java) S 15649 15651 14847 0 -1 64 11043 0 0 0 286 5 0 0 16 0 13 0 154784131 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15651/tid=15662] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15662/stat : 15662 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154784131 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15663] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15663/stat : 15663 (java) S 15649 15651 14847 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154784131 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15651/tid=15664] ppid=15649 vsize=1491724 CPUtime=0
/proc/15651/task/15664/stat : 15664 (java) S 15649 15651 14847 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 154784276 1527525376 115590 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1491724

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

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

[startup+1774.71 s]
/proc/loadavg: 1.06 1.03 1.00 2/77 15672
/proc/meminfo: memFree=514840/2055920 swapFree=4192956/4192956
[pid=15651] ppid=15649 vsize=0 CPUtime=1800.21
/proc/15651/stat : 15651 (java) Z 15649 15651 14847 0 -1 1036 142877 0 1 0 179877 144 0 0 15 0 2 0 154784122 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15651/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1774.76
CPU time (s): 1800.27
CPU user time (s): 1798.78
CPU system time (s): 1.49477
CPU usage (%): 101.438
Max. virtual memory (cumulated for all children) (KiB): 1503864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.49477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142877
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= 47861
involuntary context switches= 39426

runsolver used 2.06069 second user time and 5.40418 second system time

The end

Launcher Data

Begin job on node42 at 2009-06-13 07:44:33
IDJOB=1855298
IDBENCH=1500
IDSOLVER=681
FILE ID=node42/1855298-1244871873
PBS_JOBID= 9354328
Free space on /tmp= 66272 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-11,19,21.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-1855298-1244871873/watcher-1855298-1244871873 -o /tmp/evaluation-result-1855298-1244871873/solver-1855298-1244871873 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855298-1244871873.opb

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=74217677

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        974112 kB
Buffers:         80868 kB
Cached:         895068 kB
SwapCached:          0 kB
Active:          96752 kB
Inactive:       893136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        974112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          23760 kB
Slab:            77912 kB
Committed_AS:   137360 kB
PageTables:       1392 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= 66268 MiB
End job on node42 at 2009-06-13 08:14:10