Trace number 3689935

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.03 1795.95

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX60_K192_cod1.opb
MD5SUM8ae7872201a01b380c649cec8e185bc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-131
Best CPU time to get the best result obtained on this benchmark1800.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 174896981
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 174896981
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.84/0.62	c java.runtime.name	Java(TM) SE Runtime Environment
0.84/0.62	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.84/0.62	c java.vm.version	19.1-b02
0.84/0.62	c java.vm.vendor	Sun Microsystems Inc.
0.84/0.62	c sun.arch.data.model	64
0.84/0.62	c java.version		1.6.0_24
0.84/0.62	c os.name		Linux
0.84/0.62	c os.version		2.6.32-71.29.1.el6.x86_64
0.84/0.62	c os.arch		amd64
0.84/0.62	c Free memory 		501472288
0.84/0.62	c Max memory 		7480803328
0.84/0.62	c Total memory 		504102912
0.84/0.62	c Number of processors 	8
0.84/0.62	c Pseudo Boolean Optimization by upper bound
0.84/0.62	c --- Begin Solver configuration ---
0.84/0.62	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.84/0.62	c Learn all clauses as in MiniSAT
0.84/0.62	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.84/0.62	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.84/0.62	c No reason simplification
0.84/0.62	c Armin Biere (Picosat) restarts strategy
0.84/0.62	c Glucose learned constraints deletion strategy
0.84/0.62	c timeout=2147483s
0.84/0.62	c DB Simplification allowed=false
0.84/0.62	c c --- End Solver configuration ---
0.84/0.62	c solving HOME/instance-3689935-1337894775.opb
0.84/0.62	c reading problem ... 
8.41/5.86	c ... done. Wall clock time 5.738s.
8.41/5.86	c declared #vars     399113
8.41/5.86	c #constraints  400980
8.41/5.86	c constraints type 
8.41/5.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
8.41/5.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.41/5.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.41/5.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.41/5.86	c 400980 constraints processed.
8.41/5.86	c objective function length is 306555 literals
60.41/57.24	c cleaning 2494 clauses out of 5003 with flag 5004/5004
119.94/116.47	c cleaning 4252 clauses out of 8505 with flag 11000/11000
184.90/181.35	c cleaning 5565 clauses out of 11254 with flag 18001/18001
247.06/243.42	c cleaning 6291 clauses out of 13689 with flag 26001/26001
328.28/324.51	c cleaning 8185 clauses out of 16397 with flag 35000/35000
410.02/406.28	c cleaning 9106 clauses out of 18212 with flag 45000/45000
495.67/491.83	c cleaning 10026 clauses out of 20108 with flag 56002/56002
590.30/586.44	c cleaning 11030 clauses out of 22080 with flag 68000/68000
700.72/696.85	c cleaning 12020 clauses out of 24050 with flag 81000/81000
812.75/808.81	c cleaning 13001 clauses out of 26030 with flag 95000/95000
940.44/936.54	c cleaning 13987 clauses out of 28029 with flag 110000/110000
1082.10/1078.11	c cleaning 15013 clauses out of 30042 with flag 126000/126000
1262.60/1258.60	c cleaning 16009 clauses out of 32030 with flag 143001/143001
1433.92/1429.90	c cleaning 17004 clauses out of 34021 with flag 161001/161001
1630.28/1626.29	c cleaning 18000 clauses out of 36017 with flag 180001/180001
1800.03/1795.91	c starts		: 117
1800.03/1795.91	c conflicts		: 196477
1800.03/1795.91	c decisions		: 2061632
1800.03/1795.91	c propagations		: 3812071905
1800.03/1795.91	c inspects		: 1956808124
1800.03/1795.91	c shortcuts		: 0
1800.03/1795.91	c learnt literals	: 1
1800.03/1795.91	c learnt binary clauses	: 1337
1800.03/1795.91	c learnt ternary clauses	: 562
1800.03/1795.91	c learnt constraints	: 196476
1800.03/1795.91	c ignored constraints	: 0
1800.03/1795.91	c root simplifications	: 0
1800.03/1795.91	c removed literals (reason simplification)	: 0
1800.03/1795.91	c reason swapping (by a shorter reason)	: 0
1800.03/1795.91	c Calls to reduceDB	: 15
1800.03/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.91	c number of learned constraints concerned by reduction	: 0
1800.03/1795.91	c number of learning phase by resolution	: 0
1800.03/1795.91	c number of learning phase by cutting planes	: 0
1800.03/1795.91	c speed (assignments/second)	: 2129764.520758946
1800.03/1795.91	c non guided choices	0
1800.03/1795.92	c learnt constraints type 
1800.03/1795.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1337
1800.03/1795.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33157
1800.03/1795.92	c constraints type 
1800.03/1795.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.03/1795.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.03/1795.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.03/1795.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.03/1795.92	c 400980 constraints processed.
1800.03/1795.92	s UNKNOWN
1800.03/1795.92	c Total wall clock time (in seconds): 1795.804

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-3689935-1337894775/watcher-3689935-1337894775 -o /tmp/evaluation-result-3689935-1337894775/solver-3689935-1337894775 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689935-1337894775.opb 

running on 4 cores: 1,3,5,7

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: 1.96 2.05 2.05 3/193 26629
/proc/meminfo: memFree=27264664/32873648 swapFree=6844/6844
[pid=26629] ppid=26627 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/26629/stat : 26629 (java) D 26627 26629 23338 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 255603442 2560000 46 33554432000 1073741824 1073778376 140735415740384 140735415737512 259103223079 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/26629/statm: 625 46 37 9 0 29 0

[startup+0.072117 s]
/proc/loadavg: 1.96 2.05 2.05 3/193 26629
/proc/meminfo: memFree=27264664/32873648 swapFree=6844/6844
[pid=26629] ppid=26627 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/26629/stat : 26629 (java) S 26627 26629 23338 0 -1 4202496 3173 0 1 0 3 1 0 0 20 0 18 0 255603442 9787813888 4382 33554432000 1073741824 1073778376 140737286500768 140737286491904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26629/statm: 2389603 4382 1754 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100236 s]
/proc/loadavg: 1.96 2.05 2.05 3/193 26629
/proc/meminfo: memFree=27264664/32873648 swapFree=6844/6844
[pid=26629] ppid=26627 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26629/stat : 26629 (java) S 26627 26629 23338 0 -1 4202496 4182 0 1 0 6 1 0 0 20 0 18 0 255603442 9787813888 5375 33554432000 1073741824 1073778376 140737286500768 140737286491904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26629/statm: 2389603 5375 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.313771 s]
/proc/loadavg: 1.96 2.05 2.05 3/193 26629
/proc/meminfo: memFree=27264664/32873648 swapFree=6844/6844
[pid=26629] ppid=26627 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/26629/stat : 26629 (java) S 26627 26629 23338 0 -1 4202496 5788 0 1 0 45 2 0 0 20 0 18 0 255603442 9787813888 16057 33554432000 1073741824 1073778376 140737286500768 140737286491904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26629/statm: 2389603 16057 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700248 s]
/proc/loadavg: 1.96 2.05 2.05 3/193 26629
/proc/meminfo: memFree=27264664/32873648 swapFree=6844/6844
[pid=26629] ppid=26627 vsize=9558412 CPUtime=0.95 cores=1,3,5,7
/proc/26629/stat : 26629 (java) S 26627 26629 23338 0 -1 4202496 6011 0 1 0 89 6 0 0 20 0 18 0 255603442 9787813888 45345 33554432000 1073741824 1073778376 140737286500768 140737286491904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26629/statm: 2389603 45345 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 9558412

[startup+1.5008 s]
/proc/loadavg: 1.96 2.05 2.05 3/211 26647
/proc/meminfo: memFree=27046896/32873648 swapFree=6844/6844
[pid=26629] ppid=26627 vsize=9558412 CPUtime=2.38 cores=1,3,5,7
/proc/26629/stat : 26629 (java) S 26627 26629 23338 0 -1 4202496 10446 0 1 0 221 17 0 0 20 0 18 0 255603442 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140737286491904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26629/statm: 2389603 96115 2247 9 0 2380296 0
[pid=26629/tid=26631] ppid=26627 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/26629/task/26631/stat : 26631 (java) R 26627 26629 23338 0 -1 4202560 2559 0 1 0 127 5 0 0 20 0 18 0 255603444 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122922552248 140122788376799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26632] ppid=26627 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/26629/task/26632/stat : 26632 (java) S 26627 26629 23338 0 -1 4202560 125 0 0 0 4 2 0 0 20 0 18 0 255603445 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122911615400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26633] ppid=26627 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26629/task/26633/stat : 26633 (java) S 26627 26629 23338 0 -1 4202560 155 0 0 0 6 2 0 0 20 0 18 0 255603445 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122910562856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26634] ppid=26627 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/26629/task/26634/stat : 26634 (java) S 26627 26629 23338 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 255603445 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122909509800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26635] ppid=26627 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26629/task/26635/stat : 26635 (java) S 26627 26629 23338 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 18 0 255603445 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122908457256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26636] ppid=26627 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26629/task/26636/stat : 26636 (java) S 26627 26629 23338 0 -1 4202560 105 0 0 0 3 2 0 0 20 0 18 0 255603445 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122907405224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26637] ppid=26627 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/26629/task/26637/stat : 26637 (java) S 26627 26629 23338 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 255603445 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122760363048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26629/tid=26638] ppid=26627 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26629/task/26638/stat : 26638 (java) S 26627 26629 23338 0 -1 4202560 142 0 0 0 3 2 0 0 20 0 18 0 255603445 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122759309992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26639] ppid=26627 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26629/task/26639/stat : 26639 (java) S 26627 26629 23338 0 -1 4202560 51 0 0 0 4 1 0 0 20 0 18 0 255603445 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122758257448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26640] ppid=26627 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26640/stat : 26640 (java) S 26627 26629 23338 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255603446 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122746059112 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26641] ppid=26627 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26641/stat : 26641 (java) S 26627 26629 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255603446 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122745005432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26642] ppid=26627 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26642/stat : 26642 (java) S 26627 26629 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255603446 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122743952264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26643] ppid=26627 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26643/stat : 26643 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255603449 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122742901008 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26644] ppid=26627 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/26629/task/26644/stat : 26644 (java) S 26627 26629 23338 0 -1 4202560 2934 0 0 0 28 0 0 0 20 0 18 0 255603449 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122741848888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26645] ppid=26627 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/26629/task/26645/stat : 26645 (java) S 26627 26629 23338 0 -1 4202560 2946 0 0 0 26 0 0 0 20 0 18 0 255603449 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122740796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26646] ppid=26627 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26646/stat : 26646 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255603449 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122739743480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26647] ppid=26627 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26647/stat : 26647 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255603449 9787813888 96115 33554432000 1073741824 1073778376 140737286500768 140122738691144 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9558412

[startup+3.10067 s]
/proc/loadavg: 1.96 2.04 2.05 3/211 26647
/proc/meminfo: memFree=26106500/32873648 swapFree=6844/6844
[pid=26629] ppid=26627 vsize=9558412 CPUtime=4.64 cores=1,3,5,7
/proc/26629/stat : 26629 (java) S 26627 26629 23338 0 -1 4202496 14283 0 1 0 412 52 0 0 20 0 18 0 255603442 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140737286491904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26629/statm: 2389603 549954 2247 9 0 2380296 0
[pid=26629/tid=26631] ppid=26627 vsize=9558412 CPUtime=2.69 cores=1,3,5,7
/proc/26629/task/26631/stat : 26631 (java) S 26627 26629 23338 0 -1 4202560 4016 0 1 0 239 30 0 0 20 0 18 0 255603444 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122922552248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26632] ppid=26627 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/26629/task/26632/stat : 26632 (java) D 26627 26629 23338 0 -1 4202560 155 0 0 0 15 3 0 0 20 0 18 0 255603445 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122911615576 140122925024953 0 4 0 16800975 18446744071581355444 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26633] ppid=26627 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/26629/task/26633/stat : 26633 (java) R 26627 26629 23338 0 -1 4202560 606 0 0 0 19 3 0 0 20 0 18 0 255603445 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122910562616 140122929062319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26634] ppid=26627 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/26629/task/26634/stat : 26634 (java) R 26627 26629 23338 0 -1 4202560 394 0 0 0 11 3 0 0 20 0 18 0 255603445 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122909509976 140122926311032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26635] ppid=26627 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/26629/task/26635/stat : 26635 (java) R 26627 26629 23338 0 -1 4202560 55 0 0 0 10 1 0 0 20 0 18 0 255603445 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122908457432 140122926310872 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26629/tid=26636] ppid=26627 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/26629/task/26636/stat : 26636 (java) R 26627 26629 23338 0 -1 4202560 395 0 0 0 13 4 0 0 20 0 18 0 255603445 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122907405104 140122925024953 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26637] ppid=26627 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/26629/task/26637/stat : 26637 (java) D 26627 26629 23338 0 -1 4202560 366 0 0 0 9 2 0 0 20 0 18 0 255603445 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122760362808 259112428519 0 4 0 16800975 18446744071581355491 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26638] ppid=26627 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/26629/task/26638/stat : 26638 (java) D 26627 26629 23338 0 -1 4202560 188 0 0 0 14 3 0 0 20 0 18 0 255603445 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122759310168 140122925024969 0 4 0 16800975 18446744071581355444 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26639] ppid=26627 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/26629/task/26639/stat : 26639 (java) R 26627 26629 23338 0 -1 4202560 87 0 0 0 14 2 0 0 20 0 18 0 255603445 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122758257624 140122929452242 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26640] ppid=26627 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26640/stat : 26640 (java) S 26627 26629 23338 0 -1 4202560 966 0 0 0 0 0 0 0 20 0 18 0 255603446 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122746057992 259115758652 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26629/tid=26641] ppid=26627 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26641/stat : 26641 (java) S 26627 26629 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255603446 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122745005432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26642] ppid=26627 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26642/stat : 26642 (java) S 26627 26629 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255603446 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122743952264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26643] ppid=26627 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26643/stat : 26643 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255603449 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122742901008 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26644] ppid=26627 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/26629/task/26644/stat : 26644 (java) S 26627 26629 23338 0 -1 4202560 2934 0 0 0 28 0 0 0 20 0 18 0 255603449 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122741848888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26645] ppid=26627 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/26629/task/26645/stat : 26645 (java) S 26627 26629 23338 0 -1 4202560 2946 0 0 0 26 0 0 0 20 0 18 0 255603449 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122740796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26646] ppid=26627 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26646/stat : 26646 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255603449 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122739743480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26647] ppid=26627 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26647/stat : 26647 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255603449 9787813888 549954 33554432000 1073741824 1073778376 140737286500768 140122738691144 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 9558412

[startup+6.30072 s]
/proc/loadavg: 1.96 2.04 2.05 10/211 26647
/proc/meminfo: memFree=24998752/32873648 swapFree=6844/6844
[pid=26629] ppid=26627 vsize=9624976 CPUtime=9.38 cores=1,3,5,7
/proc/26629/stat : 26629 (java) S 26627 26629 23338 0 -1 4202496 19948 0 1 0 868 70 0 0 20 0 19 0 255603442 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140737286491904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26629/statm: 2406244 593234 2262 9 0 2396937 0
[pid=26629/tid=26631] ppid=26627 vsize=9624976 CPUtime=5.54 cores=1,3,5,7
/proc/26629/task/26631/stat : 26631 (java) R 26627 26629 23338 0 -1 4202560 4033 0 1 0 523 31 0 0 20 0 19 0 255603444 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122922553896 140122788824942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26632] ppid=26627 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/26629/task/26632/stat : 26632 (java) S 26627 26629 23338 0 -1 4202560 225 0 0 0 35 6 0 0 20 0 19 0 255603445 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122911615400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26633] ppid=26627 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/26629/task/26633/stat : 26633 (java) S 26627 26629 23338 0 -1 4202560 652 0 0 0 32 5 0 0 20 0 19 0 255603445 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122910562856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26634] ppid=26627 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/26629/task/26634/stat : 26634 (java) S 26627 26629 23338 0 -1 4202560 432 0 0 0 24 5 0 0 20 0 19 0 255603445 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122909509800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26635] ppid=26627 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/26629/task/26635/stat : 26635 (java) S 26627 26629 23338 0 -1 4202560 112 0 0 0 27 4 0 0 20 0 19 0 255603445 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122908457256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26636] ppid=26627 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/26629/task/26636/stat : 26636 (java) S 26627 26629 23338 0 -1 4202560 439 0 0 0 27 5 0 0 20 0 19 0 255603445 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122907405224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26629/tid=26637] ppid=26627 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/26629/task/26637/stat : 26637 (java) S 26627 26629 23338 0 -1 4202560 822 0 0 0 20 4 0 0 20 0 19 0 255603445 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122760363048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26629/tid=26638] ppid=26627 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/26629/task/26638/stat : 26638 (java) S 26627 26629 23338 0 -1 4202560 720 0 0 0 27 4 0 0 20 0 19 0 255603445 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122759309992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26639] ppid=26627 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/26629/task/26639/stat : 26639 (java) S 26627 26629 23338 0 -1 4202560 963 0 0 0 25 2 0 0 20 0 19 0 255603445 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122758257448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26640] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26640/stat : 26640 (java) S 26627 26629 23338 0 -1 4202560 1266 0 0 0 0 0 0 0 20 0 19 0 255603446 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122746059112 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26641] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26641/stat : 26641 (java) S 26627 26629 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255603446 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122745005432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26642] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26642/stat : 26642 (java) S 26627 26629 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255603446 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122743952264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26643] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26643/stat : 26643 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255603449 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122742901008 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26644] ppid=26627 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/26629/task/26644/stat : 26644 (java) S 26627 26629 23338 0 -1 4202560 6118 0 0 0 61 1 0 0 20 0 19 0 255603449 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122741848888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26645] ppid=26627 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/26629/task/26645/stat : 26645 (java) S 26627 26629 23338 0 -1 4202560 2983 0 0 0 49 0 0 0 20 0 19 0 255603449 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122740796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26646] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26646/stat : 26646 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255603449 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122739743480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26647] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26647/stat : 26647 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255603449 9855975424 593234 33554432000 1073741824 1073778376 140737286500768 140122738691144 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 1.96 2.04 2.05 3/212 26648
/proc/meminfo: memFree=24899632/32873648 swapFree=6844/6844
[pid=26629] ppid=26627 vsize=9624976 CPUtime=15.89 cores=1,3,5,7
/proc/26629/stat : 26629 (java) S 26627 26629 23338 0 -1 4202496 19960 0 1 0 1519 70 0 0 20 0 19 0 255603442 9855975424 592385 33554432000 1073741824 1073778376 140737286500768 140737286491904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26629/statm: 2406244 592385 2266 9 0 2396937 0
[pid=26629/tid=26631] ppid=26627 vsize=9624976 CPUtime=11.93 cores=1,3,5,7

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

[pid=26629/tid=26644] ppid=26627 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/26629/task/26644/stat : 26644 (java) S 26627 26629 23338 0 -1 4202560 6138 0 0 0 68 1 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122741848888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26645] ppid=26627 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/26629/task/26645/stat : 26645 (java) S 26627 26629 23338 0 -1 4202560 3079 0 0 0 70 2 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122740796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26646] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26646/stat : 26646 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122739743480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26647] ppid=26627 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/26629/task/26647/stat : 26647 (java) S 26627 26629 23338 0 -1 4202560 95 0 0 0 28 38 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122738691144 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26648] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26648/stat : 26648 (java) S 26627 26629 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255604043 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122737636392 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.41
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26733
/proc/meminfo: memFree=26686072/32873648 swapFree=6844/6844
[pid=26629] ppid=26627 vsize=9624976 CPUtime=1726.42 cores=1,3,5,7
/proc/26629/stat : 26629 (java) S 26627 26629 23338 0 -1 4202496 20483 0 1 0 172524 118 0 0 20 0 19 0 255603442 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140737286491904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26629/statm: 2406244 644000 2281 9 0 2396937 0
[pid=26629/tid=26631] ppid=26627 vsize=9624976 CPUtime=1708.48 cores=1,3,5,7
/proc/26629/task/26631/stat : 26631 (java) R 26627 26629 23338 0 -1 4202560 4051 0 1 0 170788 60 0 0 20 0 19 0 255603444 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122922553632 140122788896807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26632] ppid=26627 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/26629/task/26632/stat : 26632 (java) S 26627 26629 23338 0 -1 4202560 247 0 0 0 47 7 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122911615400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26633] ppid=26627 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/26629/task/26633/stat : 26633 (java) S 26627 26629 23338 0 -1 4202560 664 0 0 0 45 6 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122910562856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26634] ppid=26627 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/26629/task/26634/stat : 26634 (java) S 26627 26629 23338 0 -1 4202560 442 0 0 0 34 6 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122909509800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26629/tid=26635] ppid=26627 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26629/task/26635/stat : 26635 (java) S 26627 26629 23338 0 -1 4202560 198 0 0 0 38 4 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122908457256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26636] ppid=26627 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26629/task/26636/stat : 26636 (java) S 26627 26629 23338 0 -1 4202560 444 0 0 0 36 6 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122907405224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26637] ppid=26627 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/26629/task/26637/stat : 26637 (java) S 26627 26629 23338 0 -1 4202560 837 0 0 0 28 5 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122760363048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26638] ppid=26627 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/26629/task/26638/stat : 26638 (java) S 26627 26629 23338 0 -1 4202560 733 0 0 0 36 5 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122759309992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26639] ppid=26627 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26629/task/26639/stat : 26639 (java) S 26627 26629 23338 0 -1 4202560 980 0 0 0 39 3 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122758257448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26640] ppid=26627 vsize=9624976 CPUtime=8.22 cores=1,3,5,7
/proc/26629/task/26640/stat : 26640 (java) S 26627 26629 23338 0 -1 4202560 1389 0 0 0 818 4 0 0 20 0 19 0 255603446 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122746059112 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26641] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26641/stat : 26641 (java) S 26627 26629 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255603446 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122745005432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26642] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26642/stat : 26642 (java) S 26627 26629 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255603446 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122743952264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26643] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26643/stat : 26643 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122742901008 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26644] ppid=26627 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/26629/task/26644/stat : 26644 (java) S 26627 26629 23338 0 -1 4202560 6138 0 0 0 68 1 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122741848888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26645] ppid=26627 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/26629/task/26645/stat : 26645 (java) S 26627 26629 23338 0 -1 4202560 3079 0 0 0 70 2 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122740796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26646] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26646/stat : 26646 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122739743480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26647] ppid=26627 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/26629/task/26647/stat : 26647 (java) S 26627 26629 23338 0 -1 4202560 99 0 0 0 28 40 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122738691144 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26648] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26648/stat : 26648 (java) S 26627 26629 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255604043 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122737636392 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.42
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26733
/proc/meminfo: memFree=26685828/32873648 swapFree=6844/6844
[pid=26629] ppid=26627 vsize=9624976 CPUtime=1786.43 cores=1,3,5,7
/proc/26629/stat : 26629 (java) S 26627 26629 23338 0 -1 4202496 20487 0 1 0 178524 119 0 0 20 0 19 0 255603442 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140737286491904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26629/statm: 2406244 644000 2281 9 0 2396937 0
[pid=26629/tid=26631] ppid=26627 vsize=9624976 CPUtime=1768.33 cores=1,3,5,7
/proc/26629/task/26631/stat : 26631 (java) R 26627 26629 23338 0 -1 4202560 4051 0 1 0 176772 61 0 0 20 0 19 0 255603444 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122922553632 140122788845757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26632] ppid=26627 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/26629/task/26632/stat : 26632 (java) S 26627 26629 23338 0 -1 4202560 247 0 0 0 47 7 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122911615400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26633] ppid=26627 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/26629/task/26633/stat : 26633 (java) S 26627 26629 23338 0 -1 4202560 664 0 0 0 45 6 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122910562856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26634] ppid=26627 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/26629/task/26634/stat : 26634 (java) S 26627 26629 23338 0 -1 4202560 442 0 0 0 34 6 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122909509800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26629/tid=26635] ppid=26627 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26629/task/26635/stat : 26635 (java) S 26627 26629 23338 0 -1 4202560 198 0 0 0 38 4 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122908457256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26636] ppid=26627 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26629/task/26636/stat : 26636 (java) S 26627 26629 23338 0 -1 4202560 444 0 0 0 36 6 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122907405224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26637] ppid=26627 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/26629/task/26637/stat : 26637 (java) S 26627 26629 23338 0 -1 4202560 837 0 0 0 28 5 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122760363048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26638] ppid=26627 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/26629/task/26638/stat : 26638 (java) S 26627 26629 23338 0 -1 4202560 733 0 0 0 36 5 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122759309992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26639] ppid=26627 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26629/task/26639/stat : 26639 (java) S 26627 26629 23338 0 -1 4202560 980 0 0 0 39 3 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122758257448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26640] ppid=26627 vsize=9624976 CPUtime=8.22 cores=1,3,5,7
/proc/26629/task/26640/stat : 26640 (java) S 26627 26629 23338 0 -1 4202560 1389 0 0 0 818 4 0 0 20 0 19 0 255603446 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122746059112 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26641] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26641/stat : 26641 (java) S 26627 26629 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255603446 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122745005432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26642] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26642/stat : 26642 (java) S 26627 26629 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255603446 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122743952264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26643] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26643/stat : 26643 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122742901008 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26644] ppid=26627 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/26629/task/26644/stat : 26644 (java) S 26627 26629 23338 0 -1 4202560 6138 0 0 0 68 1 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122741848888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26645] ppid=26627 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/26629/task/26645/stat : 26645 (java) S 26627 26629 23338 0 -1 4202560 3079 0 0 0 70 2 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122740796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26646] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26646/stat : 26646 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122739743480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26647] ppid=26627 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/26629/task/26647/stat : 26647 (java) S 26627 26629 23338 0 -1 4202560 103 0 0 0 30 41 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122738691144 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26648] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26648/stat : 26648 (java) S 26627 26629 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255604043 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122737636392 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.43
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26733
/proc/meminfo: memFree=26686080/32873648 swapFree=6844/6844
[pid=26629] ppid=26627 vsize=9624976 CPUtime=1800.03 cores=1,3,5,7
/proc/26629/stat : 26629 (java) S 26627 26629 23338 0 -1 4202496 20487 0 1 0 179884 119 0 0 20 0 19 0 255603442 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140737286491904 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26629/statm: 2406244 644000 2281 9 0 2396937 0
[pid=26629/tid=26631] ppid=26627 vsize=9624976 CPUtime=1781.9 cores=1,3,5,7
/proc/26629/task/26631/stat : 26631 (java) R 26627 26629 23338 0 -1 4202560 4051 0 1 0 178128 62 0 0 20 0 19 0 255603444 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122922553632 140122788824916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26632] ppid=26627 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/26629/task/26632/stat : 26632 (java) S 26627 26629 23338 0 -1 4202560 247 0 0 0 47 7 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122911615400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26633] ppid=26627 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/26629/task/26633/stat : 26633 (java) S 26627 26629 23338 0 -1 4202560 664 0 0 0 45 6 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122910562856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26634] ppid=26627 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/26629/task/26634/stat : 26634 (java) S 26627 26629 23338 0 -1 4202560 442 0 0 0 34 6 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122909509800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26629/tid=26635] ppid=26627 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26629/task/26635/stat : 26635 (java) S 26627 26629 23338 0 -1 4202560 198 0 0 0 38 4 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122908457256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26636] ppid=26627 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26629/task/26636/stat : 26636 (java) S 26627 26629 23338 0 -1 4202560 444 0 0 0 36 6 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122907405224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26637] ppid=26627 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/26629/task/26637/stat : 26637 (java) S 26627 26629 23338 0 -1 4202560 837 0 0 0 28 5 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122760363048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26638] ppid=26627 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/26629/task/26638/stat : 26638 (java) S 26627 26629 23338 0 -1 4202560 733 0 0 0 36 5 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122759309992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26639] ppid=26627 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/26629/task/26639/stat : 26639 (java) S 26627 26629 23338 0 -1 4202560 980 0 0 0 39 3 0 0 20 0 19 0 255603445 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122758257448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26640] ppid=26627 vsize=9624976 CPUtime=8.22 cores=1,3,5,7
/proc/26629/task/26640/stat : 26640 (java) S 26627 26629 23338 0 -1 4202560 1389 0 0 0 818 4 0 0 20 0 19 0 255603446 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122746059112 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26641] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26641/stat : 26641 (java) S 26627 26629 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255603446 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122745005432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26642] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26642/stat : 26642 (java) S 26627 26629 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255603446 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122743952264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26643] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26643/stat : 26643 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122742901008 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26644] ppid=26627 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/26629/task/26644/stat : 26644 (java) S 26627 26629 23338 0 -1 4202560 6138 0 0 0 68 1 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122741848888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26629/tid=26645] ppid=26627 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/26629/task/26645/stat : 26645 (java) S 26627 26629 23338 0 -1 4202560 3079 0 0 0 70 2 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122740796344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26646] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26646/stat : 26646 (java) S 26627 26629 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122739743480 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26629/tid=26647] ppid=26627 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/26629/task/26647/stat : 26647 (java) S 26627 26629 23338 0 -1 4202560 103 0 0 0 30 41 0 0 20 0 19 0 255603449 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122738691144 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26629/tid=26648] ppid=26627 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26629/task/26648/stat : 26648 (java) S 26627 26629 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255604043 9855975424 644000 33554432000 1073741824 1073778376 140737286500768 140122737636392 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26629 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=338219
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=663747
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.95
CPU time (s): 1800.03
CPU user time (s): 1798.84
CPU system time (s): 1.19
CPU usage (%): 100.227
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 1.66375
maximum resident set size= 2576128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20522
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39917
involuntary context switches= 15966

runsolver used 6.36003 second user time and 15.2027 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-24 23:26:16
IDJOB=3689935
IDBENCH=92139
IDSOLVER=2269
FILE ID=node124/3689935-1337894775
RUNJOBID= node124-1337871881-23355
PBS_JOBID= 14620080
Free space on /tmp= 71616 MiB

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

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

MD5SUM BENCH= 8ae7872201a01b380c649cec8e185bc6
RANDOM SEED=722051240

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27265308 kB
Buffers:          241668 kB
Cached:          2232872 kB
SwapCached:            0 kB
Active:          2888452 kB
Inactive:        1937436 kB
Active(anon):    2353964 kB
Inactive(anon):        0 kB
Active(file):     534488 kB
Inactive(file):  1937436 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31856 kB
Writeback:             0 kB
AnonPages:       2360260 kB
Mapped:            22424 kB
Shmem:               200 kB
Slab:             639284 kB
SReclaimable:      83460 kB
SUnreclaim:       555824 kB
KernelStack:        1584 kB
PageTables:         8404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3255144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2301952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71636 MiB
End job on node124 at 2012-05-24 23:56:14