Trace number 2660324

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-timtab1.opb
MD5SUMc68fa68a808b234260c8cfaf77f6d655
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3763
Total number of constraints453
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints453
Minimum length of a constraint2
Maximum length of a constraint138
Number of terms in the objective function 1925
Biggest coefficient in the objective function 3604480000000000
Number of bits for the biggest coefficient in the objective function 52
Sum of the numbers in the objective function 349617145499934465
Number of bits of the sum of numbers in the objective function 59
Biggest number in a constraint 1200000000000000000000
Number of bits of the biggest number in a constraint 71
Biggest sum of numbers in a constraint 4359960937500000284217
Number of bits of the biggest sum of numbers72
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.22	c Pseudo Boolean Optimization
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c solving HOME/instance-2660324-1276571223.opb
0.24/0.22	c reading problem ... 
2.08/1.21	c ... done. Wall clock time 0.993s.
2.08/1.21	c #vars     3763
2.08/1.21	c #constraints  624
2.08/1.21	c constraints type 
2.08/1.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 38
2.08/1.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 586
49.79/46.47	c cleaning 0 clauses out of 5002 with flag 0/5002
289.36/283.60	c cleaning 0 clauses out of 11000 with flag 0/11000
927.14/908.97	c cleaning 0 clauses out of 18002 with flag 0/18002
1800.10/1752.11	c starts		: 54
1800.10/1752.11	c conflicts		: 25759
1800.10/1752.12	c decisions		: 39063
1800.10/1752.12	c propagations		: 232275
1800.10/1752.12	c inspects		: 507983980
1800.10/1752.12	c learnt literals	: 0
1800.10/1752.12	c learnt binary clauses	: 0
1800.10/1752.12	c learnt ternary clauses	: 0
1800.10/1752.12	c learnt clauses	: 25759
1800.10/1752.12	c ignored clauses	: 0
1800.10/1752.12	c root simplifications	: 0
1800.10/1752.12	c removed literals (reason simplification)	: 0
1800.10/1752.12	c reason swapping (by a shorter reason)	: 0
1800.10/1752.12	c Calls to reduceDB	: 3
1800.10/1752.12	c number of reductions to clauses (during analyze)	: 0
1800.10/1752.12	c number of learned constraints concerned by reduction	: 0
1800.10/1752.12	c number of learning phase by resolution	: 0
1800.10/1752.12	c number of learning phase by cutting planes	: 0
1800.10/1752.12	c speed (assignments/second)	: 132.65996727406684
1800.10/1752.12	c non guided choices	0
1800.10/1752.15	c learnt constraints type 
1800.10/1752.15	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1559
1800.10/1752.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24200
1800.10/1752.15	c constraints type 
1800.10/1752.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 38
1800.10/1752.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 586
1800.10/1752.15	s UNKNOWN
1800.10/1752.15	c Total wall clock time (in seconds): 1751.933

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-2660324-1276571223/watcher-2660324-1276571223 -o /tmp/evaluation-result-2660324-1276571223/solver-2660324-1276571223 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660324-1276571223.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.91 0.98 0.99 3/106 2653
/proc/meminfo: memFree=1722268/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=248 CPUtime=0
/proc/2653/stat : 2653 (java6) R 2651 2653 32419 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 32725751 253952 28 1992294400 134512640 134550932 4289460880 18446744073709551615 2474462 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2653/statm: 62 28 21 10 0 23 0

[startup+0.0194029 s]
/proc/loadavg: 0.91 0.98 0.99 3/106 2653
/proc/meminfo: memFree=1722268/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=13480 CPUtime=0
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 1110 0 0 0 0 0 0 0 15 0 2 0 32725751 13803520 581 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 3370 581 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.101851 s]
/proc/loadavg: 0.91 0.98 0.99 3/106 2653
/proc/meminfo: memFree=1722268/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=1524184 CPUtime=0.08
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 3950 0 1 0 6 2 0 0 15 0 12 0 32725751 1560764416 3390 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 381046 3390 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.345055 s]
/proc/loadavg: 0.91 0.98 0.99 3/106 2653
/proc/meminfo: memFree=1722268/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=1526828 CPUtime=0.45
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 5524 0 1 0 42 3 0 0 15 0 12 0 32725751 1563471872 4962 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 381707 4962 1370 10 0 379009 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 1526828

[startup+0.700967 s]
/proc/loadavg: 0.91 0.98 0.99 3/106 2653
/proc/meminfo: memFree=1722268/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=1534940 CPUtime=1.08
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 9129 0 1 0 104 4 0 0 15 0 12 0 32725751 1571778560 7933 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 383735 7933 1405 10 0 381037 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1534940

[startup+1.50212 s]
/proc/loadavg: 0.91 0.98 0.99 5/118 2665
/proc/meminfo: memFree=1686460/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=1544120 CPUtime=2.62
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 16385 0 1 0 254 8 0 0 15 0 13 0 32725751 1581178880 12936 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 386030 12936 1429 10 0 383332 0
[pid=2653/tid=2655] ppid=2651 vsize=1544120 CPUtime=0.78
/proc/2653/task/2655/stat : 2655 (java) R 2651 2653 32419 0 -1 4202560 7431 0 1 0 75 3 0 0 25 0 13 0 32725752 1581178880 12936 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2653/tid=2656] ppid=2651 vsize=1544120 CPUtime=0
/proc/2653/task/2656/stat : 2656 (java) S 2651 2653 32419 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 32725754 1581178880 12936 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2657] ppid=2651 vsize=1544120 CPUtime=0
/proc/2653/task/2657/stat : 2657 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32725754 1581178880 12936 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2658] ppid=2651 vsize=1544120 CPUtime=0
/proc/2653/task/2658/stat : 2658 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32725756 1581178880 12936 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2659] ppid=2651 vsize=1544120 CPUtime=0
/proc/2653/task/2659/stat : 2659 (java) S 2651 2653 32419 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 32725756 1581178880 12936 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2660] ppid=2651 vsize=1544120 CPUtime=0
/proc/2653/task/2660/stat : 2660 (java) S 2651 2653 32419 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32725756 1581178880 12936 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2661] ppid=2651 vsize=1544120 CPUtime=0
/proc/2653/task/2661/stat : 2661 (java) S 2651 2653 32419 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 32725760 1581178880 12936 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2662] ppid=2651 vsize=1544120 CPUtime=0.86
/proc/2653/task/2662/stat : 2662 (java) R 2651 2653 32419 0 -1 4202560 3371 0 0 0 85 1 0 0 16 0 13 0 32725760 1581178880 12936 1992294400 134512640 134550932 4293051424 18446744073709551615 2975708 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2653/tid=2663] ppid=2651 vsize=1544120 CPUtime=0.95
/proc/2653/task/2663/stat : 2663 (java) R 2651 2653 32419 0 -1 4202560 4517 0 0 0 93 2 0 0 16 0 13 0 32725760 1581178880 12936 1992294400 134512640 134550932 4293051424 18446744073709551615 105714730 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2653/tid=2664] ppid=2651 vsize=1544120 CPUtime=0
/proc/2653/task/2664/stat : 2664 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32725760 1581178880 12936 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2665] ppid=2651 vsize=1544120 CPUtime=0
/proc/2653/task/2665/stat : 2665 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32725760 1581178880 12936 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1544120

[startup+3.10034 s]
/proc/loadavg: 0.91 0.98 0.99 4/119 2666
/proc/meminfo: memFree=1653656/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=1547216 CPUtime=5.33
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 44558 0 1 0 513 20 0 0 15 0 13 0 32725751 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 386804 39244 1444 10 0 384106 0
[pid=2653/tid=2655] ppid=2651 vsize=1547216 CPUtime=1.83
/proc/2653/task/2655/stat : 2655 (java) R 2651 2653 32419 0 -1 4202560 32085 0 1 0 169 14 0 0 25 0 13 0 32725752 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4110155172 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2653/tid=2656] ppid=2651 vsize=1547216 CPUtime=0.01
/proc/2653/task/2656/stat : 2656 (java) S 2651 2653 32419 0 -1 4202560 429 0 0 0 1 0 0 0 16 0 13 0 32725754 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2657] ppid=2651 vsize=1547216 CPUtime=0.01
/proc/2653/task/2657/stat : 2657 (java) S 2651 2653 32419 0 -1 4202560 427 0 0 0 1 0 0 0 18 0 13 0 32725754 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2658] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2658/stat : 2658 (java) S 2651 2653 32419 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 32725756 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2659] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2659/stat : 2659 (java) S 2651 2653 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32725756 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2660] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2660/stat : 2660 (java) S 2651 2653 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32725756 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2661] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2661/stat : 2661 (java) S 2651 2653 32419 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 32725760 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2662] ppid=2651 vsize=1547216 CPUtime=1.64
/proc/2653/task/2662/stat : 2662 (java) S 2651 2653 32419 0 -1 4202560 5122 0 0 0 162 2 0 0 15 0 13 0 32725760 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2663] ppid=2651 vsize=1547216 CPUtime=1.8
/proc/2653/task/2663/stat : 2663 (java) S 2651 2653 32419 0 -1 4202560 5424 0 0 0 178 2 0 0 15 0 13 0 32725760 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2664] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2664/stat : 2664 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32725760 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2665] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2665/stat : 2665 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32725760 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2666] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2666/stat : 2666 (java) S 2651 2653 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32725889 1584349184 39244 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 1547216

[startup+6.3013 s]
/proc/loadavg: 0.92 0.98 0.99 2/119 2666
/proc/meminfo: memFree=1561152/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=1547216 CPUtime=8.75
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 48632 0 1 0 854 21 0 0 15 0 13 0 32725751 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 386804 43274 1444 10 0 384106 0
[pid=2653/tid=2655] ppid=2651 vsize=1547216 CPUtime=4.89
/proc/2653/task/2655/stat : 2655 (java) R 2651 2653 32419 0 -1 4202560 32097 0 1 0 475 14 0 0 25 0 13 0 32725752 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4110031296 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2653/tid=2656] ppid=2651 vsize=1547216 CPUtime=0.1
/proc/2653/task/2656/stat : 2656 (java) S 2651 2653 32419 0 -1 4202560 2468 0 0 0 10 0 0 0 16 0 13 0 32725754 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2657] ppid=2651 vsize=1547216 CPUtime=0.08
/proc/2653/task/2657/stat : 2657 (java) S 2651 2653 32419 0 -1 4202560 2418 0 0 0 8 0 0 0 16 0 13 0 32725754 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2658] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2658/stat : 2658 (java) S 2651 2653 32419 0 -1 4202560 26 0 0 0 0 0 0 0 16 0 13 0 32725756 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2659] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2659/stat : 2659 (java) S 2651 2653 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32725756 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2660] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2660/stat : 2660 (java) S 2651 2653 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32725756 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2661] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2661/stat : 2661 (java) S 2651 2653 32419 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 32725760 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2662] ppid=2651 vsize=1547216 CPUtime=1.71
/proc/2653/task/2662/stat : 2662 (java) S 2651 2653 32419 0 -1 4202560 5126 0 0 0 169 2 0 0 15 0 13 0 32725760 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2663] ppid=2651 vsize=1547216 CPUtime=1.91
/proc/2653/task/2663/stat : 2663 (java) S 2651 2653 32419 0 -1 4202560 5434 0 0 0 189 2 0 0 15 0 13 0 32725760 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2664] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2664/stat : 2664 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32725760 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2665] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2665/stat : 2665 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32725760 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2666] ppid=2651 vsize=1547216 CPUtime=0
/proc/2653/task/2666/stat : 2666 (java) S 2651 2653 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32725889 1584349184 43274 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.75
Current children cumulated vsize (KiB) 1547216

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 2666
/proc/meminfo: memFree=1531764/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=1544624 CPUtime=15.53
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 56029 0 1 0 1528 25 0 0 15 0 13 0 32725751 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 386156 49096 1444 10 0 383458 0
[pid=2653/tid=2655] ppid=2651 vsize=1544624 CPUtime=11.19
/proc/2653/task/2655/stat : 2655 (java) R 2651 2653 32419 0 -1 4202560 35257 0 1 0 1104 15 0 0 25 0 13 0 32725752 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4109967680 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2653/tid=2656] ppid=2651 vsize=1544624 CPUtime=0.19
/proc/2653/task/2656/stat : 2656 (java) S 2651 2653 32419 0 -1 4202560 4636 0 0 0 18 1 0 0 15 0 13 0 32725754 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2657] ppid=2651 vsize=1544624 CPUtime=0.17
/proc/2653/task/2657/stat : 2657 (java) S 2651 2653 32419 0 -1 4202560 4059 0 0 0 16 1 0 0 16 0 13 0 32725754 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2658] ppid=2651 vsize=1544624 CPUtime=0
/proc/2653/task/2658/stat : 2658 (java) S 2651 2653 32419 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 13 0 32725756 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2659] ppid=2651 vsize=1544624 CPUtime=0
/proc/2653/task/2659/stat : 2659 (java) S 2651 2653 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32725756 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2660] ppid=2651 vsize=1544624 CPUtime=0
/proc/2653/task/2660/stat : 2660 (java) S 2651 2653 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32725756 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2661] ppid=2651 vsize=1544624 CPUtime=0
/proc/2653/task/2661/stat : 2661 (java) S 2651 2653 32419 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 32725760 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2662] ppid=2651 vsize=1544624 CPUtime=1.73
/proc/2653/task/2662/stat : 2662 (java) S 2651 2653 32419 0 -1 4202560 5126 0 0 0 171 2 0 0 15 0 13 0 32725760 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2663] ppid=2651 vsize=1544624 CPUtime=2.17
/proc/2653/task/2663/stat : 2663 (java) S 2651 2653 32419 0 -1 4202560 5862 0 0 0 215 2 0 0 16 0 13 0 32725760 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2664] ppid=2651 vsize=1544624 CPUtime=0
/proc/2653/task/2664/stat : 2664 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32725760 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2665] ppid=2651 vsize=1544624 CPUtime=0
/proc/2653/task/2665/stat : 2665 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32725760 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2666] ppid=2651 vsize=1544624 CPUtime=0
/proc/2653/task/2666/stat : 2666 (java) S 2651 2653 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32725889 1581694976 49096 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.53
Current children cumulated vsize (KiB) 1544624

[startup+25.5011 s]
/proc/loadavg: 0.94 0.98 0.99 2/119 2666
/proc/meminfo: memFree=1529160/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=1541552 CPUtime=28.75
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 57204 0 1 0 2849 26 0 0 15 0 13 0 32725751 1578549248 49335 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 385388 49335 1444 10 0 382690 0
[pid=2653/tid=2655] ppid=2651 vsize=1541552 CPUtime=23.87
/proc/2653/task/2655/stat : 2655 (java) R 2651 2653 32419 0 -1 4202560 35272 0 1 0 2372 15 0 0 25 0 13 0 32725752 1578549248 49335 1992294400 134512640 134550932 4293051424 18446744073709551615 4109991302 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2653/tid=2656] ppid=2651 vsize=1541552 CPUtime=0.25
/proc/2653/task/2656/stat : 2656 (java) S 2651 2653 32419 0 -1 4202560 5199 0 0 0 24 1 0 0 16 0 13 0 32725754 1578549248 49335 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2657] ppid=2651 vsize=1541552 CPUtime=0.24
/proc/2653/task/2657/stat : 2657 (java) S 2651 2653 32419 0 -1 4202560 4588 0 0 0 22 2 0 0 16 0 13 0 32725754 1578549248 49335 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2658] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2658/stat : 2658 (java) S 2651 2653 32419 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 13 0 32725756 1578549248 49335 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2659] ppid=2651 vsize=1541552 CPUtime=0

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

[pid=2653/tid=2659] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2659/stat : 2659 (java) S 2651 2653 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32725756 1578549248 82844 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2660] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2660/stat : 2660 (java) S 2651 2653 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32725756 1578549248 82844 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2661] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2661/stat : 2661 (java) S 2651 2653 32419 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 32725760 1578549248 82844 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2662] ppid=2651 vsize=1541552 CPUtime=2.21
/proc/2653/task/2662/stat : 2662 (java) S 2651 2653 32419 0 -1 4202560 5198 0 0 0 219 2 0 0 15 0 13 0 32725760 1578549248 82844 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2663] ppid=2651 vsize=1541552 CPUtime=2.41
/proc/2653/task/2663/stat : 2663 (java) S 2651 2653 32419 0 -1 4202560 5862 0 0 0 239 2 0 0 15 0 13 0 32725760 1578549248 82844 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2664] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2664/stat : 2664 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32725760 1578549248 82844 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2665] ppid=2651 vsize=1541552 CPUtime=0.01
/proc/2653/task/2665/stat : 2665 (java) S 2651 2653 32419 0 -1 4202560 95 0 0 0 0 1 0 0 15 0 13 0 32725760 1578549248 82844 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2666] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2666/stat : 2666 (java) S 2651 2653 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32725889 1578549248 82844 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1581.95
Current children cumulated vsize (KiB) 1541552

[startup+1602.3 s]
/proc/loadavg: 1.07 1.05 1.01 2/119 2713
/proc/meminfo: memFree=1389288/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=1541552 CPUtime=1644.16
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 95063 0 1 0 164270 146 0 0 15 0 13 0 32725751 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 385388 83925 1450 10 0 382690 0
[pid=2653/tid=2655] ppid=2651 vsize=1541552 CPUtime=1559.69
/proc/2653/task/2655/stat : 2655 (java) R 2651 2653 32419 0 -1 4202560 37700 0 1 0 155905 64 0 0 25 0 13 0 32725752 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4109687832 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2653/tid=2656] ppid=2651 vsize=1541552 CPUtime=39.41
/proc/2653/task/2656/stat : 2656 (java) S 2651 2653 32419 0 -1 4202560 23037 0 0 0 3913 28 0 0 15 0 13 0 32725754 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2657] ppid=2651 vsize=1541552 CPUtime=39.37
/proc/2653/task/2657/stat : 2657 (java) S 2651 2653 32419 0 -1 4202560 21334 0 0 0 3907 30 0 0 16 0 13 0 32725754 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2658] ppid=2651 vsize=1541552 CPUtime=0.97
/proc/2653/task/2658/stat : 2658 (java) S 2651 2653 32419 0 -1 4202560 771 0 0 0 83 14 0 0 15 0 13 0 32725756 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2659] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2659/stat : 2659 (java) S 2651 2653 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32725756 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2660] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2660/stat : 2660 (java) S 2651 2653 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32725756 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2661] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2661/stat : 2661 (java) S 2651 2653 32419 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 32725760 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2662] ppid=2651 vsize=1541552 CPUtime=2.21
/proc/2653/task/2662/stat : 2662 (java) S 2651 2653 32419 0 -1 4202560 5198 0 0 0 219 2 0 0 15 0 13 0 32725760 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2663] ppid=2651 vsize=1541552 CPUtime=2.41
/proc/2653/task/2663/stat : 2663 (java) S 2651 2653 32419 0 -1 4202560 5862 0 0 0 239 2 0 0 15 0 13 0 32725760 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2664] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2664/stat : 2664 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32725760 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2665] ppid=2651 vsize=1541552 CPUtime=0.01
/proc/2653/task/2665/stat : 2665 (java) S 2651 2653 32419 0 -1 4202560 99 0 0 0 0 1 0 0 15 0 13 0 32725760 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2666] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2666/stat : 2666 (java) S 2651 2653 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32725889 1578549248 83925 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1644.16
Current children cumulated vsize (KiB) 1541552

[startup+1662.3 s]
/proc/loadavg: 1.09 1.06 1.01 2/119 2713
/proc/meminfo: memFree=1380980/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=1541552 CPUtime=1706.58
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 97189 0 1 0 170504 154 0 0 15 0 13 0 32725751 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 385388 85942 1450 10 0 382690 0
[pid=2653/tid=2655] ppid=2651 vsize=1541552 CPUtime=1617.18
/proc/2653/task/2655/stat : 2655 (java) R 2651 2653 32419 0 -1 4202560 37786 0 1 0 161651 67 0 0 25 0 13 0 32725752 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4109814350 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2653/tid=2656] ppid=2651 vsize=1541552 CPUtime=41.86
/proc/2653/task/2656/stat : 2656 (java) S 2651 2653 32419 0 -1 4202560 24164 0 0 0 4156 30 0 0 15 0 13 0 32725754 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2657] ppid=2651 vsize=1541552 CPUtime=41.82
/proc/2653/task/2657/stat : 2657 (java) S 2651 2653 32419 0 -1 4202560 22239 0 0 0 4150 32 0 0 16 0 13 0 32725754 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2658] ppid=2651 vsize=1541552 CPUtime=0.99
/proc/2653/task/2658/stat : 2658 (java) S 2651 2653 32419 0 -1 4202560 775 0 0 0 85 14 0 0 15 0 13 0 32725756 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2659] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2659/stat : 2659 (java) S 2651 2653 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32725756 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2660] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2660/stat : 2660 (java) S 2651 2653 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32725756 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2661] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2661/stat : 2661 (java) S 2651 2653 32419 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 32725760 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2662] ppid=2651 vsize=1541552 CPUtime=2.21
/proc/2653/task/2662/stat : 2662 (java) S 2651 2653 32419 0 -1 4202560 5198 0 0 0 219 2 0 0 15 0 13 0 32725760 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2663] ppid=2651 vsize=1541552 CPUtime=2.41
/proc/2653/task/2663/stat : 2663 (java) S 2651 2653 32419 0 -1 4202560 5862 0 0 0 239 2 0 0 15 0 13 0 32725760 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2664] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2664/stat : 2664 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32725760 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2665] ppid=2651 vsize=1541552 CPUtime=0.02
/proc/2653/task/2665/stat : 2665 (java) S 2651 2653 32419 0 -1 4202560 103 0 0 0 1 1 0 0 15 0 13 0 32725760 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2666] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2666/stat : 2666 (java) S 2651 2653 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32725889 1578549248 85942 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1706.58
Current children cumulated vsize (KiB) 1541552

[startup+1722.3 s]
/proc/loadavg: 1.09 1.06 1.01 2/119 2715
/proc/meminfo: memFree=1373044/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=1541552 CPUtime=1769
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 99290 0 1 0 176738 162 0 0 15 0 13 0 32725751 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 385388 87947 1450 10 0 382690 0
[pid=2653/tid=2655] ppid=2651 vsize=1541552 CPUtime=1674.67
/proc/2653/task/2655/stat : 2655 (java) R 2651 2653 32419 0 -1 4202560 37869 0 1 0 167398 69 0 0 25 0 13 0 32725752 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4109814460 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2653/tid=2656] ppid=2651 vsize=1541552 CPUtime=44.32
/proc/2653/task/2656/stat : 2656 (java) S 2651 2653 32419 0 -1 4202560 25218 0 0 0 4399 33 0 0 16 0 13 0 32725754 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2657] ppid=2651 vsize=1541552 CPUtime=44.29
/proc/2653/task/2657/stat : 2657 (java) S 2651 2653 32419 0 -1 4202560 23199 0 0 0 4394 35 0 0 15 0 13 0 32725754 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2658] ppid=2651 vsize=1541552 CPUtime=1.01
/proc/2653/task/2658/stat : 2658 (java) S 2651 2653 32419 0 -1 4202560 778 0 0 0 86 15 0 0 15 0 13 0 32725756 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2659] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2659/stat : 2659 (java) S 2651 2653 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32725756 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2660] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2660/stat : 2660 (java) S 2651 2653 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32725756 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2661] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2661/stat : 2661 (java) S 2651 2653 32419 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 32725760 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2662] ppid=2651 vsize=1541552 CPUtime=2.21
/proc/2653/task/2662/stat : 2662 (java) S 2651 2653 32419 0 -1 4202560 5198 0 0 0 219 2 0 0 15 0 13 0 32725760 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2663] ppid=2651 vsize=1541552 CPUtime=2.41
/proc/2653/task/2663/stat : 2663 (java) S 2651 2653 32419 0 -1 4202560 5862 0 0 0 239 2 0 0 15 0 13 0 32725760 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2664] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2664/stat : 2664 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32725760 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2665] ppid=2651 vsize=1541552 CPUtime=0.02
/proc/2653/task/2665/stat : 2665 (java) R 2651 2653 32419 0 -1 4202560 104 0 0 0 1 1 0 0 15 0 13 0 32725760 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2653/tid=2666] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2666/stat : 2666 (java) S 2651 2653 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32725889 1578549248 87947 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1769
Current children cumulated vsize (KiB) 1541552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1752.1 s]
/proc/loadavg: 1.11 1.07 1.01 2/119 2717
/proc/meminfo: memFree=1366100/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=1541552 CPUtime=1800.1
/proc/2653/stat : 2653 (java) S 2651 2653 32419 0 -1 4202496 101032 0 1 0 179843 167 0 0 15 0 13 0 32725751 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 385388 89624 1450 10 0 382690 0
[pid=2653/tid=2655] ppid=2651 vsize=1541552 CPUtime=1703.16
/proc/2653/task/2655/stat : 2655 (java) R 2651 2653 32419 0 -1 4202560 37912 0 1 0 170245 71 0 0 25 0 13 0 32725752 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4110460671 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2653/tid=2656] ppid=2651 vsize=1541552 CPUtime=45.61
/proc/2653/task/2656/stat : 2656 (java) S 2651 2653 32419 0 -1 4202560 26167 0 0 0 4526 35 0 0 16 0 13 0 32725754 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2657] ppid=2651 vsize=1541552 CPUtime=45.59
/proc/2653/task/2657/stat : 2657 (java) S 2651 2653 32419 0 -1 4202560 23945 0 0 0 4523 36 0 0 15 0 13 0 32725754 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2658] ppid=2651 vsize=1541552 CPUtime=1.02
/proc/2653/task/2658/stat : 2658 (java) S 2651 2653 32419 0 -1 4202560 780 0 0 0 87 15 0 0 15 0 13 0 32725756 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 0 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2659] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2659/stat : 2659 (java) S 2651 2653 32419 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32725756 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2660] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2660/stat : 2660 (java) S 2651 2653 32419 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32725756 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2661] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2661/stat : 2661 (java) S 2651 2653 32419 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 32725760 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2662] ppid=2651 vsize=1541552 CPUtime=2.21
/proc/2653/task/2662/stat : 2662 (java) S 2651 2653 32419 0 -1 4202560 5198 0 0 0 219 2 0 0 15 0 13 0 32725760 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2663] ppid=2651 vsize=1541552 CPUtime=2.41
/proc/2653/task/2663/stat : 2663 (java) S 2651 2653 32419 0 -1 4202560 5862 0 0 0 239 2 0 0 15 0 13 0 32725760 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2664] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2664/stat : 2664 (java) S 2651 2653 32419 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32725760 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
[pid=2653/tid=2665] ppid=2651 vsize=1541552 CPUtime=0.02
/proc/2653/task/2665/stat : 2665 (java) S 2651 2653 32419 0 -1 4202560 106 0 0 0 1 1 0 0 15 0 13 0 32725760 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 1 0 0 0
[pid=2653/tid=2666] ppid=2651 vsize=1541552 CPUtime=0
/proc/2653/task/2666/stat : 2666 (java) S 2651 2653 32419 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32725889 1578549248 89624 1992294400 134512640 134550932 4293051424 18446744073709551615 4294960144 0 4 0 16800975 18446604437831494336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1541552

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

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

[startup+1752.22 s]
/proc/loadavg: 1.11 1.07 1.01 2/109 2720
/proc/meminfo: memFree=1603692/2059040 swapFree=4140428/4192956
[pid=2653] ppid=2651 vsize=0 CPUtime=1800.26
/proc/2653/stat : 2653 (java) Z 2651 2653 32419 0 -1 4203548 101057 0 1 0 179856 170 0 0 15 0 2 0 32725751 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2653/statm: 0 0 0 0 0 0 0
[pid=2653/tid=2655] ppid=2651 vsize=0 CPUtime=1703.25
/proc/2653/task/2655/stat : 2655 (java) R 2651 2653 32419 0 -1 4203588 37912 0 1 0 170251 74 0 0 25 0 2 0 32725752 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.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1752.23
CPU time (s): 1800.27
CPU user time (s): 1798.56
CPU system time (s): 1.70874
CPU usage (%): 102.742
Max. virtual memory (cumulated for all children) (KiB): 1547816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.56
system time used= 1.70874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101057
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= 58440
involuntary context switches= 63398

runsolver used 4.09538 second user time and 9.2206 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-15 05:07:03
IDJOB=2660324
IDBENCH=2526
IDSOLVER=1165
FILE ID=node007/2660324-1276571223
PBS_JOBID= 11173514
Free space on /tmp= 62488 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-timtab1.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660324-1276571223/watcher-2660324-1276571223 -o /tmp/evaluation-result-2660324-1276571223/solver-2660324-1276571223 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660324-1276571223.opb

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

MD5SUM BENCH= c68fa68a808b234260c8cfaf77f6d655
RANDOM SEED=604910963

node007.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.264
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.52
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.264
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1722664 kB
Buffers:         43284 kB
Cached:         199216 kB
SwapCached:       6368 kB
Active:          92364 kB
Inactive:       163404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1722664 kB
SwapTotal:     4192956 kB
SwapFree:      4140428 kB
Dirty:             540 kB
Writeback:          16 kB
AnonPages:       11568 kB
Mapped:          13096 kB
Slab:            58720 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182092 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= 62488 MiB
End job on node007 at 2010-06-15 05:36:17