Trace number 2660239

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.28 1793.47

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.29.opb
MD5SUMb0a7c1cc13cb603591c6d50e3dba1a47
Bench CategoryOPT-SMALLINT (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14500
Total number of constraints461872
Number of constraints which are clauses461872
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint29
Number of terms in the objective function 14500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14500
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14500
Number of bits of the biggest sum of numbers14
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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2660239-1276417642.opb
0.24/0.21	c reading problem ... 
6.73/5.54	c ... done. Wall clock time 5.332s.
6.73/5.54	c #vars     14500
6.73/5.54	c #constraints  461872
6.73/5.54	c constraints type 
6.73/5.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 461622
6.73/5.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
14.77/12.29	c cleaning 0 clauses out of 5001 with flag 0/5001
24.39/21.72	c cleaning 0 clauses out of 11000 with flag 0/11000
40.85/38.17	c cleaning 0 clauses out of 18000 with flag 0/18000
62.95/60.03	c cleaning 0 clauses out of 26001 with flag 0/26001
90.14/87.19	c cleaning 0 clauses out of 35003 with flag 0/35003
116.14/113.03	c cleaning 0 clauses out of 45000 with flag 0/45000
161.57/158.39	c cleaning 0 clauses out of 56002 with flag 0/56002
213.81/210.41	c cleaning 0 clauses out of 68000 with flag 0/68000
281.65/278.13	c cleaning 0 clauses out of 81003 with flag 0/81003
356.74/353.10	c cleaning 0 clauses out of 95000 with flag 0/95000
475.41/471.51	c cleaning 0 clauses out of 110000 with flag 0/110000
603.37/599.26	c cleaning 0 clauses out of 126001 with flag 0/126001
724.69/720.39	c cleaning 0 clauses out of 143001 with flag 0/143001
860.89/856.27	c cleaning 0 clauses out of 161001 with flag 0/161001
1020.14/1015.10	c cleaning 0 clauses out of 180000 with flag 0/180000
1236.98/1231.69	c cleaning 0 clauses out of 200002 with flag 0/200002
1468.70/1462.91	c cleaning 0 clauses out of 221002 with flag 0/221002
1626.69/1620.47	c cleaning 0 clauses out of 243000 with flag 0/243000
1800.02/1793.31	c starts		: 128
1800.02/1793.31	c conflicts		: 262456
1800.02/1793.31	c decisions		: 330327
1800.02/1793.31	c propagations		: 133536601
1800.02/1793.31	c inspects		: 1834263417
1800.02/1793.31	c learnt literals	: 0
1800.02/1793.31	c learnt binary clauses	: 0
1800.02/1793.31	c learnt ternary clauses	: 0
1800.02/1793.31	c learnt clauses	: 262456
1800.02/1793.31	c ignored clauses	: 0
1800.02/1793.31	c root simplifications	: 0
1800.02/1793.31	c removed literals (reason simplification)	: 0
1800.02/1793.31	c reason swapping (by a shorter reason)	: 0
1800.02/1793.31	c Calls to reduceDB	: 18
1800.02/1793.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1793.32	c number of learned constraints concerned by reduction	: 0
1800.02/1793.32	c number of learning phase by resolution	: 0
1800.02/1793.32	c number of learning phase by cutting planes	: 0
1800.02/1793.32	c speed (assignments/second)	: 74694.42468055211
1800.02/1793.32	c non guided choices	4
1800.02/1793.39	c learnt constraints type 
1800.02/1793.39	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 262457
1800.02/1793.39	c constraints type 
1800.02/1793.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 461622
1800.02/1793.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
1800.02/1793.39	s UNKNOWN
1800.02/1793.39	c Total wall clock time (in seconds): 1793.185

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-2660239-1276417642/watcher-2660239-1276417642 -o /tmp/evaluation-result-2660239-1276417642/solver-2660239-1276417642 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660239-1276417642.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.00 1.00 1.14 3/106 22052
/proc/meminfo: memFree=1837760/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1832 CPUtime=0
/proc/22052/stat : 22052 (java6) S 22050 22052 21408 0 -1 4194304 241 0 0 0 0 0 0 0 19 0 1 0 17368237 1875968 144 1992294400 134512640 134550932 4288595936 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/22052/statm: 458 144 107 10 0 63 0

[startup+0.0528091 s]
/proc/loadavg: 1.00 1.00 1.14 3/106 22052
/proc/meminfo: memFree=1837760/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1521016 CPUtime=0.03
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 3492 0 1 0 1 2 0 0 18 0 5 0 17368237 1557520384 2935 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 380254 2935 989 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101814 s]
/proc/loadavg: 1.00 1.00 1.14 3/106 22052
/proc/meminfo: memFree=1837760/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1524184 CPUtime=0.08
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 3951 0 1 0 6 2 0 0 18 0 12 0 17368237 1560764416 3390 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 381046 3390 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30192 s]
/proc/loadavg: 1.00 1.00 1.14 3/106 22052
/proc/meminfo: memFree=1837760/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1526512 CPUtime=0.36
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 5440 0 1 0 33 3 0 0 18 0 12 0 17368237 1563148288 4877 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 381628 4877 1362 10 0 378930 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526512

[startup+0.701905 s]
/proc/loadavg: 1.00 1.00 1.14 3/106 22052
/proc/meminfo: memFree=1837760/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1530280 CPUtime=1.14
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 8645 0 1 0 110 4 0 0 18 0 12 0 17368237 1567006720 7823 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 382570 7823 1397 10 0 379872 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1530280

[startup+1.50088 s]
/proc/loadavg: 1.00 1.00 1.14 4/118 22064
/proc/meminfo: memFree=1797612/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1530280 CPUtime=2.35
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 25486 0 1 0 223 12 0 0 18 0 12 0 17368237 1567006720 24662 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 382570 24664 1408 10 0 379872 0
[pid=22052/tid=22054] ppid=22050 vsize=1530280 CPUtime=1.47
/proc/22052/task/22054/stat : 22054 (java) R 22050 22052 21408 0 -1 4202560 22548 0 1 0 136 11 0 0 19 0 12 0 17368239 1567006720 24665 1992294400 134512640 134550932 4293431664 18446744073709551615 4109261390 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22052/tid=22055] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22055/stat : 22055 (java) S 22050 22052 21408 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 17368240 1567006720 24666 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22056] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22056/stat : 22056 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 17368240 1567006720 24668 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22057] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22057/stat : 22057 (java) S 22050 22052 21408 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 17368242 1567006720 24669 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22058] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22058/stat : 22058 (java) S 22050 22052 21408 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 17368242 1567006720 24671 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22059] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22059/stat : 22059 (java) S 22050 22052 21408 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 17368242 1567006720 24672 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22060] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22060/stat : 22060 (java) S 22050 22052 21408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 17368247 1567006720 24673 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22061] ppid=22050 vsize=1530280 CPUtime=0.47
/proc/22052/task/22061/stat : 22061 (java) S 22050 22052 21408 0 -1 4202560 642 0 0 0 47 0 0 0 25 0 12 0 17368247 1567006720 24675 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22062] ppid=22050 vsize=1530280 CPUtime=0.39
/proc/22052/task/22062/stat : 22062 (java) S 22050 22052 21408 0 -1 4202560 1234 0 0 0 39 0 0 0 25 0 12 0 17368247 1567006720 24676 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22063] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22063/stat : 22063 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 17368247 1567006720 24678 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22064] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22064/stat : 22064 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 17368247 1567006720 24679 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 1530280

[startup+3.10082 s]
/proc/loadavg: 1.00 1.00 1.14 2/118 22064
/proc/meminfo: memFree=1699156/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1530280 CPUtime=4.05
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 39589 0 1 0 386 19 0 0 18 0 12 0 17368237 1567006720 38721 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 382570 38721 1418 10 0 379872 0
[pid=22052/tid=22054] ppid=22050 vsize=1530280 CPUtime=2.96
/proc/22052/task/22054/stat : 22054 (java) R 22050 22052 21408 0 -1 4202560 32023 0 1 0 281 15 0 0 21 0 12 0 17368239 1567006720 38721 1992294400 134512640 134550932 4293431664 18446744073709551615 4109199313 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22052/tid=22055] ppid=22050 vsize=1530280 CPUtime=0.09
/proc/22052/task/22055/stat : 22055 (java) S 22050 22052 21408 0 -1 4202560 2307 0 0 0 9 0 0 0 18 0 12 0 17368240 1567006720 38721 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22056] ppid=22050 vsize=1530280 CPUtime=0.09
/proc/22052/task/22056/stat : 22056 (java) S 22050 22052 21408 0 -1 4202560 2309 0 0 0 8 1 0 0 18 0 12 0 17368240 1567006720 38721 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22057] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22057/stat : 22057 (java) S 22050 22052 21408 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 12 0 17368242 1567006720 38721 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22058] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22058/stat : 22058 (java) S 22050 22052 21408 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 17368242 1567006720 38721 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22059] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22059/stat : 22059 (java) S 22050 22052 21408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 17368242 1567006720 38721 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22060] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22060/stat : 22060 (java) S 22050 22052 21408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 17368247 1567006720 38721 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22061] ppid=22050 vsize=1530280 CPUtime=0.47
/proc/22052/task/22061/stat : 22061 (java) S 22050 22052 21408 0 -1 4202560 642 0 0 0 47 0 0 0 25 0 12 0 17368247 1567006720 38721 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22062] ppid=22050 vsize=1530280 CPUtime=0.39
/proc/22052/task/22062/stat : 22062 (java) S 22050 22052 21408 0 -1 4202560 1234 0 0 0 39 0 0 0 25 0 12 0 17368247 1567006720 38721 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22063] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22063/stat : 22063 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 17368247 1567006720 38721 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22064] ppid=22050 vsize=1530280 CPUtime=0
/proc/22052/task/22064/stat : 22064 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 17368247 1567006720 38721 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 1530280

[startup+6.30171 s]
/proc/loadavg: 1.00 1.00 1.14 5/118 22064
/proc/meminfo: memFree=1668776/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1531384 CPUtime=8.15
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 47678 0 1 0 792 23 0 0 18 0 13 0 17368237 1568137216 46242 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 382846 46242 1440 10 0 380148 0
[pid=22052/tid=22054] ppid=22050 vsize=1531384 CPUtime=5.67
/proc/22052/task/22054/stat : 22054 (java) R 22050 22052 21408 0 -1 4202560 32078 0 1 0 551 16 0 0 25 0 13 0 17368239 1568137216 46242 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22052/tid=22055] ppid=22050 vsize=1531384 CPUtime=0.38
/proc/22052/task/22055/stat : 22055 (java) S 22050 22052 21408 0 -1 4202560 5855 0 0 0 36 2 0 0 16 0 13 0 17368240 1568137216 46242 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22056] ppid=22050 vsize=1531384 CPUtime=0.36
/proc/22052/task/22056/stat : 22056 (java) S 22050 22052 21408 0 -1 4202560 5853 0 0 0 34 2 0 0 16 0 13 0 17368240 1568137216 46242 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22057] ppid=22050 vsize=1531384 CPUtime=0
/proc/22052/task/22057/stat : 22057 (java) S 22050 22052 21408 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 17368242 1568137216 46242 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22058] ppid=22050 vsize=1531384 CPUtime=0
/proc/22052/task/22058/stat : 22058 (java) S 22050 22052 21408 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17368242 1568137216 46242 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22059] ppid=22050 vsize=1531384 CPUtime=0
/proc/22052/task/22059/stat : 22059 (java) S 22050 22052 21408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17368242 1568137216 46242 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22060] ppid=22050 vsize=1531384 CPUtime=0
/proc/22052/task/22060/stat : 22060 (java) S 22050 22052 21408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17368247 1568137216 46242 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22061] ppid=22050 vsize=1531384 CPUtime=0.7
/proc/22052/task/22061/stat : 22061 (java) R 22050 22052 21408 0 -1 4202560 774 0 0 0 70 0 0 0 16 0 13 0 17368247 1568137216 46242 1992294400 134512640 134550932 4293431664 18446744073709551615 105870678 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22052/tid=22062] ppid=22050 vsize=1531384 CPUtime=0.99
/proc/22052/task/22062/stat : 22062 (java) S 22050 22052 21408 0 -1 4202560 2030 0 0 0 99 0 0 0 15 0 13 0 17368247 1568137216 46242 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22063] ppid=22050 vsize=1531384 CPUtime=0
/proc/22052/task/22063/stat : 22063 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17368247 1568137216 46242 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22064] ppid=22050 vsize=1531384 CPUtime=0
/proc/22052/task/22064/stat : 22064 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 17368247 1568137216 46242 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 1531384

[startup+12.7018 s]
/proc/loadavg: 1.07 1.02 1.14 3/119 22065
/proc/meminfo: memFree=1633180/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1531384 CPUtime=15.3
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 54564 0 1 0 1504 26 0 0 18 0 13 0 17368237 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 382846 52453 1447 10 0 380148 0
[pid=22052/tid=22054] ppid=22050 vsize=1531384 CPUtime=11.3
/proc/22052/task/22054/stat : 22054 (java) R 22050 22052 21408 0 -1 4202560 32093 0 1 0 1114 16 0 0 25 0 13 0 17368239 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4109715149 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22052/tid=22055] ppid=22050 vsize=1531384 CPUtime=0.69
/proc/22052/task/22055/stat : 22055 (java) S 22050 22052 21408 0 -1 4202560 8824 0 0 0 66 3 0 0 15 0 13 0 17368240 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22056] ppid=22050 vsize=1531384 CPUtime=0.66
/proc/22052/task/22056/stat : 22056 (java) S 22050 22052 21408 0 -1 4202560 9510 0 0 0 62 4 0 0 16 0 13 0 17368240 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22057] ppid=22050 vsize=1531384 CPUtime=0.2
/proc/22052/task/22057/stat : 22057 (java) S 22050 22052 21408 0 -1 4202560 74 0 0 0 20 0 0 0 16 0 13 0 17368242 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22058] ppid=22050 vsize=1531384 CPUtime=0
/proc/22052/task/22058/stat : 22058 (java) S 22050 22052 21408 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17368242 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22059] ppid=22050 vsize=1531384 CPUtime=0
/proc/22052/task/22059/stat : 22059 (java) S 22050 22052 21408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17368242 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22060] ppid=22050 vsize=1531384 CPUtime=0
/proc/22052/task/22060/stat : 22060 (java) S 22050 22052 21408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17368247 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22061] ppid=22050 vsize=1531384 CPUtime=1.03
/proc/22052/task/22061/stat : 22061 (java) S 22050 22052 21408 0 -1 4202560 804 0 0 0 103 0 0 0 15 0 13 0 17368247 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22062] ppid=22050 vsize=1531384 CPUtime=1.34
/proc/22052/task/22062/stat : 22062 (java) S 22050 22052 21408 0 -1 4202560 2191 0 0 0 134 0 0 0 15 0 13 0 17368247 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22063] ppid=22050 vsize=1531384 CPUtime=0
/proc/22052/task/22063/stat : 22063 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17368247 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22064] ppid=22050 vsize=1531384 CPUtime=0
/proc/22052/task/22064/stat : 22064 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 17368247 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22065] ppid=22050 vsize=1531384 CPUtime=0
/proc/22052/task/22065/stat : 22065 (java) S 22050 22052 21408 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 13 0 17368829 1568137216 52453 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.3
Current children cumulated vsize (KiB) 1531384

[startup+25.501 s]
/proc/loadavg: 1.06 1.02 1.14 2/119 22067
/proc/meminfo: memFree=1626360/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1530324 CPUtime=28.2
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 56781 0 1 0 2793 27 0 0 18 0 13 0 17368237 1567051776 54199 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 382581 54199 1447 10 0 379883 0
[pid=22052/tid=22054] ppid=22050 vsize=1530324 CPUtime=23.74
/proc/22052/task/22054/stat : 22054 (java) R 22050 22052 21408 0 -1 4202560 32109 0 1 0 2358 16 0 0 25 0 13 0 17368239 1567051776 54199 1992294400 134512640 134550932 4293431664 18446744073709551615 4109559668 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22052/tid=22055] ppid=22050 vsize=1530324 CPUtime=0.78
/proc/22052/task/22055/stat : 22055 (java) S 22050 22052 21408 0 -1 4202560 9959 0 0 0 75 3 0 0 16 0 13 0 17368240 1567051776 54199 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22056] ppid=22050 vsize=1530324 CPUtime=0.75
/proc/22052/task/22056/stat : 22056 (java) S 22050 22052 21408 0 -1 4202560 10485 0 0 0 71 4 0 0 16 0 13 0 17368240 1567051776 54199 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22057] ppid=22050 vsize=1530324 CPUtime=0.4
/proc/22052/task/22057/stat : 22057 (java) S 22050 22052 21408 0 -1 4202560 150 0 0 0 40 0 0 0 15 0 13 0 17368242 1567051776 54199 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22058] ppid=22050 vsize=1530324 CPUtime=0
/proc/22052/task/22058/stat : 22058 (java) S 22050 22052 21408 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17368242 1567051776 54199 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22059] ppid=22050 vsize=1530324 CPUtime=0
/proc/22052/task/22059/stat : 22059 (java) S 22050 22052 21408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17368242 1567051776 54199 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22060] ppid=22050 vsize=1530324 CPUtime=0

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

[pid=22052/tid=22058] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22058/stat : 22058 (java) S 22050 22052 21408 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17368242 1567379456 126953 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22059] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22059/stat : 22059 (java) S 22050 22052 21408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17368242 1567379456 126953 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22060] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22060/stat : 22060 (java) S 22050 22052 21408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17368247 1567379456 126953 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22061] ppid=22050 vsize=1530644 CPUtime=1.19
/proc/22052/task/22061/stat : 22061 (java) S 22050 22052 21408 0 -1 4202560 817 0 0 0 119 0 0 0 16 0 13 0 17368247 1567379456 126953 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22062] ppid=22050 vsize=1530644 CPUtime=1.47
/proc/22052/task/22062/stat : 22062 (java) S 22050 22052 21408 0 -1 4202560 2221 0 0 0 147 0 0 0 15 0 13 0 17368247 1567379456 126953 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22063] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22063/stat : 22063 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17368247 1567379456 126953 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22064] ppid=22050 vsize=1530644 CPUtime=0.01
/proc/22052/task/22064/stat : 22064 (java) S 22050 22052 21408 0 -1 4202560 93 0 0 0 0 1 0 0 15 0 13 0 17368247 1567379456 126953 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22065] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22065/stat : 22065 (java) S 22050 22052 21408 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 13 0 17368829 1567379456 126953 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1608.52
Current children cumulated vsize (KiB) 1530644

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/119 22109
/proc/meminfo: memFree=1316980/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1530644 CPUtime=1668.71
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 150289 0 1 0 166777 94 0 0 18 0 13 0 17368237 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 382661 130821 1447 10 0 379963 0
[pid=22052/tid=22054] ppid=22050 vsize=1530644 CPUtime=1649.47
/proc/22052/task/22054/stat : 22054 (java) R 22050 22052 21408 0 -1 4202560 32487 0 1 0 164915 32 0 0 25 0 13 0 17368239 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4109623199 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22052/tid=22055] ppid=22050 vsize=1530644 CPUtime=4.97
/proc/22052/task/22055/stat : 22055 (java) S 22050 22052 21408 0 -1 4202560 51994 0 0 0 471 26 0 0 15 0 13 0 17368240 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22056] ppid=22050 vsize=1530644 CPUtime=4.97
/proc/22052/task/22056/stat : 22056 (java) S 22050 22052 21408 0 -1 4202560 49859 0 0 0 472 25 0 0 15 0 13 0 17368240 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22057] ppid=22050 vsize=1530644 CPUtime=6.56
/proc/22052/task/22057/stat : 22057 (java) S 22050 22052 21408 0 -1 4202560 11747 0 0 0 650 6 0 0 15 0 13 0 17368242 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22058] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22058/stat : 22058 (java) S 22050 22052 21408 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17368242 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22059] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22059/stat : 22059 (java) S 22050 22052 21408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17368242 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22060] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22060/stat : 22060 (java) S 22050 22052 21408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17368247 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22061] ppid=22050 vsize=1530644 CPUtime=1.19
/proc/22052/task/22061/stat : 22061 (java) S 22050 22052 21408 0 -1 4202560 817 0 0 0 119 0 0 0 16 0 13 0 17368247 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22062] ppid=22050 vsize=1530644 CPUtime=1.47
/proc/22052/task/22062/stat : 22062 (java) S 22050 22052 21408 0 -1 4202560 2221 0 0 0 147 0 0 0 15 0 13 0 17368247 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22063] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22063/stat : 22063 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17368247 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22064] ppid=22050 vsize=1530644 CPUtime=0.01
/proc/22052/task/22064/stat : 22064 (java) S 22050 22052 21408 0 -1 4202560 97 0 0 0 0 1 0 0 15 0 13 0 17368247 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22065] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22065/stat : 22065 (java) S 22050 22052 21408 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 13 0 17368829 1567379456 130821 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1668.71
Current children cumulated vsize (KiB) 1530644

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.01 2/119 22111
/proc/meminfo: memFree=1302720/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1530644 CPUtime=1728.86
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 154216 0 1 0 172790 96 0 0 18 0 13 0 17368237 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 382661 134375 1447 10 0 379963 0
[pid=22052/tid=22054] ppid=22050 vsize=1530644 CPUtime=1709.27
/proc/22052/task/22054/stat : 22054 (java) R 22050 22052 21408 0 -1 4202560 32501 0 1 0 170895 32 0 0 25 0 13 0 17368239 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4109561320 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22052/tid=22055] ppid=22050 vsize=1530644 CPUtime=5.14
/proc/22052/task/22055/stat : 22055 (java) S 22050 22052 21408 0 -1 4202560 53862 0 0 0 487 27 0 0 16 0 13 0 17368240 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22056] ppid=22050 vsize=1530644 CPUtime=5.15
/proc/22052/task/22056/stat : 22056 (java) S 22050 22052 21408 0 -1 4202560 51896 0 0 0 489 26 0 0 15 0 13 0 17368240 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22057] ppid=22050 vsize=1530644 CPUtime=6.57
/proc/22052/task/22057/stat : 22057 (java) S 22050 22052 21408 0 -1 4202560 11751 0 0 0 650 7 0 0 15 0 13 0 17368242 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22058] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22058/stat : 22058 (java) S 22050 22052 21408 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17368242 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22059] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22059/stat : 22059 (java) S 22050 22052 21408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17368242 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22060] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22060/stat : 22060 (java) S 22050 22052 21408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17368247 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22061] ppid=22050 vsize=1530644 CPUtime=1.19
/proc/22052/task/22061/stat : 22061 (java) S 22050 22052 21408 0 -1 4202560 817 0 0 0 119 0 0 0 16 0 13 0 17368247 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22062] ppid=22050 vsize=1530644 CPUtime=1.47
/proc/22052/task/22062/stat : 22062 (java) S 22050 22052 21408 0 -1 4202560 2221 0 0 0 147 0 0 0 15 0 13 0 17368247 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22063] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22063/stat : 22063 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17368247 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22064] ppid=22050 vsize=1530644 CPUtime=0.01
/proc/22052/task/22064/stat : 22064 (java) S 22050 22052 21408 0 -1 4202560 101 0 0 0 0 1 0 0 15 0 13 0 17368247 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22065] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22065/stat : 22065 (java) S 22050 22052 21408 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 13 0 17368829 1567379456 134375 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1728.86
Current children cumulated vsize (KiB) 1530644

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 22113
/proc/meminfo: memFree=1292180/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1530644 CPUtime=1789
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 156911 0 1 0 178802 98 0 0 18 0 13 0 17368237 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 382661 136929 1447 10 0 379963 0
[pid=22052/tid=22054] ppid=22050 vsize=1530644 CPUtime=1769.11
/proc/22052/task/22054/stat : 22054 (java) R 22050 22052 21408 0 -1 4202560 32510 0 1 0 176878 33 0 0 25 0 13 0 17368239 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4109715247 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22052/tid=22055] ppid=22050 vsize=1530644 CPUtime=5.29
/proc/22052/task/22055/stat : 22055 (java) S 22050 22052 21408 0 -1 4202560 55157 0 0 0 502 27 0 0 15 0 13 0 17368240 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22056] ppid=22050 vsize=1530644 CPUtime=5.29
/proc/22052/task/22056/stat : 22056 (java) S 22050 22052 21408 0 -1 4202560 53281 0 0 0 503 26 0 0 16 0 13 0 17368240 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22057] ppid=22050 vsize=1530644 CPUtime=6.58
/proc/22052/task/22057/stat : 22057 (java) S 22050 22052 21408 0 -1 4202560 11753 0 0 0 651 7 0 0 15 0 13 0 17368242 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22058] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22058/stat : 22058 (java) S 22050 22052 21408 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17368242 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22059] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22059/stat : 22059 (java) S 22050 22052 21408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17368242 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22060] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22060/stat : 22060 (java) S 22050 22052 21408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17368247 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22061] ppid=22050 vsize=1530644 CPUtime=1.19
/proc/22052/task/22061/stat : 22061 (java) S 22050 22052 21408 0 -1 4202560 817 0 0 0 119 0 0 0 16 0 13 0 17368247 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22062] ppid=22050 vsize=1530644 CPUtime=1.47
/proc/22052/task/22062/stat : 22062 (java) S 22050 22052 21408 0 -1 4202560 2221 0 0 0 147 0 0 0 15 0 13 0 17368247 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22063] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22063/stat : 22063 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17368247 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22064] ppid=22050 vsize=1530644 CPUtime=0.01
/proc/22052/task/22064/stat : 22064 (java) S 22050 22052 21408 0 -1 4202560 105 0 0 0 0 1 0 0 15 0 13 0 17368247 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22065] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22065/stat : 22065 (java) S 22050 22052 21408 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 13 0 17368829 1567379456 136929 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789
Current children cumulated vsize (KiB) 1530644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 22113
/proc/meminfo: memFree=1291436/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=1530644 CPUtime=1800.02
/proc/22052/stat : 22052 (java) S 22050 22052 21408 0 -1 4202496 157134 0 1 0 179904 98 0 0 18 0 13 0 17368237 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 382661 137149 1447 10 0 379963 0
[pid=22052/tid=22054] ppid=22050 vsize=1530644 CPUtime=1780.09
/proc/22052/task/22054/stat : 22054 (java) R 22050 22052 21408 0 -1 4202560 32511 0 1 0 177976 33 0 0 25 0 13 0 17368239 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4109715247 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22052/tid=22055] ppid=22050 vsize=1530644 CPUtime=5.32
/proc/22052/task/22055/stat : 22055 (java) S 22050 22052 21408 0 -1 4202560 55271 0 0 0 504 28 0 0 16 0 13 0 17368240 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22056] ppid=22050 vsize=1530644 CPUtime=5.32
/proc/22052/task/22056/stat : 22056 (java) S 22050 22052 21408 0 -1 4202560 53387 0 0 0 506 26 0 0 16 0 13 0 17368240 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22057] ppid=22050 vsize=1530644 CPUtime=6.58
/proc/22052/task/22057/stat : 22057 (java) S 22050 22052 21408 0 -1 4202560 11755 0 0 0 651 7 0 0 15 0 13 0 17368242 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 0 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22058] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22058/stat : 22058 (java) S 22050 22052 21408 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 17368242 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22059] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22059/stat : 22059 (java) S 22050 22052 21408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 17368242 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22060] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22060/stat : 22060 (java) S 22050 22052 21408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17368247 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22061] ppid=22050 vsize=1530644 CPUtime=1.19
/proc/22052/task/22061/stat : 22061 (java) S 22050 22052 21408 0 -1 4202560 817 0 0 0 119 0 0 0 16 0 13 0 17368247 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22062] ppid=22050 vsize=1530644 CPUtime=1.47
/proc/22052/task/22062/stat : 22062 (java) S 22050 22052 21408 0 -1 4202560 2221 0 0 0 147 0 0 0 15 0 13 0 17368247 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22063] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22063/stat : 22063 (java) S 22050 22052 21408 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17368247 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
[pid=22052/tid=22064] ppid=22050 vsize=1530644 CPUtime=0.01
/proc/22052/task/22064/stat : 22064 (java) S 22050 22052 21408 0 -1 4202560 105 0 0 0 0 1 0 0 15 0 13 0 17368247 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 1 0 0 0
[pid=22052/tid=22065] ppid=22050 vsize=1530644 CPUtime=0
/proc/22052/task/22065/stat : 22065 (java) S 22050 22052 21408 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 13 0 17368829 1567379456 137149 1992294400 134512640 134550932 4293431664 18446744073709551615 4294960144 0 4 0 16800975 18446604437833412800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1530644

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

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

[startup+1793.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 22113
/proc/meminfo: memFree=1291436/2059040 swapFree=4140200/4192956
[pid=22052] ppid=22050 vsize=0 CPUtime=1800.22
/proc/22052/stat : 22052 (java) Z 22050 22052 21408 0 -1 4203548 157280 0 1 0 179923 99 0 0 17 0 2 0 17368237 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22052/statm: 0 0 0 0 0 0 0
[pid=22052/tid=22065] ppid=22050 vsize=0 CPUtime=0
/proc/22052/task/22065/stat : 22065 (java) R 22050 22052 21408 0 -1 4203588 6 0 0 0 0 0 0 0 18 0 2 0 17368829 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.47
CPU time (s): 1800.28
CPU user time (s): 1799.23
CPU system time (s): 1.04184
CPU usage (%): 100.38
Max. virtual memory (cumulated for all children) (KiB): 1533212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 1.04184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157280
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= 41126
involuntary context switches= 30431

runsolver used 3.63045 second user time and 9.58654 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-13 10:27:23
IDJOB=2660239
IDBENCH=2058
IDSOLVER=1165
FILE ID=node003/2660239-1276417642
PBS_JOBID= 11173284
Free space on /tmp= 62544 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.29.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660239-1276417642/watcher-2660239-1276417642 -o /tmp/evaluation-result-2660239-1276417642/solver-2660239-1276417642 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660239-1276417642.opb

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

MD5SUM BENCH= b0a7c1cc13cb603591c6d50e3dba1a47
RANDOM SEED=191645277

node003.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.251
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.50
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.251
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1838032 kB
Buffers:         10456 kB
Cached:         132072 kB
SwapCached:       5704 kB
Active:          90516 kB
Inactive:        64332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1838032 kB
SwapTotal:     4192956 kB
SwapFree:      4140200 kB
Dirty:           12004 kB
Writeback:           0 kB
AnonPages:       10804 kB
Mapped:          12960 kB
Slab:            44196 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182072 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= 62544 MiB
End job on node003 at 2010-06-13 10:57:18