Trace number 3710432

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.07 1784.84

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_1_mh.opb
MD5SUM1ab6633942d0dec66d4a4598d6fd88a7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23298810
Best CPU time to get the best result obtained on this benchmark1801.45
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 183250432
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 416475778904
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 183250432
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 416475778904
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.10	c sun.arch.data.model	64
0.01/0.10	c java.version		1.6.0_24
0.01/0.10	c os.name		Linux
0.01/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.10	c os.arch		amd64
0.01/0.10	c Free memory 		501472288
0.01/0.10	c Max memory 		7480803328
0.01/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.14	c Expensive reason simplification
0.08/0.14	c Armin Biere (Picosat) restarts strategy
0.08/0.14	c Glucose learned constraints deletion strategy
0.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=true
0.08/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c solving HOME/instance-3710432-1338244653.opb
0.08/0.14	c reading problem ... 
43.59/31.41	c ... done. Wall clock time 31.28s.
43.59/31.41	c declared #vars     2000400
43.59/31.42	c #constraints  4940611
43.59/31.42	c constraints type 
43.59/31.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
43.59/31.42	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
43.59/31.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
43.59/31.42	c ignored satisfied constraints => 3
43.59/31.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
43.59/31.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
43.59/31.42	c 4940614 constraints processed.
933.11/919.92	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1800.07/1784.81	c starts		: 33
1800.07/1784.81	c conflicts		: 9292
1800.07/1784.81	c decisions		: 471193
1800.07/1784.81	c propagations		: 279138271
1800.07/1784.81	c inspects		: 7089942571
1800.07/1784.81	c shortcuts		: 0
1800.07/1784.81	c learnt literals	: 0
1800.07/1784.81	c learnt binary clauses	: 4
1800.07/1784.81	c learnt ternary clauses	: 12
1800.07/1784.81	c learnt constraints	: 9292
1800.07/1784.81	c ignored constraints	: 0
1800.07/1784.81	c root simplifications	: 33
1800.07/1784.81	c removed literals (reason simplification)	: 413321
1800.07/1784.81	c reason swapping (by a shorter reason)	: 0
1800.07/1784.81	c Calls to reduceDB	: 1
1800.07/1784.81	c number of reductions to clauses (during analyze)	: 0
1800.07/1784.81	c number of learned constraints concerned by reduction	: 0
1800.07/1784.81	c number of learning phase by resolution	: 0
1800.07/1784.81	c number of learning phase by cutting planes	: 0
1800.07/1784.81	c speed (assignments/second)	: 159215.09113257643
1800.07/1784.81	c non guided choices	6484
1800.07/1784.81	c learnt constraints type 
1800.07/1784.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.07/1784.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6789
1800.07/1784.81	c constraints type 
1800.07/1784.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.07/1784.81	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.07/1784.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.07/1784.81	c ignored satisfied constraints => 3
1800.07/1784.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.07/1784.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.07/1784.81	c 4940614 constraints processed.
1800.07/1784.81	s UNKNOWN
1800.07/1784.81	c Total wall clock time (in seconds): 1784.679

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-3710432-1338244653/watcher-3710432-1338244653 -o /tmp/evaluation-result-3710432-1338244653/solver-3710432-1338244653 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710432-1338244653.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 4/174 1086
/proc/meminfo: memFree=31071912/32873844 swapFree=6872/6872
[pid=1086] ppid=1084 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/1086/stat : 1086 (java) D 1084 1086 32222 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 290532835 2560000 46 33554432000 1073741824 1073778376 140737466246464 140737466243592 209088245031 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/1086/statm: 625 46 37 9 0 29 0

[startup+0.0411889 s]
/proc/loadavg: 2.01 2.00 2.00 4/174 1086
/proc/meminfo: memFree=31071912/32873844 swapFree=6872/6872
[pid=1086] ppid=1084 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/1086/stat : 1086 (java) S 1084 1086 32222 0 -1 4202496 2926 0 1 0 1 0 0 0 20 0 11 0 290532835 9310650368 3625 33554432000 1073741824 1073778376 140737147026288 140737147017424 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1086/statm: 2273108 3625 1650 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100395 s]
/proc/loadavg: 2.01 2.00 2.00 4/174 1086
/proc/meminfo: memFree=31071912/32873844 swapFree=6872/6872
[pid=1086] ppid=1084 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/1086/stat : 1086 (java) S 1084 1086 32222 0 -1 4202496 3688 0 1 0 7 1 0 0 20 0 18 0 290532835 9787842560 4896 33554432000 1073741824 1073778376 140737147026288 140737147017424 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1086/statm: 2389610 4897 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.30037 s]
/proc/loadavg: 2.01 2.00 2.00 4/174 1086
/proc/meminfo: memFree=31071912/32873844 swapFree=6872/6872
[pid=1086] ppid=1084 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/1086/stat : 1086 (java) S 1084 1086 32222 0 -1 4202496 5276 0 1 0 43 2 0 0 20 0 18 0 290532835 9787842560 21050 33554432000 1073741824 1073778376 140737147026288 140737147017424 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1086/statm: 2389610 21050 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700376 s]
/proc/loadavg: 2.01 2.00 2.00 4/174 1086
/proc/meminfo: memFree=31071912/32873844 swapFree=6872/6872
[pid=1086] ppid=1084 vsize=9558440 CPUtime=1.01 cores=1,3,5,7
/proc/1086/stat : 1086 (java) S 1084 1086 32222 0 -1 4202496 5471 0 1 0 94 7 0 0 20 0 18 0 290532835 9787842560 52915 33554432000 1073741824 1073778376 140737147026288 140737147017424 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1086/statm: 2389610 52915 2239 9 0 2380296 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9558440

[startup+1.50081 s]
/proc/loadavg: 2.01 2.00 2.00 3/191 1104
/proc/meminfo: memFree=30831072/32873844 swapFree=6872/6872
[pid=1086] ppid=1084 vsize=9558440 CPUtime=1.93 cores=1,3,5,7
/proc/1086/stat : 1086 (java) S 1084 1086 32222 0 -1 4202496 5901 0 1 0 182 11 0 0 20 0 18 0 290532835 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140737147017424 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1086/statm: 2389610 67105 2239 9 0 2380296 0
[pid=1086/tid=1088] ppid=1084 vsize=9558440 CPUtime=1.36 cores=1,3,5,7
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 32222 0 -1 4202560 2574 0 1 0 132 4 0 0 20 0 18 0 290532836 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625990643664 209100793101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1089] ppid=1084 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 32222 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 290532838 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625963104552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1090] ppid=1084 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 32222 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 290532838 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625962051752 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1091] ppid=1084 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 32222 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 290532838 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625960999464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1092] ppid=1084 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 32222 0 -1 4202560 161 0 0 0 4 1 0 0 20 0 18 0 290532838 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625959946664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 32222 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 290532838 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625958894376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1094] ppid=1084 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 32222 0 -1 4202560 98 0 0 0 5 0 0 0 20 0 18 0 290532838 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625957841576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 32222 0 -1 4202560 172 0 0 0 4 1 0 0 20 0 18 0 290532838 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625956789288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1096] ppid=1084 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/1086/task/1096/stat : 1096 (java) S 1084 1086 32222 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 290532838 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625955736488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1097] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1097/stat : 1097 (java) S 1084 1086 32222 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 290532839 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625344174312 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1098] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1098/stat : 1098 (java) S 1084 1086 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290532839 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625343120376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1099] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1099/stat : 1099 (java) S 1084 1086 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290532840 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625342067976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1100] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1100/stat : 1100 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290532842 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625341016464 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1101] ppid=1084 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/1086/task/1101/stat : 1101 (java) S 1084 1086 32222 0 -1 4202560 739 0 0 0 8 0 0 0 20 0 18 0 290532842 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625339964088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1102] ppid=1084 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/1086/task/1102/stat : 1102 (java) S 1084 1086 32222 0 -1 4202560 824 0 0 0 7 0 0 0 20 0 18 0 290532842 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625338911288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1103] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1103/stat : 1103 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290532842 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625337859192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1104] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1104/stat : 1104 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290532842 9787842560 67105 33554432000 1073741824 1073778376 140737147026288 140625336806600 209100781481 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.10083 s]
/proc/loadavg: 2.01 2.00 2.00 4/191 1104
/proc/meminfo: memFree=30666424/32873844 swapFree=6872/6872
[pid=1086] ppid=1084 vsize=9558440 CPUtime=4.5 cores=1,3,5,7
/proc/1086/stat : 1086 (java) S 1084 1086 32222 0 -1 4202496 8154 0 1 0 413 37 0 0 20 0 18 0 290532835 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140737147017424 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1086/statm: 2389610 186041 2244 9 0 2380296 0
[pid=1086/tid=1088] ppid=1084 vsize=9558440 CPUtime=2.67 cores=1,3,5,7
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 32222 0 -1 4202560 2902 0 1 0 257 10 0 0 20 0 18 0 290532836 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625990643552 209100793101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1089] ppid=1084 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 32222 0 -1 4202560 355 0 0 0 11 2 0 0 20 0 18 0 290532838 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625963104552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1090] ppid=1084 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 32222 0 -1 4202560 65 0 0 0 11 3 0 0 20 0 18 0 290532838 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625962051752 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1091] ppid=1084 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 32222 0 -1 4202560 58 0 0 0 10 3 0 0 20 0 18 0 290532838 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625960999464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1092] ppid=1084 vsize=9558440 CPUtime=0.28 cores=1,3,5,7
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 32222 0 -1 4202560 471 0 0 0 23 5 0 0 20 0 18 0 290532838 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625959946664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 32222 0 -1 4202560 65 0 0 0 11 3 0 0 20 0 18 0 290532838 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625958894376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1094] ppid=1084 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 32222 0 -1 4202560 145 0 0 0 12 4 0 0 20 0 18 0 290532838 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625957841576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=9558440 CPUtime=0.24 cores=1,3,5,7
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 32222 0 -1 4202560 521 0 0 0 20 4 0 0 20 0 18 0 290532838 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625956789288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1096] ppid=1084 vsize=9558440 CPUtime=0.15 cores=1,3,5,7
/proc/1086/task/1096/stat : 1096 (java) S 1084 1086 32222 0 -1 4202560 63 0 0 0 12 3 0 0 20 0 18 0 290532838 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625955736488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1097] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1097/stat : 1097 (java) S 1084 1086 32222 0 -1 4202560 493 0 0 0 0 0 0 0 20 0 18 0 290532839 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625344174312 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1098] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1098/stat : 1098 (java) S 1084 1086 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290532839 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625343120376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1099] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1099/stat : 1099 (java) S 1084 1086 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290532840 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625342067976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1100] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1100/stat : 1100 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290532842 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625341016464 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1101] ppid=1084 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/1086/task/1101/stat : 1101 (java) S 1084 1086 32222 0 -1 4202560 768 0 0 0 13 0 0 0 20 0 18 0 290532842 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625339964088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1102] ppid=1084 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/1086/task/1102/stat : 1102 (java) S 1084 1086 32222 0 -1 4202560 1073 0 0 0 14 0 0 0 20 0 18 0 290532842 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625338911288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1103] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1103/stat : 1103 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290532842 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625337859192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1104] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1104/stat : 1104 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290532842 9787842560 186041 33554432000 1073741824 1073778376 140737147026288 140625336806600 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9558440

[startup+6.30068 s]
/proc/loadavg: 2.01 2.00 2.00 3/191 1104
/proc/meminfo: memFree=29658224/32873844 swapFree=6872/6872
[pid=1086] ppid=1084 vsize=9558440 CPUtime=10.7 cores=1,3,5,7
/proc/1086/stat : 1086 (java) S 1084 1086 32222 0 -1 4202496 17624 0 1 0 987 83 0 0 20 0 18 0 290532835 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140737147017424 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1086/statm: 2389610 393452 2272 9 0 2380296 0
[pid=1086/tid=1088] ppid=1084 vsize=9558440 CPUtime=5 cores=1,3,5,7
/proc/1086/task/1088/stat : 1088 (java) S 1084 1086 32222 0 -1 4202560 3617 0 1 0 480 20 0 0 20 0 18 0 290532836 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625990650984 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1089] ppid=1084 vsize=9558440 CPUtime=0.69 cores=1,3,5,7
/proc/1086/task/1089/stat : 1089 (java) R 1084 1086 32222 0 -1 4202560 459 0 0 0 61 8 0 0 20 0 18 0 290532838 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625963104432 140625997550674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1090] ppid=1084 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/1086/task/1090/stat : 1090 (java) R 1084 1086 32222 0 -1 4202560 486 0 0 0 47 7 0 0 20 0 18 0 290532838 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625962051928 140625994409637 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1091] ppid=1084 vsize=9558440 CPUtime=0.57 cores=1,3,5,7
/proc/1086/task/1091/stat : 1091 (java) R 1084 1086 32222 0 -1 4202560 434 0 0 0 50 7 0 0 20 0 18 0 290532838 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625960999640 140625997550674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1092] ppid=1084 vsize=9558440 CPUtime=0.51 cores=1,3,5,7
/proc/1086/task/1092/stat : 1092 (java) D 1084 1086 32222 0 -1 4202560 1130 0 0 0 44 7 0 0 20 0 18 0 290532838 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625959946424 209097450471 0 4 0 16800975 18446744071581355491 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=9558440 CPUtime=0.67 cores=1,3,5,7
/proc/1086/task/1093/stat : 1093 (java) R 1084 1086 32222 0 -1 4202560 165 0 0 0 59 8 0 0 20 0 18 0 290532838 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625958894552 140625994409801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1094] ppid=1084 vsize=9558440 CPUtime=0.65 cores=1,3,5,7
/proc/1086/task/1094/stat : 1094 (java) R 1084 1086 32222 0 -1 4202560 258 0 0 0 55 10 0 0 20 0 18 0 290532838 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625957841752 140625993123513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=9558440 CPUtime=0.67 cores=1,3,5,7
/proc/1086/task/1095/stat : 1095 (java) R 1084 1086 32222 0 -1 4202560 657 0 0 0 59 8 0 0 20 0 18 0 290532838 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625956789464 140625993123513 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1096] ppid=1084 vsize=9558440 CPUtime=0.49 cores=1,3,5,7
/proc/1086/task/1096/stat : 1096 (java) R 1084 1086 32222 0 -1 4202560 602 0 0 0 43 6 0 0 20 0 18 0 290532838 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625955736248 140625997548541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1097] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1097/stat : 1097 (java) S 1084 1086 32222 0 -1 4202560 1036 0 0 0 0 0 0 0 20 0 18 0 290532839 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625344173192 209100780604 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1098] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1098/stat : 1098 (java) S 1084 1086 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290532839 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625343120376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1099] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1099/stat : 1099 (java) S 1084 1086 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290532840 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625342067976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1100] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1100/stat : 1100 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290532842 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625341016464 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1101] ppid=1084 vsize=9558440 CPUtime=0.38 cores=1,3,5,7
/proc/1086/task/1101/stat : 1101 (java) S 1084 1086 32222 0 -1 4202560 4056 0 0 0 36 2 0 0 20 0 18 0 290532842 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625339964088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1102] ppid=1084 vsize=9558440 CPUtime=0.37 cores=1,3,5,7
/proc/1086/task/1102/stat : 1102 (java) S 1084 1086 32222 0 -1 4202560 3549 0 0 0 37 0 0 0 20 0 18 0 290532842 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625338911288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1103] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1103/stat : 1103 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290532842 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625337859192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1104] ppid=1084 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1104/stat : 1104 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290532842 9787842560 393452 33554432000 1073741824 1073778376 140737147026288 140625336806600 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.7
Current children cumulated vsize (KiB) 9558440

[startup+12.7007 s]
/proc/loadavg: 2.09 2.02 2.01 10/211 1152
/proc/meminfo: memFree=28010392/32873844 swapFree=6872/6872
[pid=1086] ppid=1084 vsize=9558440 CPUtime=20.5 cores=1,3,5,7
/proc/1086/stat : 1086 (java) S 1084 1086 32222 0 -1 4202496 22623 0 1 0 1915 135 0 0 20 0 18 0 290532835 9787842560 692221 33554432000 1073741824 1073778376 140737147026288 140737147017424 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1086/statm: 2389610 692221 2280 9 0 2380296 0
[pid=1086/tid=1088] ppid=1084 vsize=9558440 CPUtime=9.02 cores=1,3,5,7

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

[pid=1086/tid=1101] ppid=1084 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/1086/task/1101/stat : 1101 (java) S 1084 1086 32222 0 -1 4202560 7768 0 0 0 94 2 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625339964088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1102] ppid=1084 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/1086/task/1102/stat : 1102 (java) S 1084 1086 32222 0 -1 4202560 3559 0 0 0 75 0 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625338911288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1103] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1103/stat : 1103 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625337859192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1104] ppid=1084 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/1086/task/1104/stat : 1104 (java) S 1084 1086 32222 0 -1 4202560 95 0 0 0 48 53 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625336806600 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1153] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1153/stat : 1153 (java) S 1084 1086 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290535995 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625335751592 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1677.48
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1191
/proc/meminfo: memFree=23315312/32873844 swapFree=6872/6872
[pid=1086] ppid=1084 vsize=9625004 CPUtime=1737.52 cores=1,3,5,7
/proc/1086/stat : 1086 (java) S 1084 1086 32222 0 -1 4202496 38667 0 1 0 173487 265 0 0 20 0 19 0 290532835 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140737147017424 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1086/statm: 2406251 943541 2291 9 0 2396937 0
[pid=1086/tid=1088] ppid=1084 vsize=9625004 CPUtime=1706.48 cores=1,3,5,7
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 32222 0 -1 4202560 4055 0 1 0 170580 68 0 0 20 0 19 0 290532836 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625990652392 140625836983488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1089] ppid=1084 vsize=9625004 CPUtime=2.17 cores=1,3,5,7
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 32222 0 -1 4202560 1676 0 0 0 198 19 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625963104552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1090] ppid=1084 vsize=9625004 CPUtime=2 cores=1,3,5,7
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 32222 0 -1 4202560 3817 0 0 0 180 20 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625962051752 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1091] ppid=1084 vsize=9625004 CPUtime=2.26 cores=1,3,5,7
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 32222 0 -1 4202560 1983 0 0 0 204 22 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625960999464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1092] ppid=1084 vsize=9625004 CPUtime=1.79 cores=1,3,5,7
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 32222 0 -1 4202560 3126 0 0 0 162 17 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625959946664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=9625004 CPUtime=2.27 cores=1,3,5,7
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 32222 0 -1 4202560 1170 0 0 0 209 18 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625958894376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1094] ppid=1084 vsize=9625004 CPUtime=2.06 cores=1,3,5,7
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 32222 0 -1 4202560 2617 0 0 0 185 21 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625957841576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=9625004 CPUtime=2.35 cores=1,3,5,7
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 32222 0 -1 4202560 1925 0 0 0 213 22 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625956789288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1096] ppid=1084 vsize=9625004 CPUtime=2.04 cores=1,3,5,7
/proc/1086/task/1096/stat : 1096 (java) S 1084 1086 32222 0 -1 4202560 3325 0 0 0 186 18 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625955736488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1097] ppid=1084 vsize=9625004 CPUtime=7.06 cores=1,3,5,7
/proc/1086/task/1097/stat : 1097 (java) S 1084 1086 32222 0 -1 4202560 2364 0 0 0 697 9 0 0 20 0 19 0 290532839 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625344174312 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1098] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1098/stat : 1098 (java) S 1084 1086 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290532839 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625343120376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1099] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1099/stat : 1099 (java) S 1084 1086 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290532840 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625342067976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1100] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1100/stat : 1100 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625341016464 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1101] ppid=1084 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/1086/task/1101/stat : 1101 (java) S 1084 1086 32222 0 -1 4202560 7770 0 0 0 94 2 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625339964088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1102] ppid=1084 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/1086/task/1102/stat : 1102 (java) S 1084 1086 32222 0 -1 4202560 3559 0 0 0 75 0 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625338911288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1103] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1103/stat : 1103 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625337859192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1104] ppid=1084 vsize=9625004 CPUtime=1.05 cores=1,3,5,7
/proc/1086/task/1104/stat : 1104 (java) S 1084 1086 32222 0 -1 4202560 99 0 0 0 49 56 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625336806600 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1153] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1153/stat : 1153 (java) S 1084 1086 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290535995 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625335751592 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1737.52
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1192
/proc/meminfo: memFree=23315188/32873844 swapFree=6872/6872
[pid=1086] ppid=1084 vsize=9625004 CPUtime=1797.57 cores=1,3,5,7
/proc/1086/stat : 1086 (java) S 1084 1086 32222 0 -1 4202496 38673 0 1 0 179489 268 0 0 20 0 19 0 290532835 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140737147017424 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1086/statm: 2406251 943541 2291 9 0 2396937 0
[pid=1086/tid=1088] ppid=1084 vsize=9625004 CPUtime=1766.33 cores=1,3,5,7
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 32222 0 -1 4202560 4055 0 1 0 176564 69 0 0 20 0 19 0 290532836 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625990652328 140625837050494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1089] ppid=1084 vsize=9625004 CPUtime=2.17 cores=1,3,5,7
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 32222 0 -1 4202560 1676 0 0 0 198 19 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625963104552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1090] ppid=1084 vsize=9625004 CPUtime=2 cores=1,3,5,7
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 32222 0 -1 4202560 3817 0 0 0 180 20 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625962051752 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1091] ppid=1084 vsize=9625004 CPUtime=2.26 cores=1,3,5,7
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 32222 0 -1 4202560 1983 0 0 0 204 22 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625960999464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1092] ppid=1084 vsize=9625004 CPUtime=1.79 cores=1,3,5,7
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 32222 0 -1 4202560 3126 0 0 0 162 17 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625959946664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=9625004 CPUtime=2.27 cores=1,3,5,7
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 32222 0 -1 4202560 1170 0 0 0 209 18 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625958894376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1094] ppid=1084 vsize=9625004 CPUtime=2.06 cores=1,3,5,7
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 32222 0 -1 4202560 2617 0 0 0 185 21 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625957841576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=9625004 CPUtime=2.35 cores=1,3,5,7
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 32222 0 -1 4202560 1925 0 0 0 213 22 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625956789288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1096] ppid=1084 vsize=9625004 CPUtime=2.04 cores=1,3,5,7
/proc/1086/task/1096/stat : 1096 (java) S 1084 1086 32222 0 -1 4202560 3325 0 0 0 186 18 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625955736488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1097] ppid=1084 vsize=9625004 CPUtime=7.06 cores=1,3,5,7
/proc/1086/task/1097/stat : 1097 (java) S 1084 1086 32222 0 -1 4202560 2364 0 0 0 697 9 0 0 20 0 19 0 290532839 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625344174312 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1098] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1098/stat : 1098 (java) S 1084 1086 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290532839 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625343120376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1099] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1099/stat : 1099 (java) S 1084 1086 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290532840 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625342067976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1100] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1100/stat : 1100 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625341016464 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1101] ppid=1084 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/1086/task/1101/stat : 1101 (java) S 1084 1086 32222 0 -1 4202560 7772 0 0 0 94 2 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625339964088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1102] ppid=1084 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/1086/task/1102/stat : 1102 (java) S 1084 1086 32222 0 -1 4202560 3559 0 0 0 75 0 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625338911288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1103] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1103/stat : 1103 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625337859192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1104] ppid=1084 vsize=9625004 CPUtime=1.08 cores=1,3,5,7
/proc/1086/task/1104/stat : 1104 (java) S 1084 1086 32222 0 -1 4202560 103 0 0 0 51 57 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625336806600 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1153] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1153/stat : 1153 (java) S 1084 1086 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290535995 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625335751592 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.57
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1192
/proc/meminfo: memFree=23315188/32873844 swapFree=6872/6872
[pid=1086] ppid=1084 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/1086/stat : 1086 (java) S 1084 1086 32222 0 -1 4202496 38673 0 1 0 179739 268 0 0 20 0 19 0 290532835 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140737147017424 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/1086/statm: 2406251 943541 2291 9 0 2396937 0
[pid=1086/tid=1088] ppid=1084 vsize=9625004 CPUtime=1768.83 cores=1,3,5,7
/proc/1086/task/1088/stat : 1088 (java) R 1084 1086 32222 0 -1 4202560 4055 0 1 0 176814 69 0 0 20 0 19 0 290532836 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625990652328 140625836841299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1089] ppid=1084 vsize=9625004 CPUtime=2.17 cores=1,3,5,7
/proc/1086/task/1089/stat : 1089 (java) S 1084 1086 32222 0 -1 4202560 1676 0 0 0 198 19 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625963104552 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1090] ppid=1084 vsize=9625004 CPUtime=2 cores=1,3,5,7
/proc/1086/task/1090/stat : 1090 (java) S 1084 1086 32222 0 -1 4202560 3817 0 0 0 180 20 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625962051752 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1091] ppid=1084 vsize=9625004 CPUtime=2.26 cores=1,3,5,7
/proc/1086/task/1091/stat : 1091 (java) S 1084 1086 32222 0 -1 4202560 1983 0 0 0 204 22 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625960999464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1092] ppid=1084 vsize=9625004 CPUtime=1.79 cores=1,3,5,7
/proc/1086/task/1092/stat : 1092 (java) S 1084 1086 32222 0 -1 4202560 3126 0 0 0 162 17 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625959946664 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1093] ppid=1084 vsize=9625004 CPUtime=2.27 cores=1,3,5,7
/proc/1086/task/1093/stat : 1093 (java) S 1084 1086 32222 0 -1 4202560 1170 0 0 0 209 18 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625958894376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1094] ppid=1084 vsize=9625004 CPUtime=2.06 cores=1,3,5,7
/proc/1086/task/1094/stat : 1094 (java) S 1084 1086 32222 0 -1 4202560 2617 0 0 0 185 21 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625957841576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1095] ppid=1084 vsize=9625004 CPUtime=2.35 cores=1,3,5,7
/proc/1086/task/1095/stat : 1095 (java) S 1084 1086 32222 0 -1 4202560 1925 0 0 0 213 22 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625956789288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1096] ppid=1084 vsize=9625004 CPUtime=2.04 cores=1,3,5,7
/proc/1086/task/1096/stat : 1096 (java) S 1084 1086 32222 0 -1 4202560 3325 0 0 0 186 18 0 0 20 0 19 0 290532838 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625955736488 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1097] ppid=1084 vsize=9625004 CPUtime=7.06 cores=1,3,5,7
/proc/1086/task/1097/stat : 1097 (java) S 1084 1086 32222 0 -1 4202560 2364 0 0 0 697 9 0 0 20 0 19 0 290532839 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625344174312 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1098] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1098/stat : 1098 (java) S 1084 1086 32222 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290532839 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625343120376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1099] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1099/stat : 1099 (java) S 1084 1086 32222 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290532840 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625342067976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1100] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1100/stat : 1100 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625341016464 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1086/tid=1101] ppid=1084 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/1086/task/1101/stat : 1101 (java) S 1084 1086 32222 0 -1 4202560 7772 0 0 0 94 2 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625339964088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1102] ppid=1084 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/1086/task/1102/stat : 1102 (java) S 1084 1086 32222 0 -1 4202560 3559 0 0 0 75 0 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625338911288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1086/tid=1103] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1103/stat : 1103 (java) S 1084 1086 32222 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625337859192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1086/tid=1104] ppid=1084 vsize=9625004 CPUtime=1.09 cores=1,3,5,7
/proc/1086/task/1104/stat : 1104 (java) S 1084 1086 32222 0 -1 4202560 103 0 0 0 51 58 0 0 20 0 19 0 290532842 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625336806600 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1086/tid=1153] ppid=1084 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/1086/task/1153/stat : 1153 (java) S 1084 1086 32222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290535995 9856004096 943541 33554432000 1073741824 1073778376 140737147026288 140625335751592 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 1086 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=809451
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=90530
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.84
CPU time (s): 1800.07
CPU user time (s): 1797.39
CPU system time (s): 2.68
CPU usage (%): 100.853
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.81
system time used= 3.09053
maximum resident set size= 3783672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38703
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41705
involuntary context switches= 13153

runsolver used 6.36903 second user time and 16.8344 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-29 00:37:38
IDJOB=3710432
IDBENCH=92640
IDSOLVER=2289
FILE ID=node105/3710432-1338244653
RUNJOBID= node105-1338228444-32239
PBS_JOBID= 14624634
Free space on /tmp= 71340 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_1_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-3710432-1338244653/watcher-3710432-1338244653 -o /tmp/evaluation-result-3710432-1338244653/solver-3710432-1338244653 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710432-1338244653.opb

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

MD5SUM BENCH= 1ab6633942d0dec66d4a4598d6fd88a7
RANDOM SEED=676605823

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31072656 kB
Buffers:          408648 kB
Cached:           511028 kB
SwapCached:         1708 kB
Active:           655352 kB
Inactive:         279736 kB
Active(anon):      11996 kB
Inactive(anon):     4812 kB
Active(file):     643356 kB
Inactive(file):   274924 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:            226276 kB
Writeback:             0 kB
AnonPages:         17652 kB
Mapped:             8880 kB
Shmem:                 0 kB
Slab:             727896 kB
SReclaimable:     165648 kB
SUnreclaim:       562248 kB
KernelStack:        1432 kB
PageTables:         3952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     119356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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 node105 at 2012-05-29 01:07:25