Trace number 2662152

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.36 908.444

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1de7e61bcf99a935d7a04a775cb5b14f
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 variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
Number of bits of the biggest sum of numbers49
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.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c 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-2662152-1276536007.opb
0.22/0.22	c reading problem ... 
2.77/1.92	c ... done. Wall clock time 1.693s.
2.77/1.92	c #vars     7287
2.77/1.92	c #constraints  727
2.77/1.92	c constraints type 
2.77/1.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 420
2.77/1.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 175
2.77/1.92	c constraints type 
2.77/1.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 420
2.77/1.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 175
361.09/182.47	c cleaning 2500 clauses out of 4999 with flag 5000/5000
582.84/294.26	c cleaning 4246 clauses out of 8501 with flag 11002/11002
845.23/426.60	c cleaning 5601 clauses out of 11258 with flag 18005/18005
1135.10/572.97	c cleaning 6819 clauses out of 13652 with flag 26000/26000
1696.57/855.90	c cleaning 7908 clauses out of 15833 with flag 35000/35000
1800.12/908.31	c starts		: 63
1800.12/908.32	c conflicts		: 36706
1800.12/908.32	c decisions		: 817097
1800.12/908.32	c propagations		: 15066619
1800.12/908.32	c inspects		: 159179795
1800.12/908.32	c learnt literals	: 1
1800.12/908.32	c learnt binary clauses	: 0
1800.12/908.32	c learnt ternary clauses	: 0
1800.12/908.32	c learnt clauses	: 36704
1800.12/908.32	c ignored clauses	: 0
1800.12/908.32	c root simplifications	: 0
1800.12/908.32	c removed literals (reason simplification)	: 7504409
1800.12/908.32	c reason swapping (by a shorter reason)	: 0
1800.12/908.32	c Calls to reduceDB	: 5
1800.12/908.32	c number of reductions to clauses (during analyze)	: 0
1800.12/908.32	c number of learned constraints concerned by reduction	: 0
1800.12/908.32	c number of learning phase by resolution	: 0
1800.12/908.32	c number of learning phase by cutting planes	: 0
1800.12/908.32	c speed (assignments/second)	: 16622.483451015003
1800.12/908.32	c non guided choices	3730
1800.12/908.37	c learnt constraints type 
1800.12/908.37	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 9632
1800.12/908.37	c constraints type 
1800.12/908.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 420
1800.12/908.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 175
1800.12/908.37	c constraints type 
1800.12/908.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 420
1800.12/908.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 175
1800.12/908.37	s UNKNOWN
1800.12/908.37	c Total wall clock time (in seconds): 908.153

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 4/106 482
/proc/meminfo: memFree=1825144/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=24036 CPUtime=0
/proc/482/stat : 482 (runsolver) R 480 482 32385 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 1 0 29202227 24612864 106 1992294400 4194304 4302564 140736339995248 18446744073709551615 223060009975 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/482/statm: 6009 106 69 27 0 2647 0

[startup+0.0672221 s]
/proc/loadavg: 0.92 0.98 0.99 4/106 482
/proc/meminfo: memFree=1825144/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=1521796 CPUtime=0.05
/proc/482/stat : 482 (java) S 480 482 32385 0 -1 4202496 3661 0 1 0 3 2 0 0 15 0 7 0 29202227 1558319104 3101 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/482/statm: 380449 3101 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101227 s]
/proc/loadavg: 0.92 0.98 0.99 4/106 482
/proc/meminfo: memFree=1825144/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=1524020 CPUtime=0.08
/proc/482/stat : 482 (java) S 480 482 32385 0 -1 4202496 3936 0 1 0 5 3 0 0 15 0 12 0 29202227 1560596480 3374 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/482/statm: 381005 3374 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301266 s]
/proc/loadavg: 0.92 0.98 0.99 4/106 482
/proc/meminfo: memFree=1825144/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=1526344 CPUtime=0.35
/proc/482/stat : 482 (java) S 480 482 32385 0 -1 4202496 5480 0 1 0 31 4 0 0 15 0 12 0 29202227 1562976256 4916 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/482/statm: 381586 4917 1358 10 0 378889 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526344

[startup+0.701351 s]
/proc/loadavg: 0.92 0.98 0.99 4/106 482
/proc/meminfo: memFree=1825144/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=1536816 CPUtime=1.14
/proc/482/stat : 482 (java) S 480 482 32385 0 -1 4202496 8991 0 1 0 108 6 0 0 15 0 12 0 29202227 1573699584 8128 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/482/statm: 384204 8130 1400 10 0 381507 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1536816

[startup+1.50149 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 494
/proc/meminfo: memFree=1788656/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=1540224 CPUtime=2.33
/proc/482/stat : 482 (java) S 480 482 32385 0 -1 4202496 23416 0 1 0 222 11 0 0 15 0 12 0 29202227 1577189376 20927 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/482/statm: 385056 20928 1406 10 0 382359 0
[pid=482/tid=484] ppid=480 vsize=1540224 CPUtime=1.13
/proc/482/task/484/stat : 484 (java) R 480 482 32385 0 -1 4202560 16409 0 1 0 106 7 0 0 18 0 12 0 29202229 1577189376 20928 1992294400 134512640 134550932 4288908288 18446744073709551615 4109348660 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=482/tid=485] ppid=480 vsize=1540224 CPUtime=0
/proc/482/task/485/stat : 485 (java) S 480 482 32385 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 29202230 1577189376 20929 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=486] ppid=480 vsize=1540224 CPUtime=0
/proc/482/task/486/stat : 486 (java) S 480 482 32385 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29202230 1577189376 20930 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=487] ppid=480 vsize=1540224 CPUtime=0
/proc/482/task/487/stat : 487 (java) S 480 482 32385 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 29202232 1577189376 20931 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=488] ppid=480 vsize=1540224 CPUtime=0
/proc/482/task/488/stat : 488 (java) S 480 482 32385 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 29202232 1577189376 20932 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=489] ppid=480 vsize=1540224 CPUtime=0
/proc/482/task/489/stat : 489 (java) S 480 482 32385 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 29202232 1577189376 20933 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=490] ppid=480 vsize=1540224 CPUtime=0
/proc/482/task/490/stat : 490 (java) S 480 482 32385 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 29202237 1577189376 20934 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=491] ppid=480 vsize=1540224 CPUtime=0.36
/proc/482/task/491/stat : 491 (java) S 480 482 32385 0 -1 4202560 1022 0 0 0 36 0 0 0 15 0 12 0 29202237 1577189376 20935 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=492] ppid=480 vsize=1540224 CPUtime=0.8
/proc/482/task/492/stat : 492 (java) S 480 482 32385 0 -1 4202560 4920 0 0 0 78 2 0 0 17 0 12 0 29202237 1577189376 20936 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=493] ppid=480 vsize=1540224 CPUtime=0
/proc/482/task/493/stat : 493 (java) S 480 482 32385 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 29202237 1577189376 20937 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=494] ppid=480 vsize=1540224 CPUtime=0
/proc/482/task/494/stat : 494 (java) S 480 482 32385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29202237 1577189376 20938 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1540224

[startup+3.10281 s]
/proc/loadavg: 0.92 0.98 0.99 5/122 498
/proc/meminfo: memFree=1688556/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=1541332 CPUtime=5.14
/proc/482/stat : 482 (java) S 480 482 32385 0 -1 4202496 43835 0 1 0 494 20 0 0 15 0 16 0 29202227 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/482/statm: 385333 40786 1431 10 0 382636 0
[pid=482/tid=484] ppid=480 vsize=1541332 CPUtime=1.52
/proc/482/task/484/stat : 484 (java) S 480 482 32385 0 -1 4202560 30347 0 1 0 140 12 0 0 18 0 16 0 29202229 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=485] ppid=480 vsize=1541332 CPUtime=0.09
/proc/482/task/485/stat : 485 (java) S 480 482 32385 0 -1 4202560 2307 0 0 0 8 1 0 0 15 0 16 0 29202230 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=486] ppid=480 vsize=1541332 CPUtime=0.09
/proc/482/task/486/stat : 486 (java) S 480 482 32385 0 -1 4202560 2177 0 0 0 8 1 0 0 18 0 16 0 29202230 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=487] ppid=480 vsize=1541332 CPUtime=0
/proc/482/task/487/stat : 487 (java) S 480 482 32385 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 29202232 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=488] ppid=480 vsize=1541332 CPUtime=0
/proc/482/task/488/stat : 488 (java) S 480 482 32385 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29202232 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=489] ppid=480 vsize=1541332 CPUtime=0
/proc/482/task/489/stat : 489 (java) S 480 482 32385 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29202232 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=490] ppid=480 vsize=1541332 CPUtime=0
/proc/482/task/490/stat : 490 (java) S 480 482 32385 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 29202237 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=491] ppid=480 vsize=1541332 CPUtime=0.88
/proc/482/task/491/stat : 491 (java) S 480 482 32385 0 -1 4202560 1468 0 0 0 88 0 0 0 16 0 16 0 29202237 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=492] ppid=480 vsize=1541332 CPUtime=1.27
/proc/482/task/492/stat : 492 (java) S 480 482 32385 0 -1 4202560 5071 0 0 0 125 2 0 0 15 0 16 0 29202237 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=493] ppid=480 vsize=1541332 CPUtime=0
/proc/482/task/493/stat : 493 (java) S 480 482 32385 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29202237 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=494] ppid=480 vsize=1541332 CPUtime=0
/proc/482/task/494/stat : 494 (java) S 480 482 32385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29202237 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=495] ppid=480 vsize=1541332 CPUtime=0.77
/proc/482/task/495/stat : 495 (java) R 480 482 32385 0 -1 4202560 789 0 0 0 77 0 0 0 18 0 16 0 29202419 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4109687347 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=482/tid=496] ppid=480 vsize=1541332 CPUtime=0.44
/proc/482/task/496/stat : 496 (java) R 480 482 32385 0 -1 4202560 595 0 0 0 44 0 0 0 23 0 16 0 29202419 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4109661316 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=482/tid=497] ppid=480 vsize=1541332 CPUtime=0
/proc/482/task/497/stat : 497 (java) S 480 482 32385 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 29202424 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=498] ppid=480 vsize=1541332 CPUtime=0
/proc/482/task/498/stat : 498 (java) S 480 482 32385 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 29202433 1578323968 40786 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 1541332

[startup+6.30244 s]
/proc/loadavg: 1.33 1.07 1.02 4/122 498
/proc/meminfo: memFree=1665368/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=1541524 CPUtime=11.5
/proc/482/stat : 482 (java) S 480 482 32385 0 -1 4202496 46012 0 1 0 1128 22 0 0 15 0 16 0 29202227 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/482/statm: 385381 41003 1432 10 0 382684 0
[pid=482/tid=484] ppid=480 vsize=1541524 CPUtime=1.52
/proc/482/task/484/stat : 484 (java) S 480 482 32385 0 -1 4202560 30347 0 1 0 140 12 0 0 18 0 16 0 29202229 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=485] ppid=480 vsize=1541524 CPUtime=0.09
/proc/482/task/485/stat : 485 (java) S 480 482 32385 0 -1 4202560 2307 0 0 0 8 1 0 0 15 0 16 0 29202230 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=486] ppid=480 vsize=1541524 CPUtime=0.09
/proc/482/task/486/stat : 486 (java) S 480 482 32385 0 -1 4202560 2177 0 0 0 8 1 0 0 18 0 16 0 29202230 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=487] ppid=480 vsize=1541524 CPUtime=0
/proc/482/task/487/stat : 487 (java) S 480 482 32385 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 16 0 29202232 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=488] ppid=480 vsize=1541524 CPUtime=0
/proc/482/task/488/stat : 488 (java) S 480 482 32385 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29202232 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=489] ppid=480 vsize=1541524 CPUtime=0
/proc/482/task/489/stat : 489 (java) S 480 482 32385 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29202232 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=490] ppid=480 vsize=1541524 CPUtime=0
/proc/482/task/490/stat : 490 (java) S 480 482 32385 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 29202237 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=491] ppid=480 vsize=1541524 CPUtime=1
/proc/482/task/491/stat : 491 (java) S 480 482 32385 0 -1 4202560 1522 0 0 0 100 0 0 0 15 0 16 0 29202237 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=492] ppid=480 vsize=1541524 CPUtime=2.28
/proc/482/task/492/stat : 492 (java) S 480 482 32385 0 -1 4202560 7120 0 0 0 225 3 0 0 15 0 16 0 29202237 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=493] ppid=480 vsize=1541524 CPUtime=0
/proc/482/task/493/stat : 493 (java) S 480 482 32385 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29202237 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=494] ppid=480 vsize=1541524 CPUtime=0
/proc/482/task/494/stat : 494 (java) S 480 482 32385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29202237 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=495] ppid=480 vsize=1541524 CPUtime=3.8
/proc/482/task/495/stat : 495 (java) R 480 482 32385 0 -1 4202560 820 0 0 0 380 0 0 0 25 0 16 0 29202419 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4109634166 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=482/tid=496] ppid=480 vsize=1541524 CPUtime=2.63
/proc/482/task/496/stat : 496 (java) R 480 482 32385 0 -1 4202560 638 0 0 0 263 0 0 0 25 0 16 0 29202419 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4109857887 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=482/tid=497] ppid=480 vsize=1541524 CPUtime=0
/proc/482/task/497/stat : 497 (java) S 480 482 32385 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 29202424 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=498] ppid=480 vsize=1541524 CPUtime=0
/proc/482/task/498/stat : 498 (java) S 480 482 32385 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 29202433 1578520576 41003 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.5
Current children cumulated vsize (KiB) 1541524

[startup+12.7027 s]
/proc/loadavg: 1.38 1.08 1.03 3/122 498
/proc/meminfo: memFree=1638212/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=1540404 CPUtime=24.2
/proc/482/stat : 482 (java) S 480 482 32385 0 -1 4202496 53349 0 1 0 2395 25 0 0 15 0 16 0 29202227 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/482/statm: 385101 47758 1432 10 0 382404 0
[pid=482/tid=484] ppid=480 vsize=1540404 CPUtime=1.52
/proc/482/task/484/stat : 484 (java) S 480 482 32385 0 -1 4202560 30347 0 1 0 140 12 0 0 18 0 16 0 29202229 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=485] ppid=480 vsize=1540404 CPUtime=0.41
/proc/482/task/485/stat : 485 (java) S 480 482 32385 0 -1 4202560 5844 0 0 0 39 2 0 0 16 0 16 0 29202230 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=486] ppid=480 vsize=1540404 CPUtime=0.41
/proc/482/task/486/stat : 486 (java) S 480 482 32385 0 -1 4202560 5660 0 0 0 38 3 0 0 16 0 16 0 29202230 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=487] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/487/stat : 487 (java) S 480 482 32385 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 29202232 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=488] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/488/stat : 488 (java) S 480 482 32385 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29202232 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=489] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/489/stat : 489 (java) S 480 482 32385 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29202232 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=490] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/490/stat : 490 (java) S 480 482 32385 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 29202237 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=491] ppid=480 vsize=1540404 CPUtime=1.05
/proc/482/task/491/stat : 491 (java) S 480 482 32385 0 -1 4202560 1526 0 0 0 105 0 0 0 15 0 16 0 29202237 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=492] ppid=480 vsize=1540404 CPUtime=2.52
/proc/482/task/492/stat : 492 (java) S 480 482 32385 0 -1 4202560 7131 0 0 0 249 3 0 0 16 0 16 0 29202237 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=493] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/493/stat : 493 (java) S 480 482 32385 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29202237 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=494] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/494/stat : 494 (java) S 480 482 32385 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29202237 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=495] ppid=480 vsize=1540404 CPUtime=9.76
/proc/482/task/495/stat : 495 (java) R 480 482 32385 0 -1 4202560 1115 0 0 0 975 1 0 0 25 0 16 0 29202419 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4110016849 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=482/tid=496] ppid=480 vsize=1540404 CPUtime=8.45
/proc/482/task/496/stat : 496 (java) R 480 482 32385 0 -1 4202560 644 0 0 0 845 0 0 0 25 0 16 0 29202419 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4110056052 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=482/tid=497] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/497/stat : 497 (java) S 480 482 32385 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 29202424 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=498] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/498/stat : 498 (java) S 480 482 32385 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 29202433 1577373696 47758 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0

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

/proc/482/statm: 385101 97424 1448 10 0 382404 0
[pid=482/tid=484] ppid=480 vsize=1540404 CPUtime=1.53
/proc/482/task/484/stat : 484 (java) S 480 482 32385 0 -1 4202560 30354 0 1 0 141 12 0 0 15 0 16 0 29202229 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=485] ppid=480 vsize=1540404 CPUtime=5.36
/proc/482/task/485/stat : 485 (java) S 480 482 32385 0 -1 4202560 34038 0 0 0 516 20 0 0 16 0 16 0 29202230 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=486] ppid=480 vsize=1540404 CPUtime=5.36
/proc/482/task/486/stat : 486 (java) S 480 482 32385 0 -1 4202560 32513 0 0 0 517 19 0 0 16 0 16 0 29202230 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=487] ppid=480 vsize=1540404 CPUtime=2.08
/proc/482/task/487/stat : 487 (java) S 480 482 32385 0 -1 4202560 408 0 0 0 200 8 0 0 15 0 16 0 29202232 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=488] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/488/stat : 488 (java) S 480 482 32385 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29202232 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=489] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/489/stat : 489 (java) S 480 482 32385 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29202232 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=490] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/490/stat : 490 (java) S 480 482 32385 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 29202237 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=491] ppid=480 vsize=1540404 CPUtime=1.82
/proc/482/task/491/stat : 491 (java) S 480 482 32385 0 -1 4202560 1577 0 0 0 182 0 0 0 16 0 16 0 29202237 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=492] ppid=480 vsize=1540404 CPUtime=3.27
/proc/482/task/492/stat : 492 (java) S 480 482 32385 0 -1 4202560 9877 0 0 0 323 4 0 0 15 0 16 0 29202237 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=493] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/493/stat : 493 (java) S 480 482 32385 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29202237 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=494] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/494/stat : 494 (java) S 480 482 32385 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 29202237 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=495] ppid=480 vsize=1540404 CPUtime=748.32
/proc/482/task/495/stat : 495 (java) R 480 482 32385 0 -1 4202560 1524 0 0 0 74812 20 0 0 25 0 16 0 29202419 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4109636655 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=482/tid=496] ppid=480 vsize=1540404 CPUtime=743.15
/proc/482/task/496/stat : 496 (java) R 480 482 32385 0 -1 4202560 1149 0 0 0 74297 18 0 0 25 0 16 0 29202419 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4109857778 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=482/tid=497] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/497/stat : 497 (java) S 480 482 32385 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 29202424 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=498] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/498/stat : 498 (java) S 480 482 32385 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 29202433 1577373696 97424 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1510.99
Current children cumulated vsize (KiB) 1540404

[startup+822.302 s]
/proc/loadavg: 2.12 2.00 1.61 3/122 520
/proc/meminfo: memFree=1419228/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=1540404 CPUtime=1630
/proc/482/stat : 482 (java) S 480 482 32385 0 -1 4202496 118029 0 1 0 162883 117 0 0 15 0 16 0 29202227 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/482/statm: 385101 102219 1448 10 0 382404 0
[pid=482/tid=484] ppid=480 vsize=1540404 CPUtime=1.53
/proc/482/task/484/stat : 484 (java) S 480 482 32385 0 -1 4202560 30354 0 1 0 141 12 0 0 15 0 16 0 29202229 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=485] ppid=480 vsize=1540404 CPUtime=6
/proc/482/task/485/stat : 485 (java) S 480 482 32385 0 -1 4202560 36309 0 0 0 578 22 0 0 15 0 16 0 29202230 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=486] ppid=480 vsize=1540404 CPUtime=6
/proc/482/task/486/stat : 486 (java) S 480 482 32385 0 -1 4202560 35621 0 0 0 579 21 0 0 16 0 16 0 29202230 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=487] ppid=480 vsize=1540404 CPUtime=2.13
/proc/482/task/487/stat : 487 (java) S 480 482 32385 0 -1 4202560 410 0 0 0 204 9 0 0 15 0 16 0 29202232 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=488] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/488/stat : 488 (java) S 480 482 32385 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29202232 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=489] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/489/stat : 489 (java) S 480 482 32385 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29202232 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=490] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/490/stat : 490 (java) S 480 482 32385 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 29202237 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=491] ppid=480 vsize=1540404 CPUtime=1.82
/proc/482/task/491/stat : 491 (java) S 480 482 32385 0 -1 4202560 1577 0 0 0 182 0 0 0 16 0 16 0 29202237 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=492] ppid=480 vsize=1540404 CPUtime=3.27
/proc/482/task/492/stat : 492 (java) S 480 482 32385 0 -1 4202560 9877 0 0 0 323 4 0 0 15 0 16 0 29202237 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=493] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/493/stat : 493 (java) S 480 482 32385 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29202237 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=494] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/494/stat : 494 (java) S 480 482 32385 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 29202237 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=495] ppid=480 vsize=1540404 CPUtime=806.81
/proc/482/task/495/stat : 495 (java) R 480 482 32385 0 -1 4202560 1554 0 0 0 80657 24 0 0 25 0 16 0 29202419 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4109633870 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=482/tid=496] ppid=480 vsize=1540404 CPUtime=802.35
/proc/482/task/496/stat : 496 (java) R 480 482 32385 0 -1 4202560 1204 0 0 0 80216 19 0 0 25 0 16 0 29202419 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4110055994 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=482/tid=497] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/497/stat : 497 (java) S 480 482 32385 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 29202424 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=498] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/498/stat : 498 (java) S 480 482 32385 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 29202433 1577373696 102219 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1630
Current children cumulated vsize (KiB) 1540404

[startup+882.302 s]
/proc/loadavg: 2.18 2.03 1.64 3/122 522
/proc/meminfo: memFree=1408812/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=1540404 CPUtime=1748.47
/proc/482/stat : 482 (java) S 480 482 32385 0 -1 4202496 121464 0 1 0 174722 125 0 0 15 0 16 0 29202227 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/482/statm: 385101 104602 1448 10 0 382404 0
[pid=482/tid=484] ppid=480 vsize=1540404 CPUtime=1.53
/proc/482/task/484/stat : 484 (java) S 480 482 32385 0 -1 4202560 30356 0 1 0 141 12 0 0 15 0 16 0 29202229 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=485] ppid=480 vsize=1540404 CPUtime=6.75
/proc/482/task/485/stat : 485 (java) S 480 482 32385 0 -1 4202560 37485 0 0 0 652 23 0 0 16 0 16 0 29202230 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=486] ppid=480 vsize=1540404 CPUtime=6.76
/proc/482/task/486/stat : 486 (java) S 480 482 32385 0 -1 4202560 37027 0 0 0 654 22 0 0 16 0 16 0 29202230 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=487] ppid=480 vsize=1540404 CPUtime=2.89
/proc/482/task/487/stat : 487 (java) S 480 482 32385 0 -1 4202560 1063 0 0 0 279 10 0 0 15 0 16 0 29202232 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=488] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/488/stat : 488 (java) S 480 482 32385 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29202232 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=489] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/489/stat : 489 (java) S 480 482 32385 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29202232 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=490] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/490/stat : 490 (java) S 480 482 32385 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 29202237 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=491] ppid=480 vsize=1540404 CPUtime=1.82
/proc/482/task/491/stat : 491 (java) S 480 482 32385 0 -1 4202560 1577 0 0 0 182 0 0 0 16 0 16 0 29202237 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=492] ppid=480 vsize=1540404 CPUtime=3.31
/proc/482/task/492/stat : 492 (java) S 480 482 32385 0 -1 4202560 9932 0 0 0 327 4 0 0 16 0 16 0 29202237 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=493] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/493/stat : 493 (java) S 480 482 32385 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29202237 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=494] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/494/stat : 494 (java) S 480 482 32385 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 29202237 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=495] ppid=480 vsize=1540404 CPUtime=864.91
/proc/482/task/495/stat : 495 (java) R 480 482 32385 0 -1 4202560 1614 0 0 0 86466 25 0 0 25 0 16 0 29202419 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4109846330 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=482/tid=496] ppid=480 vsize=1540404 CPUtime=860.38
/proc/482/task/496/stat : 496 (java) R 480 482 32385 0 -1 4202560 1283 0 0 0 86017 21 0 0 25 0 16 0 29202419 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4109736482 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=482/tid=497] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/497/stat : 497 (java) S 480 482 32385 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 29202424 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=498] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/498/stat : 498 (java) S 480 482 32385 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 29202433 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1748.47
Current children cumulated vsize (KiB) 1540404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.302 s]
/proc/loadavg: 2.11 2.03 1.65 3/122 522
/proc/meminfo: memFree=1408812/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=1540404 CPUtime=1800.12
/proc/482/stat : 482 (java) S 480 482 32385 0 -1 4202496 121531 0 1 0 179885 127 0 0 15 0 16 0 29202227 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/482/statm: 385101 104602 1448 10 0 382404 0
[pid=482/tid=484] ppid=480 vsize=1540404 CPUtime=1.53
/proc/482/task/484/stat : 484 (java) S 480 482 32385 0 -1 4202560 30357 0 1 0 141 12 0 0 15 0 16 0 29202229 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=485] ppid=480 vsize=1540404 CPUtime=7.11
/proc/482/task/485/stat : 485 (java) S 480 482 32385 0 -1 4202560 37485 0 0 0 687 24 0 0 15 0 16 0 29202230 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=486] ppid=480 vsize=1540404 CPUtime=7.11
/proc/482/task/486/stat : 486 (java) S 480 482 32385 0 -1 4202560 37027 0 0 0 688 23 0 0 15 0 16 0 29202230 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=487] ppid=480 vsize=1540404 CPUtime=2.92
/proc/482/task/487/stat : 487 (java) S 480 482 32385 0 -1 4202560 1065 0 0 0 281 11 0 0 15 0 16 0 29202232 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 0 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=488] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/488/stat : 488 (java) S 480 482 32385 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29202232 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=489] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/489/stat : 489 (java) S 480 482 32385 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29202232 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=490] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/490/stat : 490 (java) S 480 482 32385 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 29202237 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=491] ppid=480 vsize=1540404 CPUtime=1.82
/proc/482/task/491/stat : 491 (java) S 480 482 32385 0 -1 4202560 1577 0 0 0 182 0 0 0 16 0 16 0 29202237 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=492] ppid=480 vsize=1540404 CPUtime=3.31
/proc/482/task/492/stat : 492 (java) S 480 482 32385 0 -1 4202560 9932 0 0 0 327 4 0 0 16 0 16 0 29202237 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=493] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/493/stat : 493 (java) S 480 482 32385 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29202237 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=494] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/494/stat : 494 (java) S 480 482 32385 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 29202237 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
[pid=482/tid=495] ppid=480 vsize=1540404 CPUtime=890.41
/proc/482/task/495/stat : 495 (java) R 480 482 32385 0 -1 4202560 1645 0 0 0 89016 25 0 0 25 0 16 0 29202419 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4109754214 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=482/tid=496] ppid=480 vsize=1540404 CPUtime=885.81
/proc/482/task/496/stat : 496 (java) R 480 482 32385 0 -1 4202560 1314 0 0 0 88559 22 0 0 25 0 16 0 29202419 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4109308902 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=482/tid=497] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/497/stat : 497 (java) S 480 482 32385 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 29202424 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 0 0 0 0
[pid=482/tid=498] ppid=480 vsize=1540404 CPUtime=0
/proc/482/task/498/stat : 498 (java) S 480 482 32385 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 29202433 1577373696 104602 1992294400 134512640 134550932 4288908288 18446744073709551615 4294960144 0 4 0 16800975 18446604437846248448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1540404

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

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

[startup+908.416 s]
/proc/loadavg: 2.11 2.03 1.65 3/122 522
/proc/meminfo: memFree=1408812/2059040 swapFree=4136184/4192956
[pid=482] ppid=480 vsize=0 CPUtime=1800.33
/proc/482/stat : 482 (java) Z 480 482 32385 0 -1 4203548 121551 0 1 0 179904 129 0 0 15 0 2 0 29202227 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/482/statm: 0 0 0 0 0 0 0
[pid=482/tid=496] ppid=480 vsize=0 CPUtime=885.9
/proc/482/task/496/stat : 496 (java) R 480 482 32385 0 -1 4203588 1314 0 0 0 88566 24 0 0 25 0 2 0 29202419 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.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 908.444
CPU time (s): 1800.36
CPU user time (s): 1799.04
CPU system time (s): 1.3228
CPU usage (%): 198.181
Max. virtual memory (cumulated for all children) (KiB): 1544500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.3228
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121551
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= 33755
involuntary context switches= 56082

runsolver used 4.5953 second user time and 6.75697 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-14 19:20:07
IDJOB=2662152
IDBENCH=2350
IDSOLVER=1166
FILE ID=node011/2662152-1276536007
PBS_JOBID= 11173454
Free space on /tmp= 62264 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/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662152-1276536007/watcher-2662152-1276536007 -o /tmp/evaluation-result-2662152-1276536007/solver-2662152-1276536007 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662152-1276536007.opb

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

MD5SUM BENCH= 1de7e61bcf99a935d7a04a775cb5b14f
RANDOM SEED=32957615

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1825540 kB
Buffers:         45976 kB
Cached:         110812 kB
SwapCached:       9664 kB
Active:          77808 kB
Inactive:        91356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1825540 kB
SwapTotal:     4192956 kB
SwapFree:      4136184 kB
Dirty:            1276 kB
Writeback:           0 kB
AnonPages:       11040 kB
Mapped:           9128 kB
Slab:            42316 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180944 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= 62264 MiB
End job on node011 at 2010-06-14 19:35:17