Trace number 2662346

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.3 912.869

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-aflow40b.opb
MD5SUMb1cb8dfc9613a6d80968091d3346a684
Bench CategoryOPT-MEDINT (optimisation, medium 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5507
Optimality of the best value was proved NO
Number of variables23384
Total number of constraints2806
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)39
Number of constraints which are nor clauses,nor cardinality constraints2767
Minimum length of a constraint14
Maximum length of a constraint1202
Number of terms in the objective function 1364
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 230637
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 102400
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7037881
Number of bits of the biggest sum of numbers23
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662346-1276347419.opb
0.25/0.21	c reading problem ... 
3.55/1.90	c ... done. Wall clock time 1.688s.
3.55/1.90	c #vars     23384
3.55/1.90	c #constraints  2884
3.55/1.90	c constraints type 
3.55/1.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39
3.55/1.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 39
3.55/1.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2806
3.55/1.90	c constraints type 
3.55/1.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39
3.55/1.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 39
3.55/1.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2806
44.93/22.81	c cleaning 2503 clauses out of 5006 with flag 5006/5006
80.87/41.08	c cleaning 4280 clauses out of 8560 with flag 11063/11063
144.31/73.13	c cleaning 5600 clauses out of 11218 with flag 18001/18001
205.67/104.24	c cleaning 6854 clauses out of 13716 with flag 26099/26099
273.32/138.60	c cleaning 7883 clauses out of 15767 with flag 35004/35004
326.90/165.74	c cleaning 8980 clauses out of 17990 with flag 45110/45110
396.80/201.18	c cleaning 9435 clauses out of 18900 with flag 55000/55000
475.16/240.84	c cleaning 9703 clauses out of 19465 with flag 65000/65000
646.22/327.44	c cleaning 9861 clauses out of 19762 with flag 75000/75000
804.21/407.30	c cleaning 9975 clauses out of 19985 with flag 85084/85084
962.47/487.49	c cleaning 9930 clauses out of 19926 with flag 95000/95000
1241.98/628.53	c cleaning 9993 clauses out of 19996 with flag 105000/105000
1292.95/654.70	c cleaning 10001 clauses out of 20010 with flag 115007/115007
1369.92/693.96	c cleaning 9978 clauses out of 20006 with flag 125004/125004
1425.84/722.59	c cleaning 10009 clauses out of 20026 with flag 135002/135002
1586.03/803.76	c cleaning 9991 clauses out of 20019 with flag 145004/145004
1729.98/876.91	c cleaning 9978 clauses out of 20024 with flag 155000/155000
1800.03/912.71	c starts		: 105
1800.03/912.71	c conflicts		: 161527
1800.03/912.71	c decisions		: 1791884
1800.03/912.71	c propagations		: 31534301
1800.03/912.71	c inspects		: 89636458
1800.03/912.71	c learnt literals	: 0
1800.03/912.71	c learnt binary clauses	: 0
1800.03/912.71	c learnt ternary clauses	: 2
1800.03/912.71	c learnt clauses	: 161527
1800.03/912.71	c ignored clauses	: 0
1800.03/912.71	c root simplifications	: 0
1800.03/912.71	c removed literals (reason simplification)	: 8037954
1800.03/912.71	c reason swapping (by a shorter reason)	: 0
1800.03/912.71	c Calls to reduceDB	: 17
1800.03/912.71	c number of reductions to clauses (during analyze)	: 0
1800.03/912.71	c number of learned constraints concerned by reduction	: 0
1800.03/912.71	c number of learning phase by resolution	: 0
1800.03/912.71	c number of learning phase by cutting planes	: 0
1800.03/912.71	c speed (assignments/second)	: 34622.2955391355
1800.03/912.72	c non guided choices	94206
1800.03/912.81	c learnt constraints type 
1800.03/912.81	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16576
1800.03/912.81	c constraints type 
1800.03/912.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39
1800.03/912.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 39
1800.03/912.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2806
1800.03/912.81	c constraints type 
1800.03/912.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39
1800.03/912.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 39
1800.03/912.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2806
1800.03/912.81	s UNKNOWN
1800.03/912.81	c Total wall clock time (in seconds): 912.593

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-2662346-1276347419/watcher-2662346-1276347419 -o /tmp/evaluation-result-2662346-1276347419/solver-2662346-1276347419 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662346-1276347419.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.26 1.10 1.04 3/106 12798
/proc/meminfo: memFree=1509480/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1832 CPUtime=0
/proc/12798/stat : 12798 (java6) R 12796 12798 12185 0 -1 4194304 255 0 0 0 0 0 0 0 19 0 1 0 8398223 1875968 157 1992294400 134512640 134550932 4291580016 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12798/statm: 1 1 0 0 0 1 0

[startup+0.0838699 s]
/proc/loadavg: 1.26 1.10 1.04 3/106 12798
/proc/meminfo: memFree=1509480/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1521796 CPUtime=0.06
/proc/12798/stat : 12798 (java) S 12796 12798 12185 0 -1 4202496 3803 0 1 0 4 2 0 0 18 0 7 0 8398223 1558319104 3243 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12798/statm: 380449 3243 1043 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101867 s]
/proc/loadavg: 1.26 1.10 1.04 3/106 12798
/proc/meminfo: memFree=1509480/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1524180 CPUtime=0.08
/proc/12798/stat : 12798 (java) S 12796 12798 12185 0 -1 4202496 3966 0 1 0 6 2 0 0 18 0 12 0 8398223 1560760320 3404 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12798/statm: 381045 3404 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300202 s]
/proc/loadavg: 1.26 1.10 1.04 3/106 12798
/proc/meminfo: memFree=1509480/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1526252 CPUtime=0.39
/proc/12798/stat : 12798 (java) S 12796 12798 12185 0 -1 4202496 5626 0 1 0 35 4 0 0 18 0 12 0 8398223 1562882048 5062 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12798/statm: 381563 5062 1367 10 0 378866 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526252

[startup+0.700194 s]
/proc/loadavg: 1.26 1.10 1.04 3/106 12798
/proc/meminfo: memFree=1509480/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1529484 CPUtime=1.19
/proc/12798/stat : 12798 (java) S 12796 12798 12185 0 -1 4202496 8950 0 1 0 115 4 0 0 18 0 12 0 8398223 1566191616 8186 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12798/statm: 382371 8186 1404 10 0 379674 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1529484

[startup+1.50118 s]
/proc/loadavg: 1.48 1.14 1.05 6/118 12810
/proc/meminfo: memFree=1463320/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1538064 CPUtime=2.78
/proc/12798/stat : 12798 (java) S 12796 12798 12185 0 -1 4202496 25220 0 1 0 267 11 0 0 18 0 12 0 8398223 1574977536 23728 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12798/statm: 384516 23731 1406 10 0 381819 0
[pid=12798/tid=12800] ppid=12796 vsize=1538064 CPUtime=1.47
/proc/12798/task/12800/stat : 12800 (java) R 12796 12798 12185 0 -1 4202560 19923 0 1 0 140 7 0 0 18 0 12 0 8398225 1574977536 23732 1992294400 134512640 134550932 4292776192 18446744073709551615 4109900113 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12798/tid=12801] ppid=12796 vsize=1538064 CPUtime=0
/proc/12798/task/12801/stat : 12801 (java) S 12796 12798 12185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8398226 1574977536 23734 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12802] ppid=12796 vsize=1538064 CPUtime=0
/proc/12798/task/12802/stat : 12802 (java) S 12796 12798 12185 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 8398226 1574977536 23736 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12803] ppid=12796 vsize=1538064 CPUtime=0
/proc/12798/task/12803/stat : 12803 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8398228 1574977536 23738 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12804] ppid=12796 vsize=1538064 CPUtime=0
/proc/12798/task/12804/stat : 12804 (java) S 12796 12798 12185 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 8398229 1574977536 23740 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12805] ppid=12796 vsize=1538064 CPUtime=0
/proc/12798/task/12805/stat : 12805 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8398229 1574977536 23742 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12806] ppid=12796 vsize=1538064 CPUtime=0
/proc/12798/task/12806/stat : 12806 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8398233 1574977536 23743 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12807] ppid=12796 vsize=1538064 CPUtime=0.52
/proc/12798/task/12807/stat : 12807 (java) S 12796 12798 12185 0 -1 4202560 868 0 0 0 52 0 0 0 25 0 12 0 8398233 1574977536 23748 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12808] ppid=12796 vsize=1538064 CPUtime=0.75
/proc/12798/task/12808/stat : 12808 (java) R 12796 12798 12185 0 -1 4202560 3366 0 0 0 74 1 0 0 25 0 12 0 8398233 1574977536 23753 1992294400 134512640 134550932 4292776192 18446744073709551615 5617148 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12798/tid=12809] ppid=12796 vsize=1538064 CPUtime=0
/proc/12798/task/12809/stat : 12809 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8398233 1574977536 23759 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12810] ppid=12796 vsize=1538064 CPUtime=0
/proc/12798/task/12810/stat : 12810 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8398233 1574977536 23764 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 1538064

[startup+3.10314 s]
/proc/loadavg: 1.48 1.14 1.05 6/122 12814
/proc/meminfo: memFree=1382440/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1540844 CPUtime=5.91
/proc/12798/stat : 12798 (java) S 12796 12798 12185 0 -1 4202496 40540 0 1 0 574 17 0 0 18 0 16 0 8398223 1577824256 36997 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12798/statm: 385211 37000 1433 10 0 382514 0
[pid=12798/tid=12800] ppid=12796 vsize=1540844 CPUtime=1.88
/proc/12798/task/12800/stat : 12800 (java) S 12796 12798 12185 0 -1 4202560 27072 0 1 0 177 11 0 0 18 0 16 0 8398225 1577824256 37001 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12801] ppid=12796 vsize=1540844 CPUtime=0
/proc/12798/task/12801/stat : 12801 (java) R 12796 12798 12185 0 -1 4202560 308 0 0 0 0 0 0 0 18 0 16 0 8398226 1577824256 37002 1992294400 134512640 134550932 4292776192 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12798/tid=12802] ppid=12796 vsize=1540844 CPUtime=0
/proc/12798/task/12802/stat : 12802 (java) R 12796 12798 12185 0 -1 4202560 280 0 0 0 0 0 0 0 18 0 16 0 8398226 1577824256 37003 1992294400 134512640 134550932 4292776192 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12798/tid=12803] ppid=12796 vsize=1540844 CPUtime=0
/proc/12798/task/12803/stat : 12803 (java) S 12796 12798 12185 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 16 0 8398228 1577824256 37005 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12804] ppid=12796 vsize=1540844 CPUtime=0
/proc/12798/task/12804/stat : 12804 (java) S 12796 12798 12185 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 8398229 1577824256 37006 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12805] ppid=12796 vsize=1540844 CPUtime=0
/proc/12798/task/12805/stat : 12805 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 8398229 1577824256 37008 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12806] ppid=12796 vsize=1540844 CPUtime=0
/proc/12798/task/12806/stat : 12806 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8398233 1577824256 37009 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12807] ppid=12796 vsize=1540844 CPUtime=0.92
/proc/12798/task/12807/stat : 12807 (java) S 12796 12798 12185 0 -1 4202560 1040 0 0 0 92 0 0 0 19 0 16 0 8398233 1577824256 37010 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12808] ppid=12796 vsize=1540844 CPUtime=1.6
/proc/12798/task/12808/stat : 12808 (java) S 12796 12798 12185 0 -1 4202560 5995 0 0 0 158 2 0 0 25 0 16 0 8398233 1577824256 37012 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12809] ppid=12796 vsize=1540844 CPUtime=0
/proc/12798/task/12809/stat : 12809 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8398233 1577824256 37013 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12810] ppid=12796 vsize=1540844 CPUtime=0
/proc/12798/task/12810/stat : 12810 (java) R 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8398233 1577824256 37015 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12798/tid=12811] ppid=12796 vsize=1540844 CPUtime=0.86
/proc/12798/task/12811/stat : 12811 (java) S 12796 12798 12185 0 -1 4202560 2111 0 0 0 86 0 0 0 20 0 16 0 8398414 1577824256 37016 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12812] ppid=12796 vsize=1540844 CPUtime=0.59
/proc/12798/task/12812/stat : 12812 (java) S 12796 12798 12185 0 -1 4202560 2668 0 0 0 58 1 0 0 23 0 16 0 8398414 1577824256 37017 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12813] ppid=12796 vsize=1540844 CPUtime=0
/proc/12798/task/12813/stat : 12813 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8398427 1577824256 37019 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12814] ppid=12796 vsize=1540844 CPUtime=0
/proc/12798/task/12814/stat : 12814 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8398433 1577824256 37020 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 1540844

[startup+6.30108 s]
/proc/loadavg: 1.48 1.14 1.05 4/122 12814
/proc/meminfo: memFree=1319944/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1541048 CPUtime=12.24
/proc/12798/stat : 12798 (java) S 12796 12798 12185 0 -1 4202496 52782 0 1 0 1201 23 0 0 18 0 16 0 8398223 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12798/statm: 385262 48833 1442 10 0 382565 0
[pid=12798/tid=12800] ppid=12796 vsize=1541048 CPUtime=1.88
/proc/12798/task/12800/stat : 12800 (java) S 12796 12798 12185 0 -1 4202560 27072 0 1 0 177 11 0 0 18 0 16 0 8398225 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12801] ppid=12796 vsize=1541048 CPUtime=0.38
/proc/12798/task/12801/stat : 12801 (java) S 12796 12798 12185 0 -1 4202560 7067 0 0 0 34 4 0 0 15 0 16 0 8398226 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12802] ppid=12796 vsize=1541048 CPUtime=0.36
/proc/12798/task/12802/stat : 12802 (java) S 12796 12798 12185 0 -1 4202560 5359 0 0 0 35 1 0 0 16 0 16 0 8398226 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12803] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12803/stat : 12803 (java) S 12796 12798 12185 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 8398228 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12804] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12804/stat : 12804 (java) S 12796 12798 12185 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 8398229 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12805] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12805/stat : 12805 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 8398229 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12806] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12806/stat : 12806 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8398233 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12807] ppid=12796 vsize=1541048 CPUtime=1.65
/proc/12798/task/12807/stat : 12807 (java) S 12796 12798 12185 0 -1 4202560 1105 0 0 0 165 0 0 0 15 0 16 0 8398233 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12808] ppid=12796 vsize=1541048 CPUtime=2.21
/proc/12798/task/12808/stat : 12808 (java) S 12796 12798 12185 0 -1 4202560 6061 0 0 0 219 2 0 0 15 0 16 0 8398233 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12809] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12809/stat : 12809 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8398233 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12810] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12810/stat : 12810 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8398233 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12811] ppid=12796 vsize=1541048 CPUtime=2.88
/proc/12798/task/12811/stat : 12811 (java) R 12796 12798 12185 0 -1 4202560 2115 0 0 0 288 0 0 0 17 0 16 0 8398414 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4110282412 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12798/tid=12812] ppid=12796 vsize=1541048 CPUtime=2.81
/proc/12798/task/12812/stat : 12812 (java) R 12796 12798 12185 0 -1 4202560 2928 0 0 0 280 1 0 0 25 0 16 0 8398414 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4110341066 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12798/tid=12813] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12813/stat : 12813 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8398427 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12814] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12814/stat : 12814 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8398433 1578033152 48833 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 1541048

[startup+12.7019 s]
/proc/loadavg: 1.71 1.21 1.07 3/122 12814
/proc/meminfo: memFree=1286092/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1541048 CPUtime=24.91
/proc/12798/stat : 12798 (java) S 12796 12798 12185 0 -1 4202496 62642 0 1 0 2463 28 0 0 18 0 16 0 8398223 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12798/statm: 385262 57382 1442 10 0 382565 0
[pid=12798/tid=12800] ppid=12796 vsize=1541048 CPUtime=1.88
/proc/12798/task/12800/stat : 12800 (java) S 12796 12798 12185 0 -1 4202560 27072 0 1 0 177 11 0 0 18 0 16 0 8398225 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12801] ppid=12796 vsize=1541048 CPUtime=0.72
/proc/12798/task/12801/stat : 12801 (java) S 12796 12798 12185 0 -1 4202560 12402 0 0 0 66 6 0 0 16 0 16 0 8398226 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12802] ppid=12796 vsize=1541048 CPUtime=0.71
/proc/12798/task/12802/stat : 12802 (java) S 12796 12798 12185 0 -1 4202560 9854 0 0 0 68 3 0 0 15 0 16 0 8398226 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12803] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12803/stat : 12803 (java) S 12796 12798 12185 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 16 0 8398228 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12804] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12804/stat : 12804 (java) S 12796 12798 12185 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 8398229 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12805] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12805/stat : 12805 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 8398229 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12806] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12806/stat : 12806 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8398233 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12807] ppid=12796 vsize=1541048 CPUtime=1.65
/proc/12798/task/12807/stat : 12807 (java) S 12796 12798 12185 0 -1 4202560 1105 0 0 0 165 0 0 0 15 0 16 0 8398233 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12808] ppid=12796 vsize=1541048 CPUtime=2.46
/proc/12798/task/12808/stat : 12808 (java) S 12796 12798 12185 0 -1 4202560 6078 0 0 0 244 2 0 0 16 0 16 0 8398233 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12809] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12809/stat : 12809 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8398233 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12810] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12810/stat : 12810 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 8398233 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12811] ppid=12796 vsize=1541048 CPUtime=8.81
/proc/12798/task/12811/stat : 12811 (java) R 12796 12798 12185 0 -1 4202560 2122 0 0 0 881 0 0 0 25 0 16 0 8398414 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4110374073 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12798/tid=12812] ppid=12796 vsize=1541048 CPUtime=8.59
/proc/12798/task/12812/stat : 12812 (java) R 12796 12798 12185 0 -1 4202560 2934 0 0 0 858 1 0 0 25 0 16 0 8398414 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4110341686 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12798/tid=12813] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12813/stat : 12813 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8398427 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12814] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12814/stat : 12814 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8398433 1578033152 57382 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0

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

/proc/12798/task/12811/stat : 12811 (java) R 12796 12798 12185 0 -1 4202560 2422 0 0 0 72994 19 0 0 25 0 16 0 8398414 1578033152 132707 1992294400 134512640 134550932 4292776192 18446744073709551615 4110210028 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12798/tid=12812] ppid=12796 vsize=1541048 CPUtime=735.69
/proc/12798/task/12812/stat : 12812 (java) R 12796 12798 12185 0 -1 4202560 3503 0 0 0 73547 22 0 0 25 0 16 0 8398414 1578033152 132707 1992294400 134512640 134550932 4292776192 18446744073709551615 4110340847 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12798/tid=12813] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12813/stat : 12813 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8398427 1578033152 132707 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12814] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12814/stat : 12814 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8398433 1578033152 132707 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1503.95
Current children cumulated vsize (KiB) 1541048

[startup+822.301 s]
/proc/loadavg: 2.14 2.04 1.64 3/122 12845
/proc/meminfo: memFree=979440/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1541048 CPUtime=1621.77
/proc/12798/stat : 12798 (java) S 12796 12798 12185 0 -1 4202496 143501 0 1 0 162030 147 0 0 18 0 16 0 8398223 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12798/statm: 385262 133135 1449 10 0 382565 0
[pid=12798/tid=12800] ppid=12796 vsize=1541048 CPUtime=1.88
/proc/12798/task/12800/stat : 12800 (java) S 12796 12798 12185 0 -1 4202560 27082 0 1 0 177 11 0 0 15 0 16 0 8398225 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12801] ppid=12796 vsize=1541048 CPUtime=12.3
/proc/12798/task/12801/stat : 12801 (java) S 12796 12798 12185 0 -1 4202560 52361 0 0 0 1195 35 0 0 16 0 16 0 8398226 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12802] ppid=12796 vsize=1541048 CPUtime=12.24
/proc/12798/task/12802/stat : 12802 (java) S 12796 12798 12185 0 -1 4202560 49558 0 0 0 1189 35 0 0 15 0 16 0 8398226 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12803] ppid=12796 vsize=1541048 CPUtime=9.7
/proc/12798/task/12803/stat : 12803 (java) S 12796 12798 12185 0 -1 4202560 195 0 0 0 957 13 0 0 15 0 16 0 8398228 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12804] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12804/stat : 12804 (java) S 12796 12798 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8398229 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12805] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12805/stat : 12805 (java) S 12796 12798 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8398229 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12806] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12806/stat : 12806 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8398233 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12807] ppid=12796 vsize=1541048 CPUtime=1.67
/proc/12798/task/12807/stat : 12807 (java) S 12796 12798 12185 0 -1 4202560 1105 0 0 0 167 0 0 0 16 0 16 0 8398233 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12808] ppid=12796 vsize=1541048 CPUtime=3.09
/proc/12798/task/12808/stat : 12808 (java) S 12796 12798 12185 0 -1 4202560 6103 0 0 0 307 2 0 0 15 0 16 0 8398233 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12809] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12809/stat : 12809 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8398233 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12810] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12810/stat : 12810 (java) S 12796 12798 12185 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 8398233 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12811] ppid=12796 vsize=1541048 CPUtime=787.76
/proc/12798/task/12811/stat : 12811 (java) R 12796 12798 12185 0 -1 4202560 2445 0 0 0 78755 21 0 0 25 0 16 0 8398414 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4110266703 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12798/tid=12812] ppid=12796 vsize=1541048 CPUtime=793.01
/proc/12798/task/12812/stat : 12812 (java) R 12796 12798 12185 0 -1 4202560 3532 0 0 0 79278 23 0 0 25 0 16 0 8398414 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4110240106 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12798/tid=12813] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12813/stat : 12813 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8398427 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12814] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12814/stat : 12814 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8398433 1578033152 133135 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1621.77
Current children cumulated vsize (KiB) 1541048

[startup+882.302 s]
/proc/loadavg: 2.05 2.03 1.66 3/122 12847
/proc/meminfo: memFree=968156/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1541048 CPUtime=1739.76
/proc/12798/stat : 12798 (java) S 12796 12798 12185 0 -1 4202496 146562 0 1 0 173823 153 0 0 18 0 16 0 8398223 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12798/statm: 385262 135931 1449 10 0 382565 0
[pid=12798/tid=12800] ppid=12796 vsize=1541048 CPUtime=1.88
/proc/12798/task/12800/stat : 12800 (java) S 12796 12798 12185 0 -1 4202560 27083 0 1 0 177 11 0 0 15 0 16 0 8398225 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12801] ppid=12796 vsize=1541048 CPUtime=13.43
/proc/12798/task/12801/stat : 12801 (java) S 12796 12798 12185 0 -1 4202560 53827 0 0 0 1305 38 0 0 16 0 16 0 8398226 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12802] ppid=12796 vsize=1541048 CPUtime=13.37
/proc/12798/task/12802/stat : 12802 (java) S 12796 12798 12185 0 -1 4202560 51081 0 0 0 1301 36 0 0 15 0 16 0 8398226 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12803] ppid=12796 vsize=1541048 CPUtime=10.66
/proc/12798/task/12803/stat : 12803 (java) S 12796 12798 12185 0 -1 4202560 199 0 0 0 1052 14 0 0 15 0 16 0 8398228 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12804] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12804/stat : 12804 (java) S 12796 12798 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8398229 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12805] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12805/stat : 12805 (java) S 12796 12798 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8398229 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12806] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12806/stat : 12806 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8398233 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12807] ppid=12796 vsize=1541048 CPUtime=1.67
/proc/12798/task/12807/stat : 12807 (java) S 12796 12798 12185 0 -1 4202560 1105 0 0 0 167 0 0 0 16 0 16 0 8398233 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12808] ppid=12796 vsize=1541048 CPUtime=3.09
/proc/12798/task/12808/stat : 12808 (java) S 12796 12798 12185 0 -1 4202560 6103 0 0 0 307 2 0 0 15 0 16 0 8398233 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12809] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12809/stat : 12809 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8398233 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12810] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12810/stat : 12810 (java) S 12796 12798 12185 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 8398233 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12811] ppid=12796 vsize=1541048 CPUtime=844.66
/proc/12798/task/12811/stat : 12811 (java) R 12796 12798 12185 0 -1 4202560 2466 0 0 0 84444 22 0 0 25 0 16 0 8398414 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4110210264 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12798/tid=12812] ppid=12796 vsize=1541048 CPUtime=850.9
/proc/12798/task/12812/stat : 12812 (java) R 12796 12798 12185 0 -1 4202560 3574 0 0 0 85065 25 0 0 18 0 16 0 8398414 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4110341369 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12798/tid=12813] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12813/stat : 12813 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8398427 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12814] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12814/stat : 12814 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8398433 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1739.76
Current children cumulated vsize (KiB) 1541048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.701 s]
/proc/loadavg: 2.09 2.04 1.68 3/122 12847
/proc/meminfo: memFree=968032/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1541048 CPUtime=1800.03
/proc/12798/stat : 12798 (java) S 12796 12798 12185 0 -1 4202496 146588 0 1 0 179847 156 0 0 18 0 16 0 8398223 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12798/statm: 385262 135931 1449 10 0 382565 0
[pid=12798/tid=12800] ppid=12796 vsize=1541048 CPUtime=1.88
/proc/12798/task/12800/stat : 12800 (java) S 12796 12798 12185 0 -1 4202560 27083 0 1 0 177 11 0 0 15 0 16 0 8398225 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12801] ppid=12796 vsize=1541048 CPUtime=13.88
/proc/12798/task/12801/stat : 12801 (java) S 12796 12798 12185 0 -1 4202560 53827 0 0 0 1349 39 0 0 16 0 16 0 8398226 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12802] ppid=12796 vsize=1541048 CPUtime=13.82
/proc/12798/task/12802/stat : 12802 (java) S 12796 12798 12185 0 -1 4202560 51081 0 0 0 1346 36 0 0 15 0 16 0 8398226 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12803] ppid=12796 vsize=1541048 CPUtime=10.68
/proc/12798/task/12803/stat : 12803 (java) S 12796 12798 12185 0 -1 4202560 199 0 0 0 1054 14 0 0 15 0 16 0 8398228 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12804] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12804/stat : 12804 (java) S 12796 12798 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 8398229 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12805] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12805/stat : 12805 (java) S 12796 12798 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8398229 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12806] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12806/stat : 12806 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8398233 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12807] ppid=12796 vsize=1541048 CPUtime=1.67
/proc/12798/task/12807/stat : 12807 (java) S 12796 12798 12185 0 -1 4202560 1105 0 0 0 167 0 0 0 16 0 16 0 8398233 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12808] ppid=12796 vsize=1541048 CPUtime=3.09
/proc/12798/task/12808/stat : 12808 (java) S 12796 12798 12185 0 -1 4202560 6103 0 0 0 307 2 0 0 15 0 16 0 8398233 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12809] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12809/stat : 12809 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8398233 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12810] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12810/stat : 12810 (java) S 12796 12798 12185 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 8398233 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12811] ppid=12796 vsize=1541048 CPUtime=874.07
/proc/12798/task/12811/stat : 12811 (java) R 12796 12798 12185 0 -1 4202560 2474 0 0 0 87385 22 0 0 25 0 16 0 8398414 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4110229996 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12798/tid=12812] ppid=12796 vsize=1541048 CPUtime=880.82
/proc/12798/task/12812/stat : 12812 (java) R 12796 12798 12185 0 -1 4202560 3590 0 0 0 88056 26 0 0 25 0 16 0 8398414 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4109883642 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12798/tid=12813] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12813/stat : 12813 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 8398427 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12814] ppid=12796 vsize=1541048 CPUtime=0
/proc/12798/task/12814/stat : 12814 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 8398433 1578033152 135931 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1541048

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

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

[startup+912.815 s]
/proc/loadavg: 2.09 2.04 1.68 3/122 12847
/proc/meminfo: memFree=968032/2059040 swapFree=4192956/4192956
[pid=12798] ppid=12796 vsize=1541696 CPUtime=1800.24
/proc/12798/stat : 12798 (java) S 12796 12798 12185 0 -1 4202496 146614 0 1 0 179868 156 0 0 18 0 16 0 8398223 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12798/statm: 385424 135955 1452 10 0 382727 0
[pid=12798/tid=12800] ppid=12796 vsize=1541696 CPUtime=1.88
/proc/12798/task/12800/stat : 12800 (java) S 12796 12798 12185 0 -1 4202560 27083 0 1 0 177 11 0 0 15 0 15 0 8398225 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12801] ppid=12796 vsize=1541696 CPUtime=13.88
/proc/12798/task/12801/stat : 12801 (java) S 12796 12798 12185 0 -1 4202560 53827 0 0 0 1349 39 0 0 16 0 15 0 8398226 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12802] ppid=12796 vsize=1541696 CPUtime=13.82
/proc/12798/task/12802/stat : 12802 (java) S 12796 12798 12185 0 -1 4202560 51081 0 0 0 1346 36 0 0 15 0 15 0 8398226 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12803] ppid=12796 vsize=1541696 CPUtime=10.68
/proc/12798/task/12803/stat : 12803 (java) R 12796 12798 12185 0 -1 4202560 199 0 0 0 1054 14 0 0 15 0 15 0 8398228 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12798/tid=12804] ppid=12796 vsize=1541696 CPUtime=0
/proc/12798/task/12804/stat : 12804 (java) S 12796 12798 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 8398229 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12805] ppid=12796 vsize=1541696 CPUtime=0
/proc/12798/task/12805/stat : 12805 (java) S 12796 12798 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 8398229 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12807] ppid=12796 vsize=1541696 CPUtime=1.67
/proc/12798/task/12807/stat : 12807 (java) S 12796 12798 12185 0 -1 4202560 1105 0 0 0 167 0 0 0 16 0 15 0 8398233 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
[pid=12798/tid=12808] ppid=12796 vsize=1541696 CPUtime=3.13
/proc/12798/task/12808/stat : 12808 (java) S 12796 12798 12185 0 -1 4202560 6108 0 0 0 311 2 0 0 15 0 15 0 8398233 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12809] ppid=12796 vsize=1541696 CPUtime=0
/proc/12798/task/12809/stat : 12809 (java) S 12796 12798 12185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 8398233 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12811] ppid=12796 vsize=1541696 CPUtime=874.18
/proc/12798/task/12811/stat : 12811 (java) R 12796 12798 12185 0 -1 4202560 2474 0 0 0 87396 22 0 0 25 0 15 0 8398414 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4110439098 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12798/tid=12812] ppid=12796 vsize=1541696 CPUtime=880.87
/proc/12798/task/12812/stat : 12812 (java) R 12796 12798 12185 0 -1 4202560 3590 0 0 0 88061 26 0 0 25 0 15 0 8398414 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4110247352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12798/tid=12813] ppid=12796 vsize=1541696 CPUtime=0
/proc/12798/task/12813/stat : 12813 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 8398427 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 0 0 0 0
[pid=12798/tid=12814] ppid=12796 vsize=1541696 CPUtime=0
/proc/12798/task/12814/stat : 12814 (java) S 12796 12798 12185 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 8398433 1578696704 135955 1992294400 134512640 134550932 4292776192 18446744073709551615 4294960144 0 4 0 16800975 18446604437878519808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1541696

Child status: 143
Real time (s): 912.869
CPU time (s): 1800.3
CPU user time (s): 1798.68
CPU system time (s): 1.61775
CPU usage (%): 197.213
Max. virtual memory (cumulated for all children) (KiB): 1542500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.61775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146615
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= 31153
involuntary context switches= 54226

runsolver used 5.2362 second user time and 8.38972 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-12 14:56:59
IDJOB=2662346
IDBENCH=1520
IDSOLVER=1166
FILE ID=node018/2662346-1276347419
PBS_JOBID= 11173183
Free space on /tmp= 62292 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-aflow40b.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662346-1276347419/watcher-2662346-1276347419 -o /tmp/evaluation-result-2662346-1276347419/solver-2662346-1276347419 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662346-1276347419.opb

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

MD5SUM BENCH= b1cb8dfc9613a6d80968091d3346a684
RANDOM SEED=2042363746

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1509752 kB
Buffers:        121180 kB
Cached:         284436 kB
SwapCached:          0 kB
Active:         147044 kB
Inactive:       317880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1509752 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1416 kB
Writeback:           0 kB
AnonPages:       59344 kB
Mapped:          15388 kB
Slab:            62480 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180992 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= 62292 MiB
End job on node018 at 2010-06-12 15:12:14