Trace number 2662170

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.33 916.528

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-d6cube.opb
MD5SUMd322c8ef05198e65a211d45af91a5272
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 variables185520
Total number of constraints404
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 constraints404
Minimum length of a constraint30
Maximum length of a constraint185520
Number of terms in the objective function 185520
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6640019433432
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 193273528320
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 11024119093221
Number of bits of the biggest sum of numbers44
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.16	c version 2.2.0.v20100531
0.09/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.16	c java.vm.version	11.2-b01
0.09/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version		1.6.0_12
0.09/0.16	c os.name		Linux
0.09/0.16	c os.version		2.6.18-164.el5
0.09/0.16	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662170-1276546957.opb
0.22/0.22	c reading problem ... 
23.42/19.36	c ... done. Wall clock time 19.137s.
23.42/19.36	c #vars     185520
23.42/19.36	c #constraints  65978
23.42/19.36	c constraints type 
23.42/19.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 808
23.42/19.36	c constraints type 
23.42/19.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 808
1800.16/916.43	c starts		: 4
1800.16/916.43	c conflicts		: 376
1800.16/916.43	c decisions		: 154501
1800.16/916.43	c propagations		: 329566
1800.16/916.43	c inspects		: 1765548
1800.16/916.43	c learnt literals	: 0
1800.16/916.43	c learnt binary clauses	: 0
1800.16/916.43	c learnt ternary clauses	: 0
1800.16/916.43	c learnt clauses	: 376
1800.16/916.43	c ignored clauses	: 0
1800.16/916.43	c root simplifications	: 0
1800.16/916.43	c removed literals (reason simplification)	: 55925
1800.16/916.43	c reason swapping (by a shorter reason)	: 0
1800.16/916.43	c Calls to reduceDB	: 0
1800.16/916.43	c number of reductions to clauses (during analyze)	: 0
1800.16/916.43	c number of learned constraints concerned by reduction	: 0
1800.16/916.43	c number of learning phase by resolution	: 0
1800.16/916.43	c number of learning phase by cutting planes	: 0
1800.16/916.43	c speed (assignments/second)	: 367.3837482804979
1800.16/916.43	c non guided choices	0
1800.16/916.43	c learnt constraints type 
1800.16/916.43	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 376
1800.16/916.43	c constraints type 
1800.16/916.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 808
1800.16/916.43	c constraints type 
1800.16/916.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 808
1800.16/916.43	s UNKNOWN
1800.16/916.43	c Total wall clock time (in seconds): 916.204

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32490
/proc/meminfo: memFree=1865540/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1832 CPUtime=0
/proc/32490/stat : 32490 (java6) R 32488 32490 31741 0 -1 4194304 210 0 0 0 0 0 0 0 19 0 1 0 30297434 1875968 113 1992294400 134512640 134550932 4287994880 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32490/statm: 458 124 90 10 0 63 0

[startup+0.100343 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32490
/proc/meminfo: memFree=1865540/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1524020 CPUtime=0.09
/proc/32490/stat : 32490 (java) S 32488 32490 31741 0 -1 4202496 3936 0 1 0 6 3 0 0 15 0 12 0 30297434 1560596480 3375 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 381005 3375 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524020

[startup+0.201361 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32490
/proc/meminfo: memFree=1865540/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1526224 CPUtime=0.22
/proc/32490/stat : 32490 (java) S 32488 32490 31741 0 -1 4202496 4996 0 1 0 19 3 0 0 15 0 12 0 30297434 1562853376 4433 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 381556 4433 1340 10 0 378859 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526224

[startup+0.301383 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32490
/proc/meminfo: memFree=1865540/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1526384 CPUtime=0.36
/proc/32490/stat : 32490 (java) S 32488 32490 31741 0 -1 4202496 7356 0 1 0 32 4 0 0 15 0 12 0 30297434 1563017216 6793 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 381596 6793 1359 10 0 378899 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526384

[startup+0.701465 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32490
/proc/meminfo: memFree=1865540/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1527684 CPUtime=1.03
/proc/32490/stat : 32490 (java) S 32488 32490 31741 0 -1 4202496 11421 0 1 0 97 6 0 0 15 0 12 0 30297434 1564348416 10773 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 381921 10775 1396 10 0 379224 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1527684

[startup+1.50163 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 32502
/proc/meminfo: memFree=1797120/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1527684 CPUtime=1.82
/proc/32490/stat : 32490 (java) S 32488 32490 31741 0 -1 4202496 26000 0 1 0 170 12 0 0 15 0 12 0 30297434 1564348416 25352 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 381921 25353 1396 10 0 379224 0
[pid=32490/tid=32492] ppid=32488 vsize=1527684 CPUtime=1.46
/proc/32490/task/32492/stat : 32492 (java) R 32488 32490 31741 0 -1 4202560 23914 0 1 0 135 11 0 0 25 0 12 0 30297436 1564348416 25354 1992294400 134512640 134550932 4291494464 18446744073709551615 4109536525 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32490/tid=32493] ppid=32488 vsize=1527684 CPUtime=0
/proc/32490/task/32493/stat : 32493 (java) S 32488 32490 31741 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 30297437 1564348416 25355 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32494] ppid=32488 vsize=1527684 CPUtime=0
/proc/32490/task/32494/stat : 32494 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30297437 1564348416 25355 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32495] ppid=32488 vsize=1527684 CPUtime=0
/proc/32490/task/32495/stat : 32495 (java) S 32488 32490 31741 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 30297439 1564348416 25356 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32496] ppid=32488 vsize=1527684 CPUtime=0
/proc/32490/task/32496/stat : 32496 (java) S 32488 32490 31741 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30297439 1564348416 25357 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32497] ppid=32488 vsize=1527684 CPUtime=0
/proc/32490/task/32497/stat : 32497 (java) S 32488 32490 31741 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30297439 1564348416 25358 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32498] ppid=32488 vsize=1527684 CPUtime=0
/proc/32490/task/32498/stat : 32498 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30297444 1564348416 25359 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32499] ppid=32488 vsize=1527684 CPUtime=0.21
/proc/32490/task/32499/stat : 32499 (java) S 32488 32490 31741 0 -1 4202560 337 0 0 0 21 0 0 0 22 0 12 0 30297444 1564348416 25360 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32500] ppid=32488 vsize=1527684 CPUtime=0.13
/proc/32490/task/32500/stat : 32500 (java) S 32488 32490 31741 0 -1 4202560 687 0 0 0 13 0 0 0 22 0 12 0 30297444 1564348416 25361 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32501] ppid=32488 vsize=1527684 CPUtime=0
/proc/32490/task/32501/stat : 32501 (java) S 32488 32490 31741 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30297444 1564348416 25361 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32502] ppid=32488 vsize=1527684 CPUtime=0
/proc/32490/task/32502/stat : 32502 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30297444 1564348416 25362 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1527684

[startup+3.10198 s]
/proc/loadavg: 1.16 1.03 1.01 4/118 32502
/proc/meminfo: memFree=1720488/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1539880 CPUtime=4.26
/proc/32490/stat : 32490 (java) S 32488 32490 31741 0 -1 4202496 47232 0 1 0 404 22 0 0 15 0 12 0 30297434 1576837120 44474 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 384970 44474 1415 10 0 382273 0
[pid=32490/tid=32492] ppid=32488 vsize=1539880 CPUtime=2.83
/proc/32490/task/32492/stat : 32492 (java) R 32488 32490 31741 0 -1 4202560 32006 0 1 0 269 14 0 0 25 0 12 0 30297436 1576837120 44474 1992294400 134512640 134550932 4291494464 18446744073709551615 4109565197 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32490/tid=32493] ppid=32488 vsize=1539880 CPUtime=0.19
/proc/32490/task/32493/stat : 32493 (java) S 32488 32490 31741 0 -1 4202560 7501 0 0 0 17 2 0 0 16 0 12 0 30297437 1576837120 44474 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32494] ppid=32488 vsize=1539880 CPUtime=0.02
/proc/32490/task/32494/stat : 32494 (java) S 32488 32490 31741 0 -1 4202560 519 0 0 0 2 0 0 0 18 0 12 0 30297437 1576837120 44474 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32495] ppid=32488 vsize=1539880 CPUtime=0
/proc/32490/task/32495/stat : 32495 (java) S 32488 32490 31741 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 30297439 1576837120 44474 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32496] ppid=32488 vsize=1539880 CPUtime=0
/proc/32490/task/32496/stat : 32496 (java) S 32488 32490 31741 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 30297439 1576837120 44474 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32497] ppid=32488 vsize=1539880 CPUtime=0
/proc/32490/task/32497/stat : 32497 (java) S 32488 32490 31741 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30297439 1576837120 44474 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32498] ppid=32488 vsize=1539880 CPUtime=0
/proc/32490/task/32498/stat : 32498 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30297444 1576837120 44474 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32499] ppid=32488 vsize=1539880 CPUtime=0.41
/proc/32490/task/32499/stat : 32499 (java) S 32488 32490 31741 0 -1 4202560 1010 0 0 0 41 0 0 0 17 0 12 0 30297444 1576837120 44474 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32500] ppid=32488 vsize=1539880 CPUtime=0.74
/proc/32490/task/32500/stat : 32500 (java) S 32488 32490 31741 0 -1 4202560 5130 0 0 0 72 2 0 0 18 0 12 0 30297444 1576837120 44474 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32501] ppid=32488 vsize=1539880 CPUtime=0
/proc/32490/task/32501/stat : 32501 (java) S 32488 32490 31741 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30297444 1576837120 44474 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32502] ppid=32488 vsize=1539880 CPUtime=0
/proc/32490/task/32502/stat : 32502 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30297444 1576837120 44474 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 1539880

[startup+6.30167 s]
/proc/loadavg: 1.23 1.05 1.02 2/118 32502
/proc/meminfo: memFree=1607400/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1540028 CPUtime=8.04
/proc/32490/stat : 32490 (java) S 32488 32490 31741 0 -1 4202496 71577 0 1 0 770 34 0 0 15 0 12 0 30297434 1576988672 65709 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 385007 65709 1421 10 0 382310 0
[pid=32490/tid=32492] ppid=32488 vsize=1540028 CPUtime=5.5
/proc/32490/task/32492/stat : 32492 (java) R 32488 32490 31741 0 -1 4202560 32015 0 1 0 536 14 0 0 25 0 12 0 30297436 1576988672 65709 1992294400 134512640 134550932 4291494464 18446744073709551615 4109630151 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32490/tid=32493] ppid=32488 vsize=1540028 CPUtime=0.69
/proc/32490/task/32493/stat : 32493 (java) S 32488 32490 31741 0 -1 4202560 21173 0 0 0 60 9 0 0 16 0 12 0 30297437 1576988672 65709 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32494] ppid=32488 vsize=1540028 CPUtime=0.51
/proc/32490/task/32494/stat : 32494 (java) S 32488 32490 31741 0 -1 4202560 11174 0 0 0 46 5 0 0 18 0 12 0 30297437 1576988672 65709 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32495] ppid=32488 vsize=1540028 CPUtime=0
/proc/32490/task/32495/stat : 32495 (java) S 32488 32490 31741 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 30297439 1576988672 65709 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32496] ppid=32488 vsize=1540028 CPUtime=0
/proc/32490/task/32496/stat : 32496 (java) S 32488 32490 31741 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 30297439 1576988672 65709 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32497] ppid=32488 vsize=1540028 CPUtime=0
/proc/32490/task/32497/stat : 32497 (java) S 32488 32490 31741 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30297439 1576988672 65709 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32498] ppid=32488 vsize=1540028 CPUtime=0
/proc/32490/task/32498/stat : 32498 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30297444 1576988672 65709 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32499] ppid=32488 vsize=1540028 CPUtime=0.43
/proc/32490/task/32499/stat : 32499 (java) S 32488 32490 31741 0 -1 4202560 1010 0 0 0 43 0 0 0 16 0 12 0 30297444 1576988672 65709 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32500] ppid=32488 vsize=1540028 CPUtime=0.85
/proc/32490/task/32500/stat : 32500 (java) S 32488 32490 31741 0 -1 4202560 5139 0 0 0 83 2 0 0 16 0 12 0 30297444 1576988672 65709 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32501] ppid=32488 vsize=1540028 CPUtime=0
/proc/32490/task/32501/stat : 32501 (java) S 32488 32490 31741 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30297444 1576988672 65709 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32502] ppid=32488 vsize=1540028 CPUtime=0
/proc/32490/task/32502/stat : 32502 (java) R 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30297444 1576988672 65709 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1540028

[startup+12.702 s]
/proc/loadavg: 1.21 1.05 1.02 2/118 32502
/proc/meminfo: memFree=1531520/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1540028 CPUtime=15.54
/proc/32490/stat : 32490 (java) S 32488 32490 31741 0 -1 4202496 95465 0 1 0 1508 46 0 0 15 0 12 0 30297434 1576988672 87085 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 385007 87085 1421 10 0 382310 0
[pid=32490/tid=32492] ppid=32488 vsize=1540028 CPUtime=10.75
/proc/32490/task/32492/stat : 32492 (java) S 32488 32490 31741 0 -1 4202560 32019 0 1 0 1060 15 0 0 25 0 12 0 30297436 1576988672 87085 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32493] ppid=32488 vsize=1540028 CPUtime=1.82
/proc/32490/task/32493/stat : 32493 (java) R 32488 32490 31741 0 -1 4202560 33149 0 0 0 167 15 0 0 16 0 12 0 30297437 1576988672 87085 1992294400 134512640 134550932 4291494464 18446744073709551615 105886459 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32490/tid=32494] ppid=32488 vsize=1540028 CPUtime=1.61
/proc/32490/task/32494/stat : 32494 (java) S 32488 32490 31741 0 -1 4202560 23082 0 0 0 151 10 0 0 16 0 12 0 30297437 1576988672 87085 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32495] ppid=32488 vsize=1540028 CPUtime=0
/proc/32490/task/32495/stat : 32495 (java) S 32488 32490 31741 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 30297439 1576988672 87085 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32496] ppid=32488 vsize=1540028 CPUtime=0
/proc/32490/task/32496/stat : 32496 (java) S 32488 32490 31741 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 30297439 1576988672 87085 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32497] ppid=32488 vsize=1540028 CPUtime=0
/proc/32490/task/32497/stat : 32497 (java) S 32488 32490 31741 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30297439 1576988672 87085 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32498] ppid=32488 vsize=1540028 CPUtime=0
/proc/32490/task/32498/stat : 32498 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30297444 1576988672 87085 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32499] ppid=32488 vsize=1540028 CPUtime=0.43
/proc/32490/task/32499/stat : 32499 (java) S 32488 32490 31741 0 -1 4202560 1010 0 0 0 43 0 0 0 16 0 12 0 30297444 1576988672 87085 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32500] ppid=32488 vsize=1540028 CPUtime=0.87
/proc/32490/task/32500/stat : 32500 (java) S 32488 32490 31741 0 -1 4202560 5139 0 0 0 85 2 0 0 15 0 12 0 30297444 1576988672 87085 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32501] ppid=32488 vsize=1540028 CPUtime=0
/proc/32490/task/32501/stat : 32501 (java) S 32488 32490 31741 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30297444 1576988672 87085 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32502] ppid=32488 vsize=1540028 CPUtime=0
/proc/32490/task/32502/stat : 32502 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30297444 1576988672 87085 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.54
Current children cumulated vsize (KiB) 1540028

[startup+25.5018 s]
/proc/loadavg: 1.26 1.06 1.02 3/122 32506
/proc/meminfo: memFree=1362352/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1541324 CPUtime=35.65
/proc/32490/stat : 32490 (java) S 32488 32490 31741 0 -1 4202496 138324 0 1 0 3497 68 0 0 15 0 16 0 30297434 1578315776 126857 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 385331 126857 1435 10 0 382634 0
[pid=32490/tid=32492] ppid=32488 vsize=1541324 CPUtime=16.04
/proc/32490/task/32492/stat : 32492 (java) S 32488 32490 31741 0 -1 4202560 32050 0 1 0 1588 16 0 0 15 0 16 0 30297436 1578315776 126857 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32493] ppid=32488 vsize=1541324 CPUtime=3.32
/proc/32490/task/32493/stat : 32493 (java) S 32488 32490 31741 0 -1 4202560 54506 0 0 0 308 24 0 0 15 0 16 0 30297437 1578315776 126857 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32494] ppid=32488 vsize=1541324 CPUtime=3.15
/proc/32490/task/32494/stat : 32494 (java) S 32488 32490 31741 0 -1 4202560 44448 0 0 0 293 22 0 0 16 0 16 0 30297437 1578315776 126857 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32495] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32495/stat : 32495 (java) S 32488 32490 31741 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 30297439 1578315776 126857 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32496] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32496/stat : 32496 (java) S 32488 32490 31741 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30297439 1578315776 126857 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32497] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32497/stat : 32497 (java) S 32488 32490 31741 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30297439 1578315776 126857 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32498] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32498/stat : 32498 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30297444 1578315776 126857 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32499] ppid=32488 vsize=1541324 CPUtime=0.83

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

/proc/32490/statm: 385331 142167 1438 10 0 382634 0
[pid=32490/tid=32492] ppid=32488 vsize=1541324 CPUtime=16.04
/proc/32490/task/32492/stat : 32492 (java) S 32488 32490 31741 0 -1 4202560 32059 0 1 0 1588 16 0 0 15 0 16 0 30297436 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32493] ppid=32488 vsize=1541324 CPUtime=8.25
/proc/32490/task/32493/stat : 32493 (java) S 32488 32490 31741 0 -1 4202560 62583 0 0 0 782 43 0 0 15 0 16 0 30297437 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32494] ppid=32488 vsize=1541324 CPUtime=8.06
/proc/32490/task/32494/stat : 32494 (java) S 32488 32490 31741 0 -1 4202560 52371 0 0 0 766 40 0 0 15 0 16 0 30297437 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32495] ppid=32488 vsize=1541324 CPUtime=0.19
/proc/32490/task/32495/stat : 32495 (java) S 32488 32490 31741 0 -1 4202560 42 0 0 0 16 3 0 0 15 0 16 0 30297439 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32496] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32496/stat : 32496 (java) S 32488 32490 31741 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30297439 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32497] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32497/stat : 32497 (java) S 32488 32490 31741 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30297439 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32498] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32498/stat : 32498 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30297444 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32499] ppid=32488 vsize=1541324 CPUtime=1.79
/proc/32490/task/32499/stat : 32499 (java) S 32488 32490 31741 0 -1 4202560 1099 0 0 0 179 0 0 0 16 0 16 0 30297444 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32500] ppid=32488 vsize=1541324 CPUtime=2.18
/proc/32490/task/32500/stat : 32500 (java) S 32488 32490 31741 0 -1 4202560 5267 0 0 0 215 3 0 0 16 0 16 0 30297444 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32501] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32501/stat : 32501 (java) S 32488 32490 31741 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30297444 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32502] ppid=32488 vsize=1541324 CPUtime=0.01
/proc/32490/task/32502/stat : 32502 (java) S 32488 32490 31741 0 -1 4202560 43 0 0 0 0 1 0 0 15 0 16 0 30297444 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32503] ppid=32488 vsize=1541324 CPUtime=727.4
/proc/32490/task/32503/stat : 32503 (java) R 32488 32490 31741 0 -1 4202560 201 0 0 0 72727 13 0 0 25 0 16 0 30299371 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4109850168 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32490/tid=32504] ppid=32488 vsize=1541324 CPUtime=730.74
/proc/32490/task/32504/stat : 32504 (java) R 32488 32490 31741 0 -1 4202560 270 0 0 0 73058 16 0 0 25 0 16 0 30299371 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4110315285 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32490/tid=32505] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32505/stat : 32505 (java) S 32488 32490 31741 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30299481 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32506] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32506/stat : 32506 (java) S 32488 32490 31741 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30299498 1578315776 142167 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1494.75
Current children cumulated vsize (KiB) 1541324

[startup+822.302 s]
/proc/loadavg: 2.06 1.98 1.59 3/122 32528
/proc/meminfo: memFree=1291548/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1541324 CPUtime=1613.56
/proc/32490/stat : 32490 (java) S 32488 32490 31741 0 -1 4202496 157221 0 1 0 161210 146 0 0 15 0 16 0 30297434 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 385331 144239 1438 10 0 382634 0
[pid=32490/tid=32492] ppid=32488 vsize=1541324 CPUtime=16.04
/proc/32490/task/32492/stat : 32492 (java) S 32488 32490 31741 0 -1 4202560 32059 0 1 0 1588 16 0 0 15 0 16 0 30297436 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32493] ppid=32488 vsize=1541324 CPUtime=8.71
/proc/32490/task/32493/stat : 32493 (java) S 32488 32490 31741 0 -1 4202560 63473 0 0 0 826 45 0 0 16 0 16 0 30297437 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32494] ppid=32488 vsize=1541324 CPUtime=8.49
/proc/32490/task/32494/stat : 32494 (java) S 32488 32490 31741 0 -1 4202560 53655 0 0 0 807 42 0 0 16 0 16 0 30297437 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32495] ppid=32488 vsize=1541324 CPUtime=0.2
/proc/32490/task/32495/stat : 32495 (java) S 32488 32490 31741 0 -1 4202560 46 0 0 0 17 3 0 0 15 0 16 0 30297439 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32496] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32496/stat : 32496 (java) S 32488 32490 31741 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30297439 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32497] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32497/stat : 32497 (java) S 32488 32490 31741 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30297439 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32498] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32498/stat : 32498 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32499] ppid=32488 vsize=1541324 CPUtime=1.79
/proc/32490/task/32499/stat : 32499 (java) S 32488 32490 31741 0 -1 4202560 1099 0 0 0 179 0 0 0 16 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32500] ppid=32488 vsize=1541324 CPUtime=2.18
/proc/32490/task/32500/stat : 32500 (java) S 32488 32490 31741 0 -1 4202560 5267 0 0 0 215 3 0 0 16 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32501] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32501/stat : 32501 (java) S 32488 32490 31741 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32502] ppid=32488 vsize=1541324 CPUtime=0.01
/proc/32490/task/32502/stat : 32502 (java) S 32488 32490 31741 0 -1 4202560 47 0 0 0 0 1 0 0 15 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32503] ppid=32488 vsize=1541324 CPUtime=786.75
/proc/32490/task/32503/stat : 32503 (java) R 32488 32490 31741 0 -1 4202560 218 0 0 0 78662 13 0 0 25 0 16 0 30299371 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4109849737 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32490/tid=32504] ppid=32488 vsize=1541324 CPUtime=789.28
/proc/32490/task/32504/stat : 32504 (java) R 32488 32490 31741 0 -1 4202560 287 0 0 0 78911 17 0 0 25 0 16 0 30299371 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4109989771 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32490/tid=32505] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32505/stat : 32505 (java) S 32488 32490 31741 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30299481 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32506] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32506/stat : 32506 (java) S 32488 32490 31741 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30299498 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1613.56
Current children cumulated vsize (KiB) 1541324

[startup+882.309 s]
/proc/loadavg: 2.02 1.98 1.61 3/122 32528
/proc/meminfo: memFree=1291424/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1541324 CPUtime=1732.53
/proc/32490/stat : 32490 (java) S 32488 32490 31741 0 -1 4202496 157225 0 1 0 173105 148 0 0 15 0 16 0 30297434 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 385331 144239 1438 10 0 382634 0
[pid=32490/tid=32492] ppid=32488 vsize=1541324 CPUtime=16.04
/proc/32490/task/32492/stat : 32492 (java) S 32488 32490 31741 0 -1 4202560 32059 0 1 0 1588 16 0 0 15 0 16 0 30297436 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32493] ppid=32488 vsize=1541324 CPUtime=8.71
/proc/32490/task/32493/stat : 32493 (java) S 32488 32490 31741 0 -1 4202560 63473 0 0 0 826 45 0 0 16 0 16 0 30297437 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32494] ppid=32488 vsize=1541324 CPUtime=8.49
/proc/32490/task/32494/stat : 32494 (java) S 32488 32490 31741 0 -1 4202560 53655 0 0 0 807 42 0 0 16 0 16 0 30297437 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32495] ppid=32488 vsize=1541324 CPUtime=0.2
/proc/32490/task/32495/stat : 32495 (java) S 32488 32490 31741 0 -1 4202560 46 0 0 0 17 3 0 0 15 0 16 0 30297439 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32496] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32496/stat : 32496 (java) S 32488 32490 31741 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30297439 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32497] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32497/stat : 32497 (java) S 32488 32490 31741 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30297439 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32498] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32498/stat : 32498 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32499] ppid=32488 vsize=1541324 CPUtime=1.79
/proc/32490/task/32499/stat : 32499 (java) S 32488 32490 31741 0 -1 4202560 1099 0 0 0 179 0 0 0 16 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32500] ppid=32488 vsize=1541324 CPUtime=2.18
/proc/32490/task/32500/stat : 32500 (java) S 32488 32490 31741 0 -1 4202560 5267 0 0 0 215 3 0 0 16 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32501] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32501/stat : 32501 (java) S 32488 32490 31741 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32502] ppid=32488 vsize=1541324 CPUtime=0.01
/proc/32490/task/32502/stat : 32502 (java) S 32488 32490 31741 0 -1 4202560 51 0 0 0 0 1 0 0 15 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32503] ppid=32488 vsize=1541324 CPUtime=846.72
/proc/32490/task/32503/stat : 32503 (java) R 32488 32490 31741 0 -1 4202560 218 0 0 0 84659 13 0 0 25 0 16 0 30299371 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4110190210 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32490/tid=32504] ppid=32488 vsize=1541324 CPUtime=848.27
/proc/32490/task/32504/stat : 32504 (java) R 32488 32490 31741 0 -1 4202560 287 0 0 0 84808 19 0 0 25 0 16 0 30299371 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4109989892 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32490/tid=32505] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32505/stat : 32505 (java) S 32488 32490 31741 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30299481 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32506] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32506/stat : 32506 (java) S 32488 32490 31741 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30299498 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1732.53
Current children cumulated vsize (KiB) 1541324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.41 s]
/proc/loadavg: 2.01 1.98 1.63 3/122 32530
/proc/meminfo: memFree=1291424/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=1541324 CPUtime=1800.16
/proc/32490/stat : 32490 (java) S 32488 32490 31741 0 -1 4202496 157228 0 1 0 179867 149 0 0 15 0 16 0 30297434 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 385331 144239 1438 10 0 382634 0
[pid=32490/tid=32492] ppid=32488 vsize=1541324 CPUtime=16.04
/proc/32490/task/32492/stat : 32492 (java) S 32488 32490 31741 0 -1 4202560 32059 0 1 0 1588 16 0 0 15 0 16 0 30297436 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32493] ppid=32488 vsize=1541324 CPUtime=8.71
/proc/32490/task/32493/stat : 32493 (java) S 32488 32490 31741 0 -1 4202560 63473 0 0 0 826 45 0 0 16 0 16 0 30297437 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32494] ppid=32488 vsize=1541324 CPUtime=8.49
/proc/32490/task/32494/stat : 32494 (java) S 32488 32490 31741 0 -1 4202560 53655 0 0 0 807 42 0 0 16 0 16 0 30297437 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32495] ppid=32488 vsize=1541324 CPUtime=0.2
/proc/32490/task/32495/stat : 32495 (java) S 32488 32490 31741 0 -1 4202560 46 0 0 0 17 3 0 0 15 0 16 0 30297439 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 0 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32496] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32496/stat : 32496 (java) S 32488 32490 31741 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30297439 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32497] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32497/stat : 32497 (java) S 32488 32490 31741 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30297439 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32498] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32498/stat : 32498 (java) S 32488 32490 31741 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32499] ppid=32488 vsize=1541324 CPUtime=1.79
/proc/32490/task/32499/stat : 32499 (java) S 32488 32490 31741 0 -1 4202560 1099 0 0 0 179 0 0 0 16 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32500] ppid=32488 vsize=1541324 CPUtime=2.2
/proc/32490/task/32500/stat : 32500 (java) S 32488 32490 31741 0 -1 4202560 5268 0 0 0 217 3 0 0 16 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32501] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32501/stat : 32501 (java) S 32488 32490 31741 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 0 0 0 0
[pid=32490/tid=32502] ppid=32488 vsize=1541324 CPUtime=0.01
/proc/32490/task/32502/stat : 32502 (java) R 32488 32490 31741 0 -1 4202560 53 0 0 0 0 1 0 0 15 0 16 0 30297444 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32490/tid=32503] ppid=32488 vsize=1541324 CPUtime=880.79
/proc/32490/task/32503/stat : 32503 (java) R 32488 32490 31741 0 -1 4202560 218 0 0 0 88066 13 0 0 25 0 16 0 30299371 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4109850168 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32490/tid=32504] ppid=32488 vsize=1541324 CPUtime=881.81
/proc/32490/task/32504/stat : 32504 (java) R 32488 32490 31741 0 -1 4202560 287 0 0 0 88161 20 0 0 25 0 16 0 30299371 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4109989759 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32490/tid=32505] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32505/stat : 32505 (java) S 32488 32490 31741 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30299481 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
[pid=32490/tid=32506] ppid=32488 vsize=1541324 CPUtime=0
/proc/32490/task/32506/stat : 32506 (java) S 32488 32490 31741 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 30299498 1578315776 144239 1992294400 134512640 134550932 4291494464 18446744073709551615 4294960144 0 4 0 16800975 18446604436671298496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1541324

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

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

[startup+916.518 s]
/proc/loadavg: 2.01 1.98 1.63 3/122 32530
/proc/meminfo: memFree=1291424/2059040 swapFree=4140216/4192956
[pid=32490] ppid=32488 vsize=0 CPUtime=1800.32
/proc/32490/stat : 32490 (java) Z 32488 32490 31741 0 -1 4203548 157249 0 1 0 179878 154 0 0 15 0 2 0 30297434 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32490/statm: 0 0 0 0 0 0 0
[pid=32490/tid=32504] ppid=32488 vsize=0 CPUtime=881.91
/proc/32490/task/32504/stat : 32504 (java) R 32488 32490 31741 0 -1 4203588 287 0 0 0 88166 25 0 0 25 0 2 0 30299371 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.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 916.528
CPU time (s): 1800.33
CPU user time (s): 1798.78
CPU system time (s): 1.55176
CPU usage (%): 196.43
Max. virtual memory (cumulated for all children) (KiB): 1542224

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

runsolver used 5.03523 second user time and 9.8845 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-14 22:22:38
IDJOB=2662170
IDBENCH=2403
IDSOLVER=1166
FILE ID=node010/2662170-1276546957
PBS_JOBID= 11173470
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-d6cube.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662170-1276546957/watcher-2662170-1276546957 -o /tmp/evaluation-result-2662170-1276546957/solver-2662170-1276546957 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662170-1276546957.opb

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

MD5SUM BENCH= d322c8ef05198e65a211d45af91a5272
RANDOM SEED=370420793

node010.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.267
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.53
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.267
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1865936 kB
Buffers:         14664 kB
Cached:         101580 kB
SwapCached:       5956 kB
Active:          96672 kB
Inactive:        32124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1865936 kB
SwapTotal:     4192956 kB
SwapFree:      4140216 kB
Dirty:           18844 kB
Writeback:           0 kB
AnonPages:       10840 kB
Mapped:          13012 kB
Slab:            42416 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182932 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= 62480 MiB
End job on node010 at 2010-06-14 22:37:57