Trace number 2661052

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 PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.14 1781.99

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM02e31ca1ab9f95407d6e9ec422f4634a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.03223
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 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.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
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.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2661052-1276332916.opb
0.22/0.22	c reading problem ... 
2.04/1.28	c ... done. Wall clock time 1.062s.
2.04/1.28	c #vars     9071
2.04/1.28	c #constraints  25914
2.04/1.28	c constraints type 
2.04/1.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17062
2.04/1.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8127
2.04/1.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
199.32/194.64	c cleaning 0 clauses out of 5000 with flag 0/5000
1214.16/1201.64	c cleaning 0 clauses out of 11002 with flag 0/11002
1800.04/1781.93	c starts		: 36
1800.04/1781.93	c conflicts		: 13077
1800.04/1781.93	c decisions		: 16685
1800.04/1781.93	c propagations		: 18777129
1800.04/1781.93	c inspects		: 1001587573
1800.04/1781.93	c learnt literals	: 0
1800.04/1781.93	c learnt binary clauses	: 67
1800.04/1781.93	c learnt ternary clauses	: 66
1800.04/1781.93	c learnt clauses	: 13076
1800.04/1781.93	c ignored clauses	: 0
1800.04/1781.93	c root simplifications	: 0
1800.04/1781.93	c removed literals (reason simplification)	: 0
1800.04/1781.93	c reason swapping (by a shorter reason)	: 0
1800.04/1781.93	c Calls to reduceDB	: 2
1800.04/1781.93	c number of reductions to clauses (during analyze)	: 0
1800.04/1781.93	c number of learned constraints concerned by reduction	: 0
1800.04/1781.93	c number of learning phase by resolution	: 0
1800.04/1781.93	c number of learning phase by cutting planes	: 0
1800.04/1781.93	c speed (assignments/second)	: 10545.109982433361
1800.04/1781.93	c non guided choices	260
1800.04/1781.95	c learnt constraints type 
1800.04/1781.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 662
1800.04/1781.95	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 67
1800.04/1781.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12347
1800.04/1781.95	c constraints type 
1800.04/1781.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17062
1800.04/1781.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8127
1800.04/1781.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
1800.04/1781.95	s UNKNOWN
1800.04/1781.95	c Total wall clock time (in seconds): 1781.736

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-2661052-1276332916/watcher-2661052-1276332916 -o /tmp/evaluation-result-2661052-1276332916/solver-2661052-1276332916 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661052-1276332916.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.05 1.27 4/106 11583
/proc/meminfo: memFree=1395260/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1832 CPUtime=0
/proc/11583/stat : 11583 (java6) S 11581 11583 11558 0 -1 4194304 250 0 0 0 0 0 0 0 16 0 1 0 8892984 1875968 153 1992294400 134512640 134550932 4286913184 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/11583/statm: 458 153 116 10 0 63 0

[startup+0.071804 s]
/proc/loadavg: 0.92 1.05 1.27 4/106 11583
/proc/meminfo: memFree=1395260/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1521796 CPUtime=0.05
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 3704 0 1 0 3 2 0 0 15 0 7 0 8892984 1558319104 3146 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 380449 3146 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100807 s]
/proc/loadavg: 0.92 1.05 1.27 4/106 11583
/proc/meminfo: memFree=1395260/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1524184 CPUtime=0.08
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 3948 0 1 0 6 2 0 0 15 0 12 0 8892984 1560764416 3388 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 381046 3388 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300839 s]
/proc/loadavg: 0.92 1.05 1.27 4/106 11583
/proc/meminfo: memFree=1395260/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1526440 CPUtime=0.35
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 5379 0 1 0 32 3 0 0 15 0 12 0 8892984 1563074560 4817 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 381610 4817 1362 10 0 378912 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526440

[startup+0.700914 s]
/proc/loadavg: 0.92 1.05 1.27 4/106 11583
/proc/meminfo: memFree=1395260/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1531264 CPUtime=1.11
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 8284 0 1 0 106 5 0 0 15 0 12 0 8892984 1568014336 7404 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 382816 7405 1403 10 0 380118 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1531264

[startup+1.50205 s]
/proc/loadavg: 0.92 1.05 1.27 4/118 11595
/proc/meminfo: memFree=1356228/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1532708 CPUtime=2.61
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 18499 0 1 0 251 10 0 0 15 0 13 0 8892984 1569492992 17245 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 383177 17245 1423 10 0 380479 0
[pid=11583/tid=11585] ppid=11581 vsize=1532708 CPUtime=1.46
/proc/11583/task/11585/stat : 11585 (java) R 11581 11583 11558 0 -1 4202560 14606 0 1 0 138 8 0 0 25 0 13 0 8892986 1569492992 17245 1992294400 134512640 134550932 4288349184 18446744073709551615 4109511540 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11583/tid=11586] ppid=11581 vsize=1532708 CPUtime=0
/proc/11583/task/11586/stat : 11586 (java) S 11581 11583 11558 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 8892987 1569492992 17245 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11587] ppid=11581 vsize=1532708 CPUtime=0
/proc/11583/task/11587/stat : 11587 (java) S 11581 11583 11558 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 8892987 1569492992 17245 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11588] ppid=11581 vsize=1532708 CPUtime=0
/proc/11583/task/11588/stat : 11588 (java) S 11581 11583 11558 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 8892989 1569492992 17245 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11589] ppid=11581 vsize=1532708 CPUtime=0
/proc/11583/task/11589/stat : 11589 (java) S 11581 11583 11558 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 8892989 1569492992 17245 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11590] ppid=11581 vsize=1532708 CPUtime=0
/proc/11583/task/11590/stat : 11590 (java) S 11581 11583 11558 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 8892989 1569492992 17245 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11591] ppid=11581 vsize=1532708 CPUtime=0
/proc/11583/task/11591/stat : 11591 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8892994 1569492992 17245 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11592] ppid=11581 vsize=1532708 CPUtime=0.13
/proc/11583/task/11592/stat : 11592 (java) R 11581 11583 11558 0 -1 4202560 147 0 0 0 13 0 0 0 21 0 13 0 8892994 1569492992 17245 1992294400 134512640 134550932 4288349184 18446744073709551615 105496997 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11583/tid=11593] ppid=11581 vsize=1532708 CPUtime=0.99
/proc/11583/task/11593/stat : 11593 (java) R 11581 11583 11558 0 -1 4202560 2678 0 0 0 98 1 0 0 16 0 13 0 8892994 1569492992 17245 1992294400 134512640 134550932 4288349184 18446744073709551615 103269455 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11583/tid=11594] ppid=11581 vsize=1532708 CPUtime=0
/proc/11583/task/11594/stat : 11594 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8892994 1569492992 17246 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11595] ppid=11581 vsize=1532708 CPUtime=0
/proc/11583/task/11595/stat : 11595 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8892994 1569492992 17246 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1532708

[startup+3.10232 s]
/proc/loadavg: 0.92 1.05 1.27 4/119 11596
/proc/meminfo: memFree=1325220/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1540236 CPUtime=5.8
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 35592 0 1 0 561 19 0 0 15 0 13 0 8892984 1577201664 32614 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 385059 32616 1426 10 0 382361 0
[pid=11583/tid=11585] ppid=11581 vsize=1540236 CPUtime=2.88
/proc/11583/task/11585/stat : 11585 (java) R 11581 11583 11558 0 -1 4202560 28113 0 1 0 274 14 0 0 25 0 13 0 8892986 1577201664 32618 1992294400 134512640 134550932 4288349184 18446744073709551615 4110125879 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11583/tid=11586] ppid=11581 vsize=1540236 CPUtime=0
/proc/11583/task/11586/stat : 11586 (java) S 11581 11583 11558 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 8892987 1577201664 32619 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11587] ppid=11581 vsize=1540236 CPUtime=0
/proc/11583/task/11587/stat : 11587 (java) S 11581 11583 11558 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 8892987 1577201664 32620 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11588] ppid=11581 vsize=1540236 CPUtime=0
/proc/11583/task/11588/stat : 11588 (java) S 11581 11583 11558 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 13 0 8892989 1577201664 32621 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11589] ppid=11581 vsize=1540236 CPUtime=0
/proc/11583/task/11589/stat : 11589 (java) S 11581 11583 11558 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 8892989 1577201664 32623 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11590] ppid=11581 vsize=1540236 CPUtime=0
/proc/11583/task/11590/stat : 11590 (java) S 11581 11583 11558 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 8892989 1577201664 32625 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11591] ppid=11581 vsize=1540236 CPUtime=0
/proc/11583/task/11591/stat : 11591 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8892994 1577201664 32625 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11592] ppid=11581 vsize=1540236 CPUtime=0.71
/proc/11583/task/11592/stat : 11592 (java) R 11581 11583 11558 0 -1 4202560 2853 0 0 0 70 1 0 0 18 0 13 0 8892994 1577201664 32627 1992294400 134512640 134550932 4288349184 18446744073709551615 104163168 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11583/tid=11593] ppid=11581 vsize=1540236 CPUtime=2.18
/proc/11583/task/11593/stat : 11593 (java) S 11581 11583 11558 0 -1 4202560 3562 0 0 0 216 2 0 0 15 0 13 0 8892994 1577201664 32627 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11594] ppid=11581 vsize=1540236 CPUtime=0
/proc/11583/task/11594/stat : 11594 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8892994 1577201664 32627 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11595] ppid=11581 vsize=1540236 CPUtime=0
/proc/11583/task/11595/stat : 11595 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8892994 1577201664 32628 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11596] ppid=11581 vsize=1540236 CPUtime=0
/proc/11583/task/11596/stat : 11596 (java) S 11581 11583 11558 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8893116 1577201664 32629 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 1540236

[startup+6.30186 s]
/proc/loadavg: 1.01 1.07 1.27 2/119 11596
/proc/meminfo: memFree=1243380/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1539584 CPUtime=9.33
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 42664 0 1 0 910 23 0 0 15 0 13 0 8892984 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 384896 39181 1436 10 0 382198 0
[pid=11583/tid=11585] ppid=11581 vsize=1539584 CPUtime=6
/proc/11583/task/11585/stat : 11585 (java) R 11581 11583 11558 0 -1 4202560 32087 0 1 0 584 16 0 0 25 0 13 0 8892986 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4110107536 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11583/tid=11586] ppid=11581 vsize=1539584 CPUtime=0.06
/proc/11583/task/11586/stat : 11586 (java) S 11581 11583 11558 0 -1 4202560 1366 0 0 0 6 0 0 0 15 0 13 0 8892987 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11587] ppid=11581 vsize=1539584 CPUtime=0.06
/proc/11583/task/11587/stat : 11587 (java) S 11581 11583 11558 0 -1 4202560 1295 0 0 0 6 0 0 0 15 0 13 0 8892987 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11588] ppid=11581 vsize=1539584 CPUtime=0
/proc/11583/task/11588/stat : 11588 (java) S 11581 11583 11558 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 13 0 8892989 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11589] ppid=11581 vsize=1539584 CPUtime=0
/proc/11583/task/11589/stat : 11589 (java) S 11581 11583 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892989 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11590] ppid=11581 vsize=1539584 CPUtime=0
/proc/11583/task/11590/stat : 11590 (java) S 11581 11583 11558 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8892989 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11591] ppid=11581 vsize=1539584 CPUtime=0
/proc/11583/task/11591/stat : 11591 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8892994 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11592] ppid=11581 vsize=1539584 CPUtime=0.93
/proc/11583/task/11592/stat : 11592 (java) S 11581 11583 11558 0 -1 4202560 3233 0 0 0 92 1 0 0 16 0 13 0 8892994 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11593] ppid=11581 vsize=1539584 CPUtime=2.22
/proc/11583/task/11593/stat : 11593 (java) S 11581 11583 11558 0 -1 4202560 3596 0 0 0 220 2 0 0 15 0 13 0 8892994 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11594] ppid=11581 vsize=1539584 CPUtime=0
/proc/11583/task/11594/stat : 11594 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8892994 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11595] ppid=11581 vsize=1539584 CPUtime=0
/proc/11583/task/11595/stat : 11595 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8892994 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11596] ppid=11581 vsize=1539584 CPUtime=0
/proc/11583/task/11596/stat : 11596 (java) S 11581 11583 11558 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8893116 1576534016 39181 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 1539584

[startup+12.702 s]
/proc/loadavg: 1.01 1.07 1.27 2/119 11596
/proc/meminfo: memFree=1207420/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1543680 CPUtime=16.15
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 52565 0 1 0 1589 26 0 0 15 0 13 0 8892984 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 385920 48024 1440 10 0 383222 0
[pid=11583/tid=11585] ppid=11581 vsize=1543680 CPUtime=12.29
/proc/11583/task/11585/stat : 11585 (java) R 11581 11583 11558 0 -1 4202560 35591 0 1 0 1212 17 0 0 25 0 13 0 8892986 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4110160880 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11583/tid=11586] ppid=11581 vsize=1543680 CPUtime=0.17
/proc/11583/task/11586/stat : 11586 (java) S 11581 11583 11558 0 -1 4202560 3551 0 0 0 16 1 0 0 15 0 13 0 8892987 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11587] ppid=11581 vsize=1543680 CPUtime=0.16
/proc/11583/task/11587/stat : 11587 (java) S 11581 11583 11558 0 -1 4202560 3539 0 0 0 14 2 0 0 16 0 13 0 8892987 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11588] ppid=11581 vsize=1543680 CPUtime=0
/proc/11583/task/11588/stat : 11588 (java) S 11581 11583 11558 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 13 0 8892989 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11589] ppid=11581 vsize=1543680 CPUtime=0
/proc/11583/task/11589/stat : 11589 (java) S 11581 11583 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892989 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11590] ppid=11581 vsize=1543680 CPUtime=0
/proc/11583/task/11590/stat : 11590 (java) S 11581 11583 11558 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8892989 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11591] ppid=11581 vsize=1543680 CPUtime=0
/proc/11583/task/11591/stat : 11591 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8892994 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11592] ppid=11581 vsize=1543680 CPUtime=0.95
/proc/11583/task/11592/stat : 11592 (java) S 11581 11583 11558 0 -1 4202560 3235 0 0 0 94 1 0 0 15 0 13 0 8892994 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11593] ppid=11581 vsize=1543680 CPUtime=2.51
/proc/11583/task/11593/stat : 11593 (java) S 11581 11583 11558 0 -1 4202560 5554 0 0 0 249 2 0 0 16 0 13 0 8892994 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11594] ppid=11581 vsize=1543680 CPUtime=0
/proc/11583/task/11594/stat : 11594 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8892994 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11595] ppid=11581 vsize=1543680 CPUtime=0
/proc/11583/task/11595/stat : 11595 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8892994 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11596] ppid=11581 vsize=1543680 CPUtime=0
/proc/11583/task/11596/stat : 11596 (java) S 11581 11583 11558 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8893116 1580728320 48024 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.15
Current children cumulated vsize (KiB) 1543680

[startup+25.5012 s]
/proc/loadavg: 1.00 1.06 1.27 2/119 11598
/proc/meminfo: memFree=1208536/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1539104 CPUtime=29.16
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 54636 0 1 0 2888 28 0 0 15 0 13 0 8892984 1576042496 47835 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 384776 47835 1440 10 0 382078 0
[pid=11583/tid=11585] ppid=11581 vsize=1539104 CPUtime=25
/proc/11583/task/11585/stat : 11585 (java) R 11581 11583 11558 0 -1 4202560 35707 0 1 0 2483 17 0 0 25 0 13 0 8892986 1576042496 47835 1992294400 134512640 134550932 4288349184 18446744073709551615 4110125786 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11583/tid=11586] ppid=11581 vsize=1539104 CPUtime=0.24
/proc/11583/task/11586/stat : 11586 (java) S 11581 11583 11558 0 -1 4202560 4042 0 0 0 23 1 0 0 16 0 13 0 8892987 1576042496 47835 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11587] ppid=11581 vsize=1539104 CPUtime=0.23
/proc/11583/task/11587/stat : 11587 (java) S 11581 11583 11558 0 -1 4202560 4038 0 0 0 21 2 0 0 15 0 13 0 8892987 1576042496 47835 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11588] ppid=11581 vsize=1539104 CPUtime=0.01
/proc/11583/task/11588/stat : 11588 (java) S 11581 11583 11558 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 13 0 8892989 1576042496 47835 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11589] ppid=11581 vsize=1539104 CPUtime=0

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

[pid=11583] ppid=11581 vsize=1539104 CPUtime=1618.59
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 71482 0 1 0 161777 82 0 0 15 0 13 0 8892984 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 384776 63283 1450 10 0 382078 0
[pid=11583/tid=11585] ppid=11581 vsize=1539104 CPUtime=1587.22
/proc/11583/task/11585/stat : 11585 (java) R 11581 11583 11558 0 -1 4202560 37186 0 1 0 158685 37 0 0 25 0 13 0 8892986 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4110119490 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11583/tid=11586] ppid=11581 vsize=1539104 CPUtime=13.48
/proc/11583/task/11586/stat : 11586 (java) S 11581 11583 11558 0 -1 4202560 11124 0 0 0 1335 13 0 0 16 0 13 0 8892987 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11587] ppid=11581 vsize=1539104 CPUtime=13.47
/proc/11583/task/11587/stat : 11587 (java) S 11581 11583 11558 0 -1 4202560 11858 0 0 0 1330 17 0 0 16 0 13 0 8892987 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11588] ppid=11581 vsize=1539104 CPUtime=0.55
/proc/11583/task/11588/stat : 11588 (java) S 11581 11583 11558 0 -1 4202560 376 0 0 0 48 7 0 0 15 0 13 0 8892989 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11589] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11589/stat : 11589 (java) S 11581 11583 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892989 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11590] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11590/stat : 11590 (java) S 11581 11583 11558 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8892989 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11591] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11591/stat : 11591 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8892994 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11592] ppid=11581 vsize=1539104 CPUtime=0.96
/proc/11583/task/11592/stat : 11592 (java) S 11581 11583 11558 0 -1 4202560 3235 0 0 0 95 1 0 0 15 0 13 0 8892994 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11593] ppid=11581 vsize=1539104 CPUtime=2.84
/proc/11583/task/11593/stat : 11593 (java) S 11581 11583 11558 0 -1 4202560 6541 0 0 0 281 3 0 0 15 0 13 0 8892994 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11594] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11594/stat : 11594 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8892994 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11595] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11595/stat : 11595 (java) S 11581 11583 11558 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 8892994 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11596] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11596/stat : 11596 (java) S 11581 11583 11558 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8893116 1576042496 63283 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1618.59
Current children cumulated vsize (KiB) 1539104

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/119 11652
/proc/meminfo: memFree=1143560/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1539104 CPUtime=1679.18
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 71954 0 1 0 167833 85 0 0 15 0 13 0 8892984 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 384776 63709 1450 10 0 382078 0
[pid=11583/tid=11585] ppid=11581 vsize=1539104 CPUtime=1646.57
/proc/11583/task/11585/stat : 11585 (java) R 11581 11583 11558 0 -1 4202560 37219 0 1 0 164618 39 0 0 25 0 13 0 8892986 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4110123267 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11583/tid=11586] ppid=11581 vsize=1539104 CPUtime=14.1
/proc/11583/task/11586/stat : 11586 (java) S 11581 11583 11558 0 -1 4202560 11286 0 0 0 1397 13 0 0 16 0 13 0 8892987 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11587] ppid=11581 vsize=1539104 CPUtime=14.08
/proc/11583/task/11587/stat : 11587 (java) S 11581 11583 11558 0 -1 4202560 12131 0 0 0 1390 18 0 0 16 0 13 0 8892987 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11588] ppid=11581 vsize=1539104 CPUtime=0.56
/proc/11583/task/11588/stat : 11588 (java) S 11581 11583 11558 0 -1 4202560 378 0 0 0 49 7 0 0 15 0 13 0 8892989 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11589] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11589/stat : 11589 (java) S 11581 11583 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892989 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11590] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11590/stat : 11590 (java) S 11581 11583 11558 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8892989 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11591] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11591/stat : 11591 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8892994 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11592] ppid=11581 vsize=1539104 CPUtime=0.96
/proc/11583/task/11592/stat : 11592 (java) S 11581 11583 11558 0 -1 4202560 3235 0 0 0 95 1 0 0 15 0 13 0 8892994 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11593] ppid=11581 vsize=1539104 CPUtime=2.84
/proc/11583/task/11593/stat : 11593 (java) S 11581 11583 11558 0 -1 4202560 6541 0 0 0 281 3 0 0 15 0 13 0 8892994 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11594] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11594/stat : 11594 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8892994 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11595] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11595/stat : 11595 (java) S 11581 11583 11558 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 8892994 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11596] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11596/stat : 11596 (java) S 11581 11583 11558 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8893116 1576042496 63709 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1679.18
Current children cumulated vsize (KiB) 1539104

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/119 11654
/proc/meminfo: memFree=1141824/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1539104 CPUtime=1739.8
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 72426 0 1 0 173890 90 0 0 15 0 13 0 8892984 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 384776 64138 1450 10 0 382078 0
[pid=11583/tid=11585] ppid=11581 vsize=1539104 CPUtime=1705.87
/proc/11583/task/11585/stat : 11585 (java) R 11581 11583 11558 0 -1 4202560 37253 0 1 0 170545 42 0 0 25 0 13 0 8892986 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4110119617 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11583/tid=11586] ppid=11581 vsize=1539104 CPUtime=14.75
/proc/11583/task/11586/stat : 11586 (java) S 11581 11583 11558 0 -1 4202560 11475 0 0 0 1461 14 0 0 15 0 13 0 8892987 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11587] ppid=11581 vsize=1539104 CPUtime=14.74
/proc/11583/task/11587/stat : 11587 (java) S 11581 11583 11558 0 -1 4202560 12372 0 0 0 1455 19 0 0 16 0 13 0 8892987 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11588] ppid=11581 vsize=1539104 CPUtime=0.56
/proc/11583/task/11588/stat : 11588 (java) S 11581 11583 11558 0 -1 4202560 382 0 0 0 49 7 0 0 15 0 13 0 8892989 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11589] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11589/stat : 11589 (java) S 11581 11583 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892989 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11590] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11590/stat : 11590 (java) S 11581 11583 11558 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8892989 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11591] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11591/stat : 11591 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8892994 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11592] ppid=11581 vsize=1539104 CPUtime=0.96
/proc/11583/task/11592/stat : 11592 (java) S 11581 11583 11558 0 -1 4202560 3235 0 0 0 95 1 0 0 15 0 13 0 8892994 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11593] ppid=11581 vsize=1539104 CPUtime=2.84
/proc/11583/task/11593/stat : 11593 (java) S 11581 11583 11558 0 -1 4202560 6541 0 0 0 281 3 0 0 15 0 13 0 8892994 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11594] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11594/stat : 11594 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8892994 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11595] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11595/stat : 11595 (java) S 11581 11583 11558 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8892994 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11596] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11596/stat : 11596 (java) S 11581 11583 11558 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8893116 1576042496 64138 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1739.8
Current children cumulated vsize (KiB) 1539104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.9 s]
/proc/loadavg: 1.00 1.00 1.03 2/119 11656
/proc/meminfo: memFree=1139964/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1539104 CPUtime=1800.04
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 72854 0 1 0 179909 95 0 0 15 0 13 0 8892984 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 384776 64522 1450 10 0 382078 0
[pid=11583/tid=11585] ppid=11581 vsize=1539104 CPUtime=1764.79
/proc/11583/task/11585/stat : 11585 (java) R 11581 11583 11558 0 -1 4202560 37286 0 1 0 176435 44 0 0 25 0 13 0 8892986 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4110119928 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11583/tid=11586] ppid=11581 vsize=1539104 CPUtime=15.4
/proc/11583/task/11586/stat : 11586 (java) S 11581 11583 11558 0 -1 4202560 11664 0 0 0 1526 14 0 0 15 0 13 0 8892987 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11587] ppid=11581 vsize=1539104 CPUtime=15.39
/proc/11583/task/11587/stat : 11587 (java) S 11581 11583 11558 0 -1 4202560 12569 0 0 0 1519 20 0 0 16 0 13 0 8892987 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11588] ppid=11581 vsize=1539104 CPUtime=0.57
/proc/11583/task/11588/stat : 11588 (java) S 11581 11583 11558 0 -1 4202560 387 0 0 0 49 8 0 0 15 0 13 0 8892989 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11589] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11589/stat : 11589 (java) S 11581 11583 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892989 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11590] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11590/stat : 11590 (java) S 11581 11583 11558 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8892989 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11591] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11591/stat : 11591 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8892994 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11592] ppid=11581 vsize=1539104 CPUtime=0.96
/proc/11583/task/11592/stat : 11592 (java) S 11581 11583 11558 0 -1 4202560 3235 0 0 0 95 1 0 0 15 0 13 0 8892994 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11593] ppid=11581 vsize=1539104 CPUtime=2.84
/proc/11583/task/11593/stat : 11593 (java) S 11581 11583 11558 0 -1 4202560 6541 0 0 0 281 3 0 0 15 0 13 0 8892994 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11594] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11594/stat : 11594 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8892994 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11595] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11595/stat : 11595 (java) S 11581 11583 11558 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 8892994 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11596] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11596/stat : 11596 (java) S 11581 11583 11558 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8893116 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1539104

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

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

[startup+1781.9 s]
/proc/loadavg: 1.00 1.00 1.03 2/119 11656
/proc/meminfo: memFree=1139964/2059040 swapFree=4192956/4192956
[pid=11583] ppid=11581 vsize=1539104 CPUtime=1800.04
/proc/11583/stat : 11583 (java) S 11581 11583 11558 0 -1 4202496 72854 0 1 0 179909 95 0 0 15 0 13 0 8892984 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11583/statm: 384776 64522 1450 10 0 382078 0
[pid=11583/tid=11585] ppid=11581 vsize=1539104 CPUtime=1764.79
/proc/11583/task/11585/stat : 11585 (java) R 11581 11583 11558 0 -1 4202560 37286 0 1 0 176435 44 0 0 25 0 13 0 8892986 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4110119928 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11583/tid=11586] ppid=11581 vsize=1539104 CPUtime=15.4
/proc/11583/task/11586/stat : 11586 (java) S 11581 11583 11558 0 -1 4202560 11664 0 0 0 1526 14 0 0 15 0 13 0 8892987 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
[pid=11583/tid=11587] ppid=11581 vsize=1539104 CPUtime=15.39
/proc/11583/task/11587/stat : 11587 (java) S 11581 11583 11558 0 -1 4202560 12569 0 0 0 1519 20 0 0 16 0 13 0 8892987 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11588] ppid=11581 vsize=1539104 CPUtime=0.57
/proc/11583/task/11588/stat : 11588 (java) S 11581 11583 11558 0 -1 4202560 387 0 0 0 49 8 0 0 15 0 13 0 8892989 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 0 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11589] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11589/stat : 11589 (java) S 11581 11583 11558 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8892989 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11590] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11590/stat : 11590 (java) S 11581 11583 11558 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8892989 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11591] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11591/stat : 11591 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8892994 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11592] ppid=11581 vsize=1539104 CPUtime=0.96
/proc/11583/task/11592/stat : 11592 (java) S 11581 11583 11558 0 -1 4202560 3235 0 0 0 95 1 0 0 15 0 13 0 8892994 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11593] ppid=11581 vsize=1539104 CPUtime=2.84
/proc/11583/task/11593/stat : 11593 (java) S 11581 11583 11558 0 -1 4202560 6541 0 0 0 281 3 0 0 15 0 13 0 8892994 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11594] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11594/stat : 11594 (java) S 11581 11583 11558 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8892994 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11595] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11595/stat : 11595 (java) S 11581 11583 11558 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 8892994 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 0 0 0 0
[pid=11583/tid=11596] ppid=11581 vsize=1539104 CPUtime=0
/proc/11583/task/11596/stat : 11596 (java) S 11581 11583 11558 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8893116 1576042496 64522 1992294400 134512640 134550932 4288349184 18446744073709551615 4294960144 0 4 0 16800975 18446604437831817216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1539104

Child status: 143
Real time (s): 1781.99
CPU time (s): 1800.14
CPU user time (s): 1799.16
CPU system time (s): 0.977851
CPU usage (%): 101.019
Max. virtual memory (cumulated for all children) (KiB): 1544704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 0.977851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72875
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= 44771
involuntary context switches= 50817

runsolver used 3.49747 second user time and 9.70252 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-12 10:55:16
IDJOB=2661052
IDBENCH=1454
IDSOLVER=1165
FILE ID=node014/2661052-1276332916
PBS_JOBID= 11173173
Free space on /tmp= 62464 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661052-1276332916/watcher-2661052-1276332916 -o /tmp/evaluation-result-2661052-1276332916/solver-2661052-1276332916 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661052-1276332916.opb

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

MD5SUM BENCH= 02e31ca1ab9f95407d6e9ec422f4634a
RANDOM SEED=1962349205

node014.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
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.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1395780 kB
Buffers:        114412 kB
Cached:         405204 kB
SwapCached:          0 kB
Active:         184780 kB
Inactive:       394396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1395780 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1368 kB
Writeback:           0 kB
AnonPages:       59616 kB
Mapped:          15292 kB
Slab:            62272 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182660 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62464 MiB
End job on node014 at 2010-06-12 11:25:00