Trace number 2660322

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.29 1778.98

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-modglob.opb
MD5SUM70ac8fda673b8cd0297ec54288f810c6
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 variables9818
Total number of constraints291
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 constraints291
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 9818
Biggest coefficient in the objective function 22009559908352000000
Number of bits for the biggest coefficient in the objective function 65
Sum of the numbers in the objective function 1485172925553747181346
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 22009559908352000000
Number of bits of the biggest number in a constraint 65
Biggest sum of numbers in a constraint 1485172925553747181346
Number of bits of the biggest sum of numbers71
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b753f8
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2660322-1276570805.opb
0.25/0.21	c reading problem ... 
1.73/1.01	c ... done. Wall clock time 0.802s.
1.73/1.01	c #vars     9818
1.73/1.01	c #constraints  2831
1.73/1.01	c constraints type 
1.73/1.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
669.41/663.39	c cleaning 0 clauses out of 5001 with flag 0/5001
1484.36/1468.35	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.06/1778.84	c starts		: 15
1800.06/1778.84	c conflicts		: 12609
1800.06/1778.84	c decisions		: 170970
1800.06/1778.84	c propagations		: 429768
1800.06/1778.84	c inspects		: 315074966
1800.06/1778.84	c learnt literals	: 0
1800.06/1778.84	c learnt binary clauses	: 0
1800.06/1778.84	c learnt ternary clauses	: 0
1800.06/1778.84	c learnt clauses	: 12608
1800.06/1778.84	c ignored clauses	: 0
1800.06/1778.84	c root simplifications	: 0
1800.06/1778.84	c removed literals (reason simplification)	: 0
1800.06/1778.84	c reason swapping (by a shorter reason)	: 0
1800.06/1778.84	c Calls to reduceDB	: 2
1800.06/1778.84	c number of reductions to clauses (during analyze)	: 0
1800.06/1778.84	c number of learned constraints concerned by reduction	: 0
1800.06/1778.84	c number of learning phase by resolution	: 0
1800.06/1778.84	c number of learning phase by cutting planes	: 0
1800.06/1778.84	c speed (assignments/second)	: 241.73726299068923
1800.06/1778.84	c non guided choices	0
1800.06/1778.87	c learnt constraints type 
1800.06/1778.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 177
1800.06/1778.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12432
1800.06/1778.87	c constraints type 
1800.06/1778.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1800.06/1778.87	s UNKNOWN
1800.06/1778.87	c Total wall clock time (in seconds): 1778.663

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-2660322-1276570805/watcher-2660322-1276570805 -o /tmp/evaluation-result-2660322-1276570805/solver-2660322-1276570805 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660322-1276570805.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 408
/proc/meminfo: memFree=1708520/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=248 CPUtime=0
/proc/408/stat : 408 (java6) S 406 408 32109 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 32682276 253952 28 1992294400 134512640 134550932 4287834512 18446744073709551615 11227732 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/408/statm: 62 28 21 10 0 23 0

[startup+0.0478219 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 408
/proc/meminfo: memFree=1708520/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1521016 CPUtime=0.03
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 3476 0 1 0 1 2 0 0 18 0 5 0 32682276 1557520384 2920 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 380254 2920 984 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.10183 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 408
/proc/meminfo: memFree=1708520/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1524184 CPUtime=0.08
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 3965 0 1 0 6 2 0 0 18 0 12 0 32682276 1560764416 3405 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 381046 3405 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301855 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 408
/proc/meminfo: memFree=1708520/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1527000 CPUtime=0.39
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 5526 0 1 0 36 3 0 0 18 0 12 0 32682276 1563648000 4964 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 381750 4964 1366 10 0 379052 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1527000

[startup+0.701901 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 408
/proc/meminfo: memFree=1708520/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1529232 CPUtime=1.13
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 8851 0 1 0 108 5 0 0 18 0 12 0 32682276 1565933568 8018 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 382308 8019 1406 10 0 379610 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1529232

[startup+1.50199 s]
/proc/loadavg: 1.04 1.01 1.00 4/118 421
/proc/meminfo: memFree=1660808/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1539212 CPUtime=2.72
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 17906 0 1 0 263 9 0 0 18 0 12 0 32682276 1576153088 14903 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 384803 14904 1415 10 0 382105 0
[pid=408/tid=410] ppid=406 vsize=1539212 CPUtime=1.47
/proc/408/task/410/stat : 410 (java) R 406 408 32109 0 -1 4202560 10514 0 1 0 141 6 0 0 19 0 12 0 32682277 1576153088 14904 1992294400 134512640 134550932 4291457296 18446744073709551615 4109056884 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=408/tid=411] ppid=406 vsize=1539212 CPUtime=0
/proc/408/task/411/stat : 411 (java) S 406 408 32109 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 32682278 1576153088 14904 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=412] ppid=406 vsize=1539212 CPUtime=0
/proc/408/task/412/stat : 412 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 32682278 1576153088 14904 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=413] ppid=406 vsize=1539212 CPUtime=0
/proc/408/task/413/stat : 413 (java) S 406 408 32109 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32682280 1576153088 14904 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=414] ppid=406 vsize=1539212 CPUtime=0
/proc/408/task/414/stat : 414 (java) S 406 408 32109 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 32682281 1576153088 14904 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=416] ppid=406 vsize=1539212 CPUtime=0
/proc/408/task/416/stat : 416 (java) S 406 408 32109 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 32682281 1576153088 14904 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=417] ppid=406 vsize=1539212 CPUtime=0
/proc/408/task/417/stat : 417 (java) S 406 408 32109 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 32682285 1576153088 14904 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=418] ppid=406 vsize=1539212 CPUtime=1.1
/proc/408/task/418/stat : 418 (java) R 406 408 32109 0 -1 4202560 5621 0 0 0 108 2 0 0 18 0 12 0 32682285 1576153088 14904 1992294400 134512640 134550932 4291457296 18446744073709551615 104140921 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=408/tid=419] ppid=406 vsize=1539212 CPUtime=0.12
/proc/408/task/419/stat : 419 (java) R 406 408 32109 0 -1 4202560 711 0 0 0 12 0 0 0 25 0 12 0 32682285 1576153088 14905 1992294400 134512640 134550932 4291457296 18446744073709551615 103828442 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=408/tid=420] ppid=406 vsize=1539212 CPUtime=0
/proc/408/task/420/stat : 420 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32682285 1576153088 14905 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=421] ppid=406 vsize=1539212 CPUtime=0
/proc/408/task/421/stat : 421 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32682285 1576153088 14905 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1539212

[startup+3.10117 s]
/proc/loadavg: 1.04 1.01 1.00 4/119 422
/proc/meminfo: memFree=1644928/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1540780 CPUtime=5.74
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 34608 0 1 0 558 16 0 0 18 0 13 0 32682276 1577758720 31035 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 385195 31040 1434 10 0 382497 0
[pid=408/tid=410] ppid=406 vsize=1540780 CPUtime=3.07
/proc/408/task/410/stat : 410 (java) R 406 408 32109 0 -1 4202560 26263 0 1 0 295 12 0 0 25 0 13 0 32682277 1577758720 31043 1992294400 134512640 134550932 4291457296 18446744073709551615 4109418447 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=408/tid=411] ppid=406 vsize=1540780 CPUtime=0
/proc/408/task/411/stat : 411 (java) S 406 408 32109 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 32682278 1577758720 31045 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=412] ppid=406 vsize=1540780 CPUtime=0
/proc/408/task/412/stat : 412 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 32682278 1577758720 31048 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=413] ppid=406 vsize=1540780 CPUtime=0
/proc/408/task/413/stat : 413 (java) S 406 408 32109 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 32682280 1577758720 31051 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=414] ppid=406 vsize=1540780 CPUtime=0
/proc/408/task/414/stat : 414 (java) S 406 408 32109 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 32682281 1577758720 31054 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=416] ppid=406 vsize=1540780 CPUtime=0
/proc/408/task/416/stat : 416 (java) S 406 408 32109 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 32682281 1577758720 31057 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=417] ppid=406 vsize=1540780 CPUtime=0
/proc/408/task/417/stat : 417 (java) S 406 408 32109 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32682285 1577758720 31060 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=418] ppid=406 vsize=1540780 CPUtime=1.98
/proc/408/task/418/stat : 418 (java) R 406 408 32109 0 -1 4202560 6373 0 0 0 196 2 0 0 16 0 13 0 32682285 1577758720 31063 1992294400 134512640 134550932 4291457296 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=408/tid=419] ppid=406 vsize=1540780 CPUtime=0.66
/proc/408/task/419/stat : 419 (java) R 406 408 32109 0 -1 4202560 915 0 0 0 66 0 0 0 17 0 13 0 32682285 1577758720 31065 1992294400 134512640 134550932 4291457296 18446744073709551615 106115545 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=408/tid=420] ppid=406 vsize=1540780 CPUtime=0
/proc/408/task/420/stat : 420 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32682285 1577758720 31067 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=421] ppid=406 vsize=1540780 CPUtime=0
/proc/408/task/421/stat : 421 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 32682285 1577758720 31070 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=422] ppid=406 vsize=1540780 CPUtime=0
/proc/408/task/422/stat : 422 (java) S 406 408 32109 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32682469 1577758720 31073 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 1540780

[startup+6.3015 s]
/proc/loadavg: 1.04 1.01 1.00 2/119 422
/proc/meminfo: memFree=1546844/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1539168 CPUtime=9.57
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 47892 0 1 0 934 23 0 0 18 0 13 0 32682276 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 384792 43758 1443 10 0 382094 0
[pid=408/tid=410] ppid=406 vsize=1539168 CPUtime=5.93
/proc/408/task/410/stat : 410 (java) R 406 408 32109 0 -1 4202560 32096 0 1 0 577 16 0 0 25 0 13 0 32682277 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4109801005 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=408/tid=411] ppid=406 vsize=1539168 CPUtime=0.16
/proc/408/task/411/stat : 411 (java) S 406 408 32109 0 -1 4202560 3788 0 0 0 15 1 0 0 16 0 13 0 32682278 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=412] ppid=406 vsize=1539168 CPUtime=0.16
/proc/408/task/412/stat : 412 (java) S 406 408 32109 0 -1 4202560 3489 0 0 0 15 1 0 0 16 0 13 0 32682278 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=413] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/413/stat : 413 (java) S 406 408 32109 0 -1 4202560 27 0 0 0 0 0 0 0 16 0 13 0 32682280 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=414] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/414/stat : 414 (java) S 406 408 32109 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32682281 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=416] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/416/stat : 416 (java) S 406 408 32109 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32682281 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=417] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/417/stat : 417 (java) S 406 408 32109 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32682285 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=418] ppid=406 vsize=1539168 CPUtime=2.23
/proc/408/task/418/stat : 418 (java) S 406 408 32109 0 -1 4202560 6488 0 0 0 221 2 0 0 16 0 13 0 32682285 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=419] ppid=406 vsize=1539168 CPUtime=1.03
/proc/408/task/419/stat : 419 (java) S 406 408 32109 0 -1 4202560 939 0 0 0 103 0 0 0 15 0 13 0 32682285 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=420] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/420/stat : 420 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32682285 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=421] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/421/stat : 421 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 32682285 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=422] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/422/stat : 422 (java) S 406 408 32109 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32682469 1576108032 43758 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.57
Current children cumulated vsize (KiB) 1539168

[startup+12.7012 s]
/proc/loadavg: 1.03 1.01 1.00 2/119 422
/proc/meminfo: memFree=1517704/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1539168 CPUtime=16.21
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 53743 0 1 0 1595 26 0 0 18 0 13 0 32682276 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 384792 48834 1443 10 0 382094 0
[pid=408/tid=410] ppid=406 vsize=1539168 CPUtime=12.2
/proc/408/task/410/stat : 410 (java) R 406 408 32109 0 -1 4202560 32109 0 1 0 1204 16 0 0 25 0 13 0 32682277 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4109776937 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=408/tid=411] ppid=406 vsize=1539168 CPUtime=0.26
/proc/408/task/411/stat : 411 (java) S 406 408 32109 0 -1 4202560 6815 0 0 0 24 2 0 0 16 0 13 0 32682278 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=412] ppid=406 vsize=1539168 CPUtime=0.26
/proc/408/task/412/stat : 412 (java) S 406 408 32109 0 -1 4202560 6292 0 0 0 24 2 0 0 16 0 13 0 32682278 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=413] ppid=406 vsize=1539168 CPUtime=0.01
/proc/408/task/413/stat : 413 (java) S 406 408 32109 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 13 0 32682280 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=414] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/414/stat : 414 (java) S 406 408 32109 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32682281 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=416] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/416/stat : 416 (java) S 406 408 32109 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32682281 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=417] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/417/stat : 417 (java) S 406 408 32109 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32682285 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=418] ppid=406 vsize=1539168 CPUtime=2.24
/proc/408/task/418/stat : 418 (java) S 406 408 32109 0 -1 4202560 6488 0 0 0 222 2 0 0 15 0 13 0 32682285 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=419] ppid=406 vsize=1539168 CPUtime=1.17
/proc/408/task/419/stat : 419 (java) S 406 408 32109 0 -1 4202560 947 0 0 0 117 0 0 0 15 0 13 0 32682285 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=420] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/420/stat : 420 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32682285 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=421] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/421/stat : 421 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 32682285 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=422] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/422/stat : 422 (java) S 406 408 32109 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32682469 1576108032 48834 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.21
Current children cumulated vsize (KiB) 1539168

[startup+25.5016 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 422
/proc/meminfo: memFree=1501832/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1539168 CPUtime=29.06
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 58571 0 1 0 2878 28 0 0 18 0 13 0 32682276 1576108032 52809 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 384792 52809 1443 10 0 382094 0
[pid=408/tid=410] ppid=406 vsize=1539168 CPUtime=24.92
/proc/408/task/410/stat : 410 (java) R 406 408 32109 0 -1 4202560 33186 0 1 0 2475 17 0 0 25 0 13 0 32682277 1576108032 52809 1992294400 134512640 134550932 4291457296 18446744073709551615 4109800755 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=408/tid=411] ppid=406 vsize=1539168 CPUtime=0.33
/proc/408/task/411/stat : 411 (java) S 406 408 32109 0 -1 4202560 8638 0 0 0 30 3 0 0 16 0 13 0 32682278 1576108032 52809 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=412] ppid=406 vsize=1539168 CPUtime=0.33
/proc/408/task/412/stat : 412 (java) S 406 408 32109 0 -1 4202560 8220 0 0 0 30 3 0 0 16 0 13 0 32682278 1576108032 52809 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=413] ppid=406 vsize=1539168 CPUtime=0.01
/proc/408/task/413/stat : 413 (java) S 406 408 32109 0 -1 4202560 27 0 0 0 1 0 0 0 15 0 13 0 32682280 1576108032 52809 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=414] ppid=406 vsize=1539168 CPUtime=0

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

[pid=408] ppid=406 vsize=1539168 CPUtime=1620.55
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 161523 0 1 0 161947 108 0 0 18 0 13 0 32682276 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 384792 137176 1452 10 0 382094 0
[pid=408/tid=410] ppid=406 vsize=1539168 CPUtime=1584.07
/proc/408/task/410/stat : 410 (java) R 406 408 32109 0 -1 4202560 34441 0 1 0 158386 21 0 0 25 0 13 0 32682277 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4109418360 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=408/tid=411] ppid=406 vsize=1539168 CPUtime=15.34
/proc/408/task/411/stat : 411 (java) S 406 408 32109 0 -1 4202560 57093 0 0 0 1503 31 0 0 16 0 13 0 32682278 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=412] ppid=406 vsize=1539168 CPUtime=15.27
/proc/408/task/412/stat : 412 (java) S 406 408 32109 0 -1 4202560 61233 0 0 0 1485 42 0 0 16 0 13 0 32682278 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=413] ppid=406 vsize=1539168 CPUtime=1.84
/proc/408/task/413/stat : 413 (java) S 406 408 32109 0 -1 4202560 130 0 0 0 177 7 0 0 15 0 13 0 32682280 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=414] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/414/stat : 414 (java) S 406 408 32109 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32682281 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=416] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/416/stat : 416 (java) S 406 408 32109 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32682281 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=417] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/417/stat : 417 (java) S 406 408 32109 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32682285 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=418] ppid=406 vsize=1539168 CPUtime=2.63
/proc/408/task/418/stat : 418 (java) S 406 408 32109 0 -1 4202560 6511 0 0 0 261 2 0 0 15 0 13 0 32682285 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=419] ppid=406 vsize=1539168 CPUtime=1.32
/proc/408/task/419/stat : 419 (java) S 406 408 32109 0 -1 4202560 952 0 0 0 132 0 0 0 15 0 13 0 32682285 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=420] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/420/stat : 420 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32682285 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=421] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/421/stat : 421 (java) S 406 408 32109 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 32682285 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=422] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/422/stat : 422 (java) S 406 408 32109 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32682469 1576108032 137176 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1620.55
Current children cumulated vsize (KiB) 1539168

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 479
/proc/meminfo: memFree=1150416/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1539168 CPUtime=1681.53
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 164932 0 1 0 168043 110 0 0 18 0 13 0 32682276 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 384792 140088 1452 10 0 382094 0
[pid=408/tid=410] ppid=406 vsize=1539168 CPUtime=1643.01
/proc/408/task/410/stat : 410 (java) R 406 408 32109 0 -1 4202560 34488 0 1 0 164280 21 0 0 25 0 13 0 32682277 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4109761980 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=408/tid=411] ppid=406 vsize=1539168 CPUtime=16.36
/proc/408/task/411/stat : 411 (java) S 406 408 32109 0 -1 4202560 58375 0 0 0 1604 32 0 0 15 0 13 0 32682278 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=412] ppid=406 vsize=1539168 CPUtime=16.28
/proc/408/task/412/stat : 412 (java) S 406 408 32109 0 -1 4202560 63305 0 0 0 1584 44 0 0 16 0 13 0 32682278 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=413] ppid=406 vsize=1539168 CPUtime=1.85
/proc/408/task/413/stat : 413 (java) S 406 408 32109 0 -1 4202560 134 0 0 0 178 7 0 0 15 0 13 0 32682280 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=414] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/414/stat : 414 (java) S 406 408 32109 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32682281 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=416] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/416/stat : 416 (java) S 406 408 32109 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32682281 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=417] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/417/stat : 417 (java) S 406 408 32109 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32682285 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=418] ppid=406 vsize=1539168 CPUtime=2.63
/proc/408/task/418/stat : 418 (java) S 406 408 32109 0 -1 4202560 6511 0 0 0 261 2 0 0 15 0 13 0 32682285 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=419] ppid=406 vsize=1539168 CPUtime=1.32
/proc/408/task/419/stat : 419 (java) S 406 408 32109 0 -1 4202560 952 0 0 0 132 0 0 0 15 0 13 0 32682285 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=420] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/420/stat : 420 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32682285 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=421] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/421/stat : 421 (java) S 406 408 32109 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 32682285 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=422] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/422/stat : 422 (java) S 406 408 32109 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32682469 1576108032 140088 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1681.53
Current children cumulated vsize (KiB) 1539168

[startup+1722.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/119 481
/proc/meminfo: memFree=1139876/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1539168 CPUtime=1742.58
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 168046 0 1 0 174144 114 0 0 18 0 13 0 32682276 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 384792 142860 1452 10 0 382094 0
[pid=408/tid=410] ppid=406 vsize=1539168 CPUtime=1701.91
/proc/408/task/410/stat : 410 (java) R 406 408 32109 0 -1 4202560 34536 0 1 0 170170 21 0 0 25 0 13 0 32682277 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4109574997 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=408/tid=411] ppid=406 vsize=1539168 CPUtime=17.42
/proc/408/task/411/stat : 411 (java) S 406 408 32109 0 -1 4202560 59737 0 0 0 1710 32 0 0 15 0 13 0 32682278 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=412] ppid=406 vsize=1539168 CPUtime=17.34
/proc/408/task/412/stat : 412 (java) S 406 408 32109 0 -1 4202560 65005 0 0 0 1688 46 0 0 16 0 13 0 32682278 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=413] ppid=406 vsize=1539168 CPUtime=1.87
/proc/408/task/413/stat : 413 (java) S 406 408 32109 0 -1 4202560 136 0 0 0 179 8 0 0 15 0 13 0 32682280 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=414] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/414/stat : 414 (java) S 406 408 32109 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32682281 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=416] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/416/stat : 416 (java) S 406 408 32109 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32682281 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=417] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/417/stat : 417 (java) S 406 408 32109 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32682285 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=418] ppid=406 vsize=1539168 CPUtime=2.63
/proc/408/task/418/stat : 418 (java) S 406 408 32109 0 -1 4202560 6511 0 0 0 261 2 0 0 15 0 13 0 32682285 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=419] ppid=406 vsize=1539168 CPUtime=1.32
/proc/408/task/419/stat : 419 (java) S 406 408 32109 0 -1 4202560 952 0 0 0 132 0 0 0 15 0 13 0 32682285 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=420] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/420/stat : 420 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32682285 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=421] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/421/stat : 421 (java) S 406 408 32109 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 32682285 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=422] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/422/stat : 422 (java) S 406 408 32109 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32682469 1576108032 142860 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1742.58
Current children cumulated vsize (KiB) 1539168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.8 s]
/proc/loadavg: 1.14 1.04 1.01 2/119 483
/proc/meminfo: memFree=1127972/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1539168 CPUtime=1800.06
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 171225 0 1 0 179889 117 0 0 18 0 13 0 32682276 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 384792 145624 1452 10 0 382094 0
[pid=408/tid=410] ppid=406 vsize=1539168 CPUtime=1757.37
/proc/408/task/410/stat : 410 (java) R 406 408 32109 0 -1 4202560 34580 0 1 0 175716 21 0 0 25 0 13 0 32682277 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4109418437 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=408/tid=411] ppid=406 vsize=1539168 CPUtime=18.44
/proc/408/task/411/stat : 411 (java) S 406 408 32109 0 -1 4202560 61033 0 0 0 1811 33 0 0 15 0 13 0 32682278 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=412] ppid=406 vsize=1539168 CPUtime=18.34
/proc/408/task/412/stat : 412 (java) S 406 408 32109 0 -1 4202560 66836 0 0 0 1786 48 0 0 16 0 13 0 32682278 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=413] ppid=406 vsize=1539168 CPUtime=1.87
/proc/408/task/413/stat : 413 (java) S 406 408 32109 0 -1 4202560 140 0 0 0 179 8 0 0 15 0 13 0 32682280 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=414] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/414/stat : 414 (java) S 406 408 32109 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32682281 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=416] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/416/stat : 416 (java) S 406 408 32109 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32682281 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=417] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/417/stat : 417 (java) S 406 408 32109 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 32682285 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=418] ppid=406 vsize=1539168 CPUtime=2.63
/proc/408/task/418/stat : 418 (java) S 406 408 32109 0 -1 4202560 6511 0 0 0 261 2 0 0 15 0 13 0 32682285 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=419] ppid=406 vsize=1539168 CPUtime=1.32
/proc/408/task/419/stat : 419 (java) S 406 408 32109 0 -1 4202560 952 0 0 0 132 0 0 0 15 0 13 0 32682285 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=420] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/420/stat : 420 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32682285 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=421] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/421/stat : 421 (java) S 406 408 32109 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 32682285 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=422] ppid=406 vsize=1539168 CPUtime=0
/proc/408/task/422/stat : 422 (java) S 406 408 32109 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32682469 1576108032 145624 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1539168

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

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

[startup+1778.92 s]
/proc/loadavg: 1.14 1.04 1.01 2/119 483
/proc/meminfo: memFree=1127972/2059040 swapFree=4140228/4192956
[pid=408] ppid=406 vsize=1539816 CPUtime=1800.22
/proc/408/stat : 408 (java) S 406 408 32109 0 -1 4202496 171412 0 1 0 179905 117 0 0 18 0 14 0 32682276 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/408/statm: 384954 145751 1454 10 0 382256 0
[pid=408/tid=410] ppid=406 vsize=1539816 CPUtime=1757.45
/proc/408/task/410/stat : 410 (java) R 406 408 32109 0 -1 4202560 34580 0 1 0 175724 21 0 0 25 0 14 0 32682277 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4109418699 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=408/tid=411] ppid=406 vsize=1539816 CPUtime=18.47
/proc/408/task/411/stat : 411 (java) S 406 408 32109 0 -1 4202560 61111 0 0 0 1814 33 0 0 16 0 14 0 32682278 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=412] ppid=406 vsize=1539816 CPUtime=18.37
/proc/408/task/412/stat : 412 (java) S 406 408 32109 0 -1 4202560 66922 0 0 0 1789 48 0 0 15 0 14 0 32682278 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=413] ppid=406 vsize=1539816 CPUtime=1.87
/proc/408/task/413/stat : 413 (java) S 406 408 32109 0 -1 4202560 140 0 0 0 179 8 0 0 15 0 14 0 32682280 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 0 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=414] ppid=406 vsize=1539816 CPUtime=0
/proc/408/task/414/stat : 414 (java) S 406 408 32109 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 32682281 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=416] ppid=406 vsize=1539816 CPUtime=0
/proc/408/task/416/stat : 416 (java) S 406 408 32109 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 32682281 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=417] ppid=406 vsize=1539816 CPUtime=0
/proc/408/task/417/stat : 417 (java) S 406 408 32109 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 32682285 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=418] ppid=406 vsize=1539816 CPUtime=2.64
/proc/408/task/418/stat : 418 (java) S 406 408 32109 0 -1 4202560 6512 0 0 0 262 2 0 0 16 0 14 0 32682285 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=419] ppid=406 vsize=1539816 CPUtime=1.32
/proc/408/task/419/stat : 419 (java) S 406 408 32109 0 -1 4202560 952 0 0 0 132 0 0 0 15 0 14 0 32682285 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=420] ppid=406 vsize=1539816 CPUtime=0
/proc/408/task/420/stat : 420 (java) S 406 408 32109 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 32682285 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 0 0 0 0
[pid=408/tid=421] ppid=406 vsize=1539816 CPUtime=0
/proc/408/task/421/stat : 421 (java) S 406 408 32109 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 14 0 32682285 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
[pid=408/tid=422] ppid=406 vsize=1539816 CPUtime=0
/proc/408/task/422/stat : 422 (java) S 406 408 32109 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 32682469 1576771584 145751 1992294400 134512640 134550932 4291457296 18446744073709551615 4294960144 0 4 0 16800975 18446604437871874112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 1539816

Child status: 143
Real time (s): 1778.98
CPU time (s): 1800.29
CPU user time (s): 1799.06
CPU system time (s): 1.22981
CPU usage (%): 101.198
Max. virtual memory (cumulated for all children) (KiB): 1540796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.22981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171413
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= 47807
involuntary context switches= 31886

runsolver used 3.47647 second user time and 9.62054 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-15 05:00:05
IDJOB=2660322
IDBENCH=2524
IDSOLVER=1165
FILE ID=node009/2660322-1276570805
PBS_JOBID= 11173515
Free space on /tmp= 62556 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-modglob.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660322-1276570805/watcher-2660322-1276570805 -o /tmp/evaluation-result-2660322-1276570805/solver-2660322-1276570805 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660322-1276570805.opb

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

MD5SUM BENCH= 70ac8fda673b8cd0297ec54288f810c6
RANDOM SEED=1778273531

node009.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.199
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.39
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.199
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:       1709040 kB
Buffers:         70812 kB
Cached:         198580 kB
SwapCached:       6120 kB
Active:          85628 kB
Inactive:       196424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1709040 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:             796 kB
Writeback:           0 kB
AnonPages:       10972 kB
Mapped:          12960 kB
Slab:            46172 kB
PageTables:       4092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180388 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= 62552 MiB
End job on node009 at 2010-06-15 05:29:46