Trace number 3710133

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.08 1798.24

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-degen3.opb
MD5SUM180182351d074e1d8188f1fe7258cbed
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54540
Total number of constraints1503
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1001264250880
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 339379725479256
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 1001264250880
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 339379725479256
Number of bits of the biggest sum of numbers49
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@742808b3
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-3710133-1338149718.opb
0.06/0.14	c reading problem ... 
2.75/1.97	c ... done. Wall clock time 1.832s.
2.75/1.97	c declared #vars     54540
2.91/2.10	c #constraints  2220
2.91/2.10	c constraints type 
2.91/2.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2220
2.91/2.10	c 2220 constraints processed.
126.21/124.77	c cleaning 2495 clauses out of 5001 with flag 5001/5001
277.78/276.16	c cleaning 4247 clauses out of 8506 with flag 11001/11001
443.18/441.53	c cleaning 5628 clauses out of 11259 with flag 18001/18001
668.98/667.32	c cleaning 6810 clauses out of 13631 with flag 26001/26001
880.42/878.76	c cleaning 7902 clauses out of 15820 with flag 35000/35000
1239.26/1237.52	c cleaning 8955 clauses out of 17921 with flag 45003/45003
1582.87/1581.06	c cleaning 9975 clauses out of 19965 with flag 56002/56002
1800.08/1798.21	c starts		: 77
1800.08/1798.21	c conflicts		: 66245
1800.08/1798.21	c decisions		: 121683
1800.08/1798.21	c propagations		: 14482706
1800.08/1798.21	c inspects		: 133665066
1800.08/1798.21	c shortcuts		: 0
1800.08/1798.21	c learnt literals	: 0
1800.08/1798.21	c learnt binary clauses	: 0
1800.08/1798.21	c learnt ternary clauses	: 1
1800.08/1798.21	c learnt constraints	: 66245
1800.08/1798.21	c ignored constraints	: 0
1800.08/1798.21	c root simplifications	: 77
1800.08/1798.21	c removed literals (reason simplification)	: 76243
1800.08/1798.21	c reason swapping (by a shorter reason)	: 0
1800.08/1798.21	c Calls to reduceDB	: 7
1800.08/1798.21	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.21	c number of learned constraints concerned by reduction	: 0
1800.08/1798.21	c number of learning phase by resolution	: 0
1800.08/1798.21	c number of learning phase by cutting planes	: 0
1800.08/1798.21	c speed (assignments/second)	: 8063.504374245928
1800.08/1798.21	c non guided choices	22844
1800.08/1798.22	c learnt constraints type 
1800.08/1798.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20233
1800.08/1798.22	c constraints type 
1800.08/1798.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2220
1800.08/1798.22	c 2220 constraints processed.
1800.08/1798.22	s UNKNOWN
1800.08/1798.22	c Total wall clock time (in seconds): 1798.077

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-3710133-1338149718/watcher-3710133-1338149718 -o /tmp/evaluation-result-3710133-1338149718/solver-3710133-1338149718 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710133-1338149718.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.99 1.99 3/174 26210
/proc/meminfo: memFree=31333832/32873844 swapFree=6872/6872
[pid=26210] ppid=26208 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/26210/stat : 26210 (java) D 26208 26210 22966 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 281100366 278528 33 33554432000 1073741824 1073778376 140735309972560 140735309969736 270109076775 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26210/statm: 68 33 25 9 0 25 0

[startup+0.062707 s]
/proc/loadavg: 1.92 1.99 1.99 3/174 26210
/proc/meminfo: memFree=31333832/32873844 swapFree=6872/6872
[pid=26210] ppid=26208 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26210 22966 0 -1 4202496 3054 0 1 0 2 0 0 0 20 0 13 0 281100366 9446973440 3750 33554432000 1073741824 1073778376 140734430975696 140734430966832 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26210/statm: 2306390 3750 1704 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100327 s]
/proc/loadavg: 1.92 1.99 1.99 3/174 26210
/proc/meminfo: memFree=31333832/32873844 swapFree=6872/6872
[pid=26210] ppid=26208 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26210 22966 0 -1 4202496 3457 0 1 0 6 0 0 0 20 0 18 0 281100366 9787842560 4664 33554432000 1073741824 1073778376 140734430975696 140734430966832 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26210/statm: 2389610 4664 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.300298 s]
/proc/loadavg: 1.92 1.99 1.99 3/174 26210
/proc/meminfo: memFree=31333832/32873844 swapFree=6872/6872
[pid=26210] ppid=26208 vsize=9558440 CPUtime=0.47 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26210 22966 0 -1 4202496 6568 0 1 0 45 2 0 0 20 0 18 0 281100366 9787842560 9765 33554432000 1073741824 1073778376 140734430975696 140734430966832 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26210/statm: 2389610 9765 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700324 s]
/proc/loadavg: 1.92 1.99 1.99 3/174 26210
/proc/meminfo: memFree=31333832/32873844 swapFree=6872/6872
[pid=26210] ppid=26208 vsize=9558440 CPUtime=1.14 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26210 22966 0 -1 4202496 6996 0 1 0 104 10 0 0 20 0 18 0 281100366 9787842560 46285 33554432000 1073741824 1073778376 140734430975696 140734430966832 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26210/statm: 2389610 46285 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558440

[startup+1.5008 s]
/proc/loadavg: 1.92 1.99 1.99 6/192 26228
/proc/meminfo: memFree=31153092/32873844 swapFree=6872/6872
[pid=26210] ppid=26208 vsize=9558440 CPUtime=2.1 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26210 22966 0 -1 4202496 7426 0 1 0 194 16 0 0 20 0 18 0 281100366 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140734430966832 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26210/statm: 2389610 64545 2254 9 0 2380296 0
[pid=26210/tid=26212] ppid=26208 vsize=9558440 CPUtime=1.35 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) R 26208 26210 22966 0 -1 4202560 2581 0 1 0 131 4 0 0 20 0 18 0 281100367 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061345496912 140061182533328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26213] ppid=26208 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26210 22966 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 281100368 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061306997544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26214] ppid=26208 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26210 22966 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 18 0 281100368 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061305944744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26215] ppid=26208 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26210 22966 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 18 0 281100368 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061304892456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26210/tid=26216] ppid=26208 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26210 22966 0 -1 4202560 122 0 0 0 3 2 0 0 20 0 18 0 281100369 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061303839656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26210/tid=26217] ppid=26208 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26210 22966 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 18 0 281100369 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061302786344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26210/tid=26218] ppid=26208 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26210 22966 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 281100369 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061301733544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26219] ppid=26208 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26210 22966 0 -1 4202560 108 0 0 0 4 2 0 0 20 0 18 0 281100369 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061300681256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26220] ppid=26208 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) S 26208 26210 22966 0 -1 4202560 98 0 0 0 4 2 0 0 20 0 18 0 281100369 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061181995432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26221] ppid=26208 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) S 26208 26210 22966 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 281100370 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061169584872 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26222] ppid=26208 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) S 26208 26210 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 281100370 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061168530936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26223] ppid=26208 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26210 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 281100370 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061167478536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26224] ppid=26208 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281100373 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140061166427024 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26225] ppid=26208 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/26210/task/26225/stat : 26225 (java) S 26208 26210 22966 0 -1 4202560 934 0 0 0 16 0 0 0 20 0 18 0 281100373 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140060427020472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26226] ppid=26208 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/26210/task/26226/stat : 26226 (java) S 26208 26210 22966 0 -1 4202560 2169 0 0 0 17 0 0 0 20 0 18 0 281100373 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140060425967672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26227] ppid=26208 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26227/stat : 26227 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281100373 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140060424915576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26228] ppid=26208 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26228/stat : 26228 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281100373 9787842560 64545 33554432000 1073741824 1073778376 140734430975696 140060423862984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9558440

[startup+3.10071 s]
/proc/loadavg: 1.92 1.99 1.99 3/191 26235
/proc/meminfo: memFree=30954640/32873844 swapFree=6872/6872
[pid=26210] ppid=26208 vsize=9625004 CPUtime=4.27 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26210 22966 0 -1 4202496 9319 0 1 0 399 28 0 0 20 0 19 0 281100366 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140734430966832 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26210/statm: 2406251 97028 2268 9 0 2396937 0
[pid=26210/tid=26212] ppid=26208 vsize=9625004 CPUtime=2.86 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) R 26208 26210 22966 0 -1 4202560 2629 0 1 0 279 7 0 0 20 0 19 0 281100367 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061345505704 140061182580679 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26213] ppid=26208 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26210 22966 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 19 0 281100368 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061306997544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26214] ppid=26208 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26210 22966 0 -1 4202560 127 0 0 0 7 3 0 0 20 0 19 0 281100368 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061305944744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26215] ppid=26208 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26210 22966 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 19 0 281100368 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061304892456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26210/tid=26216] ppid=26208 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26210 22966 0 -1 4202560 132 0 0 0 4 3 0 0 20 0 19 0 281100369 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061303839656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26217] ppid=26208 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26210 22966 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 19 0 281100369 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061302786344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26210/tid=26218] ppid=26208 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26210 22966 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 281100369 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061301733544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26219] ppid=26208 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26210 22966 0 -1 4202560 119 0 0 0 6 3 0 0 20 0 19 0 281100369 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061300681256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26220] ppid=26208 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) S 26208 26210 22966 0 -1 4202560 110 0 0 0 6 3 0 0 20 0 19 0 281100369 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061181995432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26221] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) S 26208 26210 22966 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 281100370 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061169584872 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26222] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) S 26208 26210 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281100370 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061168530936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26223] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26210 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100370 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061167478536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26224] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061166427024 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26225] ppid=26208 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/26210/task/26225/stat : 26225 (java) S 26208 26210 22966 0 -1 4202560 2502 0 0 0 34 0 0 0 20 0 19 0 281100373 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140060427020472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26226] ppid=26208 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/26210/task/26226/stat : 26226 (java) S 26208 26210 22966 0 -1 4202560 2176 0 0 0 31 0 0 0 20 0 19 0 281100373 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140060425967672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26227] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26227/stat : 26227 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140060424915576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26228] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26228/stat : 26228 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140060423862984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 26285
/proc/meminfo: memFree=30760876/32873844 swapFree=6872/6872
[pid=26210] ppid=26208 vsize=9625004 CPUtime=7.52 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26210 22966 0 -1 4202496 9345 0 1 0 724 28 0 0 20 0 19 0 281100366 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140734430966832 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26210/statm: 2406251 97028 2268 9 0 2396937 0
[pid=26210/tid=26212] ppid=26208 vsize=9625004 CPUtime=6.05 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) R 26208 26210 22966 0 -1 4202560 2631 0 1 0 598 7 0 0 20 0 19 0 281100367 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061345505416 140061182580512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26213] ppid=26208 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26210 22966 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 19 0 281100368 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061306997544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26214] ppid=26208 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26210 22966 0 -1 4202560 127 0 0 0 7 3 0 0 20 0 19 0 281100368 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061305944744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26215] ppid=26208 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26210 22966 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 19 0 281100368 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061304892456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26210/tid=26216] ppid=26208 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26210 22966 0 -1 4202560 132 0 0 0 4 3 0 0 20 0 19 0 281100369 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061303839656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26217] ppid=26208 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26210 22966 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 19 0 281100369 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061302786344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26210/tid=26218] ppid=26208 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26210 22966 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 281100369 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061301733544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26219] ppid=26208 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26210 22966 0 -1 4202560 119 0 0 0 6 3 0 0 20 0 19 0 281100369 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061300681256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26220] ppid=26208 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) S 26208 26210 22966 0 -1 4202560 110 0 0 0 6 3 0 0 20 0 19 0 281100369 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061181995432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26221] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) S 26208 26210 22966 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 281100370 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061169584872 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26222] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) S 26208 26210 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281100370 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061168530936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26223] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26210 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100370 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061167478536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26224] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140061166427024 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26225] ppid=26208 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/26210/task/26225/stat : 26225 (java) S 26208 26210 22966 0 -1 4202560 2526 0 0 0 37 0 0 0 20 0 19 0 281100373 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140060427020472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26226] ppid=26208 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/26210/task/26226/stat : 26226 (java) S 26208 26210 22966 0 -1 4202560 2176 0 0 0 34 0 0 0 20 0 19 0 281100373 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140060425967672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26227] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26227/stat : 26227 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140060424915576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26228] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26228/stat : 26228 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140060423862984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26236] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26236/stat : 26236 (java) S 26208 26210 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281100579 9856004096 97028 33554432000 1073741824 1073778376 140734430975696 140060422809000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 26285
/proc/meminfo: memFree=30728832/32873844 swapFree=6872/6872
[pid=26210] ppid=26208 vsize=9625004 CPUtime=14.05 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26210 22966 0 -1 4202496 9484 0 1 0 1376 29 0 0 20 0 19 0 281100366 9856004096 97008 33554432000 1073741824 1073778376 140734430975696 140734430966832 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

[pid=26210/tid=26225] ppid=26208 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/26210/task/26225/stat : 26225 (java) S 26208 26210 22966 0 -1 4202560 3438 0 0 0 47 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060427020472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26226] ppid=26208 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/26210/task/26226/stat : 26226 (java) S 26208 26210 22966 0 -1 4202560 2675 0 0 0 53 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060425967672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26227] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26227/stat : 26227 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060424915576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26228] ppid=26208 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/26210/task/26228/stat : 26228 (java) S 26208 26210 22966 0 -1 4202560 98 0 0 0 16 15 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060423862984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26236] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26236/stat : 26236 (java) S 26208 26210 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281100579 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060422809000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.18
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/213 26302
/proc/meminfo: memFree=27377152/32873844 swapFree=6872/6872
[pid=26210] ppid=26208 vsize=9625004 CPUtime=1724.18 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26210 22966 0 -1 4202496 31402 0 1 0 172351 67 0 0 20 0 19 0 281100366 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140734430966832 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26210/statm: 2406251 185868 2283 9 0 2396937 0
[pid=26210/tid=26212] ppid=26208 vsize=9625004 CPUtime=1715.45 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) R 26208 26210 22966 0 -1 4202560 2743 0 1 0 171507 38 0 0 20 0 19 0 281100367 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061345505584 140061182269394 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26213] ppid=26208 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26210 22966 0 -1 4202560 57 0 0 0 8 3 0 0 20 0 19 0 281100368 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061306997544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26214] ppid=26208 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26210 22966 0 -1 4202560 150 0 0 0 11 5 0 0 20 0 19 0 281100368 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061305944744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26215] ppid=26208 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26210 22966 0 -1 4202560 62 0 0 0 8 4 0 0 20 0 19 0 281100368 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061304892456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26216] ppid=26208 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26210 22966 0 -1 4202560 148 0 0 0 9 3 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061303839656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26217] ppid=26208 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26210 22966 0 -1 4202560 52 0 0 0 9 3 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061302786344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26218] ppid=26208 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26210 22966 0 -1 4202560 65 0 0 0 9 4 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061301733544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26219] ppid=26208 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26210 22966 0 -1 4202560 155 0 0 0 9 4 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061300681256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26220] ppid=26208 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) S 26208 26210 22966 0 -1 4202560 134 0 0 0 11 4 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061181995432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26210/tid=26221] ppid=26208 vsize=9625004 CPUtime=2.01 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) S 26208 26210 22966 0 -1 4202560 20436 0 0 0 193 8 0 0 20 0 19 0 281100370 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061169584872 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26222] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) S 26208 26210 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281100370 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061168530936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26223] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26210 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100370 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061167478536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26224] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061166427024 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26225] ppid=26208 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/26210/task/26225/stat : 26225 (java) S 26208 26210 22966 0 -1 4202560 3438 0 0 0 47 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060427020472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26226] ppid=26208 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/26210/task/26226/stat : 26226 (java) S 26208 26210 22966 0 -1 4202560 2675 0 0 0 53 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060425967672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26227] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26227/stat : 26227 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060424915576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26228] ppid=26208 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/26210/task/26228/stat : 26228 (java) S 26208 26210 22966 0 -1 4202560 100 0 0 0 16 15 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060423862984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26236] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26236/stat : 26236 (java) S 26208 26210 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281100579 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060422809000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.18
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.25 2.11 2.04 3/213 26361
/proc/meminfo: memFree=30523592/32873844 swapFree=6872/6872
[pid=26210] ppid=26208 vsize=9625004 CPUtime=1784.17 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26210 22966 0 -1 4202496 31406 0 1 0 178350 67 0 0 20 0 19 0 281100366 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140734430966832 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26210/statm: 2406251 185868 2283 9 0 2396937 0
[pid=26210/tid=26212] ppid=26208 vsize=9625004 CPUtime=1775.29 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) R 26208 26210 22966 0 -1 4202560 2743 0 1 0 177491 38 0 0 20 0 19 0 281100367 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061345505584 140061182647654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26213] ppid=26208 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26210 22966 0 -1 4202560 57 0 0 0 8 3 0 0 20 0 19 0 281100368 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061306997544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26214] ppid=26208 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26210 22966 0 -1 4202560 150 0 0 0 11 5 0 0 20 0 19 0 281100368 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061305944744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26215] ppid=26208 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26210 22966 0 -1 4202560 62 0 0 0 8 4 0 0 20 0 19 0 281100368 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061304892456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26216] ppid=26208 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26210 22966 0 -1 4202560 148 0 0 0 9 3 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061303839656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26217] ppid=26208 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26210 22966 0 -1 4202560 52 0 0 0 9 3 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061302786344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26218] ppid=26208 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26210 22966 0 -1 4202560 65 0 0 0 9 4 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061301733544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26219] ppid=26208 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26210 22966 0 -1 4202560 155 0 0 0 9 4 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061300681256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26220] ppid=26208 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) S 26208 26210 22966 0 -1 4202560 134 0 0 0 11 4 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061181995432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26210/tid=26221] ppid=26208 vsize=9625004 CPUtime=2.01 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) S 26208 26210 22966 0 -1 4202560 20436 0 0 0 193 8 0 0 20 0 19 0 281100370 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061169584872 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26222] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) S 26208 26210 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281100370 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061168530936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26223] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26210 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100370 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061167478536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26224] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061166427024 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26225] ppid=26208 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/26210/task/26225/stat : 26225 (java) S 26208 26210 22966 0 -1 4202560 3438 0 0 0 47 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060427020472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26226] ppid=26208 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/26210/task/26226/stat : 26226 (java) S 26208 26210 22966 0 -1 4202560 2675 0 0 0 53 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060425967672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26227] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26227/stat : 26227 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060424915576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26228] ppid=26208 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/26210/task/26228/stat : 26228 (java) S 26208 26210 22966 0 -1 4202560 104 0 0 0 17 16 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060423862984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26236] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26236/stat : 26236 (java) S 26208 26210 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281100579 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060422809000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.17
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.19 2.10 2.03 3/213 26361
/proc/meminfo: memFree=30501308/32873844 swapFree=6872/6872
[pid=26210] ppid=26208 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/26210/stat : 26210 (java) S 26208 26210 22966 0 -1 4202496 31406 0 1 0 179941 67 0 0 20 0 19 0 281100366 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140734430966832 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26210/statm: 2406251 185868 2283 9 0 2396937 0
[pid=26210/tid=26212] ppid=26208 vsize=9625004 CPUtime=1791.16 cores=1,3,5,7
/proc/26210/task/26212/stat : 26212 (java) R 26208 26210 22966 0 -1 4202560 2743 0 1 0 179077 39 0 0 20 0 19 0 281100367 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061345505584 140061182580516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26213] ppid=26208 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/26210/task/26213/stat : 26213 (java) S 26208 26210 22966 0 -1 4202560 57 0 0 0 8 3 0 0 20 0 19 0 281100368 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061306997544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26214] ppid=26208 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/26210/task/26214/stat : 26214 (java) S 26208 26210 22966 0 -1 4202560 150 0 0 0 11 5 0 0 20 0 19 0 281100368 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061305944744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26215] ppid=26208 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/26210/task/26215/stat : 26215 (java) S 26208 26210 22966 0 -1 4202560 62 0 0 0 8 4 0 0 20 0 19 0 281100368 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061304892456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26216] ppid=26208 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/26210/task/26216/stat : 26216 (java) S 26208 26210 22966 0 -1 4202560 148 0 0 0 9 3 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061303839656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26217] ppid=26208 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/26210/task/26217/stat : 26217 (java) S 26208 26210 22966 0 -1 4202560 52 0 0 0 9 3 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061302786344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26210/tid=26218] ppid=26208 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/26210/task/26218/stat : 26218 (java) S 26208 26210 22966 0 -1 4202560 65 0 0 0 9 4 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061301733544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26219] ppid=26208 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/26210/task/26219/stat : 26219 (java) S 26208 26210 22966 0 -1 4202560 155 0 0 0 9 4 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061300681256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26220] ppid=26208 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/26210/task/26220/stat : 26220 (java) S 26208 26210 22966 0 -1 4202560 134 0 0 0 11 4 0 0 20 0 19 0 281100369 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061181995432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26210/tid=26221] ppid=26208 vsize=9625004 CPUtime=2.01 cores=1,3,5,7
/proc/26210/task/26221/stat : 26221 (java) S 26208 26210 22966 0 -1 4202560 20436 0 0 0 193 8 0 0 20 0 19 0 281100370 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061169584872 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26222] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26222/stat : 26222 (java) S 26208 26210 22966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281100370 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061168530936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26223] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26223/stat : 26223 (java) S 26208 26210 22966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281100370 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061167478536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26224] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26224/stat : 26224 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140061166427024 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26225] ppid=26208 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/26210/task/26225/stat : 26225 (java) S 26208 26210 22966 0 -1 4202560 3438 0 0 0 47 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060427020472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26226] ppid=26208 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/26210/task/26226/stat : 26226 (java) S 26208 26210 22966 0 -1 4202560 2675 0 0 0 53 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060425967672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26227] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26227/stat : 26227 (java) S 26208 26210 22966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060424915576 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26210/tid=26228] ppid=26208 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/26210/task/26228/stat : 26228 (java) S 26208 26210 22966 0 -1 4202560 104 0 0 0 17 16 0 0 20 0 19 0 281100373 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060423862984 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26210/tid=26236] ppid=26208 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26210/task/26236/stat : 26236 (java) S 26208 26210 22966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281100579 9856004096 185868 33554432000 1073741824 1073778376 140734430975696 140060422809000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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

Child status: 143

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

Real time (s): 1798.24
CPU time (s): 1800.08
CPU user time (s): 1799.41
CPU system time (s): 0.67
CPU usage (%): 100.102
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 1.07184
maximum resident set size= 743628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31450
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38362
involuntary context switches= 12526

runsolver used 6.78197 second user time and 13.144 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 22:15:19
IDJOB=3710133
IDBENCH=2464
IDSOLVER=2289
FILE ID=node106/3710133-1338149718
RUNJOBID= node106-1338138950-25295
PBS_JOBID= 14624504
Free space on /tmp= 71324 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-degen3.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-3710133-1338149718/watcher-3710133-1338149718 -o /tmp/evaluation-result-3710133-1338149718/solver-3710133-1338149718 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710133-1338149718.opb

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

MD5SUM BENCH= 180182351d074e1d8188f1fe7258cbed
RANDOM SEED=370234475

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:        31334212 kB
Buffers:          168764 kB
Cached:           519912 kB
SwapCached:            0 kB
Active:           616792 kB
Inactive:          85828 kB
Active(anon):       4016 kB
Inactive(anon):    12004 kB
Active(file):     612776 kB
Inactive(file):    73824 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11392 kB
Writeback:             0 kB
AnonPages:        105580 kB
Mapped:            10652 kB
Shmem:               200 kB
Slab:             697128 kB
SReclaimable:     139188 kB
SUnreclaim:       557940 kB
KernelStack:        1600 kB
PageTables:         3672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     137360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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= 71324 MiB
End job on node106 at 2012-05-27 22:45:19