Trace number 3717993

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 NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28? (TO) 1800.09 1792.63

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen08reduc_wcsp.wbo
MD5SUMa57c8a6c45b3bda1a2096d1102135404
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables14194
Total number of constraints1450105
Number of soft constraints1449740
Number of constraints which are clauses1449740
Number of constraints which are cardinality constraints (but not clauses)365
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 262
Min constraint cost 1
Max constraint cost 30
Sum of constraints costs 6361774
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120528
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3717993-1338256843.wbo
0.10/0.11	c reading problem ... 
14.99/9.63	c ... done. Wall clock time 9.521s.
14.99/9.63	c declared #vars     14194
14.99/9.63	c internal #vars     1463934
14.99/9.63	c #constraints  1450471
14.99/9.63	c constraints type 
14.99/9.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1444795
14.99/9.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 365
14.99/9.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5310
14.99/9.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
14.99/9.63	c 1450471 constraints processed.
14.99/9.63	c objective function length is 1449740 literals
554.38/548.25	c cleaning 2478 clauses out of 5000 with flag 38552/5000
1221.50/1214.15	c cleaning 4256 clauses out of 8522 with flag 85234/11000
1800.09/1792.61	c starts		: 44
1800.09/1792.61	c conflicts		: 16590
1800.09/1792.61	c decisions		: 2790250
1800.09/1792.61	c propagations		: 6383491055
1800.09/1792.61	c inspects		: 38953434
1800.09/1792.61	c shortcuts		: 0
1800.09/1792.61	c learnt literals	: 0
1800.09/1792.61	c learnt binary clauses	: 0
1800.09/1792.61	c learnt ternary clauses	: 0
1800.09/1792.61	c learnt constraints	: 16589
1800.09/1792.61	c ignored constraints	: 0
1800.09/1792.61	c root simplifications	: 0
1800.09/1792.61	c removed literals (reason simplification)	: 0
1800.09/1792.61	c reason swapping (by a shorter reason)	: 0
1800.09/1792.61	c Calls to reduceDB	: 2
1800.09/1792.61	c Number of update (reduction) of LBD	: 8971
1800.09/1792.61	c number of reductions to clauses (during analyze)	: 0
1800.09/1792.61	c number of learned constraints concerned by reduction	: 0
1800.09/1792.61	c number of learning phase by resolution	: 0
1800.09/1792.61	c number of learning phase by cutting planes	: 0
1800.09/1792.61	c speed (assignments/second)	: 3581160.971545901
1800.09/1792.61	c non guided choices	5594
1800.09/1792.61	c learnt constraints type 
1800.09/1792.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9855
1800.09/1792.61	c constraints type 
1800.09/1792.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1444795
1800.09/1792.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 365
1800.09/1792.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5310
1800.09/1792.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.09/1792.61	c 1450471 constraints processed.
1800.09/1792.61	s UNKNOWN
1800.09/1792.61	c Total wall clock time (in seconds): 1792.506

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

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 12349
/proc/meminfo: memFree=28052480/32873852 swapFree=6848/6848
[pid=12349] ppid=12347 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12347 12349 6990 0 -1 4202496 1174 0 0 0 0 0 0 0 20 0 2 0 291809850 91889664 894 33554432000 1073741824 1073778376 140736749982928 140736749974064 229359255613 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12349/statm: 22434 894 678 9 0 16769 0
[pid=12349/tid=12350] ppid=12347 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12350/stat : 12350 (java) R 12347 12349 6990 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 2 0 291809851 94085120 906 33554432000 1073741824 1073778376 140736749982928 140736749971992 229346733959 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.053178 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12349
/proc/meminfo: memFree=28052480/32873852 swapFree=6848/6848
[pid=12349] ppid=12347 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12347 12349 6990 0 -1 4202496 3106 0 1 0 3 0 0 0 20 0 13 0 291809850 9446973440 4315 33554432000 1073741824 1073778376 140736749982928 140736749974064 229359255613 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12349/statm: 2306390 4320 1714 9 0 2297091 0
[pid=12349/tid=12350] ppid=12347 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/12349/task/12350/stat : 12350 (java) R 12347 12349 6990 0 -1 4202560 1930 0 1 0 3 0 0 0 20 0 13 0 291809851 9446973440 4320 33554432000 1073741824 1073778376 140736749982928 139675832051432 139675838988080 0 4 0 16800971 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100312 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12349
/proc/meminfo: memFree=28052480/32873852 swapFree=6848/6848
[pid=12349] ppid=12347 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12347 12349 6990 0 -1 4202496 4405 0 1 0 9 1 0 0 20 0 18 0 291809850 9787817984 5586 33554432000 1073741824 1073778376 140736749982928 140736749974064 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12349/statm: 2389604 5586 2109 9 0 2380296 0
[pid=12349/tid=12350] ppid=12347 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/12349/task/12350/stat : 12350 (java) R 12347 12349 6990 0 -1 4202560 2443 0 1 0 7 0 0 0 20 0 18 0 291809851 9787817984 5586 33554432000 1073741824 1073778376 140736749982928 139675832053480 139675839818579 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300286 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12349
/proc/meminfo: memFree=28052480/32873852 swapFree=6848/6848
[pid=12349] ppid=12347 vsize=9558416 CPUtime=0.55 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12347 12349 6990 0 -1 4202496 7396 0 1 0 53 2 0 0 20 0 18 0 291809850 9787817984 19330 33554432000 1073741824 1073778376 140736749982928 140736749974064 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12349/statm: 2389604 19330 2218 9 0 2380296 0
[pid=12349/tid=12350] ppid=12347 vsize=9558416 CPUtime=0.27 cores=1,3,5,7
/proc/12349/task/12350/stat : 12350 (java) R 12347 12349 6990 0 -1 4202560 2489 0 1 0 26 1 0 0 20 0 18 0 291809851 9787817984 19304 33554432000 1073741824 1073778376 140736749982928 139675832053256 139675704479625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558416

[startup+0.700318 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12349
/proc/meminfo: memFree=28052480/32873852 swapFree=6848/6848
[pid=12349] ppid=12347 vsize=9558416 CPUtime=1.32 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12347 12349 6990 0 -1 4202496 8552 0 1 0 126 6 0 0 20 0 18 0 291809850 9787817984 43606 33554432000 1073741824 1073778376 140736749982928 140736749974064 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12349/statm: 2389604 43606 2248 9 0 2380296 0
[pid=12349/tid=12350] ppid=12347 vsize=9558416 CPUtime=0.64 cores=1,3,5,7
/proc/12349/task/12350/stat : 12350 (java) R 12347 12349 6990 0 -1 4202560 2533 0 1 0 61 3 0 0 20 0 18 0 291809851 9787817984 43606 33554432000 1073741824 1073778376 140736749982928 139675832045584 229359281421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9558416

[startup+1.50077 s]
/proc/loadavg: 2.08 2.02 2.01 3/212 12367
/proc/meminfo: memFree=27850880/32873852 swapFree=6848/6848
[pid=12349] ppid=12347 vsize=9558416 CPUtime=2.59 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12347 12349 6990 0 -1 4202496 9297 0 1 0 234 25 0 0 20 0 18 0 291809850 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 140736749974064 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12349/statm: 2389604 96843 2248 9 0 2380296 0
[pid=12349/tid=12350] ppid=12347 vsize=9558416 CPUtime=1.28 cores=1,3,5,7
/proc/12349/task/12350/stat : 12350 (java) R 12347 12349 6990 0 -1 4202560 2590 0 1 0 122 6 0 0 20 0 18 0 291809851 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675832045584 229359281421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12352] ppid=12347 vsize=9558416 CPUtime=0.13 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12347 12349 6990 0 -1 4202560 144 0 0 0 9 4 0 0 20 0 18 0 291809852 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675676031400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12353] ppid=12347 vsize=9558416 CPUtime=0.15 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12347 12349 6990 0 -1 4202560 120 0 0 0 11 4 0 0 20 0 18 0 291809852 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675674978856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12354] ppid=12347 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12347 12349 6990 0 -1 4202560 118 0 0 0 6 2 0 0 20 0 18 0 291809852 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675673925800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12349/tid=12355] ppid=12347 vsize=9558416 CPUtime=0.05 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12347 12349 6990 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 291809852 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675672873256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12356] ppid=12347 vsize=9558416 CPUtime=0.04 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12347 12349 6990 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 18 0 291809852 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675671821224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12357] ppid=12347 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12347 12349 6990 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 18 0 291809852 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675670768680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12358] ppid=12347 vsize=9558416 CPUtime=0.05 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12347 12349 6990 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 18 0 291809852 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675669715624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12359] ppid=12347 vsize=9558416 CPUtime=0.05 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12347 12349 6990 0 -1 4202560 130 0 0 0 3 2 0 0 20 0 18 0 291809852 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675668663080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12360] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) S 12347 12349 6990 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 291809853 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675656251752 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12361] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12347 12349 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291809853 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675655198072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12362] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12347 12349 6990 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 291809853 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675654144904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12363] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291809856 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675653093648 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12364] ppid=12347 vsize=9558416 CPUtime=0.25 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12347 12349 6990 0 -1 4202560 2609 0 0 0 25 0 0 0 20 0 18 0 291809856 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675652041528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12365] ppid=12347 vsize=9558416 CPUtime=0.26 cores=1,3,5,7
/proc/12349/task/12365/stat : 12365 (java) S 12347 12349 6990 0 -1 4202560 2111 0 0 0 26 0 0 0 20 0 18 0 291809856 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675650988984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12366] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12366/stat : 12366 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291809856 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675649936120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12367] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12367/stat : 12367 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291809856 9787817984 96843 33554432000 1073741824 1073778376 140736749982928 139675648883784 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9558416

[startup+3.10077 s]
/proc/loadavg: 2.08 2.02 2.01 3/212 12367
/proc/meminfo: memFree=27606612/32873852 swapFree=6848/6848
[pid=12349] ppid=12347 vsize=9558416 CPUtime=4.99 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12347 12349 6990 0 -1 4202496 10964 0 1 0 444 55 0 0 20 0 18 0 291809850 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 140736749974064 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12349/statm: 2389604 196415 2248 9 0 2380296 0
[pid=12349/tid=12350] ppid=12347 vsize=9558416 CPUtime=2.6 cores=1,3,5,7
/proc/12349/task/12350/stat : 12350 (java) R 12347 12349 6990 0 -1 4202560 2879 0 1 0 247 13 0 0 20 0 18 0 291809851 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675832045472 229359281421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12352] ppid=12347 vsize=9558416 CPUtime=0.22 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12347 12349 6990 0 -1 4202560 174 0 0 0 17 5 0 0 20 0 18 0 291809852 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675676031400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12353] ppid=12347 vsize=9558416 CPUtime=0.22 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12347 12349 6990 0 -1 4202560 143 0 0 0 16 6 0 0 20 0 18 0 291809852 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675674978856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12354] ppid=12347 vsize=9558416 CPUtime=0.35 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12347 12349 6990 0 -1 4202560 214 0 0 0 27 8 0 0 20 0 18 0 291809852 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675673925800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12349/tid=12355] ppid=12347 vsize=9558416 CPUtime=0.32 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12347 12349 6990 0 -1 4202560 366 0 0 0 25 7 0 0 20 0 18 0 291809852 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675672873256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12349/tid=12356] ppid=12347 vsize=9558416 CPUtime=0.11 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12347 12349 6990 0 -1 4202560 50 0 0 0 8 3 0 0 20 0 18 0 291809852 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675671821224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12357] ppid=12347 vsize=9558416 CPUtime=0.13 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12347 12349 6990 0 -1 4202560 57 0 0 0 10 3 0 0 20 0 18 0 291809852 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675670768680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12358] ppid=12347 vsize=9558416 CPUtime=0.21 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12347 12349 6990 0 -1 4202560 302 0 0 0 16 5 0 0 20 0 18 0 291809852 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675669715624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12359] ppid=12347 vsize=9558416 CPUtime=0.15 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12347 12349 6990 0 -1 4202560 335 0 0 0 11 4 0 0 20 0 18 0 291809852 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675668663080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12349/tid=12360] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) S 12347 12349 6990 0 -1 4202560 549 0 0 0 0 0 0 0 20 0 18 0 291809853 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675656251752 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12361] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12347 12349 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291809853 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675655198072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12362] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12347 12349 6990 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 291809853 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675654144904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12363] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291809856 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675653093648 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12364] ppid=12347 vsize=9558416 CPUtime=0.26 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12347 12349 6990 0 -1 4202560 2609 0 0 0 26 0 0 0 20 0 18 0 291809856 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675652041528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12365] ppid=12347 vsize=9558416 CPUtime=0.26 cores=1,3,5,7
/proc/12349/task/12365/stat : 12365 (java) S 12347 12349 6990 0 -1 4202560 2111 0 0 0 26 0 0 0 20 0 18 0 291809856 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675650988984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12366] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12366/stat : 12366 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291809856 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675649936120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12367] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12367/stat : 12367 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291809856 9787817984 196415 33554432000 1073741824 1073778376 140736749982928 139675648883784 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 9558416

[startup+6.30077 s]
/proc/loadavg: 2.07 2.02 2.00 3/212 12367
/proc/meminfo: memFree=26813920/32873852 swapFree=6848/6848
[pid=12349] ppid=12347 vsize=9558416 CPUtime=9.97 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12347 12349 6990 0 -1 4202496 15087 0 1 0 886 111 0 0 20 0 18 0 291809850 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 140736749974064 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12349/statm: 2389604 421078 2255 9 0 2380296 0
[pid=12349/tid=12350] ppid=12347 vsize=9558416 CPUtime=4.86 cores=1,3,5,7
/proc/12349/task/12350/stat : 12350 (java) S 12347 12349 6990 0 -1 4202560 3570 0 1 0 465 21 0 0 20 0 18 0 291809851 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675832053048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12352] ppid=12347 vsize=9558416 CPUtime=0.52 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12347 12349 6990 0 -1 4202560 311 0 0 0 42 10 0 0 20 0 18 0 291809852 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675676031400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12353] ppid=12347 vsize=9558416 CPUtime=0.58 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12347 12349 6990 0 -1 4202560 796 0 0 0 46 12 0 0 20 0 18 0 291809852 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675674978856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12349/tid=12354] ppid=12347 vsize=9558416 CPUtime=0.64 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12347 12349 6990 0 -1 4202560 644 0 0 0 50 14 0 0 20 0 18 0 291809852 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675673925800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12355] ppid=12347 vsize=9558416 CPUtime=0.58 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12347 12349 6990 0 -1 4202560 539 0 0 0 46 12 0 0 20 0 18 0 291809852 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675672873256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12356] ppid=12347 vsize=9558416 CPUtime=0.39 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12347 12349 6990 0 -1 4202560 307 0 0 0 31 8 0 0 20 0 18 0 291809852 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675671821224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12357] ppid=12347 vsize=9558416 CPUtime=0.42 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12347 12349 6990 0 -1 4202560 310 0 0 0 33 9 0 0 20 0 18 0 291809852 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675670768680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12358] ppid=12347 vsize=9558416 CPUtime=0.56 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12347 12349 6990 0 -1 4202560 555 0 0 0 44 12 0 0 20 0 18 0 291809852 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675669715624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12359] ppid=12347 vsize=9558416 CPUtime=0.39 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12347 12349 6990 0 -1 4202560 970 0 0 0 31 8 0 0 20 0 18 0 291809852 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675668663080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12349/tid=12360] ppid=12347 vsize=9558416 CPUtime=0.31 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) R 12347 12349 6990 0 -1 4202560 1190 0 0 0 30 1 0 0 20 0 18 0 291809853 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675656250504 139675836190752 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12361] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12347 12349 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 291809853 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675655198072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12362] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12347 12349 6990 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 291809853 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675654144904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12363] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291809856 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675653093648 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12364] ppid=12347 vsize=9558416 CPUtime=0.26 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12347 12349 6990 0 -1 4202560 2609 0 0 0 26 0 0 0 20 0 18 0 291809856 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675652041528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12365] ppid=12347 vsize=9558416 CPUtime=0.26 cores=1,3,5,7
/proc/12349/task/12365/stat : 12365 (java) S 12347 12349 6990 0 -1 4202560 2111 0 0 0 26 0 0 0 20 0 18 0 291809856 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675650988984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12366] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12366/stat : 12366 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291809856 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675649936120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12367] ppid=12347 vsize=9558416 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12367/stat : 12367 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 291809856 9787817984 421078 33554432000 1073741824 1073778376 140736749982928 139675648883784 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=12349/tid=12364] ppid=12347 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12347 12349 6990 0 -1 4202560 3771 0 0 0 64 1 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675652041528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12365] ppid=12347 vsize=9624980 CPUtime=0.75 cores=1,3,5,7
/proc/12349/task/12365/stat : 12365 (java) S 12347 12349 6990 0 -1 4202560 4205 0 0 0 75 0 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675650988984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12366] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12366/stat : 12366 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675649936120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12367] ppid=12347 vsize=9624980 CPUtime=1.01 cores=1,3,5,7
/proc/12349/task/12367/stat : 12367 (java) S 12347 12349 6990 0 -1 4202560 95 0 0 0 69 32 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675648883784 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12368] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12368/stat : 12368 (java) S 12347 12349 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291810860 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675647829032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1669.77
Current children cumulated vsize (KiB) 9624980

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/211 12413
/proc/meminfo: memFree=25673980/32873852 swapFree=6848/6848
[pid=12349] ppid=12347 vsize=9624980 CPUtime=1729.77 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12347 12349 6990 0 -1 4202496 22502 0 1 0 172791 186 0 0 20 0 19 0 291809850 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 140736749974064 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12349/statm: 2406245 588445 2282 9 0 2396937 0
[pid=12349/tid=12350] ppid=12347 vsize=9624980 CPUtime=1710.89 cores=1,3,5,7
/proc/12349/task/12350/stat : 12350 (java) R 12347 12349 6990 0 -1 4202560 3586 0 1 0 171037 52 0 0 20 0 19 0 291809851 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675832054216 139675705399827 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12352] ppid=12347 vsize=9624980 CPUtime=0.98 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12347 12349 6990 0 -1 4202560 491 0 0 0 82 16 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675676031400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12353] ppid=12347 vsize=9624980 CPUtime=1.02 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12347 12349 6990 0 -1 4202560 943 0 0 0 84 18 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675674978856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12354] ppid=12347 vsize=9624980 CPUtime=1.22 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12347 12349 6990 0 -1 4202560 868 0 0 0 101 21 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675673925800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12355] ppid=12347 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12347 12349 6990 0 -1 4202560 1030 0 0 0 80 16 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675672873256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12356] ppid=12347 vsize=9624980 CPUtime=0.85 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12347 12349 6990 0 -1 4202560 595 0 0 0 70 15 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675671821224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12357] ppid=12347 vsize=9624980 CPUtime=0.8 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12347 12349 6990 0 -1 4202560 667 0 0 0 66 14 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675670768680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12358] ppid=12347 vsize=9624980 CPUtime=1.07 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12347 12349 6990 0 -1 4202560 1728 0 0 0 87 20 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675669715624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12349/tid=12359] ppid=12347 vsize=9624980 CPUtime=0.83 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12347 12349 6990 0 -1 4202560 1237 0 0 0 69 14 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675668663080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12349/tid=12360] ppid=12347 vsize=9624980 CPUtime=4.86 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) S 12347 12349 6990 0 -1 4202560 2100 0 0 0 478 8 0 0 20 0 19 0 291809853 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675656251752 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12361] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12347 12349 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291809853 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675655198072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12362] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12347 12349 6990 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291809853 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675654144904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12363] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675653093648 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12364] ppid=12347 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12347 12349 6990 0 -1 4202560 3771 0 0 0 64 1 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675652041528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12365] ppid=12347 vsize=9624980 CPUtime=0.75 cores=1,3,5,7
/proc/12349/task/12365/stat : 12365 (java) S 12347 12349 6990 0 -1 4202560 4205 0 0 0 75 0 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675650988984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12366] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12366/stat : 12366 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675649936120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12367] ppid=12347 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/12349/task/12367/stat : 12367 (java) S 12347 12349 6990 0 -1 4202560 99 0 0 0 71 33 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675648883784 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12368] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12368/stat : 12368 (java) S 12347 12349 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291810860 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675647829032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1729.77
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 1.93 1.99 1.99 3/212 12475
/proc/meminfo: memFree=25892580/32873852 swapFree=6848/6848
[pid=12349] ppid=12347 vsize=9624980 CPUtime=1789.79 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12347 12349 6990 0 -1 4202496 22507 0 1 0 178792 187 0 0 20 0 19 0 291809850 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 140736749974064 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12349/statm: 2406245 588445 2282 9 0 2396937 0
[pid=12349/tid=12350] ppid=12347 vsize=9624980 CPUtime=1770.74 cores=1,3,5,7
/proc/12349/task/12350/stat : 12350 (java) R 12347 12349 6990 0 -1 4202560 3586 0 1 0 177022 52 0 0 20 0 19 0 291809851 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675832054280 139675705399910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12352] ppid=12347 vsize=9624980 CPUtime=0.98 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12347 12349 6990 0 -1 4202560 491 0 0 0 82 16 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675676031400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12353] ppid=12347 vsize=9624980 CPUtime=1.02 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12347 12349 6990 0 -1 4202560 943 0 0 0 84 18 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675674978856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12354] ppid=12347 vsize=9624980 CPUtime=1.22 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12347 12349 6990 0 -1 4202560 868 0 0 0 101 21 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675673925800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12355] ppid=12347 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12347 12349 6990 0 -1 4202560 1030 0 0 0 80 16 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675672873256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12356] ppid=12347 vsize=9624980 CPUtime=0.85 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12347 12349 6990 0 -1 4202560 595 0 0 0 70 15 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675671821224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12357] ppid=12347 vsize=9624980 CPUtime=0.8 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12347 12349 6990 0 -1 4202560 667 0 0 0 66 14 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675670768680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12358] ppid=12347 vsize=9624980 CPUtime=1.07 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12347 12349 6990 0 -1 4202560 1728 0 0 0 87 20 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675669715624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12349/tid=12359] ppid=12347 vsize=9624980 CPUtime=0.83 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12347 12349 6990 0 -1 4202560 1237 0 0 0 69 14 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675668663080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12349/tid=12360] ppid=12347 vsize=9624980 CPUtime=4.86 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) S 12347 12349 6990 0 -1 4202560 2100 0 0 0 478 8 0 0 20 0 19 0 291809853 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675656251752 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12361] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12347 12349 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291809853 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675655198072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12362] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12347 12349 6990 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291809853 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675654144904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12363] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675653093648 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12364] ppid=12347 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12347 12349 6990 0 -1 4202560 3771 0 0 0 64 1 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675652041528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12365] ppid=12347 vsize=9624980 CPUtime=0.75 cores=1,3,5,7
/proc/12349/task/12365/stat : 12365 (java) S 12347 12349 6990 0 -1 4202560 4206 0 0 0 75 0 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675650988984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12366] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12366/stat : 12366 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675649936120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12367] ppid=12347 vsize=9624980 CPUtime=1.08 cores=1,3,5,7
/proc/12349/task/12367/stat : 12367 (java) S 12347 12349 6990 0 -1 4202560 103 0 0 0 74 34 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675648883784 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12368] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12368/stat : 12368 (java) S 12347 12349 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291810860 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675647829032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.6 s]
/proc/loadavg: 1.94 1.99 1.99 3/212 12475
/proc/meminfo: memFree=25877904/32873852 swapFree=6848/6848
[pid=12349] ppid=12347 vsize=9624980 CPUtime=1800.09 cores=1,3,5,7
/proc/12349/stat : 12349 (java) S 12347 12349 6990 0 -1 4202496 22507 0 1 0 179822 187 0 0 20 0 19 0 291809850 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 140736749974064 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12349/statm: 2406245 588445 2282 9 0 2396937 0
[pid=12349/tid=12350] ppid=12347 vsize=9624980 CPUtime=1781.02 cores=1,3,5,7
/proc/12349/task/12350/stat : 12350 (java) R 12347 12349 6990 0 -1 4202560 3586 0 1 0 178049 53 0 0 20 0 19 0 291809851 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675832054280 139675705233618 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12352] ppid=12347 vsize=9624980 CPUtime=0.98 cores=1,3,5,7
/proc/12349/task/12352/stat : 12352 (java) S 12347 12349 6990 0 -1 4202560 491 0 0 0 82 16 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675676031400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12353] ppid=12347 vsize=9624980 CPUtime=1.02 cores=1,3,5,7
/proc/12349/task/12353/stat : 12353 (java) S 12347 12349 6990 0 -1 4202560 943 0 0 0 84 18 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675674978856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12354] ppid=12347 vsize=9624980 CPUtime=1.22 cores=1,3,5,7
/proc/12349/task/12354/stat : 12354 (java) S 12347 12349 6990 0 -1 4202560 868 0 0 0 101 21 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675673925800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12355] ppid=12347 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/12349/task/12355/stat : 12355 (java) S 12347 12349 6990 0 -1 4202560 1030 0 0 0 80 16 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675672873256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12356] ppid=12347 vsize=9624980 CPUtime=0.85 cores=1,3,5,7
/proc/12349/task/12356/stat : 12356 (java) S 12347 12349 6990 0 -1 4202560 595 0 0 0 70 15 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675671821224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12349/tid=12357] ppid=12347 vsize=9624980 CPUtime=0.8 cores=1,3,5,7
/proc/12349/task/12357/stat : 12357 (java) S 12347 12349 6990 0 -1 4202560 667 0 0 0 66 14 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675670768680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12358] ppid=12347 vsize=9624980 CPUtime=1.07 cores=1,3,5,7
/proc/12349/task/12358/stat : 12358 (java) S 12347 12349 6990 0 -1 4202560 1728 0 0 0 87 20 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675669715624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12349/tid=12359] ppid=12347 vsize=9624980 CPUtime=0.83 cores=1,3,5,7
/proc/12349/task/12359/stat : 12359 (java) S 12347 12349 6990 0 -1 4202560 1237 0 0 0 69 14 0 0 20 0 19 0 291809852 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675668663080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12349/tid=12360] ppid=12347 vsize=9624980 CPUtime=4.86 cores=1,3,5,7
/proc/12349/task/12360/stat : 12360 (java) S 12347 12349 6990 0 -1 4202560 2100 0 0 0 478 8 0 0 20 0 19 0 291809853 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675656251752 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12361] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12361/stat : 12361 (java) S 12347 12349 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291809853 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675655198072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12362] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12362/stat : 12362 (java) S 12347 12349 6990 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291809853 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675654144904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12363] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12363/stat : 12363 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675653093648 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12364] ppid=12347 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/12349/task/12364/stat : 12364 (java) S 12347 12349 6990 0 -1 4202560 3771 0 0 0 64 1 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675652041528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12365] ppid=12347 vsize=9624980 CPUtime=0.75 cores=1,3,5,7
/proc/12349/task/12365/stat : 12365 (java) S 12347 12349 6990 0 -1 4202560 4206 0 0 0 75 0 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675650988984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12366] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12366/stat : 12366 (java) S 12347 12349 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675649936120 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12349/tid=12367] ppid=12347 vsize=9624980 CPUtime=1.08 cores=1,3,5,7
/proc/12349/task/12367/stat : 12367 (java) S 12347 12349 6990 0 -1 4202560 103 0 0 0 74 34 0 0 20 0 19 0 291809856 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675648883784 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12349/tid=12368] ppid=12347 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/12349/task/12368/stat : 12368 (java) S 12347 12349 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291810860 9855979520 588445 33554432000 1073741824 1073778376 140736749982928 139675647829032 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624980

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 12349 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=929281
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=442628
# CPU time returned by wait4() is 1796.37
# 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): 1792.63
CPU time (s): 1800.09
CPU user time (s): 1798.22
CPU system time (s): 1.87
CPU usage (%): 100.416
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.93
system time used= 2.44263
maximum resident set size= 2353928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22546
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39130
involuntary context switches= 9177

runsolver used 6.17206 second user time and 17.4214 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-29 04:00:44
IDJOB=3717993
IDBENCH=79561
IDSOLVER=2301
FILE ID=node129/3717993-1338256843
RUNJOBID= node129-1338248539-9231
PBS_JOBID= 14624645
Free space on /tmp= 71152 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen08reduc_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717993-1338256843/watcher-3717993-1338256843 -o /tmp/evaluation-result-3717993-1338256843/solver-3717993-1338256843 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717993-1338256843.wbo

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

MD5SUM BENCH= a57c8a6c45b3bda1a2096d1102135404
RANDOM SEED=1996366355

node129.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.957
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.91
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.957
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28052372 kB
Buffers:          445848 kB
Cached:          3220132 kB
SwapCached:            0 kB
Active:          1629324 kB
Inactive:        2303224 kB
Active(anon):     269116 kB
Inactive(anon):        0 kB
Active(file):    1360208 kB
Inactive(file):  2303224 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             46652 kB
Writeback:            12 kB
AnonPages:        283424 kB
Mapped:            22640 kB
Shmem:               204 kB
Slab:             739456 kB
SReclaimable:     181556 kB
SUnreclaim:       557900 kB
KernelStack:        1608 kB
PageTables:         5008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     825492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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= 71152 MiB
End job on node129 at 2012-05-29 04:30:39