Trace number 3710157

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.06 1777.25

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
MD5SUM70a36045701f7ebe55c56022c0c942d1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.10	c version 2.3.2.v20120418
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.14	c read org.sat4j.minisat.orders.VarOrderHeap
0.06/0.14	c configuring ORDERS
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=true
0.06/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3710157-1338156891.opb
0.06/0.14	c reading problem ... 
1.13/0.73	c ... done. Wall clock time 0.587s.
1.13/0.73	c declared #vars     16651
1.13/0.73	c #constraints  49142
1.13/0.73	c constraints type 
1.13/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16380
1.13/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1.13/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.13/0.73	c 49142 constraints processed.
111.88/110.15	c cleaning 2500 clauses out of 5000 with flag 5000/5000
226.78/224.66	c cleaning 4242 clauses out of 8500 with flag 11000/11000
479.33/474.09	c cleaning 5620 clauses out of 11264 with flag 18006/18006
951.39/939.61	c cleaning 6820 clauses out of 13639 with flag 26001/26001
1095.91/1081.58	c cleaning 7896 clauses out of 15818 with flag 35000/35000
1381.71/1363.76	c cleaning 8956 clauses out of 17923 with flag 45001/45001
1800.06/1777.21	c starts		: 74
1800.06/1777.21	c conflicts		: 52455
1800.06/1777.21	c decisions		: 82494
1800.06/1777.21	c propagations		: 10793209
1800.06/1777.21	c inspects		: 84053225
1800.06/1777.21	c shortcuts		: 0
1800.06/1777.21	c learnt literals	: 0
1800.06/1777.21	c learnt binary clauses	: 18
1800.06/1777.21	c learnt ternary clauses	: 9
1800.06/1777.21	c learnt constraints	: 52455
1800.06/1777.21	c ignored constraints	: 0
1800.06/1777.21	c root simplifications	: 74
1800.06/1777.21	c removed literals (reason simplification)	: 296883138
1800.06/1777.21	c reason swapping (by a shorter reason)	: 0
1800.06/1777.21	c Calls to reduceDB	: 6
1800.06/1777.21	c number of reductions to clauses (during analyze)	: 0
1800.06/1777.21	c number of learned constraints concerned by reduction	: 0
1800.06/1777.21	c number of learning phase by resolution	: 0
1800.06/1777.21	c number of learning phase by cutting planes	: 0
1800.06/1777.21	c speed (assignments/second)	: 6075.6824945777025
1800.06/1777.21	c non guided choices	11771
1800.06/1777.22	c learnt constraints type 
1800.06/1777.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1800.06/1777.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16403
1800.06/1777.22	c constraints type 
1800.06/1777.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16380
1800.06/1777.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1800.06/1777.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1777.22	c 49142 constraints processed.
1800.06/1777.22	s UNKNOWN
1800.06/1777.22	c Total wall clock time (in seconds): 1777.08

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-3710157-1338156891/watcher-3710157-1338156891 -o /tmp/evaluation-result-3710157-1338156891/solver-3710157-1338156891 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710157-1338156891.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.92 1.98 1.99 3/194 26970
/proc/meminfo: memFree=31007356/32873844 swapFree=6872/6872
[pid=26970] ppid=26968 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/26970/stat : 26970 (java) D 26968 26970 22966 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 281817549 2560000 46 33554432000 1073741824 1073778376 140735957962560 140735957959688 270109076775 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26970/statm: 625 46 37 9 0 29 0

[startup+0.101456 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 26970
/proc/meminfo: memFree=31007356/32873844 swapFree=6872/6872
[pid=26970] ppid=26968 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/26970/stat : 26970 (java) S 26968 26970 22966 0 -1 4202496 3463 0 1 0 6 0 0 0 20 0 18 0 281817549 9787842560 4671 33554432000 1073741824 1073778376 140735979772704 140735979763840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26970/statm: 2389610 4678 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.200337 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 26970
/proc/meminfo: memFree=31007356/32873844 swapFree=6872/6872
[pid=26970] ppid=26968 vsize=9558440 CPUtime=0.22 cores=1,3,5,7
/proc/26970/stat : 26970 (java) S 26968 26970 22966 0 -1 4202496 4621 0 1 0 21 1 0 0 20 0 18 0 281817549 9787842560 6319 33554432000 1073741824 1073778376 140735979772704 140735979763840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26970/statm: 2389610 6319 2189 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558440

[startup+0.300342 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 26970
/proc/meminfo: memFree=31007356/32873844 swapFree=6872/6872
[pid=26970] ppid=26968 vsize=9558440 CPUtime=0.42 cores=1,3,5,7
/proc/26970/stat : 26970 (java) S 26968 26970 22966 0 -1 4202496 5152 0 1 0 41 1 0 0 20 0 18 0 281817549 9787842560 7731 33554432000 1073741824 1073778376 140735979772704 140735979763840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26970/statm: 2389610 7731 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558440

[startup+0.700319 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 26970
/proc/meminfo: memFree=31007356/32873844 swapFree=6872/6872
[pid=26970] ppid=26968 vsize=9558440 CPUtime=1.13 cores=1,3,5,7
/proc/26970/stat : 26970 (java) S 26968 26970 22966 0 -1 4202496 7444 0 1 0 109 4 0 0 20 0 18 0 281817549 9787842560 34687 33554432000 1073741824 1073778376 140735979772704 140735979763840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26970/statm: 2389610 34687 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558440

[startup+1.50079 s]
/proc/loadavg: 1.92 1.98 1.99 5/213 26989
/proc/meminfo: memFree=30843564/32873844 swapFree=6872/6872
[pid=26970] ppid=26968 vsize=9625004 CPUtime=2.58 cores=1,3,5,7
/proc/26970/stat : 26970 (java) S 26968 26970 22966 0 -1 4202496 9094 0 1 0 249 9 0 0 20 0 19 0 281817549 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 140735979763840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26970/statm: 2406251 46205 2275 9 0 2396937 0
[pid=26970/tid=26972] ppid=26968 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/26970/task/26972/stat : 26972 (java) R 26968 26970 22966 0 -1 4202560 2576 0 1 0 136 3 0 0 20 0 19 0 281817551 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139750554837016 139750401633792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26973] ppid=26968 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/26970/task/26973/stat : 26973 (java) S 26968 26970 22966 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281817552 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139750527290152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26974] ppid=26968 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/26970/task/26974/stat : 26974 (java) S 26968 26970 22966 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 281817552 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139750526237352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26975] ppid=26968 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/26970/task/26975/stat : 26975 (java) S 26968 26970 22966 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281817552 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139750525185064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26976] ppid=26968 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26970/task/26976/stat : 26976 (java) S 26968 26970 22966 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 281817552 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139750524132264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26977] ppid=26968 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26970/task/26977/stat : 26977 (java) S 26968 26970 22966 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 281817552 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139750523078952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/26970/task/26978/stat : 26978 (java) S 26968 26970 22966 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281817552 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139750522026152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26979/stat : 26979 (java) S 26968 26970 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281817552 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139750520973864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26980/stat : 26980 (java) S 26968 26970 22966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281817552 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139750519921064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26981] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26981/stat : 26981 (java) S 26968 26970 22966 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139749907991272 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26982] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26982/stat : 26982 (java) S 26968 26970 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139749906937336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26983] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26983/stat : 26983 (java) S 26968 26970 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139749905884936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26984] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26984/stat : 26984 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139749904833424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26985] ppid=26968 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/26970/task/26985/stat : 26985 (java) S 26968 26970 22966 0 -1 4202560 2634 0 0 0 48 0 0 0 20 0 19 0 281817557 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139749903780024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26986] ppid=26968 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/26970/task/26986/stat : 26986 (java) S 26968 26970 22966 0 -1 4202560 2552 0 0 0 46 0 0 0 20 0 19 0 281817557 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139749902727224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26987] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26987/stat : 26987 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139749901675128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26988] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26988/stat : 26988 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139749900622536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26989] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26989/stat : 26989 (java) S 26968 26970 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281817625 9856004096 46205 33554432000 1073741824 1073778376 140735979772704 139749899568552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9625004

[startup+3.10082 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 26989
/proc/meminfo: memFree=30773304/32873844 swapFree=6872/6872
[pid=26970] ppid=26968 vsize=9625004 CPUtime=4.24 cores=1,3,5,7
/proc/26970/stat : 26970 (java) S 26968 26970 22966 0 -1 4202496 9306 0 1 0 412 12 0 0 20 0 19 0 281817549 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 140735979763840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26970/statm: 2406251 79614 2275 9 0 2396937 0
[pid=26970/tid=26972] ppid=26968 vsize=9625004 CPUtime=2.97 cores=1,3,5,7
/proc/26970/task/26972/stat : 26972 (java) R 26968 26970 22966 0 -1 4202560 2635 0 1 0 292 5 0 0 20 0 19 0 281817551 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139750554836160 139750401726251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26973] ppid=26968 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26970/task/26973/stat : 26973 (java) S 26968 26970 22966 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 281817552 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139750527290152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26974] ppid=26968 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/26970/task/26974/stat : 26974 (java) S 26968 26970 22966 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 281817552 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139750526237352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26975] ppid=26968 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26970/task/26975/stat : 26975 (java) S 26968 26970 22966 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 281817552 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139750525185064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26976] ppid=26968 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/26970/task/26976/stat : 26976 (java) S 26968 26970 22966 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 281817552 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139750524132264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26977] ppid=26968 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/26970/task/26977/stat : 26977 (java) S 26968 26970 22966 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 281817552 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139750523078952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/26970/task/26978/stat : 26978 (java) S 26968 26970 22966 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281817552 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139750522026152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/26970/task/26979/stat : 26979 (java) S 26968 26970 22966 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 281817552 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139750520973864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26970/task/26980/stat : 26980 (java) S 26968 26970 22966 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 281817552 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139750519921064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26981] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26981/stat : 26981 (java) S 26968 26970 22966 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139749907991272 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26982] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26982/stat : 26982 (java) S 26968 26970 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139749906937336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26983] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26983/stat : 26983 (java) S 26968 26970 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139749905884936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26984] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26984/stat : 26984 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139749904833424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26985] ppid=26968 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/26970/task/26985/stat : 26985 (java) S 26968 26970 22966 0 -1 4202560 2634 0 0 0 48 0 0 0 20 0 19 0 281817557 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139749903780024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26986] ppid=26968 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/26970/task/26986/stat : 26986 (java) S 26968 26970 22966 0 -1 4202560 2552 0 0 0 47 0 0 0 20 0 19 0 281817557 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139749902727224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26987] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26987/stat : 26987 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139749901675128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26988] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26988/stat : 26988 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139749900622536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26989] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26989/stat : 26989 (java) S 26968 26970 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281817625 9856004096 79614 33554432000 1073741824 1073778376 140735979772704 139749899568552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625004

[startup+6.30079 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 26989
/proc/meminfo: memFree=30671960/32873844 swapFree=6872/6872
[pid=26970] ppid=26968 vsize=9625004 CPUtime=7.64 cores=1,3,5,7
/proc/26970/stat : 26970 (java) S 26968 26970 22966 0 -1 4202496 9991 0 1 0 744 20 0 0 20 0 19 0 281817549 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 140735979763840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26970/statm: 2406251 145421 2275 9 0 2396937 0
[pid=26970/tid=26972] ppid=26968 vsize=9625004 CPUtime=6.1 cores=1,3,5,7
/proc/26970/task/26972/stat : 26972 (java) R 26968 26970 22966 0 -1 4202560 2752 0 1 0 602 8 0 0 20 0 19 0 281817551 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139750554836272 139750401673360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26973] ppid=26968 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/26970/task/26973/stat : 26973 (java) S 26968 26970 22966 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 19 0 281817552 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139750527290152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26974] ppid=26968 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/26970/task/26974/stat : 26974 (java) S 26968 26970 22966 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 281817552 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139750526237352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26975] ppid=26968 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/26970/task/26975/stat : 26975 (java) S 26968 26970 22966 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 281817552 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139750525185064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26976] ppid=26968 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/26970/task/26976/stat : 26976 (java) S 26968 26970 22966 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 19 0 281817552 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139750524132264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26977] ppid=26968 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/26970/task/26977/stat : 26977 (java) S 26968 26970 22966 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 19 0 281817552 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139750523078952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/26970/task/26978/stat : 26978 (java) S 26968 26970 22966 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 19 0 281817552 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139750522026152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/26970/task/26979/stat : 26979 (java) S 26968 26970 22966 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 19 0 281817552 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139750520973864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/26970/task/26980/stat : 26980 (java) S 26968 26970 22966 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 281817552 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139750519921064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26981] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26981/stat : 26981 (java) S 26968 26970 22966 0 -1 4202560 448 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139749907991272 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26982] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26982/stat : 26982 (java) S 26968 26970 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139749906937336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26983] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26983/stat : 26983 (java) S 26968 26970 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139749905884936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26984] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26984/stat : 26984 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139749904833424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26985] ppid=26968 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/26970/task/26985/stat : 26985 (java) S 26968 26970 22966 0 -1 4202560 2644 0 0 0 50 0 0 0 20 0 19 0 281817557 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139749903780024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26986] ppid=26968 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/26970/task/26986/stat : 26986 (java) S 26968 26970 22966 0 -1 4202560 2793 0 0 0 53 0 0 0 20 0 19 0 281817557 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139749902727224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26987] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26987/stat : 26987 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139749901675128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26988] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26988/stat : 26988 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139749900622536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26989] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26989/stat : 26989 (java) S 26968 26970 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281817625 9856004096 145421 33554432000 1073741824 1073778376 140735979772704 139749899568552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 9625004

[startup+12.7009 s]

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

[pid=26970/tid=26985] ppid=26968 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/26970/task/26985/stat : 26985 (java) S 26968 26970 22966 0 -1 4202560 10877 0 0 0 111 3 0 0 20 0 19 0 281817557 9856004096 537787 33554432000 1073741824 1073778376 140735979772704 139749903780024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26986] ppid=26968 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/26970/task/26986/stat : 26986 (java) S 26968 26970 22966 0 -1 4202560 17519 0 0 0 143 3 0 0 20 0 19 0 281817557 9856004096 537787 33554432000 1073741824 1073778376 140735979772704 139749902727224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26987] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26987/stat : 26987 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 537787 33554432000 1073741824 1073778376 140735979772704 139749901675128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26988] ppid=26968 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/26970/task/26988/stat : 26988 (java) S 26968 26970 22966 0 -1 4202560 92 0 0 0 37 24 0 0 20 0 19 0 281817557 9856004096 537787 33554432000 1073741824 1073778376 140735979772704 139749900622536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26989] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26989/stat : 26989 (java) S 26968 26970 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281817625 9856004096 537787 33554432000 1073741824 1073778376 140735979772704 139749899568552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1683.79
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 1.97 1.99 1.99 4/213 27063
/proc/meminfo: memFree=26904692/32873844 swapFree=6872/6872
[pid=26970] ppid=26968 vsize=9625004 CPUtime=1744.57 cores=1,3,5,7
/proc/26970/stat : 26970 (java) S 26968 26970 22966 0 -1 4202496 38910 0 1 0 174272 185 0 0 20 0 19 0 281817549 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 140735979763840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26970/statm: 2406251 532594 2290 9 0 2396937 0
[pid=26970/tid=26972] ppid=26968 vsize=9625004 CPUtime=1706.04 cores=1,3,5,7
/proc/26970/task/26972/stat : 26972 (java) R 26968 26970 22966 0 -1 4202560 5650 0 1 0 170527 77 0 0 20 0 19 0 281817551 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139750554836192 139750401501048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26973] ppid=26968 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/26970/task/26973/stat : 26973 (java) S 26968 26970 22966 0 -1 4202560 89 0 0 0 365 11 0 0 20 0 19 0 281817552 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139750527290152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26974] ppid=26968 vsize=9625004 CPUtime=3.77 cores=1,3,5,7
/proc/26970/task/26974/stat : 26974 (java) S 26968 26970 22966 0 -1 4202560 81 0 0 0 367 10 0 0 20 0 19 0 281817552 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139750526237352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26975] ppid=26968 vsize=9625004 CPUtime=3.83 cores=1,3,5,7
/proc/26970/task/26975/stat : 26975 (java) S 26968 26970 22966 0 -1 4202560 108 0 0 0 374 9 0 0 20 0 19 0 281817552 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139750525185064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26976] ppid=26968 vsize=9625004 CPUtime=3.83 cores=1,3,5,7
/proc/26970/task/26976/stat : 26976 (java) S 26968 26970 22966 0 -1 4202560 100 0 0 0 372 11 0 0 20 0 19 0 281817552 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139750524132264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26977] ppid=26968 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/26970/task/26977/stat : 26977 (java) S 26968 26970 22966 0 -1 4202560 119 0 0 0 364 11 0 0 20 0 19 0 281817552 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139750523078952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=9625004 CPUtime=3.84 cores=1,3,5,7
/proc/26970/task/26978/stat : 26978 (java) S 26968 26970 22966 0 -1 4202560 106 0 0 0 374 10 0 0 20 0 19 0 281817552 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139750522026152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=9625004 CPUtime=3.8 cores=1,3,5,7
/proc/26970/task/26979/stat : 26979 (java) S 26968 26970 22966 0 -1 4202560 93 0 0 0 369 11 0 0 20 0 19 0 281817552 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139750520973864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=9625004 CPUtime=3.92 cores=1,3,5,7
/proc/26970/task/26980/stat : 26980 (java) S 26968 26970 22966 0 -1 4202560 86 0 0 0 382 10 0 0 20 0 19 0 281817552 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139750519921064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26981] ppid=26968 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/26970/task/26981/stat : 26981 (java) S 26968 26970 22966 0 -1 4202560 2800 0 0 0 63 18 0 0 20 0 19 0 281817554 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139749907991272 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26982] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26982/stat : 26982 (java) S 26968 26970 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139749906937336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26983] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26983/stat : 26983 (java) S 26968 26970 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139749905884936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26984] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26984/stat : 26984 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139749904833424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26985] ppid=26968 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/26970/task/26985/stat : 26985 (java) S 26968 26970 22966 0 -1 4202560 10877 0 0 0 111 3 0 0 20 0 19 0 281817557 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139749903780024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26986] ppid=26968 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/26970/task/26986/stat : 26986 (java) S 26968 26970 22966 0 -1 4202560 17519 0 0 0 143 3 0 0 20 0 19 0 281817557 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139749902727224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26987] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26987/stat : 26987 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139749901675128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26988] ppid=26968 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/26970/task/26988/stat : 26988 (java) S 26968 26970 22966 0 -1 4202560 96 0 0 0 38 25 0 0 20 0 19 0 281817557 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139749900622536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26989] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26989/stat : 26989 (java) S 26968 26970 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281817625 9856004096 532594 33554432000 1073741824 1073778376 140735979772704 139749899568552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1744.57
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.2 s]
/proc/loadavg: 1.99 1.99 1.99 4/213 27064
/proc/meminfo: memFree=26939072/32873844 swapFree=6872/6872
[pid=26970] ppid=26968 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/26970/stat : 26970 (java) S 26968 26970 22966 0 -1 4202496 38991 0 1 0 179818 188 0 0 20 0 19 0 281817549 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 140735979763840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26970/statm: 2406251 528893 2290 9 0 2396937 0
[pid=26970/tid=26972] ppid=26968 vsize=9625004 CPUtime=1760.4 cores=1,3,5,7
/proc/26970/task/26972/stat : 26972 (java) R 26968 26970 22966 0 -1 4202560 5721 0 1 0 175962 78 0 0 20 0 19 0 281817551 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750554836144 139750401588355 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26973] ppid=26968 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/26970/task/26973/stat : 26973 (java) S 26968 26970 22966 0 -1 4202560 90 0 0 0 378 11 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750527290152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26974] ppid=26968 vsize=9625004 CPUtime=3.9 cores=1,3,5,7
/proc/26970/task/26974/stat : 26974 (java) S 26968 26970 22966 0 -1 4202560 82 0 0 0 380 10 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750526237352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26975] ppid=26968 vsize=9625004 CPUtime=3.97 cores=1,3,5,7
/proc/26970/task/26975/stat : 26975 (java) S 26968 26970 22966 0 -1 4202560 108 0 0 0 388 9 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750525185064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26976] ppid=26968 vsize=9625004 CPUtime=3.95 cores=1,3,5,7
/proc/26970/task/26976/stat : 26976 (java) S 26968 26970 22966 0 -1 4202560 100 0 0 0 384 11 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750524132264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26977] ppid=26968 vsize=9625004 CPUtime=3.86 cores=1,3,5,7
/proc/26970/task/26977/stat : 26977 (java) S 26968 26970 22966 0 -1 4202560 119 0 0 0 374 12 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750523078952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=9625004 CPUtime=3.95 cores=1,3,5,7
/proc/26970/task/26978/stat : 26978 (java) S 26968 26970 22966 0 -1 4202560 106 0 0 0 385 10 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750522026152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=9625004 CPUtime=3.92 cores=1,3,5,7
/proc/26970/task/26979/stat : 26979 (java) S 26968 26970 22966 0 -1 4202560 93 0 0 0 381 11 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750520973864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=9625004 CPUtime=4.03 cores=1,3,5,7
/proc/26970/task/26980/stat : 26980 (java) S 26968 26970 22966 0 -1 4202560 86 0 0 0 392 11 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750519921064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26981] ppid=26968 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/26970/task/26981/stat : 26981 (java) S 26968 26970 22966 0 -1 4202560 2804 0 0 0 65 18 0 0 20 0 19 0 281817554 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749907991272 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26982] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26982/stat : 26982 (java) S 26968 26970 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749906937336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26983] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26983/stat : 26983 (java) S 26968 26970 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749905884936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26984] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26984/stat : 26984 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749904833424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26985] ppid=26968 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/26970/task/26985/stat : 26985 (java) S 26968 26970 22966 0 -1 4202560 10877 0 0 0 111 3 0 0 20 0 19 0 281817557 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749903780024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26986] ppid=26968 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/26970/task/26986/stat : 26986 (java) S 26968 26970 22966 0 -1 4202560 17519 0 0 0 143 3 0 0 20 0 19 0 281817557 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749902727224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26987] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26987/stat : 26987 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749901675128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26988] ppid=26968 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/26970/task/26988/stat : 26988 (java) S 26968 26970 22966 0 -1 4202560 100 0 0 0 39 26 0 0 20 0 19 0 281817557 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749900622536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26989] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26989/stat : 26989 (java) S 26968 26970 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281817625 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749899568552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1777.2 s]
/proc/loadavg: 1.99 1.99 1.99 4/213 27064
/proc/meminfo: memFree=26939072/32873844 swapFree=6872/6872
[pid=26970] ppid=26968 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/26970/stat : 26970 (java) S 26968 26970 22966 0 -1 4202496 38991 0 1 0 179818 188 0 0 20 0 19 0 281817549 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 140735979763840 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26970/statm: 2406251 528893 2290 9 0 2396937 0
[pid=26970/tid=26972] ppid=26968 vsize=9625004 CPUtime=1760.4 cores=1,3,5,7
/proc/26970/task/26972/stat : 26972 (java) R 26968 26970 22966 0 -1 4202560 5721 0 1 0 175962 78 0 0 20 0 19 0 281817551 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750554836144 139750401588355 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26973] ppid=26968 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/26970/task/26973/stat : 26973 (java) S 26968 26970 22966 0 -1 4202560 90 0 0 0 378 11 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750527290152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26974] ppid=26968 vsize=9625004 CPUtime=3.9 cores=1,3,5,7
/proc/26970/task/26974/stat : 26974 (java) S 26968 26970 22966 0 -1 4202560 82 0 0 0 380 10 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750526237352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26975] ppid=26968 vsize=9625004 CPUtime=3.97 cores=1,3,5,7
/proc/26970/task/26975/stat : 26975 (java) S 26968 26970 22966 0 -1 4202560 108 0 0 0 388 9 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750525185064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26976] ppid=26968 vsize=9625004 CPUtime=3.95 cores=1,3,5,7
/proc/26970/task/26976/stat : 26976 (java) S 26968 26970 22966 0 -1 4202560 100 0 0 0 384 11 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750524132264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26977] ppid=26968 vsize=9625004 CPUtime=3.86 cores=1,3,5,7
/proc/26970/task/26977/stat : 26977 (java) S 26968 26970 22966 0 -1 4202560 119 0 0 0 374 12 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750523078952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26978] ppid=26968 vsize=9625004 CPUtime=3.95 cores=1,3,5,7
/proc/26970/task/26978/stat : 26978 (java) S 26968 26970 22966 0 -1 4202560 106 0 0 0 385 10 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750522026152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26979] ppid=26968 vsize=9625004 CPUtime=3.92 cores=1,3,5,7
/proc/26970/task/26979/stat : 26979 (java) S 26968 26970 22966 0 -1 4202560 93 0 0 0 381 11 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750520973864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26980] ppid=26968 vsize=9625004 CPUtime=4.03 cores=1,3,5,7
/proc/26970/task/26980/stat : 26980 (java) S 26968 26970 22966 0 -1 4202560 86 0 0 0 392 11 0 0 20 0 19 0 281817552 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139750519921064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26981] ppid=26968 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/26970/task/26981/stat : 26981 (java) S 26968 26970 22966 0 -1 4202560 2804 0 0 0 65 18 0 0 20 0 19 0 281817554 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749907991272 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26982] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26982/stat : 26982 (java) S 26968 26970 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749906937336 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26983] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26983/stat : 26983 (java) S 26968 26970 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281817554 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749905884936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26984] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26984/stat : 26984 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749904833424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26970/tid=26985] ppid=26968 vsize=9625004 CPUtime=1.14 cores=1,3,5,7
/proc/26970/task/26985/stat : 26985 (java) S 26968 26970 22966 0 -1 4202560 10877 0 0 0 111 3 0 0 20 0 19 0 281817557 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749903780024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26986] ppid=26968 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/26970/task/26986/stat : 26986 (java) S 26968 26970 22966 0 -1 4202560 17519 0 0 0 143 3 0 0 20 0 19 0 281817557 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749902727224 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26970/tid=26987] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26987/stat : 26987 (java) S 26968 26970 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281817557 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749901675128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26970/tid=26988] ppid=26968 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/26970/task/26988/stat : 26988 (java) S 26968 26970 22966 0 -1 4202560 100 0 0 0 39 26 0 0 20 0 19 0 281817557 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749900622536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26970/tid=26989] ppid=26968 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26970/task/26989/stat : 26989 (java) S 26968 26970 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281817625 9856004096 528893 33554432000 1073741824 1073778376 140735979772704 139749899568552 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26970 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=959276
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=263655
# CPU time returned by wait4() is 1796.22
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1777.25
CPU time (s): 1800.06
CPU user time (s): 1798.18
CPU system time (s): 1.88
CPU usage (%): 101.284
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.96
system time used= 2.26365
maximum resident set size= 2790612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39023
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 95409
involuntary context switches= 133650

runsolver used 7.10092 second user time and 15.3847 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 00:14:51
IDJOB=3710157
IDBENCH=2991
IDSOLVER=2289
FILE ID=node106/3710157-1338156891
RUNJOBID= node106-1338138950-25295
PBS_JOBID= 14624504
Free space on /tmp= 71328 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710157-1338156891/watcher-3710157-1338156891 -o /tmp/evaluation-result-3710157-1338156891/solver-3710157-1338156891 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710157-1338156891.opb

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

MD5SUM BENCH= 70a36045701f7ebe55c56022c0c942d1
RANDOM SEED=957887195

node106.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.065
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.13
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.065
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		: 2667.065
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.91
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.065
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.92
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.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:        31007636 kB
Buffers:          175072 kB
Cached:           517408 kB
SwapCached:            0 kB
Active:           931700 kB
Inactive:          93608 kB
Active(anon):     323228 kB
Inactive(anon):    12004 kB
Active(file):     608472 kB
Inactive(file):    81604 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2780 kB
Writeback:             0 kB
AnonPages:        341616 kB
Mapped:            18712 kB
Shmem:               200 kB
Slab:             696872 kB
SReclaimable:     139012 kB
SUnreclaim:       557860 kB
KernelStack:        1608 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    313344 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= 71328 MiB
End job on node106 at 2012-05-28 00:44:30