Trace number 3689821

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.09 1795.53

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null0mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUMfd17a1ef8bbc0500cef6aa90a9a85c00
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9733
Best CPU time to get the best result obtained on this benchmark1801.26
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 995
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 442322
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 995
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 442322
Number of bits of the biggest sum of numbers19
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689821-1337893462.opb
0.08/0.13	c reading problem ... 
7.67/5.61	c ... done. Wall clock time 5.485s.
7.67/5.61	c declared #vars     400896
7.67/5.61	c #constraints  402763
7.67/5.61	c constraints type 
7.67/5.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.67/5.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.67/5.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.67/5.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.67/5.61	c 402763 constraints processed.
7.67/5.61	c objective function length is 892 literals
57.87/55.31	c cleaning 2499 clauses out of 4997 with flag 5000/5000
134.52/131.75	c cleaning 4247 clauses out of 8498 with flag 11000/11000
188.54/185.79	c cleaning 5102 clauses out of 11253 with flag 18002/18002
242.00/239.20	c cleaning 7061 clauses out of 14152 with flag 26003/26003
300.45/297.48	c cleaning 8042 clauses out of 16088 with flag 35000/35000
371.92/368.88	c cleaning 9019 clauses out of 18047 with flag 45001/45001
432.09/428.98	c cleaning 10002 clauses out of 20028 with flag 56001/56001
494.65/491.44	c cleaning 10985 clauses out of 22025 with flag 68000/68000
565.44/562.16	c cleaning 12008 clauses out of 24041 with flag 81001/81001
663.93/660.54	c cleaning 13017 clauses out of 26034 with flag 95002/95002
770.68/767.14	c cleaning 14005 clauses out of 28015 with flag 110000/110000
901.68/898.00	c cleaning 14999 clauses out of 30010 with flag 126000/126000
1061.92/1058.18	c cleaning 15994 clauses out of 32011 with flag 143000/143000
1257.13/1253.11	c cleaning 17008 clauses out of 34017 with flag 161000/161000
1459.21/1455.07	c cleaning 17998 clauses out of 36009 with flag 180000/180000
1612.68/1608.31	c cleaning 18996 clauses out of 38011 with flag 200000/200000
1792.75/1788.29	c cleaning 20004 clauses out of 40015 with flag 221000/221000
1800.09/1795.51	c starts		: 119
1800.09/1795.51	c conflicts		: 221888
1800.09/1795.51	c decisions		: 3935562
1800.09/1795.51	c propagations		: 9270505092
1800.09/1795.51	c inspects		: 2037234257
1800.09/1795.51	c shortcuts		: 0
1800.09/1795.51	c learnt literals	: 3
1800.09/1795.51	c learnt binary clauses	: 829
1800.09/1795.51	c learnt ternary clauses	: 643
1800.09/1795.51	c learnt constraints	: 221885
1800.09/1795.51	c ignored constraints	: 0
1800.09/1795.51	c root simplifications	: 0
1800.09/1795.51	c removed literals (reason simplification)	: 0
1800.09/1795.51	c reason swapping (by a shorter reason)	: 0
1800.09/1795.51	c Calls to reduceDB	: 17
1800.09/1795.51	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.51	c number of learned constraints concerned by reduction	: 0
1800.09/1795.51	c number of learning phase by resolution	: 0
1800.09/1795.51	c number of learning phase by cutting planes	: 0
1800.09/1795.51	c speed (assignments/second)	: 5179553.787041988
1800.09/1795.51	c non guided choices	4
1800.09/1795.52	c learnt constraints type 
1800.09/1795.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 829
1800.09/1795.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20070
1800.09/1795.52	c constraints type 
1800.09/1795.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.09/1795.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.09/1795.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.09/1795.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.09/1795.52	c 402763 constraints processed.
1800.09/1795.52	s UNKNOWN
1800.09/1795.52	c Total wall clock time (in seconds): 1795.393

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689821-1337893462/watcher-3689821-1337893462 -o /tmp/evaluation-result-3689821-1337893462/solver-3689821-1337893462 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689821-1337893462.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.05 2.01 2/174 31421
/proc/meminfo: memFree=30300324/32873844 swapFree=7388/7388
[pid=31421] ppid=31419 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/31421/stat : 31421 (java) D 31419 31421 25184 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 255470657 9515008 176 33554432000 1073741824 1073778376 140736577715824 140736577698552 239237677968 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/31421/statm: 2323 176 133 9 0 71 0

[startup+0.0475449 s]
/proc/loadavg: 2.16 2.05 2.01 2/174 31421
/proc/meminfo: memFree=30300324/32873844 swapFree=7388/7388
[pid=31421] ppid=31419 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/31421/stat : 31421 (java) S 31419 31421 25184 0 -1 4202496 2998 0 1 0 2 1 0 0 20 0 13 0 255470657 9446973440 3696 33554432000 1073741824 1073778376 140733505184544 140733505175680 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31421/statm: 2306390 3696 1682 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100254 s]
/proc/loadavg: 2.16 2.05 2.01 2/174 31421
/proc/meminfo: memFree=30300324/32873844 swapFree=7388/7388
[pid=31421] ppid=31419 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/31421/stat : 31421 (java) S 31419 31421 25184 0 -1 4202496 3794 0 1 0 7 1 0 0 20 0 18 0 255470657 9787813888 4999 33554432000 1073741824 1073778376 140733505184544 140733505175680 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31421/statm: 2389603 5007 2000 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30023 s]
/proc/loadavg: 2.16 2.05 2.01 2/174 31421
/proc/meminfo: memFree=30300324/32873844 swapFree=7388/7388
[pid=31421] ppid=31419 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/31421/stat : 31421 (java) S 31419 31421 25184 0 -1 4202496 5631 0 1 0 45 2 0 0 20 0 18 0 255470657 9787813888 12430 33554432000 1073741824 1073778376 140733505184544 140733505175680 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31421/statm: 2389603 12430 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700227 s]
/proc/loadavg: 2.16 2.05 2.01 2/174 31421
/proc/meminfo: memFree=30300324/32873844 swapFree=7388/7388
[pid=31421] ppid=31419 vsize=9558412 CPUtime=1.29 cores=0,2,4,6
/proc/31421/stat : 31421 (java) S 31419 31421 25184 0 -1 4202496 9164 0 1 0 124 5 0 0 20 0 18 0 255470657 9787813888 44969 33554432000 1073741824 1073778376 140733505184544 140733505175680 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31421/statm: 2389603 44969 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 2.16 2.05 2.01 2/192 31439
/proc/meminfo: memFree=29976044/32873844 swapFree=7388/7388
[pid=31421] ppid=31419 vsize=9558412 CPUtime=2.34 cores=0,2,4,6
/proc/31421/stat : 31421 (java) S 31419 31421 25184 0 -1 4202496 9876 0 1 0 222 12 0 0 20 0 18 0 255470657 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140733505175680 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31421/statm: 2389603 89558 2247 9 0 2380296 0
[pid=31421/tid=31423] ppid=31419 vsize=9558412 CPUtime=1.34 cores=0,2,4,6
/proc/31421/task/31423/stat : 31423 (java) R 31419 31421 25184 0 -1 4202560 2561 0 1 0 129 5 0 0 20 0 18 0 255470659 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385893334928 239241061645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31424] ppid=31419 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/31421/task/31424/stat : 31424 (java) S 31419 31421 25184 0 -1 4202560 108 0 0 0 2 0 0 0 20 0 18 0 255470660 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385854835112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31425] ppid=31419 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/31421/task/31425/stat : 31425 (java) S 31419 31421 25184 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 255470660 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385853782568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31426] ppid=31419 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/31421/task/31426/stat : 31426 (java) S 31419 31421 25184 0 -1 4202560 118 0 0 0 4 1 0 0 20 0 18 0 255470660 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385852729512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31427] ppid=31419 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/31421/task/31427/stat : 31427 (java) S 31419 31421 25184 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 255470660 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385851676968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31428] ppid=31419 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/31421/task/31428/stat : 31428 (java) S 31419 31421 25184 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 255470660 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385850624936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31429] ppid=31419 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/31421/task/31429/stat : 31429 (java) S 31419 31421 25184 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 18 0 255470660 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385849572392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31430] ppid=31419 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/31421/task/31430/stat : 31430 (java) S 31419 31421 25184 0 -1 4202560 130 0 0 0 4 2 0 0 20 0 18 0 255470660 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385848519336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31431] ppid=31419 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/31421/task/31431/stat : 31431 (java) S 31419 31421 25184 0 -1 4202560 133 0 0 0 4 2 0 0 20 0 18 0 255470660 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385847466792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31432] ppid=31419 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31432/stat : 31432 (java) S 31419 31421 25184 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255470661 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385717303656 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31433] ppid=31419 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31433/stat : 31433 (java) S 31419 31421 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255470662 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385716249976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31434] ppid=31419 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31434/stat : 31434 (java) S 31419 31421 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255470662 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385715196808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31435] ppid=31419 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31435/stat : 31435 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255470664 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385714145552 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31436] ppid=31419 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/31421/task/31436/stat : 31436 (java) S 31419 31421 25184 0 -1 4202560 2746 0 0 0 28 0 0 0 20 0 18 0 255470664 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385713093432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31437] ppid=31419 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/31421/task/31437/stat : 31437 (java) S 31419 31421 25184 0 -1 4202560 2617 0 0 0 26 0 0 0 20 0 18 0 255470664 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385712040888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31438] ppid=31419 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31438/stat : 31438 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255470664 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385710988024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31439] ppid=31419 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31439/stat : 31439 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255470664 9787813888 89558 33554432000 1073741824 1073778376 140733505184544 140385709935688 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9558412

[startup+3.10068 s]
/proc/loadavg: 2.16 2.05 2.01 3/191 31446
/proc/meminfo: memFree=29761120/32873844 swapFree=7388/7388
[pid=31421] ppid=31419 vsize=9558412 CPUtime=4.21 cores=0,2,4,6
/proc/31421/stat : 31421 (java) S 31419 31421 25184 0 -1 4202496 10610 0 1 0 397 24 0 0 20 0 18 0 255470657 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140733505175680 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31421/statm: 2389603 159694 2247 9 0 2380296 0
[pid=31421/tid=31423] ppid=31419 vsize=9558412 CPUtime=2.84 cores=0,2,4,6
/proc/31421/task/31423/stat : 31423 (java) R 31419 31421 25184 0 -1 4202560 2847 0 1 0 276 8 0 0 20 0 18 0 255470659 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385893334928 140385720877201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31424] ppid=31419 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/31421/task/31424/stat : 31424 (java) S 31419 31421 25184 0 -1 4202560 128 0 0 0 5 2 0 0 20 0 18 0 255470660 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385854835112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31425] ppid=31419 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/31421/task/31425/stat : 31425 (java) S 31419 31421 25184 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 18 0 255470660 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385853782568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31426] ppid=31419 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/31421/task/31426/stat : 31426 (java) S 31419 31421 25184 0 -1 4202560 140 0 0 0 7 3 0 0 20 0 18 0 255470660 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385852729512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31427] ppid=31419 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/31421/task/31427/stat : 31427 (java) S 31419 31421 25184 0 -1 4202560 49 0 0 0 7 1 0 0 20 0 18 0 255470660 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385851676968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31428] ppid=31419 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/31421/task/31428/stat : 31428 (java) S 31419 31421 25184 0 -1 4202560 54 0 0 0 8 2 0 0 20 0 18 0 255470660 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385850624936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31429] ppid=31419 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/31421/task/31429/stat : 31429 (java) S 31419 31421 25184 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 18 0 255470660 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385849572392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31430] ppid=31419 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/31421/task/31430/stat : 31430 (java) S 31419 31421 25184 0 -1 4202560 151 0 0 0 7 2 0 0 20 0 18 0 255470660 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385848519336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31431] ppid=31419 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/31421/task/31431/stat : 31431 (java) S 31419 31421 25184 0 -1 4202560 146 0 0 0 6 2 0 0 20 0 18 0 255470660 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385847466792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31432] ppid=31419 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31432/stat : 31432 (java) S 31419 31421 25184 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 255470661 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385717303656 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31433] ppid=31419 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31433/stat : 31433 (java) S 31419 31421 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255470662 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385716249976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31434] ppid=31419 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31434/stat : 31434 (java) S 31419 31421 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255470662 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385715196808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31435] ppid=31419 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31435/stat : 31435 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255470664 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385714145552 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31436] ppid=31419 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/31421/task/31436/stat : 31436 (java) S 31419 31421 25184 0 -1 4202560 2746 0 0 0 28 0 0 0 20 0 18 0 255470664 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385713093432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31437] ppid=31419 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/31421/task/31437/stat : 31437 (java) S 31419 31421 25184 0 -1 4202560 2617 0 0 0 26 0 0 0 20 0 18 0 255470664 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385712040888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31438] ppid=31419 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31438/stat : 31438 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255470664 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385710988024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31439] ppid=31419 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31439/stat : 31439 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255470664 9787813888 159694 33554432000 1073741824 1073778376 140733505184544 140385709935688 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9558412

[startup+6.30067 s]
/proc/loadavg: 2.15 2.05 2.01 3/191 31446
/proc/meminfo: memFree=28083808/32873844 swapFree=7388/7388
[pid=31421] ppid=31419 vsize=9624976 CPUtime=8.71 cores=0,2,4,6
/proc/31421/stat : 31421 (java) S 31419 31421 25184 0 -1 4202496 14363 0 1 0 809 62 0 0 20 0 19 0 255470657 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140733505175680 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31421/statm: 2406244 556097 2263 9 0 2396937 0
[pid=31421/tid=31423] ppid=31419 vsize=9624976 CPUtime=5.72 cores=0,2,4,6
/proc/31421/task/31423/stat : 31423 (java) R 31419 31421 25184 0 -1 4202560 4431 0 1 0 544 28 0 0 20 0 19 0 255470659 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385893343784 140385721242959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31424] ppid=31419 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/31421/task/31424/stat : 31424 (java) S 31419 31421 25184 0 -1 4202560 457 0 0 0 17 4 0 0 20 0 19 0 255470660 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385854835112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31425] ppid=31419 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/31421/task/31425/stat : 31425 (java) S 31419 31421 25184 0 -1 4202560 123 0 0 0 20 4 0 0 20 0 19 0 255470660 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385853782568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31426] ppid=31419 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/31421/task/31426/stat : 31426 (java) S 31419 31421 25184 0 -1 4202560 184 0 0 0 18 4 0 0 20 0 19 0 255470660 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385852729512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31427] ppid=31419 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/31421/task/31427/stat : 31427 (java) S 31419 31421 25184 0 -1 4202560 122 0 0 0 18 3 0 0 20 0 19 0 255470660 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385851676968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31428] ppid=31419 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/31421/task/31428/stat : 31428 (java) S 31419 31421 25184 0 -1 4202560 336 0 0 0 20 3 0 0 20 0 19 0 255470660 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385850624936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31429] ppid=31419 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/31421/task/31429/stat : 31429 (java) S 31419 31421 25184 0 -1 4202560 408 0 0 0 17 3 0 0 20 0 19 0 255470660 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385849572392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31430] ppid=31419 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/31421/task/31430/stat : 31430 (java) S 31419 31421 25184 0 -1 4202560 227 0 0 0 21 5 0 0 20 0 19 0 255470660 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385848519336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31431] ppid=31419 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/31421/task/31431/stat : 31431 (java) S 31419 31421 25184 0 -1 4202560 253 0 0 0 25 5 0 0 20 0 19 0 255470660 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385847466792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31432] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31432/stat : 31432 (java) S 31419 31421 25184 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 255470661 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385717303656 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31433] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31433/stat : 31433 (java) S 31419 31421 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255470662 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385716249976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31434] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31434/stat : 31434 (java) S 31419 31421 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255470662 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385715196808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31435] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31435/stat : 31435 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255470664 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385714145552 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31436] ppid=31419 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/31421/task/31436/stat : 31436 (java) S 31419 31421 25184 0 -1 4202560 2749 0 0 0 44 0 0 0 20 0 19 0 255470664 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385713093432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31437] ppid=31419 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/31421/task/31437/stat : 31437 (java) S 31419 31421 25184 0 -1 4202560 2626 0 0 0 48 0 0 0 20 0 19 0 255470664 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385712040888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31438] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31438/stat : 31438 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255470664 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385710988024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31439] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31439/stat : 31439 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255470664 9855975424 556097 33554432000 1073741824 1073778376 140733505184544 140385709935688 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.71
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.13 2.05 2.01 3/192 31468
/proc/meminfo: memFree=28105236/32873844 swapFree=7388/7388
[pid=31421] ppid=31419 vsize=9624976 CPUtime=15.18 cores=0,2,4,6
/proc/31421/stat : 31421 (java) S 31419 31421 25184 0 -1 4202496 14369 0 1 0 1456 62 0 0 20 0 19 0 255470657 9855975424 556101 33554432000 1073741824 1073778376 140733505184544 140733505175680 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31421/statm: 2406244 556101 2267 9 0 2396937 0
[pid=31421/tid=31423] ppid=31419 vsize=9624976 CPUtime=12.1 cores=0,2,4,6

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

[pid=31421/tid=31436] ppid=31419 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/31421/task/31436/stat : 31436 (java) S 31419 31421 25184 0 -1 4202560 3051 0 0 0 66 0 0 0 20 0 19 0 255470664 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385713093432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31437] ppid=31419 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/31421/task/31437/stat : 31437 (java) S 31419 31421 25184 0 -1 4202560 2629 0 0 0 53 0 0 0 20 0 19 0 255470664 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385712040888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31438] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31438/stat : 31438 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255470664 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385710988024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31439] ppid=31419 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/31421/task/31439/stat : 31439 (java) S 31419 31421 25184 0 -1 4202560 99 0 0 0 45 38 0 0 20 0 19 0 255470664 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385709935688 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31447] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31447/stat : 31447 (java) S 31419 31421 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255471226 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385708880936 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.81
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/212 31511
/proc/meminfo: memFree=25584572/32873844 swapFree=7388/7388
[pid=31421] ppid=31419 vsize=9624976 CPUtime=1786.85 cores=0,2,4,6
/proc/31421/stat : 31421 (java) S 31419 31421 25184 0 -1 4202496 15018 0 1 0 178544 141 0 0 20 0 19 0 255470657 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140733505175680 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31421/statm: 2406244 593250 2281 9 0 2396937 0
[pid=31421/tid=31423] ppid=31419 vsize=9624976 CPUtime=1770.08 cores=0,2,4,6
/proc/31421/task/31423/stat : 31423 (java) R 31419 31421 25184 0 -1 4202560 4453 0 1 0 176953 55 0 0 20 0 19 0 255470659 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385893343520 140385721349584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31424] ppid=31419 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/31421/task/31424/stat : 31424 (java) S 31419 31421 25184 0 -1 4202560 465 0 0 0 29 4 0 0 20 0 19 0 255470660 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385854835112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31425] ppid=31419 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/31421/task/31425/stat : 31425 (java) S 31419 31421 25184 0 -1 4202560 146 0 0 0 33 4 0 0 20 0 19 0 255470660 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385853782568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31426] ppid=31419 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/31421/task/31426/stat : 31426 (java) S 31419 31421 25184 0 -1 4202560 201 0 0 0 27 5 0 0 20 0 19 0 255470660 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385852729512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31427] ppid=31419 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/31421/task/31427/stat : 31427 (java) S 31419 31421 25184 0 -1 4202560 137 0 0 0 26 5 0 0 20 0 19 0 255470660 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385851676968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31428] ppid=31419 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/31421/task/31428/stat : 31428 (java) S 31419 31421 25184 0 -1 4202560 347 0 0 0 30 4 0 0 20 0 19 0 255470660 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385850624936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31429] ppid=31419 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/31421/task/31429/stat : 31429 (java) S 31419 31421 25184 0 -1 4202560 419 0 0 0 28 4 0 0 20 0 19 0 255470660 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385849572392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31430] ppid=31419 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/31421/task/31430/stat : 31430 (java) S 31419 31421 25184 0 -1 4202560 242 0 0 0 29 6 0 0 20 0 19 0 255470660 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385848519336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31431] ppid=31419 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/31421/task/31431/stat : 31431 (java) S 31419 31421 25184 0 -1 4202560 265 0 0 0 34 6 0 0 20 0 19 0 255470660 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385847466792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31432] ppid=31419 vsize=9624976 CPUtime=6.8 cores=0,2,4,6
/proc/31421/task/31432/stat : 31432 (java) S 31419 31421 25184 0 -1 4202560 1379 0 0 0 677 3 0 0 20 0 19 0 255470661 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385717303656 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31433] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31433/stat : 31433 (java) S 31419 31421 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255470662 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385716249976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31434] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31434/stat : 31434 (java) S 31419 31421 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255470662 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385715196808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31435] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31435/stat : 31435 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255470664 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385714145552 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31436] ppid=31419 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/31421/task/31436/stat : 31436 (java) S 31419 31421 25184 0 -1 4202560 3051 0 0 0 66 0 0 0 20 0 19 0 255470664 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385713093432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31437] ppid=31419 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/31421/task/31437/stat : 31437 (java) S 31419 31421 25184 0 -1 4202560 2629 0 0 0 53 0 0 0 20 0 19 0 255470664 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385712040888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31438] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31438/stat : 31438 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255470664 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385710988024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31439] ppid=31419 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/31421/task/31439/stat : 31439 (java) S 31419 31421 25184 0 -1 4202560 103 0 0 0 46 40 0 0 20 0 19 0 255470664 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385709935688 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31447] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31447/stat : 31447 (java) S 31419 31421 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255471226 9855975424 593250 33554432000 1073741824 1073778376 140733505184544 140385708880936 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.85
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.02 2.02 2.00 3/212 31511
/proc/meminfo: memFree=25586928/32873844 swapFree=7388/7388
[pid=31421] ppid=31419 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/31421/stat : 31421 (java) S 31419 31421 25184 0 -1 4202496 15028 0 1 0 179868 141 0 0 20 0 19 0 255470657 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140733505175680 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31421/statm: 2406244 592616 2281 9 0 2396937 0
[pid=31421/tid=31423] ppid=31419 vsize=9624976 CPUtime=1782.85 cores=0,2,4,6
/proc/31421/task/31423/stat : 31423 (java) R 31419 31421 25184 0 -1 4202560 4454 0 1 0 178229 56 0 0 20 0 19 0 255470659 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385893343520 140385721242731 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31424] ppid=31419 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/31421/task/31424/stat : 31424 (java) S 31419 31421 25184 0 -1 4202560 465 0 0 0 30 4 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385854835112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31425] ppid=31419 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/31421/task/31425/stat : 31425 (java) S 31419 31421 25184 0 -1 4202560 147 0 0 0 33 4 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385853782568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31426] ppid=31419 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/31421/task/31426/stat : 31426 (java) S 31419 31421 25184 0 -1 4202560 204 0 0 0 28 5 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385852729512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31427] ppid=31419 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/31421/task/31427/stat : 31427 (java) S 31419 31421 25184 0 -1 4202560 137 0 0 0 26 5 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385851676968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31428] ppid=31419 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/31421/task/31428/stat : 31428 (java) S 31419 31421 25184 0 -1 4202560 347 0 0 0 31 4 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385850624936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31429] ppid=31419 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/31421/task/31429/stat : 31429 (java) S 31419 31421 25184 0 -1 4202560 419 0 0 0 29 4 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385849572392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31430] ppid=31419 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/31421/task/31430/stat : 31430 (java) S 31419 31421 25184 0 -1 4202560 245 0 0 0 30 6 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385848519336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31431] ppid=31419 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/31421/task/31431/stat : 31431 (java) S 31419 31421 25184 0 -1 4202560 265 0 0 0 34 6 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385847466792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31432] ppid=31419 vsize=9624976 CPUtime=7.18 cores=0,2,4,6
/proc/31421/task/31432/stat : 31432 (java) S 31419 31421 25184 0 -1 4202560 1381 0 0 0 714 4 0 0 20 0 19 0 255470661 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385717303656 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31433] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31433/stat : 31433 (java) S 31419 31421 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255470662 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385716249976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31434] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31434/stat : 31434 (java) S 31419 31421 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255470662 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385715196808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31435] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31435/stat : 31435 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255470664 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385714145552 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31436] ppid=31419 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/31421/task/31436/stat : 31436 (java) S 31419 31421 25184 0 -1 4202560 3051 0 0 0 66 0 0 0 20 0 19 0 255470664 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385713093432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31437] ppid=31419 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/31421/task/31437/stat : 31437 (java) S 31419 31421 25184 0 -1 4202560 2629 0 0 0 53 0 0 0 20 0 19 0 255470664 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385712040888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31438] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31438/stat : 31438 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255470664 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385710988024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31439] ppid=31419 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/31421/task/31439/stat : 31439 (java) S 31419 31421 25184 0 -1 4202560 103 0 0 0 47 40 0 0 20 0 19 0 255470664 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385709935688 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31447] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31447/stat : 31447 (java) S 31419 31421 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255471226 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385708880936 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1795.5 s]
/proc/loadavg: 2.02 2.02 2.00 3/212 31511
/proc/meminfo: memFree=25586928/32873844 swapFree=7388/7388
[pid=31421] ppid=31419 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/31421/stat : 31421 (java) S 31419 31421 25184 0 -1 4202496 15028 0 1 0 179868 141 0 0 20 0 19 0 255470657 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140733505175680 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31421/statm: 2406244 592616 2281 9 0 2396937 0
[pid=31421/tid=31423] ppid=31419 vsize=9624976 CPUtime=1782.85 cores=0,2,4,6
/proc/31421/task/31423/stat : 31423 (java) R 31419 31421 25184 0 -1 4202560 4454 0 1 0 178229 56 0 0 20 0 19 0 255470659 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385893343520 140385721242731 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31424] ppid=31419 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/31421/task/31424/stat : 31424 (java) S 31419 31421 25184 0 -1 4202560 465 0 0 0 30 4 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385854835112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31425] ppid=31419 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/31421/task/31425/stat : 31425 (java) S 31419 31421 25184 0 -1 4202560 147 0 0 0 33 4 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385853782568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31426] ppid=31419 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/31421/task/31426/stat : 31426 (java) S 31419 31421 25184 0 -1 4202560 204 0 0 0 28 5 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385852729512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31427] ppid=31419 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/31421/task/31427/stat : 31427 (java) S 31419 31421 25184 0 -1 4202560 137 0 0 0 26 5 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385851676968 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31428] ppid=31419 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/31421/task/31428/stat : 31428 (java) S 31419 31421 25184 0 -1 4202560 347 0 0 0 31 4 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385850624936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31429] ppid=31419 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/31421/task/31429/stat : 31429 (java) S 31419 31421 25184 0 -1 4202560 419 0 0 0 29 4 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385849572392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31421/tid=31430] ppid=31419 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/31421/task/31430/stat : 31430 (java) S 31419 31421 25184 0 -1 4202560 245 0 0 0 30 6 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385848519336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31431] ppid=31419 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/31421/task/31431/stat : 31431 (java) S 31419 31421 25184 0 -1 4202560 265 0 0 0 34 6 0 0 20 0 19 0 255470660 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385847466792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31432] ppid=31419 vsize=9624976 CPUtime=7.18 cores=0,2,4,6
/proc/31421/task/31432/stat : 31432 (java) S 31419 31421 25184 0 -1 4202560 1381 0 0 0 714 4 0 0 20 0 19 0 255470661 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385717303656 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31433] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31433/stat : 31433 (java) S 31419 31421 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255470662 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385716249976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31434] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31434/stat : 31434 (java) S 31419 31421 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255470662 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385715196808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31435] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31435/stat : 31435 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255470664 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385714145552 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31436] ppid=31419 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/31421/task/31436/stat : 31436 (java) S 31419 31421 25184 0 -1 4202560 3051 0 0 0 66 0 0 0 20 0 19 0 255470664 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385713093432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31421/tid=31437] ppid=31419 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/31421/task/31437/stat : 31437 (java) S 31419 31421 25184 0 -1 4202560 2629 0 0 0 53 0 0 0 20 0 19 0 255470664 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385712040888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31438] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31438/stat : 31438 (java) S 31419 31421 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255470664 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385710988024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31421/tid=31439] ppid=31419 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/31421/task/31439/stat : 31439 (java) S 31419 31421 25184 0 -1 4202560 103 0 0 0 47 40 0 0 20 0 19 0 255470664 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385709935688 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31421/tid=31447] ppid=31419 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/31421/task/31447/stat : 31447 (java) S 31419 31421 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255471226 9855975424 592616 33554432000 1073741824 1073778376 140733505184544 140385708880936 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31421 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=638325
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=516769
# CPU time returned by wait4() is 1795.16
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.53
CPU time (s): 1800.09
CPU user time (s): 1798.68
CPU system time (s): 1.41
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.64
system time used= 1.51677
maximum resident set size= 2373028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15067
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38795
involuntary context switches= 7735

runsolver used 6.01908 second user time and 15.1167 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 23:04:23
IDJOB=3689821
IDBENCH=90935
IDSOLVER=2269
FILE ID=node147/3689821-1337893462
RUNJOBID= node147-1337889869-31142
PBS_JOBID= 14620057
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null0mast_rapportOE2.0_TMAX60_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689821-1337893462/watcher-3689821-1337893462 -o /tmp/evaluation-result-3689821-1337893462/solver-3689821-1337893462 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689821-1337893462.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= fd17a1ef8bbc0500cef6aa90a9a85c00
RANDOM SEED=1718457109

node147.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30305296 kB
Buffers:          236992 kB
Cached:          1549456 kB
SwapCached:         6180 kB
Active:           424724 kB
Inactive:        1372332 kB
Active(anon):       6428 kB
Inactive(anon):     6780 kB
Active(file):     418296 kB
Inactive(file):  1365552 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:             27972 kB
Writeback:             0 kB
AnonPages:        106864 kB
Mapped:             9724 kB
Shmem:                 0 kB
Slab:             632236 kB
SReclaimable:      73288 kB
SUnreclaim:       558948 kB
KernelStack:        1592 kB
PageTables:         4008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     137648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node147 at 2012-05-24 23:34:20