Trace number 3689537

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.09 1772.05

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-ivu52.opb
MD5SUM125c932e94e2457d1c83522659b39a64
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20170239442749999993
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables157591
Total number of constraints2116
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2111
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint7
Maximum length of a constraint155481
Number of terms in the objective function 157591
Biggest coefficient in the objective function 40000000000000000
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 1955699014025000001657
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 45000000000000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 2472448333291898744553
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3689537-1337891613.opb
0.08/0.11	c reading problem ... 
6.86/5.31	c ... done. Wall clock time 5.198s.
6.86/5.31	c declared #vars     157591
6.86/5.31	c #constraints  4226
6.86/5.31	c constraints type 
6.86/5.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2110
6.86/5.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 2111
6.86/5.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
6.86/5.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
6.86/5.31	c 4226 constraints processed.
6.86/5.31	c objective function length is 157591 literals
241.61/236.90	c cleaning 2500 clauses out of 5000 with flag 5000/5000
562.02/554.33	c cleaning 4247 clauses out of 8503 with flag 11003/11003
811.88/800.53	c cleaning 5623 clauses out of 11254 with flag 18001/18001
1137.81/1121.30	c cleaning 6810 clauses out of 13630 with flag 26000/26000
1481.92/1459.44	c cleaning 7905 clauses out of 15821 with flag 35001/35001
1800.09/1772.02	c starts		: 65
1800.09/1772.02	c conflicts		: 43372
1800.09/1772.02	c decisions		: 2970674
1800.09/1772.02	c propagations		: 508113468
1800.09/1772.02	c inspects		: 1068163796
1800.09/1772.02	c shortcuts		: 0
1800.09/1772.02	c learnt literals	: 0
1800.09/1772.02	c learnt binary clauses	: 0
1800.09/1772.02	c learnt ternary clauses	: 0
1800.09/1772.02	c learnt constraints	: 43371
1800.09/1772.02	c ignored constraints	: 0
1800.09/1772.02	c root simplifications	: 0
1800.09/1772.02	c removed literals (reason simplification)	: 0
1800.09/1772.02	c reason swapping (by a shorter reason)	: 0
1800.09/1772.02	c Calls to reduceDB	: 5
1800.09/1772.02	c number of reductions to clauses (during analyze)	: 0
1800.09/1772.02	c number of learned constraints concerned by reduction	: 0
1800.09/1772.02	c number of learning phase by resolution	: 0
1800.09/1772.02	c number of learning phase by cutting planes	: 0
1800.09/1772.02	c speed (assignments/second)	: 287621.5994076771
1800.09/1772.02	c non guided choices	0
1800.09/1772.02	c learnt constraints type 
1800.09/1772.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16286
1800.09/1772.02	c constraints type 
1800.09/1772.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2110
1800.09/1772.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 2111
1800.09/1772.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
1800.09/1772.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/1772.02	c 4226 constraints processed.
1800.09/1772.02	s UNKNOWN
1800.09/1772.02	c Total wall clock time (in seconds): 1771.915

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-3689537-1337891613/watcher-3689537-1337891613 -o /tmp/evaluation-result-3689537-1337891613/solver-3689537-1337891613 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689537-1337891613.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: 2.00 2.00 2.00 3/194 14216
/proc/meminfo: memFree=27406660/32873844 swapFree=7364/7364
[pid=14216] ppid=14214 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14216/stat : 14216 (java) D 14214 14216 12001 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 255287510 9515008 183 33554432000 1073741824 1073778376 140735318394256 140735318385288 251032059573 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/14216/statm: 2323 183 140 9 0 71 0

[startup+0.083606 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 14216
/proc/meminfo: memFree=27406660/32873844 swapFree=7364/7364
[pid=14216] ppid=14214 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/14216/stat : 14216 (java) S 14214 14216 12001 0 -1 4202496 3467 0 1 0 5 0 0 0 20 0 18 0 255287510 9787813888 4164 33554432000 1073741824 1073778376 140736941965024 140736941956160 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14216/statm: 2389603 4165 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100321 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 14216
/proc/meminfo: memFree=27406660/32873844 swapFree=7364/7364
[pid=14216] ppid=14214 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/14216/stat : 14216 (java) S 14214 14216 12001 0 -1 4202496 4350 0 1 0 8 0 0 0 20 0 18 0 255287510 9787813888 5043 33554432000 1073741824 1073778376 140736941965024 140736941956160 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14216/statm: 2389603 5044 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300303 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 14216
/proc/meminfo: memFree=27406660/32873844 swapFree=7364/7364
[pid=14216] ppid=14214 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/14216/stat : 14216 (java) S 14214 14216 12001 0 -1 4202496 6397 0 1 0 45 1 0 0 20 0 18 0 255287510 9787813888 11974 33554432000 1073741824 1073778376 140736941965024 140736941956160 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14216/statm: 2389603 11974 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700311 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 14216
/proc/meminfo: memFree=27406660/32873844 swapFree=7364/7364
[pid=14216] ppid=14214 vsize=9558412 CPUtime=1.01 cores=1,3,5,7
/proc/14216/stat : 14216 (java) S 14214 14216 12001 0 -1 4202496 7785 0 1 0 95 6 0 0 20 0 18 0 255287510 9787813888 43379 33554432000 1073741824 1073778376 140736941965024 140736941956160 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14216/statm: 2389603 43379 2235 9 0 2380296 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 14234
/proc/meminfo: memFree=27127660/32873844 swapFree=7364/7364
[pid=14216] ppid=14214 vsize=9558412 CPUtime=2.22 cores=1,3,5,7
/proc/14216/stat : 14216 (java) S 14214 14216 12001 0 -1 4202496 8824 0 1 0 205 17 0 0 20 0 18 0 255287510 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140736941956160 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14216/statm: 2389603 99438 2236 9 0 2380296 0
[pid=14216/tid=14218] ppid=14214 vsize=9558412 CPUtime=1.32 cores=1,3,5,7
/proc/14216/task/14218/stat : 14218 (java) R 14214 14216 12001 0 -1 4202560 2818 0 1 0 126 6 0 0 20 0 18 0 255287511 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140002112626672 251035444493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14219] ppid=14214 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/14216/task/14219/stat : 14219 (java) S 14214 14216 12001 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 18 0 255287512 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001956650024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14220] ppid=14214 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/14216/task/14220/stat : 14220 (java) S 14214 14216 12001 0 -1 4202560 92 0 0 0 3 0 0 0 20 0 18 0 255287512 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001955597224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14221] ppid=14214 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/14216/task/14221/stat : 14221 (java) S 14214 14216 12001 0 -1 4202560 97 0 0 0 2 1 0 0 20 0 18 0 255287512 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001954544424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14216/tid=14222] ppid=14214 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/14216/task/14222/stat : 14222 (java) S 14214 14216 12001 0 -1 4202560 125 0 0 0 3 1 0 0 20 0 18 0 255287512 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001953491624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14216/tid=14223] ppid=14214 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/14216/task/14223/stat : 14223 (java) S 14214 14216 12001 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 18 0 255287512 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001952438824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14216/tid=14224] ppid=14214 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/14216/task/14224/stat : 14224 (java) S 14214 14216 12001 0 -1 4202560 143 0 0 0 5 2 0 0 20 0 18 0 255287512 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001951386024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14225] ppid=14214 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/14216/task/14225/stat : 14225 (java) S 14214 14216 12001 0 -1 4202560 55 0 0 0 3 2 0 0 20 0 18 0 255287512 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001950333224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14226] ppid=14214 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/14216/task/14226/stat : 14226 (java) S 14214 14216 12001 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 255287512 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001949280424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14227] ppid=14214 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14227/stat : 14227 (java) S 14214 14216 12001 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255287513 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001936870376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14228] ppid=14214 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14228/stat : 14228 (java) S 14214 14216 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255287514 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001935816440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14229] ppid=14214 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14229/stat : 14229 (java) S 14214 14216 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255287514 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001934763528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14230] ppid=14214 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14230/stat : 14230 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255287516 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001933712016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14231] ppid=14214 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/14216/task/14231/stat : 14231 (java) S 14214 14216 12001 0 -1 4202560 1338 0 0 0 18 0 0 0 20 0 18 0 255287516 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001932659128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14232] ppid=14214 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/14216/task/14232/stat : 14232 (java) S 14214 14216 12001 0 -1 4202560 2692 0 0 0 20 0 0 0 20 0 18 0 255287516 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001931606328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14233] ppid=14214 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14233/stat : 14233 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255287516 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001930553720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14234] ppid=14214 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14234/stat : 14234 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255287516 9787813888 99438 33554432000 1073741824 1073778376 140736941965024 140001929501128 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9558412

[startup+3.10081 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 14234
/proc/meminfo: memFree=26782980/32873844 swapFree=7364/7364
[pid=14216] ppid=14214 vsize=9558412 CPUtime=4.18 cores=1,3,5,7
/proc/14216/stat : 14216 (java) S 14214 14216 12001 0 -1 4202496 10619 0 1 0 374 44 0 0 20 0 18 0 255287510 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140736941956160 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14216/statm: 2389603 286090 2236 9 0 2380296 0
[pid=14216/tid=14218] ppid=14214 vsize=9558412 CPUtime=2.79 cores=1,3,5,7
/proc/14216/task/14218/stat : 14218 (java) R 14214 14216 12001 0 -1 4202560 3606 0 1 0 260 19 0 0 20 0 18 0 255287511 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140002112633144 140001984635353 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14219] ppid=14214 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/14216/task/14219/stat : 14219 (java) S 14214 14216 12001 0 -1 4202560 84 0 0 0 11 4 0 0 20 0 18 0 255287512 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001956650024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14220] ppid=14214 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/14216/task/14220/stat : 14220 (java) S 14214 14216 12001 0 -1 4202560 139 0 0 0 7 3 0 0 20 0 18 0 255287512 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001955597224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14221] ppid=14214 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/14216/task/14221/stat : 14221 (java) S 14214 14216 12001 0 -1 4202560 120 0 0 0 5 3 0 0 20 0 18 0 255287512 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001954544424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14222] ppid=14214 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/14216/task/14222/stat : 14222 (java) S 14214 14216 12001 0 -1 4202560 181 0 0 0 12 5 0 0 20 0 18 0 255287512 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001953491624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14216/tid=14223] ppid=14214 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/14216/task/14223/stat : 14223 (java) S 14214 14216 12001 0 -1 4202560 55 0 0 0 7 2 0 0 20 0 18 0 255287512 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001952438824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14216/tid=14224] ppid=14214 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/14216/task/14224/stat : 14224 (java) S 14214 14216 12001 0 -1 4202560 160 0 0 0 8 3 0 0 20 0 18 0 255287512 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001951386024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14225] ppid=14214 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/14216/task/14225/stat : 14225 (java) S 14214 14216 12001 0 -1 4202560 80 0 0 0 6 3 0 0 20 0 18 0 255287512 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001950333224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14226] ppid=14214 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/14216/task/14226/stat : 14226 (java) S 14214 14216 12001 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 18 0 255287512 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001949280424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14216/tid=14227] ppid=14214 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14227/stat : 14227 (java) S 14214 14216 12001 0 -1 4202560 959 0 0 0 0 0 0 0 20 0 18 0 255287513 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001936870376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14228] ppid=14214 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14228/stat : 14228 (java) S 14214 14216 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255287514 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001935816440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14229] ppid=14214 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14229/stat : 14229 (java) S 14214 14216 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255287514 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001934763528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14230] ppid=14214 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14230/stat : 14230 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255287516 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001933712016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14231] ppid=14214 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/14216/task/14231/stat : 14231 (java) S 14214 14216 12001 0 -1 4202560 1338 0 0 0 18 0 0 0 20 0 18 0 255287516 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001932659128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14232] ppid=14214 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/14216/task/14232/stat : 14232 (java) S 14214 14216 12001 0 -1 4202560 2692 0 0 0 20 0 0 0 20 0 18 0 255287516 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001931606328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14233] ppid=14214 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14233/stat : 14233 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255287516 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001930553720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14234] ppid=14214 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14234/stat : 14234 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255287516 9787813888 286090 33554432000 1073741824 1073778376 140736941965024 140001929501128 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9558412

[startup+6.3008 s]
/proc/loadavg: 2.08 2.02 2.01 5/212 14234
/proc/meminfo: memFree=26207500/32873844 swapFree=7364/7364
[pid=14216] ppid=14214 vsize=9624976 CPUtime=8.37 cores=1,3,5,7
/proc/14216/stat : 14216 (java) S 14214 14216 12001 0 -1 4202496 13263 0 1 0 784 53 0 0 20 0 19 0 255287510 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140736941956160 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14216/statm: 2406244 302331 2261 9 0 2396937 0
[pid=14216/tid=14218] ppid=14214 vsize=9624976 CPUtime=5.89 cores=1,3,5,7
/proc/14216/task/14218/stat : 14218 (java) R 14214 14216 12001 0 -1 4202560 3622 0 1 0 569 20 0 0 20 0 19 0 255287511 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140002112635304 140001985065565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14219] ppid=14214 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/14216/task/14219/stat : 14219 (java) S 14214 14216 12001 0 -1 4202560 143 0 0 0 16 5 0 0 20 0 19 0 255287512 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001956650024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14220] ppid=14214 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/14216/task/14220/stat : 14220 (java) S 14214 14216 12001 0 -1 4202560 183 0 0 0 10 4 0 0 20 0 19 0 255287512 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001955597224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14221] ppid=14214 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/14216/task/14221/stat : 14221 (java) S 14214 14216 12001 0 -1 4202560 359 0 0 0 8 4 0 0 20 0 19 0 255287512 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001954544424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14222] ppid=14214 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/14216/task/14222/stat : 14222 (java) S 14214 14216 12001 0 -1 4202560 209 0 0 0 15 5 0 0 20 0 19 0 255287512 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001953491624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14223] ppid=14214 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/14216/task/14223/stat : 14223 (java) S 14214 14216 12001 0 -1 4202560 354 0 0 0 10 3 0 0 20 0 19 0 255287512 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001952438824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14216/tid=14224] ppid=14214 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/14216/task/14224/stat : 14224 (java) S 14214 14216 12001 0 -1 4202560 179 0 0 0 11 4 0 0 20 0 19 0 255287512 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001951386024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14216/tid=14225] ppid=14214 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/14216/task/14225/stat : 14225 (java) S 14214 14216 12001 0 -1 4202560 269 0 0 0 12 5 0 0 20 0 19 0 255287512 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001950333224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14216/tid=14226] ppid=14214 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/14216/task/14226/stat : 14226 (java) S 14214 14216 12001 0 -1 4202560 65 0 0 0 11 2 0 0 20 0 19 0 255287512 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001949280424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14227] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14227/stat : 14227 (java) S 14214 14216 12001 0 -1 4202560 973 0 0 0 0 0 0 0 20 0 19 0 255287513 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001936870376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14228] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14228/stat : 14228 (java) S 14214 14216 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255287514 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001935816440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14229] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14229/stat : 14229 (java) S 14214 14216 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287514 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001934763528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14230] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14230/stat : 14230 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287516 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001933712016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14231] ppid=14214 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/14216/task/14231/stat : 14231 (java) S 14214 14216 12001 0 -1 4202560 1983 0 0 0 48 0 0 0 20 0 19 0 255287516 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001932659128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14232] ppid=14214 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/14216/task/14232/stat : 14232 (java) S 14214 14216 12001 0 -1 4202560 3743 0 0 0 59 0 0 0 20 0 19 0 255287516 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001931606328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14233] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14233/stat : 14233 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287516 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001930553720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14234] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14234/stat : 14234 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287516 9855975424 302331 33554432000 1073741824 1073778376 140736941965024 140001929501128 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 14235
/proc/meminfo: memFree=25756668/32873844 swapFree=7364/7364
[pid=14216] ppid=14214 vsize=9624976 CPUtime=14.79 cores=1,3,5,7
/proc/14216/stat : 14216 (java) S 14214 14216 12001 0 -1 4202496 14034 0 1 0 1416 63 0 0 20 0 19 0 255287510 9855975424 439522 33554432000 1073741824 1073778376 140736941965024 140736941956160 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14216/statm: 2406244 439522 2262 9 0 2396937 0
[pid=14216/tid=14218] ppid=14214 vsize=9624976 CPUtime=12.28 cores=1,3,5,7

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

[pid=14216/tid=14231] ppid=14214 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/14216/task/14231/stat : 14231 (java) S 14214 14216 12001 0 -1 4202560 2993 0 0 0 58 0 0 0 20 0 19 0 255287516 9855975424 1152750 33554432000 1073741824 1073778376 140736941965024 140001932659128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14232] ppid=14214 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/14216/task/14232/stat : 14232 (java) S 14214 14216 12001 0 -1 4202560 3759 0 0 0 66 0 0 0 20 0 19 0 255287516 9855975424 1152750 33554432000 1073741824 1073778376 140736941965024 140001931606328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14233] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14233/stat : 14233 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287516 9855975424 1152750 33554432000 1073741824 1073778376 140736941965024 140001930553720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14234] ppid=14214 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/14216/task/14234/stat : 14234 (java) S 14214 14216 12001 0 -1 4202560 93 0 0 0 38 43 0 0 20 0 19 0 255287516 9855975424 1152750 33554432000 1073741824 1073778376 140736941965024 140001929501128 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14235] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14235/stat : 14235 (java) S 14214 14216 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255288052 9855975424 1152750 33554432000 1073741824 1073778376 140736941965024 140001928447656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1627.09
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/214 14332
/proc/meminfo: memFree=22220312/32873844 swapFree=7364/7364
[pid=14216] ppid=14214 vsize=9624976 CPUtime=1688.35 cores=1,3,5,7
/proc/14216/stat : 14216 (java) S 14214 14216 12001 0 -1 4202496 36839 0 1 0 168196 639 0 0 20 0 19 0 255287510 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140736941956160 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14216/statm: 2406244 1236934 2274 9 0 2396937 0
[pid=14216/tid=14218] ppid=14214 vsize=9624976 CPUtime=1646.33 cores=1,3,5,7
/proc/14216/task/14218/stat : 14218 (java) R 14214 14216 12001 0 -1 4202560 8372 0 1 0 164547 86 0 0 20 0 19 0 255287511 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140002112634096 140001985065495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14219] ppid=14214 vsize=9624976 CPUtime=4.46 cores=1,3,5,7
/proc/14216/task/14219/stat : 14219 (java) S 14214 14216 12001 0 -1 4202560 2624 0 0 0 376 70 0 0 20 0 19 0 255287512 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001956650024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14220] ppid=14214 vsize=9624976 CPUtime=3.93 cores=1,3,5,7
/proc/14216/task/14220/stat : 14220 (java) S 14214 14216 12001 0 -1 4202560 1237 0 0 0 327 66 0 0 20 0 19 0 255287512 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001955597224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14221] ppid=14214 vsize=9624976 CPUtime=3.86 cores=1,3,5,7
/proc/14216/task/14221/stat : 14221 (java) S 14214 14216 12001 0 -1 4202560 1638 0 0 0 334 52 0 0 20 0 19 0 255287512 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001954544424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14222] ppid=14214 vsize=9624976 CPUtime=4.07 cores=1,3,5,7
/proc/14216/task/14222/stat : 14222 (java) S 14214 14216 12001 0 -1 4202560 1669 0 0 0 344 63 0 0 20 0 19 0 255287512 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001953491624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14223] ppid=14214 vsize=9624976 CPUtime=4.03 cores=1,3,5,7
/proc/14216/task/14223/stat : 14223 (java) S 14214 14216 12001 0 -1 4202560 2493 0 0 0 342 61 0 0 20 0 19 0 255287512 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001952438824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14216/tid=14224] ppid=14214 vsize=9624976 CPUtime=4.12 cores=1,3,5,7
/proc/14216/task/14224/stat : 14224 (java) S 14214 14216 12001 0 -1 4202560 1980 0 0 0 351 61 0 0 20 0 19 0 255287512 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001951386024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14225] ppid=14214 vsize=9624976 CPUtime=3.97 cores=1,3,5,7
/proc/14216/task/14225/stat : 14225 (java) S 14214 14216 12001 0 -1 4202560 1755 0 0 0 334 63 0 0 20 0 19 0 255287512 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001950333224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14226] ppid=14214 vsize=9624976 CPUtime=3.95 cores=1,3,5,7
/proc/14216/task/14226/stat : 14226 (java) S 14214 14216 12001 0 -1 4202560 1339 0 0 0 339 56 0 0 20 0 19 0 255287512 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001949280424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14227] ppid=14214 vsize=9624976 CPUtime=7 cores=1,3,5,7
/proc/14216/task/14227/stat : 14227 (java) S 14214 14216 12001 0 -1 4202560 5705 0 0 0 686 14 0 0 20 0 19 0 255287513 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001936870376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14228] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14228/stat : 14228 (java) S 14214 14216 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255287514 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001935816440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14229] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14229/stat : 14229 (java) S 14214 14216 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287514 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001934763528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14230] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14230/stat : 14230 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287516 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001933712016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14231] ppid=14214 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/14216/task/14231/stat : 14231 (java) S 14214 14216 12001 0 -1 4202560 2993 0 0 0 58 0 0 0 20 0 19 0 255287516 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001932659128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14232] ppid=14214 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/14216/task/14232/stat : 14232 (java) S 14214 14216 12001 0 -1 4202560 3759 0 0 0 66 0 0 0 20 0 19 0 255287516 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001931606328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14233] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14233/stat : 14233 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287516 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001930553720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14234] ppid=14214 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/14216/task/14234/stat : 14234 (java) S 14214 14216 12001 0 -1 4202560 95 0 0 0 39 45 0 0 20 0 19 0 255287516 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001929501128 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14235] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14235/stat : 14235 (java) S 14214 14216 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255288052 9855975424 1236934 33554432000 1073741824 1073778376 140736941965024 140001928447656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1688.35
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 14332
/proc/meminfo: memFree=22095460/32873844 swapFree=7364/7364
[pid=14216] ppid=14214 vsize=9624976 CPUtime=1749.34 cores=1,3,5,7
/proc/14216/stat : 14216 (java) S 14214 14216 12001 0 -1 4202496 36856 0 1 0 174294 640 0 0 20 0 19 0 255287510 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140736941956160 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14216/statm: 2406244 1236938 2274 9 0 2396937 0
[pid=14216/tid=14218] ppid=14214 vsize=9624976 CPUtime=1705.95 cores=1,3,5,7
/proc/14216/task/14218/stat : 14218 (java) R 14214 14216 12001 0 -1 4202560 8377 0 1 0 170508 87 0 0 20 0 19 0 255287511 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140002112634032 140001985202962 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14219] ppid=14214 vsize=9624976 CPUtime=4.64 cores=1,3,5,7
/proc/14216/task/14219/stat : 14219 (java) S 14214 14216 12001 0 -1 4202560 2625 0 0 0 394 70 0 0 20 0 19 0 255287512 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001956650024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14220] ppid=14214 vsize=9624976 CPUtime=4.07 cores=1,3,5,7
/proc/14216/task/14220/stat : 14220 (java) S 14214 14216 12001 0 -1 4202560 1237 0 0 0 341 66 0 0 20 0 19 0 255287512 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001955597224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14221] ppid=14214 vsize=9624976 CPUtime=4.01 cores=1,3,5,7
/proc/14216/task/14221/stat : 14221 (java) S 14214 14216 12001 0 -1 4202560 1638 0 0 0 349 52 0 0 20 0 19 0 255287512 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001954544424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14222] ppid=14214 vsize=9624976 CPUtime=4.23 cores=1,3,5,7
/proc/14216/task/14222/stat : 14222 (java) S 14214 14216 12001 0 -1 4202560 1671 0 0 0 360 63 0 0 20 0 19 0 255287512 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001953491624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14223] ppid=14214 vsize=9624976 CPUtime=4.24 cores=1,3,5,7
/proc/14216/task/14223/stat : 14223 (java) S 14214 14216 12001 0 -1 4202560 2493 0 0 0 363 61 0 0 20 0 19 0 255287512 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001952438824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14224] ppid=14214 vsize=9624976 CPUtime=4.29 cores=1,3,5,7
/proc/14216/task/14224/stat : 14224 (java) S 14214 14216 12001 0 -1 4202560 1981 0 0 0 368 61 0 0 20 0 19 0 255287512 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001951386024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14225] ppid=14214 vsize=9624976 CPUtime=4.16 cores=1,3,5,7
/proc/14216/task/14225/stat : 14225 (java) S 14214 14216 12001 0 -1 4202560 1755 0 0 0 353 63 0 0 20 0 19 0 255287512 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001950333224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14226] ppid=14214 vsize=9624976 CPUtime=4.1 cores=1,3,5,7
/proc/14216/task/14226/stat : 14226 (java) S 14214 14216 12001 0 -1 4202560 1339 0 0 0 354 56 0 0 20 0 19 0 255287512 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001949280424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14227] ppid=14214 vsize=9624976 CPUtime=7 cores=1,3,5,7
/proc/14216/task/14227/stat : 14227 (java) S 14214 14216 12001 0 -1 4202560 5709 0 0 0 686 14 0 0 20 0 19 0 255287513 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001936870376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14228] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14228/stat : 14228 (java) S 14214 14216 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255287514 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001935816440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14229] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14229/stat : 14229 (java) S 14214 14216 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287514 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001934763528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14230] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14230/stat : 14230 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287516 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001933712016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14231] ppid=14214 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/14216/task/14231/stat : 14231 (java) S 14214 14216 12001 0 -1 4202560 2993 0 0 0 58 0 0 0 20 0 19 0 255287516 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001932659128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14232] ppid=14214 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/14216/task/14232/stat : 14232 (java) S 14214 14216 12001 0 -1 4202560 3759 0 0 0 66 0 0 0 20 0 19 0 255287516 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001931606328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14233] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14233/stat : 14233 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287516 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001930553720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14234] ppid=14214 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/14216/task/14234/stat : 14234 (java) S 14214 14216 12001 0 -1 4202560 99 0 0 0 40 46 0 0 20 0 19 0 255287516 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001929501128 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14235] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14235/stat : 14235 (java) S 14214 14216 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255288052 9855975424 1236938 33554432000 1073741824 1073778376 140736941965024 140001928447656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1749.34
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772 s]
/proc/loadavg: 2.37 2.09 2.03 3/213 14332
/proc/meminfo: memFree=22093824/32873844 swapFree=7364/7364
[pid=14216] ppid=14214 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/14216/stat : 14216 (java) S 14214 14216 12001 0 -1 4202496 36871 0 1 0 179366 643 0 0 20 0 19 0 255287510 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140736941956160 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14216/statm: 2406244 1236945 2274 9 0 2396937 0
[pid=14216/tid=14218] ppid=14214 vsize=9624976 CPUtime=1755.32 cores=1,3,5,7
/proc/14216/task/14218/stat : 14218 (java) R 14214 14216 12001 0 -1 4202560 8381 0 1 0 175444 88 0 0 20 0 19 0 255287511 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140002112634208 140001985065522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14219] ppid=14214 vsize=9624976 CPUtime=4.84 cores=1,3,5,7
/proc/14216/task/14219/stat : 14219 (java) S 14214 14216 12001 0 -1 4202560 2626 0 0 0 414 70 0 0 20 0 19 0 255287512 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001956650024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14220] ppid=14214 vsize=9624976 CPUtime=4.21 cores=1,3,5,7
/proc/14216/task/14220/stat : 14220 (java) S 14214 14216 12001 0 -1 4202560 1238 0 0 0 355 66 0 0 20 0 19 0 255287512 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001955597224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14221] ppid=14214 vsize=9624976 CPUtime=4.18 cores=1,3,5,7
/proc/14216/task/14221/stat : 14221 (java) S 14214 14216 12001 0 -1 4202560 1638 0 0 0 366 52 0 0 20 0 19 0 255287512 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001954544424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14216/tid=14222] ppid=14214 vsize=9624976 CPUtime=4.43 cores=1,3,5,7
/proc/14216/task/14222/stat : 14222 (java) S 14214 14216 12001 0 -1 4202560 1674 0 0 0 380 63 0 0 20 0 19 0 255287512 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001953491624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14223] ppid=14214 vsize=9624976 CPUtime=4.36 cores=1,3,5,7
/proc/14216/task/14223/stat : 14223 (java) S 14214 14216 12001 0 -1 4202560 2493 0 0 0 375 61 0 0 20 0 19 0 255287512 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001952438824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14216/tid=14224] ppid=14214 vsize=9624976 CPUtime=4.48 cores=1,3,5,7
/proc/14216/task/14224/stat : 14224 (java) S 14214 14216 12001 0 -1 4202560 1983 0 0 0 387 61 0 0 20 0 19 0 255287512 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001951386024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14225] ppid=14214 vsize=9624976 CPUtime=4.32 cores=1,3,5,7
/proc/14216/task/14225/stat : 14225 (java) S 14214 14216 12001 0 -1 4202560 1755 0 0 0 369 63 0 0 20 0 19 0 255287512 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001950333224 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14226] ppid=14214 vsize=9624976 CPUtime=4.27 cores=1,3,5,7
/proc/14216/task/14226/stat : 14226 (java) S 14214 14216 12001 0 -1 4202560 1339 0 0 0 371 56 0 0 20 0 19 0 255287512 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001949280424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14227] ppid=14214 vsize=9624976 CPUtime=7 cores=1,3,5,7
/proc/14216/task/14227/stat : 14227 (java) S 14214 14216 12001 0 -1 4202560 5711 0 0 0 686 14 0 0 20 0 19 0 255287513 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001936870376 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14228] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14228/stat : 14228 (java) S 14214 14216 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255287514 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001935816440 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14229] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14229/stat : 14229 (java) S 14214 14216 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255287514 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001934763528 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14230] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14230/stat : 14230 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287516 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001933712016 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14231] ppid=14214 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/14216/task/14231/stat : 14231 (java) S 14214 14216 12001 0 -1 4202560 2993 0 0 0 58 0 0 0 20 0 19 0 255287516 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001932659128 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14232] ppid=14214 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/14216/task/14232/stat : 14232 (java) S 14214 14216 12001 0 -1 4202560 3759 0 0 0 66 0 0 0 20 0 19 0 255287516 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001931606328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14233] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14233/stat : 14233 (java) S 14214 14216 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255287516 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001930553720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14216/tid=14234] ppid=14214 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/14216/task/14234/stat : 14234 (java) S 14214 14216 12001 0 -1 4202560 101 0 0 0 42 48 0 0 20 0 19 0 255287516 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001929501128 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14216/tid=14235] ppid=14214 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14216/task/14235/stat : 14235 (java) S 14214 14216 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255288052 9855975424 1236945 33554432000 1073741824 1073778376 140736941965024 140001928447656 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

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

Real time (s): 1772.05
CPU time (s): 1800.09
CPU user time (s): 1793.66
CPU system time (s): 6.43
CPU usage (%): 101.582
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.26
system time used= 6.573
maximum resident set size= 4947896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36906
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45058
involuntary context switches= 45748

runsolver used 6.32004 second user time and 16.4225 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-24 22:33:34
IDJOB=3689537
IDBENCH=89887
IDSOLVER=2269
FILE ID=node118/3689537-1337891613
RUNJOBID= node118-1337871881-12018
PBS_JOBID= 14620086
Free space on /tmp= 71632 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ivu52.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689537-1337891613/watcher-3689537-1337891613 -o /tmp/evaluation-result-3689537-1337891613/solver-3689537-1337891613 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689537-1337891613.opb

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

MD5SUM BENCH= 125c932e94e2457d1c83522659b39a64
RANDOM SEED=2125905352

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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	: 5320.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27406916 kB
Buffers:          221696 kB
Cached:          3992084 kB
SwapCached:            0 kB
Active:           948104 kB
Inactive:        3747780 kB
Active(anon):     483376 kB
Inactive(anon):        0 kB
Active(file):     464728 kB
Inactive(file):  3747780 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             30932 kB
Writeback:             0 kB
AnonPages:        490356 kB
Mapped:            22652 kB
Shmem:               200 kB
Slab:             632036 kB
SReclaimable:      73984 kB
SUnreclaim:       558052 kB
KernelStack:        1592 kB
PageTables:         5064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     826272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 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= 71640 MiB
End job on node118 at 2012-05-24 23:03:08