Trace number 3710434

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 specific settings 2.3.2 snapshot? (TO) 1800.04 1786.74

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_mh.opb
MD5SUM49900d523860c6ca6b945c232e000369
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 312913647916
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 312913647916
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.10	c version 2.3.2.v20120418
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3710434-1338245778.opb
0.07/0.14	c reading problem ... 
40.83/29.41	c ... done. Wall clock time 29.272s.
40.83/29.41	c declared #vars     2000400
40.83/29.41	c #constraints  4940611
40.83/29.41	c constraints type 
40.83/29.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
40.83/29.41	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
40.83/29.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
40.83/29.41	c ignored satisfied constraints => 3
40.83/29.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
40.83/29.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
40.83/29.41	c 4940614 constraints processed.
999.01/986.85	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1800.04/1786.71	c starts		: 32
1800.04/1786.71	c conflicts		: 8973
1800.04/1786.71	c decisions		: 453165
1800.04/1786.71	c propagations		: 271643249
1800.04/1786.71	c inspects		: 6743414307
1800.04/1786.71	c shortcuts		: 0
1800.04/1786.71	c learnt literals	: 0
1800.04/1786.71	c learnt binary clauses	: 4
1800.04/1786.71	c learnt ternary clauses	: 12
1800.04/1786.71	c learnt constraints	: 8973
1800.04/1786.71	c ignored constraints	: 0
1800.04/1786.71	c root simplifications	: 32
1800.04/1786.71	c removed literals (reason simplification)	: 411568
1800.04/1786.71	c reason swapping (by a shorter reason)	: 0
1800.04/1786.71	c Calls to reduceDB	: 1
1800.04/1786.71	c number of reductions to clauses (during analyze)	: 0
1800.04/1786.71	c number of learned constraints concerned by reduction	: 0
1800.04/1786.71	c number of learning phase by resolution	: 0
1800.04/1786.71	c number of learning phase by cutting planes	: 0
1800.04/1786.71	c speed (assignments/second)	: 154595.296862773
1800.04/1786.71	c non guided choices	6484
1800.04/1786.71	c learnt constraints type 
1800.04/1786.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.04/1786.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6470
1800.04/1786.71	c constraints type 
1800.04/1786.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.04/1786.71	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.04/1786.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.04/1786.71	c ignored satisfied constraints => 3
1800.04/1786.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.04/1786.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.04/1786.71	c 4940614 constraints processed.
1800.04/1786.71	s UNKNOWN
1800.04/1786.71	c Total wall clock time (in seconds): 1786.579

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-3710434-1338245778/watcher-3710434-1338245778 -o /tmp/evaluation-result-3710434-1338245778/solver-3710434-1338245778 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710434-1338245778.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.93 1.98 1.99 3/172 3350
/proc/meminfo: memFree=30243076/32873844 swapFree=7116/7116
[pid=3350] ppid=3348 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/3350/stat : 3350 (java) R 3348 3350 2017 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 290703203 9515008 183 33554432000 1073741824 1073778376 140735939281952 140735939272984 240565173941 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3350/statm: 2323 183 140 9 0 71 0

[startup+0.030681 s]
/proc/loadavg: 1.93 1.98 1.99 3/172 3350
/proc/meminfo: memFree=30243076/32873844 swapFree=7116/7116
[pid=3350] ppid=3348 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/3350/stat : 3350 (java) S 3348 3350 2017 0 -1 4202496 2677 0 1 0 0 0 0 0 20 0 10 0 290703203 9233014784 3375 33554432000 1073741824 1073778376 140735621538000 140735621529136 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3350/statm: 2254154 3387 1478 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100388 s]
/proc/loadavg: 1.93 1.98 1.99 3/172 3350
/proc/meminfo: memFree=30243076/32873844 swapFree=7116/7116
[pid=3350] ppid=3348 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/3350/stat : 3350 (java) S 3348 3350 2017 0 -1 4202496 3684 0 1 0 6 1 0 0 20 0 18 0 290703203 9787842560 4891 33554432000 1073741824 1073778376 140735621538000 140735621529136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3350/statm: 2389610 4892 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300361 s]
/proc/loadavg: 1.93 1.98 1.99 3/172 3350
/proc/meminfo: memFree=30243076/32873844 swapFree=7116/7116
[pid=3350] ppid=3348 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/3350/stat : 3350 (java) S 3348 3350 2017 0 -1 4202496 5295 0 1 0 43 3 0 0 20 0 18 0 290703203 9787842560 21001 33554432000 1073741824 1073778376 140735621538000 140735621529136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3350/statm: 2389610 21001 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700372 s]
/proc/loadavg: 1.93 1.98 1.99 3/172 3350
/proc/meminfo: memFree=30243076/32873844 swapFree=7116/7116
[pid=3350] ppid=3348 vsize=9558440 CPUtime=1.01 cores=1,3,5,7
/proc/3350/stat : 3350 (java) S 3348 3350 2017 0 -1 4202496 5498 0 1 0 94 7 0 0 20 0 18 0 290703203 9787842560 52866 33554432000 1073741824 1073778376 140735621538000 140735621529136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3350/statm: 2389610 52866 2239 9 0 2380296 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9558440

[startup+1.5008 s]
/proc/loadavg: 1.93 1.98 1.99 3/191 3373
/proc/meminfo: memFree=30044720/32873844 swapFree=7116/7116
[pid=3350] ppid=3348 vsize=9558440 CPUtime=1.93 cores=1,3,5,7
/proc/3350/stat : 3350 (java) S 3348 3350 2017 0 -1 4202496 5913 0 1 0 182 11 0 0 20 0 18 0 290703203 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140735621529136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3350/statm: 2389610 67051 2239 9 0 2380296 0
[pid=3350/tid=3352] ppid=3348 vsize=9558440 CPUtime=1.36 cores=1,3,5,7
/proc/3350/task/3352/stat : 3352 (java) R 3348 3350 2017 0 -1 4202560 2578 0 1 0 132 4 0 0 20 0 18 0 290703204 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377334058864 240568558861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3354] ppid=3348 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/3350/task/3354/stat : 3354 (java) S 3348 3350 2017 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 290703205 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377323129128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3355] ppid=3348 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/3350/task/3355/stat : 3355 (java) S 3348 3350 2017 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 18 0 290703205 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377322076328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3356] ppid=3348 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/3350/task/3356/stat : 3356 (java) S 3348 3350 2017 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 290703205 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377321024040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3357] ppid=3348 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/3350/task/3357/stat : 3357 (java) S 3348 3350 2017 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 18 0 290703205 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377319971240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3358] ppid=3348 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/3350/task/3358/stat : 3358 (java) S 3348 3350 2017 0 -1 4202560 58 0 0 0 3 0 0 0 20 0 18 0 290703205 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377318918952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3359] ppid=3348 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/3350/task/3359/stat : 3359 (java) S 3348 3350 2017 0 -1 4202560 59 0 0 0 5 0 0 0 20 0 18 0 290703205 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377317866152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3360] ppid=3348 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/3350/task/3360/stat : 3360 (java) S 3348 3350 2017 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 290703205 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377316813864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3361] ppid=3348 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/3350/task/3361/stat : 3361 (java) S 3348 3350 2017 0 -1 4202560 275 0 0 0 3 1 0 0 20 0 18 0 290703205 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377170066344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3364] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3364/stat : 3364 (java) S 3348 3350 2017 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 290703206 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377157867752 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3367] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3367/stat : 3367 (java) S 3348 3350 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290703207 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377156813816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3368] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3368/stat : 3368 (java) S 3348 3350 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290703207 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377155761416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3369] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3369/stat : 3369 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290703210 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377154709904 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3370] ppid=3348 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/3350/task/3370/stat : 3370 (java) S 3348 3350 2017 0 -1 4202560 778 0 0 0 8 0 0 0 20 0 18 0 290703210 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377153657528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3371] ppid=3348 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/3350/task/3371/stat : 3371 (java) S 3348 3350 2017 0 -1 4202560 800 0 0 0 7 0 0 0 20 0 18 0 290703210 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377152604728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3372] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3372/stat : 3372 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290703210 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377151552632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3373] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3373/stat : 3373 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290703210 9787842560 67051 33554432000 1073741824 1073778376 140735621538000 140377150500040 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9558440

[startup+3.10082 s]
/proc/loadavg: 1.93 1.98 1.99 4/191 3373
/proc/meminfo: memFree=29830152/32873844 swapFree=7116/7116
[pid=3350] ppid=3348 vsize=9558440 CPUtime=4.41 cores=1,3,5,7
/proc/3350/stat : 3350 (java) S 3348 3350 2017 0 -1 4202496 8005 0 1 0 407 34 0 0 20 0 18 0 290703203 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140735621529136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3350/statm: 2389610 186394 2244 9 0 2380296 0
[pid=3350/tid=3352] ppid=3348 vsize=9558440 CPUtime=2.69 cores=1,3,5,7
/proc/3350/task/3352/stat : 3352 (java) R 3348 3350 2017 0 -1 4202560 2905 0 1 0 260 9 0 0 20 0 18 0 290703204 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377334065656 140377341832282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3354] ppid=3348 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/3350/task/3354/stat : 3354 (java) S 3348 3350 2017 0 -1 4202560 157 0 0 0 9 2 0 0 20 0 18 0 290703205 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377323129128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3355] ppid=3348 vsize=9558440 CPUtime=0.15 cores=1,3,5,7
/proc/3350/task/3355/stat : 3355 (java) S 3348 3350 2017 0 -1 4202560 101 0 0 0 12 3 0 0 20 0 18 0 290703205 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377322076328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3356] ppid=3348 vsize=9558440 CPUtime=0.12 cores=1,3,5,7
/proc/3350/task/3356/stat : 3356 (java) S 3348 3350 2017 0 -1 4202560 72 0 0 0 10 2 0 0 20 0 18 0 290703205 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377321024040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3357] ppid=3348 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/3350/task/3357/stat : 3357 (java) S 3348 3350 2017 0 -1 4202560 103 0 0 0 15 4 0 0 20 0 18 0 290703205 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377319971240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3358] ppid=3348 vsize=9558440 CPUtime=0.15 cores=1,3,5,7
/proc/3350/task/3358/stat : 3358 (java) S 3348 3350 2017 0 -1 4202560 384 0 0 0 12 3 0 0 20 0 18 0 290703205 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377318918952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3359] ppid=3348 vsize=9558440 CPUtime=0.21 cores=1,3,5,7
/proc/3350/task/3359/stat : 3359 (java) S 3348 3350 2017 0 -1 4202560 141 0 0 0 18 3 0 0 20 0 18 0 290703205 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377317866152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3360] ppid=3348 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/3350/task/3360/stat : 3360 (java) S 3348 3350 2017 0 -1 4202560 292 0 0 0 8 1 0 0 20 0 18 0 290703205 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377316813864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3361] ppid=3348 vsize=9558440 CPUtime=0.25 cores=1,3,5,7
/proc/3350/task/3361/stat : 3361 (java) S 3348 3350 2017 0 -1 4202560 378 0 0 0 19 6 0 0 20 0 18 0 290703205 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377170066344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3364] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3364/stat : 3364 (java) S 3348 3350 2017 0 -1 4202560 494 0 0 0 0 0 0 0 20 0 18 0 290703206 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377157867752 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3367] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3367/stat : 3367 (java) S 3348 3350 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290703207 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377156813816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3368] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3368/stat : 3368 (java) S 3348 3350 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290703207 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377155761416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3369] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3369/stat : 3369 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290703210 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377154709904 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3370] ppid=3348 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/3350/task/3370/stat : 3370 (java) S 3348 3350 2017 0 -1 4202560 848 0 0 0 16 0 0 0 20 0 18 0 290703210 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377153657528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3371] ppid=3348 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/3350/task/3371/stat : 3371 (java) S 3348 3350 2017 0 -1 4202560 955 0 0 0 11 0 0 0 20 0 18 0 290703210 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377152604728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3372] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3372/stat : 3372 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290703210 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377151552632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3373] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3373/stat : 3373 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290703210 9787842560 186394 33554432000 1073741824 1073778376 140735621538000 140377150500040 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9558440

[startup+6.3007 s]
/proc/loadavg: 2.57 2.12 2.04 9/211 3400
/proc/meminfo: memFree=28165708/32873844 swapFree=7116/7116
[pid=3350] ppid=3348 vsize=9558440 CPUtime=10.61 cores=1,3,5,7
/proc/3350/stat : 3350 (java) S 3348 3350 2017 0 -1 4202496 18191 0 1 0 971 90 0 0 20 0 18 0 290703203 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140735621529136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3350/statm: 2389610 401779 2272 9 0 2380296 0
[pid=3350/tid=3352] ppid=3348 vsize=9558440 CPUtime=5.01 cores=1,3,5,7
/proc/3350/task/3352/stat : 3352 (java) S 3348 3350 2017 0 -1 4202560 3615 0 1 0 482 19 0 0 20 0 18 0 290703204 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377334066376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3354] ppid=3348 vsize=9558440 CPUtime=0.52 cores=1,3,5,7
/proc/3350/task/3354/stat : 3354 (java) R 3348 3350 2017 0 -1 4202560 370 0 0 0 45 7 0 0 20 0 18 0 290703205 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377323129008 140377336538825 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3355] ppid=3348 vsize=9558440 CPUtime=0.57 cores=1,3,5,7
/proc/3350/task/3355/stat : 3355 (java) R 3348 3350 2017 0 -1 4202560 703 0 0 0 50 7 0 0 20 0 18 0 290703205 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377322076504 140377337825106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3356] ppid=3348 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/3350/task/3356/stat : 3356 (java) R 3348 3350 2017 0 -1 4202560 536 0 0 0 47 7 0 0 20 0 18 0 290703205 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377321023800 140377337824722 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3357] ppid=3348 vsize=9558440 CPUtime=0.67 cores=1,3,5,7
/proc/3350/task/3357/stat : 3357 (java) R 3348 3350 2017 0 -1 4202560 599 0 0 0 57 10 0 0 20 0 18 0 290703205 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377319971416 140377337825144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3358] ppid=3348 vsize=9558440 CPUtime=0.63 cores=1,3,5,7
/proc/3350/task/3358/stat : 3358 (java) R 3348 3350 2017 0 -1 4202560 595 0 0 0 54 9 0 0 20 0 18 0 290703205 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377318919128 140377336538809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3359] ppid=3348 vsize=9558440 CPUtime=0.63 cores=1,3,5,7
/proc/3350/task/3359/stat : 3359 (java) R 3348 3350 2017 0 -1 4202560 344 0 0 0 54 9 0 0 20 0 18 0 290703205 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377317866328 140377336538825 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3360] ppid=3348 vsize=9558440 CPUtime=0.43 cores=1,3,5,7
/proc/3350/task/3360/stat : 3360 (java) R 3348 3350 2017 0 -1 4202560 756 0 0 0 37 6 0 0 20 0 18 0 290703205 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377316813624 140377337345919 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3361] ppid=3348 vsize=9558440 CPUtime=0.66 cores=1,3,5,7
/proc/3350/task/3361/stat : 3361 (java) R 3348 3350 2017 0 -1 4202560 540 0 0 0 55 11 0 0 20 0 18 0 290703205 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377170066520 140377337824728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3364] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3364/stat : 3364 (java) S 3348 3350 2017 0 -1 4202560 1037 0 0 0 0 0 0 0 20 0 18 0 290703206 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377157866632 240568546364 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3367] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3367/stat : 3367 (java) S 3348 3350 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290703207 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377156813816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3368] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3368/stat : 3368 (java) S 3348 3350 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290703207 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377155761416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3369] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3369/stat : 3369 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290703210 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377154709904 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3370] ppid=3348 vsize=9558440 CPUtime=0.38 cores=1,3,5,7
/proc/3350/task/3370/stat : 3370 (java) S 3348 3350 2017 0 -1 4202560 4150 0 0 0 38 0 0 0 20 0 18 0 290703210 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377153657528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3371] ppid=3348 vsize=9558440 CPUtime=0.36 cores=1,3,5,7
/proc/3350/task/3371/stat : 3371 (java) S 3348 3350 2017 0 -1 4202560 3771 0 0 0 35 1 0 0 20 0 18 0 290703210 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377152604728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3372] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3372/stat : 3372 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290703210 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377151552632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3373] ppid=3348 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3373/stat : 3373 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290703210 9787842560 401779 33554432000 1073741824 1073778376 140735621538000 140377150500040 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.61
Current children cumulated vsize (KiB) 9558440

[startup+12.7008 s]
/proc/loadavg: 3.09 2.23 2.07 3/211 3400
/proc/meminfo: memFree=25818160/32873844 swapFree=7116/7116
[pid=3350] ppid=3348 vsize=9558440 CPUtime=19.74 cores=1,3,5,7
/proc/3350/stat : 3350 (java) S 3348 3350 2017 0 -1 4202496 22056 0 1 0 1842 132 0 0 20 0 18 0 290703203 9787842560 692177 33554432000 1073741824 1073778376 140735621538000 140735621529136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3350/statm: 2389610 692177 2280 9 0 2380296 0
[pid=3350/tid=3352] ppid=3348 vsize=9558440 CPUtime=9.32 cores=1,3,5,7

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

[pid=3350/tid=3370] ppid=3348 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/3350/task/3370/stat : 3370 (java) S 3348 3350 2017 0 -1 4202560 4189 0 0 0 69 1 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377153657528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3371] ppid=3348 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/3350/task/3371/stat : 3371 (java) S 3348 3350 2017 0 -1 4202560 3785 0 0 0 80 1 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377152604728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3372] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3372/stat : 3372 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377151552632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3373] ppid=3348 vsize=9625004 CPUtime=0.87 cores=1,3,5,7
/proc/3350/task/3373/stat : 3373 (java) S 3348 3350 2017 0 -1 4202560 95 0 0 0 42 45 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377150500040 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3402] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3402/stat : 3402 (java) S 3348 3350 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290706162 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377149445032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1675.61
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/213 3439
/proc/meminfo: memFree=24090236/32873844 swapFree=7116/7116
[pid=3350] ppid=3348 vsize=9625004 CPUtime=1735.6 cores=1,3,5,7
/proc/3350/stat : 3350 (java) S 3348 3350 2017 0 -1 4202496 34204 0 1 0 173330 230 0 0 20 0 19 0 290703203 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140735621529136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3350/statm: 2406251 925131 2291 9 0 2396937 0
[pid=3350/tid=3352] ppid=3348 vsize=9625004 CPUtime=1708.18 cores=1,3,5,7
/proc/3350/task/3352/stat : 3352 (java) R 3348 3350 2017 0 -1 4202560 4056 0 1 0 170746 72 0 0 20 0 19 0 290703204 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377334067784 140377198762210 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3354] ppid=3348 vsize=9625004 CPUtime=2.05 cores=1,3,5,7
/proc/3350/task/3354/stat : 3354 (java) S 3348 3350 2017 0 -1 4202560 1515 0 0 0 191 14 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377323129128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3355] ppid=3348 vsize=9625004 CPUtime=2.09 cores=1,3,5,7
/proc/3350/task/3355/stat : 3355 (java) S 3348 3350 2017 0 -1 4202560 1702 0 0 0 193 16 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377322076328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3356] ppid=3348 vsize=9625004 CPUtime=1.98 cores=1,3,5,7
/proc/3350/task/3356/stat : 3356 (java) S 3348 3350 2017 0 -1 4202560 2442 0 0 0 183 15 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377321024040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3357] ppid=3348 vsize=9625004 CPUtime=1.98 cores=1,3,5,7
/proc/3350/task/3357/stat : 3357 (java) S 3348 3350 2017 0 -1 4202560 2338 0 0 0 180 18 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377319971240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3358] ppid=3348 vsize=9625004 CPUtime=2.05 cores=1,3,5,7
/proc/3350/task/3358/stat : 3358 (java) S 3348 3350 2017 0 -1 4202560 1879 0 0 0 186 19 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377318918952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3359] ppid=3348 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/3350/task/3359/stat : 3359 (java) S 3348 3350 2017 0 -1 4202560 2079 0 0 0 169 18 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377317866152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3360] ppid=3348 vsize=9625004 CPUtime=1.74 cores=1,3,5,7
/proc/3350/task/3360/stat : 3360 (java) S 3348 3350 2017 0 -1 4202560 4890 0 0 0 163 11 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377316813864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3361] ppid=3348 vsize=9625004 CPUtime=1.89 cores=1,3,5,7
/proc/3350/task/3361/stat : 3361 (java) S 3348 3350 2017 0 -1 4202560 1804 0 0 0 171 18 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377170066344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3364] ppid=3348 vsize=9625004 CPUtime=5.14 cores=1,3,5,7
/proc/3350/task/3364/stat : 3364 (java) S 3348 3350 2017 0 -1 4202560 2244 0 0 0 506 8 0 0 20 0 19 0 290703206 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377157867752 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3367] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3367/stat : 3367 (java) S 3348 3350 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290703207 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377156813816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3368] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3368/stat : 3368 (java) S 3348 3350 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290703207 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377155761416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3369] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3369/stat : 3369 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377154709904 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3370] ppid=3348 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/3350/task/3370/stat : 3370 (java) S 3348 3350 2017 0 -1 4202560 4189 0 0 0 69 1 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377153657528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3371] ppid=3348 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/3350/task/3371/stat : 3371 (java) S 3348 3350 2017 0 -1 4202560 3785 0 0 0 80 1 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377152604728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3372] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3372/stat : 3372 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377151552632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3373] ppid=3348 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/3350/task/3373/stat : 3373 (java) S 3348 3350 2017 0 -1 4202560 99 0 0 0 43 47 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377150500040 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3402] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3402/stat : 3402 (java) S 3348 3350 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290706162 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377149445032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1735.6
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 3440
/proc/meminfo: memFree=24090236/32873844 swapFree=7116/7116
[pid=3350] ppid=3348 vsize=9625004 CPUtime=1795.62 cores=1,3,5,7
/proc/3350/stat : 3350 (java) S 3348 3350 2017 0 -1 4202496 34212 0 1 0 179331 231 0 0 20 0 19 0 290703203 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140735621529136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3350/statm: 2406251 925131 2291 9 0 2396937 0
[pid=3350/tid=3352] ppid=3348 vsize=9625004 CPUtime=1768.02 cores=1,3,5,7
/proc/3350/task/3352/stat : 3352 (java) R 3348 3350 2017 0 -1 4202560 4056 0 1 0 176729 73 0 0 20 0 19 0 290703204 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377334067672 140377198658437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3354] ppid=3348 vsize=9625004 CPUtime=2.05 cores=1,3,5,7
/proc/3350/task/3354/stat : 3354 (java) S 3348 3350 2017 0 -1 4202560 1515 0 0 0 191 14 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377323129128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3355] ppid=3348 vsize=9625004 CPUtime=2.09 cores=1,3,5,7
/proc/3350/task/3355/stat : 3355 (java) S 3348 3350 2017 0 -1 4202560 1702 0 0 0 193 16 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377322076328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3356] ppid=3348 vsize=9625004 CPUtime=1.98 cores=1,3,5,7
/proc/3350/task/3356/stat : 3356 (java) S 3348 3350 2017 0 -1 4202560 2442 0 0 0 183 15 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377321024040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3357] ppid=3348 vsize=9625004 CPUtime=1.98 cores=1,3,5,7
/proc/3350/task/3357/stat : 3357 (java) S 3348 3350 2017 0 -1 4202560 2338 0 0 0 180 18 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377319971240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3358] ppid=3348 vsize=9625004 CPUtime=2.05 cores=1,3,5,7
/proc/3350/task/3358/stat : 3358 (java) S 3348 3350 2017 0 -1 4202560 1879 0 0 0 186 19 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377318918952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3359] ppid=3348 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/3350/task/3359/stat : 3359 (java) S 3348 3350 2017 0 -1 4202560 2079 0 0 0 169 18 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377317866152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3360] ppid=3348 vsize=9625004 CPUtime=1.74 cores=1,3,5,7
/proc/3350/task/3360/stat : 3360 (java) S 3348 3350 2017 0 -1 4202560 4890 0 0 0 163 11 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377316813864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3361] ppid=3348 vsize=9625004 CPUtime=1.89 cores=1,3,5,7
/proc/3350/task/3361/stat : 3361 (java) S 3348 3350 2017 0 -1 4202560 1804 0 0 0 171 18 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377170066344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3364] ppid=3348 vsize=9625004 CPUtime=5.14 cores=1,3,5,7
/proc/3350/task/3364/stat : 3364 (java) S 3348 3350 2017 0 -1 4202560 2244 0 0 0 506 8 0 0 20 0 19 0 290703206 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377157867752 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3367] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3367/stat : 3367 (java) S 3348 3350 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290703207 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377156813816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3368] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3368/stat : 3368 (java) S 3348 3350 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290703207 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377155761416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3369] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3369/stat : 3369 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377154709904 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3370] ppid=3348 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/3350/task/3370/stat : 3370 (java) S 3348 3350 2017 0 -1 4202560 4192 0 0 0 70 1 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377153657528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3371] ppid=3348 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/3350/task/3371/stat : 3371 (java) S 3348 3350 2017 0 -1 4202560 3786 0 0 0 81 1 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377152604728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3372] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3372/stat : 3372 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377151552632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3373] ppid=3348 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/3350/task/3373/stat : 3373 (java) S 3348 3350 2017 0 -1 4202560 103 0 0 0 45 49 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377150500040 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3402] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3402/stat : 3402 (java) S 3348 3350 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290706162 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377149445032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1795.62
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 3440
/proc/meminfo: memFree=24090236/32873844 swapFree=7116/7116
[pid=3350] ppid=3348 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/3350/stat : 3350 (java) S 3348 3350 2017 0 -1 4202496 34212 0 1 0 179772 232 0 0 20 0 19 0 290703203 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140735621529136 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3350/statm: 2406251 925131 2291 9 0 2396937 0
[pid=3350/tid=3352] ppid=3348 vsize=9625004 CPUtime=1772.41 cores=1,3,5,7
/proc/3350/task/3352/stat : 3352 (java) R 3348 3350 2017 0 -1 4202560 4056 0 1 0 177168 73 0 0 20 0 19 0 290703204 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377334067672 140377198497427 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3354] ppid=3348 vsize=9625004 CPUtime=2.05 cores=1,3,5,7
/proc/3350/task/3354/stat : 3354 (java) S 3348 3350 2017 0 -1 4202560 1515 0 0 0 191 14 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377323129128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3355] ppid=3348 vsize=9625004 CPUtime=2.09 cores=1,3,5,7
/proc/3350/task/3355/stat : 3355 (java) S 3348 3350 2017 0 -1 4202560 1702 0 0 0 193 16 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377322076328 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3356] ppid=3348 vsize=9625004 CPUtime=1.98 cores=1,3,5,7
/proc/3350/task/3356/stat : 3356 (java) S 3348 3350 2017 0 -1 4202560 2442 0 0 0 183 15 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377321024040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3357] ppid=3348 vsize=9625004 CPUtime=1.98 cores=1,3,5,7
/proc/3350/task/3357/stat : 3357 (java) S 3348 3350 2017 0 -1 4202560 2338 0 0 0 180 18 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377319971240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3350/tid=3358] ppid=3348 vsize=9625004 CPUtime=2.05 cores=1,3,5,7
/proc/3350/task/3358/stat : 3358 (java) S 3348 3350 2017 0 -1 4202560 1879 0 0 0 186 19 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377318918952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3359] ppid=3348 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/3350/task/3359/stat : 3359 (java) S 3348 3350 2017 0 -1 4202560 2079 0 0 0 169 18 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377317866152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3360] ppid=3348 vsize=9625004 CPUtime=1.74 cores=1,3,5,7
/proc/3350/task/3360/stat : 3360 (java) S 3348 3350 2017 0 -1 4202560 4890 0 0 0 163 11 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377316813864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3361] ppid=3348 vsize=9625004 CPUtime=1.89 cores=1,3,5,7
/proc/3350/task/3361/stat : 3361 (java) S 3348 3350 2017 0 -1 4202560 1804 0 0 0 171 18 0 0 20 0 19 0 290703205 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377170066344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3364] ppid=3348 vsize=9625004 CPUtime=5.14 cores=1,3,5,7
/proc/3350/task/3364/stat : 3364 (java) S 3348 3350 2017 0 -1 4202560 2244 0 0 0 506 8 0 0 20 0 19 0 290703206 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377157867752 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3350/tid=3367] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3367/stat : 3367 (java) S 3348 3350 2017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290703207 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377156813816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3368] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3368/stat : 3368 (java) S 3348 3350 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290703207 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377155761416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3369] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3369/stat : 3369 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377154709904 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3370] ppid=3348 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/3350/task/3370/stat : 3370 (java) S 3348 3350 2017 0 -1 4202560 4192 0 0 0 70 1 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377153657528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3371] ppid=3348 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/3350/task/3371/stat : 3371 (java) S 3348 3350 2017 0 -1 4202560 3786 0 0 0 81 1 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377152604728 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3372] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3372/stat : 3372 (java) S 3348 3350 2017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377151552632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3350/tid=3373] ppid=3348 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/3350/task/3373/stat : 3373 (java) S 3348 3350 2017 0 -1 4202560 103 0 0 0 45 49 0 0 20 0 19 0 290703210 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377150500040 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3350/tid=3402] ppid=3348 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3350/task/3402/stat : 3402 (java) S 3348 3350 2017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290706162 9856004096 925131 33554432000 1073741824 1073778376 140735621538000 140377149445032 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 3350 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=199392
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=761580
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1786.74
CPU time (s): 1800.04
CPU user time (s): 1797.72
CPU system time (s): 2.32
CPU usage (%): 100.744
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.2
system time used= 2.76158
maximum resident set size= 3700640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34243
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42541
involuntary context switches= 30181

runsolver used 6.76097 second user time and 16.4825 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-29 00:56:23
IDJOB=3710434
IDBENCH=92644
IDSOLVER=2289
FILE ID=node146/3710434-1338245778
RUNJOBID= node146-1338229576-2034
PBS_JOBID= 14624646
Free space on /tmp= 70872 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_2_mh.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-3710434-1338245778/watcher-3710434-1338245778 -o /tmp/evaluation-result-3710434-1338245778/solver-3710434-1338245778 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710434-1338245778.opb

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

MD5SUM BENCH= 49900d523860c6ca6b945c232e000369
RANDOM SEED=352638260

node146.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.034
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.06
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.034
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.92
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.034
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.034
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		: 2667.034
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.034
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.034
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.034
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:       32873844 kB
MemFree:        30234180 kB
Buffers:          430532 kB
Cached:          1329092 kB
SwapCached:         2180 kB
Active:          1329188 kB
Inactive:         435764 kB
Active(anon):       4860 kB
Inactive(anon):     2668 kB
Active(file):    1324328 kB
Inactive(file):   433096 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100344 kB
Dirty:            222768 kB
Writeback:             0 kB
AnonPages:         11344 kB
Mapped:             8928 kB
Shmem:                 0 kB
Slab:             734528 kB
SReclaimable:     174860 kB
SUnreclaim:       559668 kB
KernelStack:        1424 kB
PageTables:         3560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     111728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70872 MiB
End job on node146 at 2012-05-29 01:26:12