Trace number 2662146

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) 1801.07 917.592

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos6.opb
MD5SUM2a04555106a68acba17fb5820db41df1
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 variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 239444426529
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 239444426529
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.46	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.12/0.46	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.46	c See www.sat4j.org for details.
0.12/0.47	c version 2.2.0.v20100531
0.12/0.47	c java.runtime.name	Java(TM) SE Runtime Environment
0.12/0.47	c java.vm.name		Java HotSpot(TM) Server VM
0.12/0.47	c java.vm.version	11.2-b01
0.12/0.47	c java.vm.vendor	Sun Microsystems Inc.
0.12/0.47	c sun.arch.data.model	32
0.12/0.47	c java.version		1.6.0_12
0.12/0.47	c os.name		Linux
0.12/0.47	c os.version		2.6.18-164.el5
0.12/0.47	c os.arch		i386
0.12/0.47	c Free memory 		1393557488
0.12/0.47	c Max memory 		1395916800
0.12/0.47	c Total memory 		1395916800
0.12/0.47	c Number of processors 	2
0.22/0.54	c Pseudo Boolean Optimization
0.22/0.54	c ManyCore solver with 2 solvers running in parallel
0.22/0.54	c --- Begin Solver configuration ---
0.22/0.54	c Stops conflict analysis at the first Unique Implication Point
0.22/0.54	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.54	c Learn all clauses as in MiniSAT
0.22/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.54	c Expensive reason simplification
0.22/0.54	c Armin Biere (Picosat) restarts strategy
0.22/0.54	c Glucose learned constraints deletion strategy
0.22/0.54	c timeout=2147483s
0.22/0.54	c DB Simplification allowed=false
0.22/0.54	c --- End Solver configuration ---
0.22/0.54	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.54	c --- Begin Solver configuration ---
0.22/0.54	c Stops conflict analysis at the first Unique Implication Point
0.22/0.54	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.54	c Learn all clauses as in MiniSAT
0.22/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.54	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.54	c No reason simplification
0.22/0.54	c Armin Biere (Picosat) restarts strategy
0.22/0.54	c Glucose learned constraints deletion strategy
0.22/0.54	c timeout=2147483s
0.22/0.54	c DB Simplification allowed=false
0.22/0.54	c --- End Solver configuration ---
0.22/0.54	
0.22/0.54	c solving HOME/instance-2662146-1276530720.opb
0.22/0.54	c reading problem ... 
4.13/3.36	c ... done. Wall clock time 2.823s.
4.13/3.36	c #vars     21720
4.13/3.36	c #constraints  1259
4.13/3.36	c constraints type 
4.13/3.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48
4.13/3.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 755
4.13/3.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 456
4.13/3.37	c constraints type 
4.13/3.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 48
4.13/3.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 755
4.13/3.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 456
39.89/21.48	c cleaning 2482 clauses out of 5001 with flag 5001/5001
67.61/35.51	c cleaning 4256 clauses out of 8518 with flag 11000/11000
100.89/52.45	c cleaning 5630 clauses out of 11263 with flag 18001/18001
161.09/82.92	c cleaning 6813 clauses out of 13632 with flag 26000/26000
217.57/111.68	c cleaning 7891 clauses out of 15819 with flag 35000/35000
258.71/132.52	c cleaning 0 clauses out of 5003 with flag 0/5003
281.69/144.33	c cleaning 8950 clauses out of 17929 with flag 45001/45001
339.62/173.72	c cleaning 9485 clauses out of 18980 with flag 55002/55002
412.29/210.67	c cleaning 9737 clauses out of 19493 with flag 65000/65000
480.89/245.42	c cleaning 9856 clauses out of 19756 with flag 75000/75000
543.70/277.37	c cleaning 9944 clauses out of 19900 with flag 85000/85000
609.28/310.61	c cleaning 9974 clauses out of 19958 with flag 95002/95002
675.54/344.35	c cleaning 9976 clauses out of 19982 with flag 105000/105000
743.89/379.06	c cleaning 9997 clauses out of 20006 with flag 115000/115000
812.05/413.65	c cleaning 10003 clauses out of 20012 with flag 125003/125003
872.43/444.34	c cleaning 10001 clauses out of 20010 with flag 135004/135004
927.53/472.42	c cleaning 9985 clauses out of 20007 with flag 145002/145002
993.26/505.84	c cleaning 10003 clauses out of 20020 with flag 155000/155000
1009.63/514.33	c cleaning 0 clauses out of 11001 with flag 0/11001
1054.35/537.10	c cleaning 10003 clauses out of 20018 with flag 165001/165001
1111.99/566.55	c cleaning 10004 clauses out of 20015 with flag 175001/175001
1169.94/596.10	c cleaning 10004 clauses out of 20014 with flag 185004/185004
1248.14/635.77	c cleaning 9993 clauses out of 20006 with flag 195000/195000
1326.64/675.65	c cleaning 10003 clauses out of 20015 with flag 205002/205002
1403.60/714.81	c cleaning 9997 clauses out of 20011 with flag 215001/215001
1478.53/752.93	c cleaning 9994 clauses out of 20013 with flag 225000/225000
1539.18/783.84	c cleaning 10006 clauses out of 20021 with flag 235002/235002
1620.23/825.05	c cleaning 9999 clauses out of 20015 with flag 245002/245002
1678.15/854.65	c cleaning 10004 clauses out of 20016 with flag 255002/255002
1743.71/888.07	c cleaning 10002 clauses out of 20010 with flag 265000/265000
1799.79/916.64	c cleaning 9989 clauses out of 20010 with flag 275002/275002
1800.57/917.38	c starts		: 131
1800.57/917.38	c conflicts		: 275037
1800.57/917.38	c decisions		: 559538
1800.57/917.38	c propagations		: 25144688
1800.57/917.38	c inspects		: 569401911
1800.57/917.38	c learnt literals	: 0
1800.57/917.38	c learnt binary clauses	: 0
1800.57/917.38	c learnt ternary clauses	: 0
1800.57/917.38	c learnt clauses	: 275037
1800.57/917.38	c ignored clauses	: 0
1800.57/917.38	c root simplifications	: 0
1800.57/917.38	c removed literals (reason simplification)	: 2725142
1800.57/917.38	c reason swapping (by a shorter reason)	: 0
1800.57/917.38	c Calls to reduceDB	: 29
1800.57/917.38	c number of reductions to clauses (during analyze)	: 0
1800.57/917.38	c number of learned constraints concerned by reduction	: 0
1800.57/917.38	c number of learning phase by resolution	: 0
1800.57/917.38	c number of learning phase by cutting planes	: 0
1800.57/917.38	c speed (assignments/second)	: 27510.34343169112
1800.57/917.38	c non guided choices	11199
1800.93/917.51	c learnt constraints type 
1800.93/917.51	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10147
1800.93/917.51	c constraints type 
1800.93/917.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48
1800.93/917.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 755
1800.93/917.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 456
1800.93/917.51	c constraints type 
1800.93/917.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 48
1800.93/917.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 755
1800.93/917.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 456
1800.93/917.51	s UNKNOWN
1800.93/917.51	c Total wall clock time (in seconds): 916.965

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-2662146-1276530720/watcher-2662146-1276530720 -o /tmp/evaluation-result-2662146-1276530720/solver-2662146-1276530720 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662146-1276530720.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.97 0.98 0.99 3/106 29111
/proc/meminfo: memFree=1879612/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=24036 CPUtime=0
/proc/29111/stat : 29111 (runsolver) D 29109 29111 29056 0 -1 4202560 82 0 0 0 0 0 0 0 19 0 1 0 28675740 24612864 106 1992294400 4194304 4302564 140735626561312 18446744073709551615 228898481143 0 0 4096 24578 18446744071562154983 0 0 17 1 0 0 0
/proc/29111/statm: 6009 106 69 27 0 2647 0

[startup+0.0249469 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 29111
/proc/meminfo: memFree=1879612/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=300 CPUtime=0
/proc/29111/stat : 29111 (java6) D 29109 29111 29056 0 -1 4194304 115 0 2 0 0 0 0 0 18 0 1 0 28675740 307200 35 1992294400 134512640 134550932 4293595872 18446744073709551615 8782548 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 1
/proc/29111/statm: 75 35 28 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 300

[startup+0.101946 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 29111
/proc/meminfo: memFree=1879612/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=13164 CPUtime=0.01
/proc/29111/stat : 29111 (java) D 29109 29111 29056 0 -1 4194304 495 0 26 0 0 1 0 0 16 0 1 0 28675740 13479936 216 1992294400 134512640 134550932 4293513792 18446744073709551615 8742523 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 7
/proc/29111/statm: 3291 216 140 10 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13164

[startup+0.301945 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 29111
/proc/meminfo: memFree=1879612/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=1521668 CPUtime=0.05
/proc/29111/stat : 29111 (java) S 29109 29111 29056 0 -1 4202496 3432 0 99 0 2 3 0 0 16 0 7 0 28675740 1558188032 2971 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 9
/proc/29111/statm: 380417 2971 999 10 0 377727 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521668

[startup+0.700943 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 29111
/proc/meminfo: memFree=1879612/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=1528008 CPUtime=0.53
/proc/29111/stat : 29111 (java) S 29109 29111 29056 0 -1 4202496 5951 0 99 0 48 5 0 0 16 0 12 0 28675740 1564680192 5485 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/29111/statm: 382002 5485 1375 10 0 379305 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1528008

[startup+1.50094 s]
/proc/loadavg: 0.97 0.98 0.99 5/118 29123
/proc/meminfo: memFree=1842316/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=1541128 CPUtime=2.01
/proc/29111/stat : 29111 (java) S 29109 29111 29056 0 -1 4202496 22829 0 99 0 188 13 0 0 16 0 12 0 28675740 1578115072 20341 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/29111/statm: 385282 20342 1406 10 0 382585 0
[pid=29111/tid=29113] ppid=29109 vsize=1541128 CPUtime=0.83
/proc/29111/task/29113/stat : 29113 (java) R 29109 29111 29056 0 -1 4202560 15462 0 63 0 74 9 0 0 18 0 12 0 28675752 1578115072 20343 1992294400 134512640 134550932 4293513792 18446744073709551615 4109354740 0 4 0 16800975 0 0 0 -1 0 0 0 20
[pid=29111/tid=29114] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29114/stat : 29114 (java) S 29109 29111 29056 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 12 0 28675766 1578115072 20344 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29115] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29115/stat : 29115 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 28675766 1578115072 20346 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29116] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29116/stat : 29116 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28675769 1578115072 20347 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29117] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29117/stat : 29117 (java) S 29109 29111 29056 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 28675770 1578115072 20348 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29118] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29118/stat : 29118 (java) S 29109 29111 29056 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 28675770 1578115072 20349 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29119] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29119/stat : 29119 (java) S 29109 29111 29056 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 28675779 1578115072 20351 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29120] ppid=29109 vsize=1541128 CPUtime=0.77
/proc/29111/task/29120/stat : 29120 (java) S 29109 29111 29056 0 -1 4202560 4601 0 0 0 75 2 0 0 18 0 12 0 28675779 1578115072 20352 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29121] ppid=29109 vsize=1541128 CPUtime=0.38
/proc/29111/task/29121/stat : 29121 (java) S 29109 29111 29056 0 -1 4202560 1737 0 0 0 38 0 0 0 16 0 12 0 28675779 1578115072 20353 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29122] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29122/stat : 29122 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 28675779 1578115072 20354 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29123] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29123/stat : 29123 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28675779 1578115072 20356 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1541128

[startup+3.10193 s]
/proc/loadavg: 0.97 0.98 0.99 3/118 29123
/proc/meminfo: memFree=1721664/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=1541128 CPUtime=3.87
/proc/29111/stat : 29111 (java) S 29109 29111 29056 0 -1 4202496 49964 0 99 0 362 25 0 0 16 0 12 0 28675740 1578115072 46529 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/29111/statm: 385282 46531 1417 10 0 382585 0
[pid=29111/tid=29113] ppid=29109 vsize=1541128 CPUtime=2.2
/proc/29111/task/29113/stat : 29113 (java) S 29109 29111 29056 0 -1 4202560 31974 0 63 0 204 16 0 0 19 0 12 0 28675752 1578115072 46532 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 20
[pid=29111/tid=29114] ppid=29109 vsize=1541128 CPUtime=0.17
/proc/29111/task/29114/stat : 29114 (java) R 29109 29111 29056 0 -1 4202560 4745 0 0 0 16 1 0 0 18 0 12 0 28675766 1578115072 46533 1992294400 134512640 134550932 4293513792 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29111/tid=29115] ppid=29109 vsize=1541128 CPUtime=0.18
/proc/29111/task/29115/stat : 29115 (java) R 29109 29111 29056 0 -1 4202560 5580 0 0 0 16 2 0 0 18 0 12 0 28675766 1578115072 46535 1992294400 134512640 134550932 4293513792 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29111/tid=29116] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29116/stat : 29116 (java) S 29109 29111 29056 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 28675769 1578115072 46536 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29117] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29117/stat : 29117 (java) S 29109 29111 29056 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 28675770 1578115072 46538 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29118] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29118/stat : 29118 (java) S 29109 29111 29056 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 28675770 1578115072 46539 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29119] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29119/stat : 29119 (java) S 29109 29111 29056 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 28675779 1578115072 46541 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29120] ppid=29109 vsize=1541128 CPUtime=0.8
/proc/29111/task/29120/stat : 29120 (java) S 29109 29111 29056 0 -1 4202560 4612 0 0 0 78 2 0 0 16 0 12 0 28675779 1578115072 46542 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29121] ppid=29109 vsize=1541128 CPUtime=0.44
/proc/29111/task/29121/stat : 29121 (java) S 29109 29111 29056 0 -1 4202560 2023 0 0 0 44 0 0 0 15 0 12 0 28675779 1578115072 46544 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29122] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29122/stat : 29122 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 28675779 1578115072 46545 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29123] ppid=29109 vsize=1541128 CPUtime=0
/proc/29111/task/29123/stat : 29123 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28675779 1578115072 46547 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1541128

[startup+6.31091 s]
/proc/loadavg: 0.97 0.98 0.99 4/122 29127
/proc/meminfo: memFree=1668504/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=1541632 CPUtime=10.02
/proc/29111/stat : 29111 (java) S 29109 29111 29056 0 -1 4202496 57357 0 99 0 973 29 0 0 16 0 16 0 28675740 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/29111/statm: 385408 51078 1445 10 0 382711 0
[pid=29111/tid=29113] ppid=29109 vsize=1541632 CPUtime=2.44
/proc/29111/task/29113/stat : 29113 (java) S 29109 29111 29056 0 -1 4202560 32000 0 63 0 228 16 0 0 18 0 16 0 28675752 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 20
[pid=29111/tid=29114] ppid=29109 vsize=1541632 CPUtime=0.54
/proc/29111/task/29114/stat : 29114 (java) R 29109 29111 29056 0 -1 4202560 7107 0 0 0 52 2 0 0 16 0 16 0 28675766 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 106196837 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29111/tid=29115] ppid=29109 vsize=1541632 CPUtime=0.5
/proc/29111/task/29115/stat : 29115 (java) R 29109 29111 29056 0 -1 4202560 7926 0 0 0 47 3 0 0 16 0 16 0 28675766 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29111/tid=29116] ppid=29109 vsize=1541632 CPUtime=0
/proc/29111/task/29116/stat : 29116 (java) S 29109 29111 29056 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 16 0 28675769 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29117] ppid=29109 vsize=1541632 CPUtime=0
/proc/29111/task/29117/stat : 29117 (java) S 29109 29111 29056 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28675770 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29118] ppid=29109 vsize=1541632 CPUtime=0
/proc/29111/task/29118/stat : 29118 (java) S 29109 29111 29056 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28675770 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29119] ppid=29109 vsize=1541632 CPUtime=0
/proc/29111/task/29119/stat : 29119 (java) S 29109 29111 29056 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 28675779 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29120] ppid=29109 vsize=1541632 CPUtime=1.75
/proc/29111/task/29120/stat : 29120 (java) S 29109 29111 29056 0 -1 4202560 5310 0 0 0 173 2 0 0 15 0 16 0 28675779 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29121] ppid=29109 vsize=1541632 CPUtime=1.62
/proc/29111/task/29121/stat : 29121 (java) S 29109 29111 29056 0 -1 4202560 3915 0 0 0 161 1 0 0 15 0 16 0 28675779 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29122] ppid=29109 vsize=1541632 CPUtime=0
/proc/29111/task/29122/stat : 29122 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 28675779 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29123] ppid=29109 vsize=1541632 CPUtime=0
/proc/29111/task/29123/stat : 29123 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28675779 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29124] ppid=29109 vsize=1541632 CPUtime=1.19
/proc/29111/task/29124/stat : 29124 (java) S 29109 29111 29056 0 -1 4202560 14 0 0 0 119 0 0 0 22 0 16 0 28676077 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29125] ppid=29109 vsize=1541632 CPUtime=1.9
/proc/29111/task/29125/stat : 29125 (java) S 29109 29111 29056 0 -1 4202560 38 0 0 0 190 0 0 0 17 0 16 0 28676077 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 10
[pid=29111/tid=29126] ppid=29109 vsize=1541632 CPUtime=0
/proc/29111/task/29126/stat : 29126 (java) S 29109 29111 29056 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28676120 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29127] ppid=29109 vsize=1541632 CPUtime=0
/proc/29111/task/29127/stat : 29127 (java) S 29109 29111 29056 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28676123 1578631168 51078 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.02
Current children cumulated vsize (KiB) 1541632

[startup+12.7019 s]
/proc/loadavg: 1.37 1.07 1.02 3/122 29127
/proc/meminfo: memFree=1643216/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=1542656 CPUtime=22.65
/proc/29111/stat : 29111 (java) S 29109 29111 29056 0 -1 4202496 66023 0 99 0 2231 34 0 0 16 0 16 0 28675740 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/29111/statm: 385664 57659 1445 10 0 382967 0
[pid=29111/tid=29113] ppid=29109 vsize=1542656 CPUtime=2.44
/proc/29111/task/29113/stat : 29113 (java) S 29109 29111 29056 0 -1 4202560 32000 0 63 0 228 16 0 0 18 0 16 0 28675752 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 20
[pid=29111/tid=29114] ppid=29109 vsize=1542656 CPUtime=0.74
/proc/29111/task/29114/stat : 29114 (java) S 29109 29111 29056 0 -1 4202560 11444 0 0 0 69 5 0 0 16 0 16 0 28675766 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29115] ppid=29109 vsize=1542656 CPUtime=0.7
/proc/29111/task/29115/stat : 29115 (java) S 29109 29111 29056 0 -1 4202560 11458 0 0 0 65 5 0 0 15 0 16 0 28675766 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29116] ppid=29109 vsize=1542656 CPUtime=0.01
/proc/29111/task/29116/stat : 29116 (java) S 29109 29111 29056 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 16 0 28675769 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29117] ppid=29109 vsize=1542656 CPUtime=0
/proc/29111/task/29117/stat : 29117 (java) S 29109 29111 29056 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28675770 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29118] ppid=29109 vsize=1542656 CPUtime=0
/proc/29111/task/29118/stat : 29118 (java) S 29109 29111 29056 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28675770 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29119] ppid=29109 vsize=1542656 CPUtime=0
/proc/29111/task/29119/stat : 29119 (java) S 29109 29111 29056 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 28675779 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29120] ppid=29109 vsize=1542656 CPUtime=2.07
/proc/29111/task/29120/stat : 29120 (java) S 29109 29111 29056 0 -1 4202560 5327 0 0 0 205 2 0 0 16 0 16 0 28675779 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29121] ppid=29109 vsize=1542656 CPUtime=2
/proc/29111/task/29121/stat : 29121 (java) S 29109 29111 29056 0 -1 4202560 4675 0 0 0 198 2 0 0 15 0 16 0 28675779 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29122] ppid=29109 vsize=1542656 CPUtime=0
/proc/29111/task/29122/stat : 29122 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 28675779 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29123] ppid=29109 vsize=1542656 CPUtime=0
/proc/29111/task/29123/stat : 29123 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28675779 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29124] ppid=29109 vsize=1542656 CPUtime=6.82
/proc/29111/task/29124/stat : 29124 (java) R 29109 29111 29056 0 -1 4202560 21 0 0 0 682 0 0 0 25 0 16 0 28676077 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4109761439 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29111/tid=29125] ppid=29109 vsize=1542656 CPUtime=7.8
/proc/29111/task/29125/stat : 29125 (java) R 29109 29111 29056 0 -1 4202560 51 0 0 0 780 0 0 0 25 0 16 0 28676077 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4109375653 0 4 0 16800975 0 0 0 -1 0 0 0 10
[pid=29111/tid=29126] ppid=29109 vsize=1542656 CPUtime=0
/proc/29111/task/29126/stat : 29126 (java) S 29109 29111 29056 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28676120 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29127] ppid=29109 vsize=1542656 CPUtime=0
/proc/29111/task/29127/stat : 29127 (java) S 29109 29111 29056 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28676123 1579679744 57659 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.65
Current children cumulated vsize (KiB) 1542656

[startup+25.5028 s]
/proc/loadavg: 1.55 1.11 1.04 3/122 29127
/proc/meminfo: memFree=1622632/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=1541632 CPUtime=47.8
/proc/29111/stat : 29111 (java) S 29109 29111 29056 0 -1 4202496 72147 0 99 0 4742 38 0 0 16 0 16 0 28675740 1578631168 62600 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9

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

/proc/29111/task/29126/stat : 29126 (java) S 29109 29111 29056 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28676120 1579913216 99182 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29127] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29127/stat : 29127 (java) S 29109 29111 29056 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28676123 1579913216 99182 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1732.43
Current children cumulated vsize (KiB) 1542884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.802 s]
/proc/loadavg: 2.08 2.02 1.65 2/122 29160
/proc/meminfo: memFree=1467224/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=1542884 CPUtime=1800.07
/proc/29111/stat : 29111 (java) S 29109 29111 29056 0 -1 4202496 121465 0 99 0 179844 163 0 0 16 0 16 0 28675740 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/29111/statm: 385721 100875 1450 10 0 383024 0
[pid=29111/tid=29113] ppid=29109 vsize=1542884 CPUtime=2.44
/proc/29111/task/29113/stat : 29113 (java) S 29109 29111 29056 0 -1 4202560 32019 0 63 0 228 16 0 0 15 0 16 0 28675752 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 20
[pid=29111/tid=29114] ppid=29109 vsize=1542884 CPUtime=21.75
/proc/29111/task/29114/stat : 29114 (java) S 29109 29111 29056 0 -1 4202560 36114 0 0 0 2138 37 0 0 16 0 16 0 28675766 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29115] ppid=29109 vsize=1542884 CPUtime=21.66
/proc/29111/task/29115/stat : 29115 (java) S 29109 29111 29056 0 -1 4202560 34803 0 0 0 2122 44 0 0 16 0 16 0 28675766 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29116] ppid=29109 vsize=1542884 CPUtime=14.98
/proc/29111/task/29116/stat : 29116 (java) R 29109 29111 29056 0 -1 4202560 4065 0 0 0 1481 17 0 0 16 0 16 0 28675769 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 104177728 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=29111/tid=29117] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29117/stat : 29117 (java) S 29109 29111 29056 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28675770 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29118] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29118/stat : 29118 (java) S 29109 29111 29056 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28675770 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29119] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29119/stat : 29119 (java) S 29109 29111 29056 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 28675779 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29120] ppid=29109 vsize=1542884 CPUtime=2.93
/proc/29111/task/29120/stat : 29120 (java) S 29109 29111 29056 0 -1 4202560 5409 0 0 0 291 2 0 0 15 0 16 0 28675779 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29121] ppid=29109 vsize=1542884 CPUtime=2.86
/proc/29111/task/29121/stat : 29121 (java) S 29109 29111 29056 0 -1 4202560 6840 0 0 0 284 2 0 0 15 0 16 0 28675779 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29122] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29122/stat : 29122 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 28675779 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29123] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29123/stat : 29123 (java) S 29109 29111 29056 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 28675779 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29124] ppid=29109 vsize=1542884 CPUtime=869.63
/proc/29111/task/29124/stat : 29124 (java) S 29109 29111 29056 0 -1 4202560 574 0 0 0 86938 25 0 0 25 0 16 0 28676077 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29125] ppid=29109 vsize=1542884 CPUtime=863.73
/proc/29111/task/29125/stat : 29125 (java) S 29109 29111 29056 0 -1 4202560 551 0 0 0 86358 15 0 0 25 0 16 0 28676077 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 10
[pid=29111/tid=29126] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29126/stat : 29126 (java) S 29109 29111 29056 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28676120 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29127] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29127/stat : 29127 (java) S 29109 29111 29056 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28676123 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1542884

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

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

[startup+917.002 s]
/proc/loadavg: 2.08 2.02 1.65 2/122 29160
/proc/meminfo: memFree=1467224/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=1542884 CPUtime=1800.26
/proc/29111/stat : 29111 (java) S 29109 29111 29056 0 -1 4202496 121465 0 99 0 179863 163 0 0 15 0 16 0 28675740 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/29111/statm: 385721 100875 1450 10 0 383024 0
[pid=29111/tid=29113] ppid=29109 vsize=1542884 CPUtime=2.44
/proc/29111/task/29113/stat : 29113 (java) S 29109 29111 29056 0 -1 4202560 32019 0 63 0 228 16 0 0 15 0 16 0 28675752 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 20
[pid=29111/tid=29114] ppid=29109 vsize=1542884 CPUtime=21.75
/proc/29111/task/29114/stat : 29114 (java) S 29109 29111 29056 0 -1 4202560 36114 0 0 0 2138 37 0 0 16 0 16 0 28675766 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29115] ppid=29109 vsize=1542884 CPUtime=21.66
/proc/29111/task/29115/stat : 29115 (java) S 29109 29111 29056 0 -1 4202560 34803 0 0 0 2122 44 0 0 16 0 16 0 28675766 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29116] ppid=29109 vsize=1542884 CPUtime=15.18
/proc/29111/task/29116/stat : 29116 (java) R 29109 29111 29056 0 -1 4202560 4065 0 0 0 1501 17 0 0 16 0 16 0 28675769 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 106157993 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=29111/tid=29117] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29117/stat : 29117 (java) S 29109 29111 29056 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28675770 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29118] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29118/stat : 29118 (java) S 29109 29111 29056 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28675770 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29119] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29119/stat : 29119 (java) S 29109 29111 29056 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 28675779 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29120] ppid=29109 vsize=1542884 CPUtime=2.93
/proc/29111/task/29120/stat : 29120 (java) S 29109 29111 29056 0 -1 4202560 5409 0 0 0 291 2 0 0 15 0 16 0 28675779 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29121] ppid=29109 vsize=1542884 CPUtime=2.86
/proc/29111/task/29121/stat : 29121 (java) S 29109 29111 29056 0 -1 4202560 6840 0 0 0 284 2 0 0 15 0 16 0 28675779 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29122] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29122/stat : 29122 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 28675779 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29123] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29123/stat : 29123 (java) S 29109 29111 29056 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 28675779 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29124] ppid=29109 vsize=1542884 CPUtime=869.63
/proc/29111/task/29124/stat : 29124 (java) S 29109 29111 29056 0 -1 4202560 574 0 0 0 86938 25 0 0 25 0 16 0 28676077 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29125] ppid=29109 vsize=1542884 CPUtime=863.73
/proc/29111/task/29125/stat : 29125 (java) S 29109 29111 29056 0 -1 4202560 551 0 0 0 86358 15 0 0 25 0 16 0 28676077 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 10
[pid=29111/tid=29126] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29126/stat : 29126 (java) S 29109 29111 29056 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28676120 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29127] ppid=29109 vsize=1542884 CPUtime=0
/proc/29111/task/29127/stat : 29127 (java) S 29109 29111 29056 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 28676123 1579913216 100875 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1542884

[startup+917.409 s]
/proc/loadavg: 2.08 2.02 1.65 2/123 29161
/proc/meminfo: memFree=1467216/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=1543532 CPUtime=1800.74
/proc/29111/stat : 29111 (java) S 29109 29111 29056 0 -1 4202496 121482 0 99 0 179911 163 0 0 15 0 18 0 28675740 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/29111/statm: 385883 100892 1450 10 0 383186 0
[pid=29111/tid=29113] ppid=29109 vsize=1543532 CPUtime=2.44
/proc/29111/task/29113/stat : 29113 (java) S 29109 29111 29056 0 -1 4202560 32019 0 63 0 228 16 0 0 15 0 18 0 28675752 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 20
[pid=29111/tid=29114] ppid=29109 vsize=1543532 CPUtime=21.75
/proc/29111/task/29114/stat : 29114 (java) S 29109 29111 29056 0 -1 4202560 36114 0 0 0 2138 37 0 0 16 0 18 0 28675766 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29115] ppid=29109 vsize=1543532 CPUtime=21.66
/proc/29111/task/29115/stat : 29115 (java) S 29109 29111 29056 0 -1 4202560 34803 0 0 0 2122 44 0 0 16 0 18 0 28675766 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29116] ppid=29109 vsize=1543532 CPUtime=15.51
/proc/29111/task/29116/stat : 29116 (java) S 29109 29111 29056 0 -1 4202560 4065 0 0 0 1534 17 0 0 16 0 18 0 28675769 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29117] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29117/stat : 29117 (java) S 29109 29111 29056 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 28675770 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29118] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29118/stat : 29118 (java) S 29109 29111 29056 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 28675770 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29119] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29119/stat : 29119 (java) S 29109 29111 29056 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 18 0 28675779 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29120] ppid=29109 vsize=1543532 CPUtime=2.93
/proc/29111/task/29120/stat : 29120 (java) S 29109 29111 29056 0 -1 4202560 5409 0 0 0 291 2 0 0 15 0 18 0 28675779 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29121] ppid=29109 vsize=1543532 CPUtime=2.86
/proc/29111/task/29121/stat : 29121 (java) S 29109 29111 29056 0 -1 4202560 6840 0 0 0 284 2 0 0 15 0 18 0 28675779 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29122] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29122/stat : 29122 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 28675779 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29123] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29123/stat : 29123 (java) S 29109 29111 29056 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 18 0 28675779 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29124] ppid=29109 vsize=1543532 CPUtime=869.71
/proc/29111/task/29124/stat : 29124 (java) R 29109 29111 29056 0 -1 4202560 574 0 0 0 86946 25 0 0 19 0 18 0 28676077 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4109869769 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29111/tid=29125] ppid=29109 vsize=1543532 CPUtime=863.79
/proc/29111/task/29125/stat : 29125 (java) R 29109 29111 29056 0 -1 4202560 551 0 0 0 86364 15 0 0 19 0 18 0 28676077 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4109378739 0 4 0 16800975 0 0 0 -1 0 0 0 10
[pid=29111/tid=29126] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29126/stat : 29126 (java) S 29109 29111 29056 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 28676120 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29127] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29127/stat : 29127 (java) S 29109 29111 29056 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 28676123 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 1543532

[startup+917.502 s]
/proc/loadavg: 2.08 2.02 1.65 2/123 29161
/proc/meminfo: memFree=1467216/2059040 swapFree=4164948/4192956
[pid=29111] ppid=29109 vsize=1543532 CPUtime=1800.93
/proc/29111/stat : 29111 (java) S 29109 29111 29056 0 -1 4202496 121482 0 99 0 179930 163 0 0 15 0 18 0 28675740 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/29111/statm: 385883 100892 1450 10 0 383186 0
[pid=29111/tid=29113] ppid=29109 vsize=1543532 CPUtime=2.44
/proc/29111/task/29113/stat : 29113 (java) S 29109 29111 29056 0 -1 4202560 32019 0 63 0 228 16 0 0 15 0 18 0 28675752 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 20
[pid=29111/tid=29114] ppid=29109 vsize=1543532 CPUtime=21.75
/proc/29111/task/29114/stat : 29114 (java) S 29109 29111 29056 0 -1 4202560 36114 0 0 0 2138 37 0 0 16 0 18 0 28675766 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29115] ppid=29109 vsize=1543532 CPUtime=21.66
/proc/29111/task/29115/stat : 29115 (java) S 29109 29111 29056 0 -1 4202560 34803 0 0 0 2122 44 0 0 16 0 18 0 28675766 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29116] ppid=29109 vsize=1543532 CPUtime=15.51
/proc/29111/task/29116/stat : 29116 (java) S 29109 29111 29056 0 -1 4202560 4065 0 0 0 1534 17 0 0 16 0 18 0 28675769 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 0 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29117] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29117/stat : 29117 (java) S 29109 29111 29056 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 28675770 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29118] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29118/stat : 29118 (java) S 29109 29111 29056 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 28675770 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29119] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29119/stat : 29119 (java) S 29109 29111 29056 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 18 0 28675779 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29120] ppid=29109 vsize=1543532 CPUtime=2.93
/proc/29111/task/29120/stat : 29120 (java) S 29109 29111 29056 0 -1 4202560 5409 0 0 0 291 2 0 0 15 0 18 0 28675779 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29121] ppid=29109 vsize=1543532 CPUtime=2.86
/proc/29111/task/29121/stat : 29121 (java) S 29109 29111 29056 0 -1 4202560 6840 0 0 0 284 2 0 0 15 0 18 0 28675779 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29122] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29122/stat : 29122 (java) S 29109 29111 29056 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 28675779 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29123] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29123/stat : 29123 (java) S 29109 29111 29056 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 18 0 28675779 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
[pid=29111/tid=29124] ppid=29109 vsize=1543532 CPUtime=869.8
/proc/29111/task/29124/stat : 29124 (java) R 29109 29111 29056 0 -1 4202560 574 0 0 0 86955 25 0 0 19 0 18 0 28676077 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4109932002 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29111/tid=29125] ppid=29109 vsize=1543532 CPUtime=863.87
/proc/29111/task/29125/stat : 29125 (java) R 29109 29111 29056 0 -1 4202560 551 0 0 0 86372 15 0 0 19 0 18 0 28676077 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4109760443 0 4 0 16800975 0 0 0 -1 0 0 0 10
[pid=29111/tid=29126] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29126/stat : 29126 (java) S 29109 29111 29056 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 28676120 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 0 0 0 0
[pid=29111/tid=29127] ppid=29109 vsize=1543532 CPUtime=0
/proc/29111/task/29127/stat : 29127 (java) S 29109 29111 29056 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 28676123 1580576768 100892 1992294400 134512640 134550932 4293513792 18446744073709551615 4294960144 0 4 0 16800975 18446604437829344192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 1543532

Child status: 143
Real time (s): 917.592
CPU time (s): 1801.07
CPU user time (s): 1799.4
CPU system time (s): 1.67874
CPU usage (%): 196.283
Max. virtual memory (cumulated for all children) (KiB): 1548524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 1.67874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121489
page faults= 100
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32423
involuntary context switches= 54422

runsolver used 5.13722 second user time and 10.1715 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-14 17:52:00
IDJOB=2662146
IDBENCH=2331
IDSOLVER=1166
FILE ID=node005/2662146-1276530720
PBS_JOBID= 11173459
Free space on /tmp= 62560 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/milp/normalized-mps-v2-20-10-neos6.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662146-1276530720/watcher-2662146-1276530720 -o /tmp/evaluation-result-2662146-1276530720/solver-2662146-1276530720 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662146-1276530720.opb

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

MD5SUM BENCH= 2a04555106a68acba17fb5820db41df1
RANDOM SEED=1446977871

node005.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.246
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.246
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:       1880728 kB
Buffers:         28788 kB
Cached:          48616 kB
SwapCached:          0 kB
Active:          22064 kB
Inactive:        86608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1880728 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:            3372 kB
Writeback:           0 kB
AnonPages:       31312 kB
Mapped:          14632 kB
Slab:            47840 kB
PageTables:       3936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180844 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= 62556 MiB
End job on node005 at 2010-06-14 18:07:19