Trace number 3710158

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.05 1777.64

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554.opb
MD5SUMb1249706e628878b014787592bd6d20f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.85272
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710158-1338157697.opb
0.10/0.12	c reading problem ... 
1.00/0.69	c ... done. Wall clock time 0.57s.
1.00/0.69	c declared #vars     16651
1.00/0.69	c #constraints  49142
1.00/0.69	c constraints type 
1.00/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16380
1.00/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1.00/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.00/0.69	c 49142 constraints processed.
114.37/112.67	c cleaning 2500 clauses out of 5000 with flag 5000/5000
233.06/230.40	c cleaning 4242 clauses out of 8500 with flag 11000/11000
501.16/495.14	c cleaning 5620 clauses out of 11264 with flag 18006/18006
1009.67/997.22	c cleaning 6820 clauses out of 13639 with flag 26001/26001
1159.79/1145.00	c cleaning 7896 clauses out of 15818 with flag 35000/35000
1465.84/1447.17	c cleaning 8956 clauses out of 17923 with flag 45001/45001
1800.05/1777.62	c starts		: 69
1800.05/1777.62	c conflicts		: 49622
1800.05/1777.62	c decisions		: 78615
1800.05/1777.62	c propagations		: 10093621
1800.05/1777.62	c inspects		: 80040000
1800.05/1777.62	c shortcuts		: 0
1800.05/1777.62	c learnt literals	: 0
1800.05/1777.62	c learnt binary clauses	: 18
1800.05/1777.62	c learnt ternary clauses	: 8
1800.05/1777.62	c learnt constraints	: 49622
1800.05/1777.62	c ignored constraints	: 0
1800.05/1777.62	c root simplifications	: 69
1800.05/1777.62	c removed literals (reason simplification)	: 277299835
1800.05/1777.62	c reason swapping (by a shorter reason)	: 0
1800.05/1777.62	c Calls to reduceDB	: 6
1800.05/1777.62	c number of reductions to clauses (during analyze)	: 0
1800.05/1777.62	c number of learned constraints concerned by reduction	: 0
1800.05/1777.62	c number of learning phase by resolution	: 0
1800.05/1777.62	c number of learning phase by cutting planes	: 0
1800.05/1777.62	c speed (assignments/second)	: 5680.448487427022
1800.05/1777.62	c non guided choices	11771
1800.05/1777.62	c learnt constraints type 
1800.05/1777.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1800.05/1777.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13570
1800.05/1777.62	c constraints type 
1800.05/1777.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16380
1800.05/1777.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 32760
1800.05/1777.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1777.62	c 49142 constraints processed.
1800.05/1777.62	s UNKNOWN
1800.05/1777.62	c Total wall clock time (in seconds): 1777.503

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

running on 4 cores: 0,2,4,6

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.99 1.97 1.99 2/194 18651
/proc/meminfo: memFree=28932520/32873844 swapFree=7116/7116
[pid=18651] ppid=18649 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/18651/stat : 18651 (java) R 18649 18651 14200 0 -1 4202496 991 0 0 0 0 0 0 0 20 0 1 0 281894808 23793664 717 33554432000 1073741824 1073778376 140734638240144 140734638229208 227132094544 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18651/statm: 5809 722 536 9 0 128 0

[startup+0.040753 s]
/proc/loadavg: 1.99 1.97 1.99 2/194 18651
/proc/meminfo: memFree=28932520/32873844 swapFree=7116/7116
[pid=18651] ppid=18649 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/18651/stat : 18651 (java) S 18649 18651 14200 0 -1 4202496 3032 0 1 0 2 0 0 0 20 0 13 0 281894808 9446973440 3728 33554432000 1073741824 1073778376 140734638240144 140734638231280 227144663101 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18651/statm: 2306390 3728 1699 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100306 s]
/proc/loadavg: 1.99 1.97 1.99 2/194 18651
/proc/meminfo: memFree=28932520/32873844 swapFree=7116/7116
[pid=18651] ppid=18649 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/18651/stat : 18651 (java) S 18649 18651 14200 0 -1 4202496 4259 0 1 0 9 1 0 0 20 0 18 0 281894808 9787842560 5976 33554432000 1073741824 1073778376 140734638240144 140734638231280 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18651/statm: 2389610 5976 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300127 s]
/proc/loadavg: 1.99 1.97 1.99 2/194 18651
/proc/meminfo: memFree=28932520/32873844 swapFree=7116/7116
[pid=18651] ppid=18649 vsize=9558440 CPUtime=0.48 cores=0,2,4,6
/proc/18651/stat : 18651 (java) S 18649 18651 14200 0 -1 4202496 5552 0 1 0 47 1 0 0 20 0 18 0 281894808 9787842560 8447 33554432000 1073741824 1073778376 140734638240144 140734638231280 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18651/statm: 2389610 8447 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558440

[startup+0.700125 s]
/proc/loadavg: 1.99 1.97 1.99 2/194 18651
/proc/meminfo: memFree=28932520/32873844 swapFree=7116/7116
[pid=18651] ppid=18649 vsize=9558440 CPUtime=1.2 cores=0,2,4,6
/proc/18651/stat : 18651 (java) S 18649 18651 14200 0 -1 4202496 7678 0 1 0 116 4 0 0 20 0 18 0 281894808 9787842560 35753 33554432000 1073741824 1073778376 140734638240144 140734638231280 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18651/statm: 2389610 35753 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9558440

[startup+1.50075 s]
/proc/loadavg: 1.99 1.97 1.99 3/213 18670
/proc/meminfo: memFree=28771396/32873844 swapFree=7116/7116
[pid=18651] ppid=18649 vsize=9625004 CPUtime=2.56 cores=0,2,4,6
/proc/18651/stat : 18651 (java) S 18649 18651 14200 0 -1 4202496 9156 0 1 0 250 6 0 0 20 0 19 0 281894808 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140734638231280 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18651/statm: 2406251 46239 2275 9 0 2396937 0
[pid=18651/tid=18653] ppid=18649 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/18651/task/18653/stat : 18653 (java) R 18649 18651 14200 0 -1 4202560 2566 0 1 0 139 3 0 0 20 0 19 0 281894809 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254920903864 140254791855165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18654] ppid=18649 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18651/task/18654/stat : 18654 (java) S 18649 18651 14200 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281894809 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254909967016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18655] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18655/stat : 18655 (java) S 18649 18651 14200 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281894810 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254763498280 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18656] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18656/stat : 18656 (java) S 18649 18651 14200 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281894810 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254762445736 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18657] ppid=18649 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18651/task/18657/stat : 18657 (java) S 18649 18651 14200 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 281894810 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254761393192 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18658] ppid=18649 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18651/task/18658/stat : 18658 (java) S 18649 18651 14200 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 281894810 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254760339624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18659] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18659/stat : 18659 (java) S 18649 18651 14200 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281894810 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254759287080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18660] ppid=18649 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18651/task/18660/stat : 18660 (java) S 18649 18651 14200 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281894810 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254758234536 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18661] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18661/stat : 18661 (java) S 18649 18651 14200 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281894810 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254757181992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18662] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18662/stat : 18662 (java) S 18649 18651 14200 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254744984168 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18663] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18663/stat : 18663 (java) S 18649 18651 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254743930488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18664] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18664/stat : 18664 (java) S 18649 18651 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254742877832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18665] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18665/stat : 18665 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254741826576 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18666] ppid=18649 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18651/task/18666/stat : 18666 (java) S 18649 18651 14200 0 -1 4202560 2638 0 0 0 46 1 0 0 20 0 19 0 281894814 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254740772920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18667] ppid=18649 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18651/task/18667/stat : 18667 (java) S 18649 18651 14200 0 -1 4202560 2625 0 0 0 47 0 0 0 20 0 19 0 281894814 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254739720376 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18668] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18668/stat : 18668 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254738668024 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18669] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18669/stat : 18669 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254737615688 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18670] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18670/stat : 18670 (java) S 18649 18651 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281894880 9856004096 46239 33554432000 1073741824 1073778376 140734638240144 140254736561448 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 1.99 1.97 1.99 3/213 18670
/proc/meminfo: memFree=28687988/32873844 swapFree=7116/7116
[pid=18651] ppid=18649 vsize=9625004 CPUtime=4.21 cores=0,2,4,6
/proc/18651/stat : 18651 (java) S 18649 18651 14200 0 -1 4202496 9372 0 1 0 411 10 0 0 20 0 19 0 281894808 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140734638231280 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18651/statm: 2406251 79648 2275 9 0 2396937 0
[pid=18651/tid=18653] ppid=18649 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/18651/task/18653/stat : 18653 (java) R 18649 18651 14200 0 -1 4202560 2625 0 1 0 296 4 0 0 20 0 19 0 281894809 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254920903856 140254791854930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18654] ppid=18649 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18651/task/18654/stat : 18654 (java) S 18649 18651 14200 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 281894809 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254909967016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18655] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18655/stat : 18655 (java) S 18649 18651 14200 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281894810 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254763498280 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18656] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18656/stat : 18656 (java) S 18649 18651 14200 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281894810 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254762445736 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18657] ppid=18649 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/18651/task/18657/stat : 18657 (java) S 18649 18651 14200 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 281894810 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254761393192 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18658] ppid=18649 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18651/task/18658/stat : 18658 (java) S 18649 18651 14200 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 281894810 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254760339624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18659] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18659/stat : 18659 (java) S 18649 18651 14200 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281894810 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254759287080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18660] ppid=18649 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18651/task/18660/stat : 18660 (java) S 18649 18651 14200 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281894810 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254758234536 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18661] ppid=18649 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18651/task/18661/stat : 18661 (java) S 18649 18651 14200 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281894810 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254757181992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18662] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18662/stat : 18662 (java) S 18649 18651 14200 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254744984168 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18663] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18663/stat : 18663 (java) S 18649 18651 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254743930488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18664] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18664/stat : 18664 (java) S 18649 18651 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254742877832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18665] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18665/stat : 18665 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254741826576 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18666] ppid=18649 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18651/task/18666/stat : 18666 (java) S 18649 18651 14200 0 -1 4202560 2638 0 0 0 46 1 0 0 20 0 19 0 281894814 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254740772920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18667] ppid=18649 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18651/task/18667/stat : 18667 (java) S 18649 18651 14200 0 -1 4202560 2625 0 0 0 47 0 0 0 20 0 19 0 281894814 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254739720376 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18668] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18668/stat : 18668 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254738668024 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18669] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18669/stat : 18669 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254737615688 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18670] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18670/stat : 18670 (java) S 18649 18651 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281894880 9856004096 79648 33554432000 1073741824 1073778376 140734638240144 140254736561448 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9625004

[startup+6.30073 s]
/proc/loadavg: 1.99 1.97 1.99 3/213 18670
/proc/meminfo: memFree=28598684/32873844 swapFree=7116/7116
[pid=18651] ppid=18649 vsize=9625004 CPUtime=7.6 cores=0,2,4,6
/proc/18651/stat : 18651 (java) S 18649 18651 14200 0 -1 4202496 10017 0 1 0 743 17 0 0 20 0 19 0 281894808 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140734638231280 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18651/statm: 2406251 145440 2275 9 0 2396937 0
[pid=18651/tid=18653] ppid=18649 vsize=9625004 CPUtime=6.14 cores=0,2,4,6
/proc/18651/task/18653/stat : 18653 (java) R 18649 18651 14200 0 -1 4202560 2742 0 1 0 607 7 0 0 20 0 19 0 281894809 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254920903856 140254791855139 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18654] ppid=18649 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/18651/task/18654/stat : 18654 (java) S 18649 18651 14200 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 19 0 281894809 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254909967016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18655] ppid=18649 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18651/task/18655/stat : 18655 (java) S 18649 18651 14200 0 -1 4202560 3 0 0 0 2 0 0 0 20 0 19 0 281894810 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254763498280 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18656] ppid=18649 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/18651/task/18656/stat : 18656 (java) S 18649 18651 14200 0 -1 4202560 21 0 0 0 3 2 0 0 20 0 19 0 281894810 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254762445736 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18657] ppid=18649 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/18651/task/18657/stat : 18657 (java) S 18649 18651 14200 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 19 0 281894810 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254761393192 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18658] ppid=18649 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/18651/task/18658/stat : 18658 (java) S 18649 18651 14200 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 281894810 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254760339624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18659] ppid=18649 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/18651/task/18659/stat : 18659 (java) S 18649 18651 14200 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 19 0 281894810 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254759287080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18660] ppid=18649 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18651/task/18660/stat : 18660 (java) S 18649 18651 14200 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 281894810 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254758234536 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18661] ppid=18649 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/18651/task/18661/stat : 18661 (java) S 18649 18651 14200 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 281894810 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254757181992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18662] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18662/stat : 18662 (java) S 18649 18651 14200 0 -1 4202560 448 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254744984168 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18663] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18663/stat : 18663 (java) S 18649 18651 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254743930488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18664] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18664/stat : 18664 (java) S 18649 18651 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254742877832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18665] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18665/stat : 18665 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254741826576 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18666] ppid=18649 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/18651/task/18666/stat : 18666 (java) S 18649 18651 14200 0 -1 4202560 2658 0 0 0 48 1 0 0 20 0 19 0 281894814 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254740772920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18667] ppid=18649 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/18651/task/18667/stat : 18667 (java) S 18649 18651 14200 0 -1 4202560 2815 0 0 0 53 0 0 0 20 0 19 0 281894814 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254739720376 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18668] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18668/stat : 18668 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254738668024 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18669] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18669/stat : 18669 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254737615688 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18670] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18670/stat : 18670 (java) S 18649 18651 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281894880 9856004096 145440 33554432000 1073741824 1073778376 140734638240144 140254736561448 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=18651/tid=18666] ppid=18649 vsize=9625004 CPUtime=1.69 cores=0,2,4,6
/proc/18651/task/18666/stat : 18666 (java) S 18649 18651 14200 0 -1 4202560 16444 0 0 0 166 3 0 0 20 0 19 0 281894814 9856004096 540699 33554432000 1073741824 1073778376 140734638240144 140254740772920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18667] ppid=18649 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/18651/task/18667/stat : 18667 (java) S 18649 18651 14200 0 -1 4202560 11031 0 0 0 110 2 0 0 20 0 19 0 281894814 9856004096 540699 33554432000 1073741824 1073778376 140734638240144 140254739720376 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18668] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18668/stat : 18668 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 540699 33554432000 1073741824 1073778376 140734638240144 140254738668024 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18669] ppid=18649 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18651/task/18669/stat : 18669 (java) S 18649 18651 14200 0 -1 4202560 92 0 0 0 26 21 0 0 20 0 19 0 281894814 9856004096 540699 33554432000 1073741824 1073778376 140734638240144 140254737615688 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18670] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18670/stat : 18670 (java) S 18649 18651 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281894880 9856004096 540699 33554432000 1073741824 1073778376 140734638240144 140254736561448 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1622.93
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 18744
/proc/meminfo: memFree=26801772/32873844 swapFree=7116/7116
[pid=18651] ppid=18649 vsize=9625004 CPUtime=1683.44 cores=0,2,4,6
/proc/18651/stat : 18651 (java) S 18649 18651 14200 0 -1 4202496 37969 0 1 0 168192 152 0 0 20 0 19 0 281894808 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140734638231280 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18651/statm: 2406251 538956 2290 9 0 2396937 0
[pid=18651/tid=18653] ppid=18649 vsize=9625004 CPUtime=1647.2 cores=0,2,4,6
/proc/18651/task/18653/stat : 18653 (java) R 18649 18651 14200 0 -1 4202560 5539 0 1 0 164649 71 0 0 20 0 19 0 281894809 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254920903888 140254791855088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18654] ppid=18649 vsize=9625004 CPUtime=3.5 cores=0,2,4,6
/proc/18651/task/18654/stat : 18654 (java) S 18649 18651 14200 0 -1 4202560 111 0 0 0 342 8 0 0 20 0 19 0 281894809 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254909967016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18655] ppid=18649 vsize=9625004 CPUtime=3.61 cores=0,2,4,6
/proc/18651/task/18655/stat : 18655 (java) S 18649 18651 14200 0 -1 4202560 76 0 0 0 353 8 0 0 20 0 19 0 281894810 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254763498280 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18656] ppid=18649 vsize=9625004 CPUtime=3.63 cores=0,2,4,6
/proc/18651/task/18656/stat : 18656 (java) S 18649 18651 14200 0 -1 4202560 110 0 0 0 353 10 0 0 20 0 19 0 281894810 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254762445736 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18657] ppid=18649 vsize=9625004 CPUtime=3.59 cores=0,2,4,6
/proc/18651/task/18657/stat : 18657 (java) S 18649 18651 14200 0 -1 4202560 106 0 0 0 350 9 0 0 20 0 19 0 281894810 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254761393192 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18658] ppid=18649 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/18651/task/18658/stat : 18658 (java) S 18649 18651 14200 0 -1 4202560 86 0 0 0 348 9 0 0 20 0 19 0 281894810 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254760339624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18659] ppid=18649 vsize=9625004 CPUtime=3.53 cores=0,2,4,6
/proc/18651/task/18659/stat : 18659 (java) S 18649 18651 14200 0 -1 4202560 95 0 0 0 345 8 0 0 20 0 19 0 281894810 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254759287080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18660] ppid=18649 vsize=9625004 CPUtime=3.55 cores=0,2,4,6
/proc/18651/task/18660/stat : 18660 (java) S 18649 18651 14200 0 -1 4202560 79 0 0 0 348 7 0 0 20 0 19 0 281894810 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254758234536 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18661] ppid=18649 vsize=9625004 CPUtime=3.47 cores=0,2,4,6
/proc/18651/task/18661/stat : 18661 (java) S 18649 18651 14200 0 -1 4202560 99 0 0 0 338 9 0 0 20 0 19 0 281894810 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254757181992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18662] ppid=18649 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/18651/task/18662/stat : 18662 (java) S 18649 18651 14200 0 -1 4202560 2912 0 0 0 54 16 0 0 20 0 19 0 281894811 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254744984168 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18663] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18663/stat : 18663 (java) S 18649 18651 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254743930488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18664] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18664/stat : 18664 (java) S 18649 18651 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254742877832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18665] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18665/stat : 18665 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254741826576 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18666] ppid=18649 vsize=9625004 CPUtime=1.69 cores=0,2,4,6
/proc/18651/task/18666/stat : 18666 (java) S 18649 18651 14200 0 -1 4202560 16444 0 0 0 166 3 0 0 20 0 19 0 281894814 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254740772920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18667] ppid=18649 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/18651/task/18667/stat : 18667 (java) S 18649 18651 14200 0 -1 4202560 11031 0 0 0 110 2 0 0 20 0 19 0 281894814 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254739720376 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18668] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18668/stat : 18668 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254738668024 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18669] ppid=18649 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18651/task/18669/stat : 18669 (java) S 18649 18651 14200 0 -1 4202560 94 0 0 0 26 21 0 0 20 0 19 0 281894814 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254737615688 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18670] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18670/stat : 18670 (java) S 18649 18651 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281894880 9856004096 538956 33554432000 1073741824 1073778376 140734638240144 140254736561448 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1683.44
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/213 18745
/proc/meminfo: memFree=26806308/32873844 swapFree=7116/7116
[pid=18651] ppid=18649 vsize=9625004 CPUtime=1744.13 cores=0,2,4,6
/proc/18651/stat : 18651 (java) S 18649 18651 14200 0 -1 4202496 38040 0 1 0 174259 154 0 0 20 0 19 0 281894808 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140734638231280 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18651/statm: 2406251 537885 2290 9 0 2396937 0
[pid=18651/tid=18653] ppid=18649 vsize=9625004 CPUtime=1706.69 cores=0,2,4,6
/proc/18651/task/18653/stat : 18653 (java) R 18649 18651 14200 0 -1 4202560 5599 0 1 0 170598 71 0 0 20 0 19 0 281894809 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254920903856 140254791855297 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18654] ppid=18649 vsize=9625004 CPUtime=3.61 cores=0,2,4,6
/proc/18651/task/18654/stat : 18654 (java) S 18649 18651 14200 0 -1 4202560 111 0 0 0 353 8 0 0 20 0 19 0 281894809 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254909967016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18655] ppid=18649 vsize=9625004 CPUtime=3.74 cores=0,2,4,6
/proc/18651/task/18655/stat : 18655 (java) S 18649 18651 14200 0 -1 4202560 76 0 0 0 366 8 0 0 20 0 19 0 281894810 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254763498280 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18656] ppid=18649 vsize=9625004 CPUtime=3.78 cores=0,2,4,6
/proc/18651/task/18656/stat : 18656 (java) S 18649 18651 14200 0 -1 4202560 111 0 0 0 367 11 0 0 20 0 19 0 281894810 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254762445736 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18657] ppid=18649 vsize=9625004 CPUtime=3.72 cores=0,2,4,6
/proc/18651/task/18657/stat : 18657 (java) S 18649 18651 14200 0 -1 4202560 106 0 0 0 363 9 0 0 20 0 19 0 281894810 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254761393192 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18658] ppid=18649 vsize=9625004 CPUtime=3.69 cores=0,2,4,6
/proc/18651/task/18658/stat : 18658 (java) S 18649 18651 14200 0 -1 4202560 87 0 0 0 360 9 0 0 20 0 19 0 281894810 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254760339624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18659] ppid=18649 vsize=9625004 CPUtime=3.7 cores=0,2,4,6
/proc/18651/task/18659/stat : 18659 (java) S 18649 18651 14200 0 -1 4202560 95 0 0 0 362 8 0 0 20 0 19 0 281894810 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254759287080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18660] ppid=18649 vsize=9625004 CPUtime=3.69 cores=0,2,4,6
/proc/18651/task/18660/stat : 18660 (java) S 18649 18651 14200 0 -1 4202560 80 0 0 0 362 7 0 0 20 0 19 0 281894810 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254758234536 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18661] ppid=18649 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/18651/task/18661/stat : 18661 (java) S 18649 18651 14200 0 -1 4202560 99 0 0 0 348 9 0 0 20 0 19 0 281894810 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254757181992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18662] ppid=18649 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/18651/task/18662/stat : 18662 (java) S 18649 18651 14200 0 -1 4202560 2916 0 0 0 55 16 0 0 20 0 19 0 281894811 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254744984168 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18663] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18663/stat : 18663 (java) S 18649 18651 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254743930488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18664] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18664/stat : 18664 (java) S 18649 18651 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254742877832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18665] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18665/stat : 18665 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254741826576 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18666] ppid=18649 vsize=9625004 CPUtime=1.69 cores=0,2,4,6
/proc/18651/task/18666/stat : 18666 (java) S 18649 18651 14200 0 -1 4202560 16444 0 0 0 166 3 0 0 20 0 19 0 281894814 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254740772920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18667] ppid=18649 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/18651/task/18667/stat : 18667 (java) S 18649 18651 14200 0 -1 4202560 11031 0 0 0 110 2 0 0 20 0 19 0 281894814 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254739720376 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18668] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18668/stat : 18668 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254738668024 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18669] ppid=18649 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/18651/task/18669/stat : 18669 (java) S 18649 18651 14200 0 -1 4202560 98 0 0 0 27 22 0 0 20 0 19 0 281894814 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254737615688 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18670] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18670/stat : 18670 (java) S 18649 18651 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281894880 9856004096 537885 33554432000 1073741824 1073778376 140734638240144 140254736561448 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1744.13
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.61 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 18745
/proc/meminfo: memFree=26809284/32873844 swapFree=7116/7116
[pid=18651] ppid=18649 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/18651/stat : 18651 (java) S 18649 18651 14200 0 -1 4202496 38114 0 1 0 179848 157 0 0 20 0 19 0 281894808 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140734638231280 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18651/statm: 2406251 536627 2290 9 0 2396937 0
[pid=18651/tid=18653] ppid=18649 vsize=9625004 CPUtime=1761.49 cores=0,2,4,6
/proc/18651/task/18653/stat : 18653 (java) R 18649 18651 14200 0 -1 4202560 5660 0 1 0 176077 72 0 0 20 0 19 0 281894809 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254920903920 140254791855195 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18654] ppid=18649 vsize=9625004 CPUtime=3.74 cores=0,2,4,6
/proc/18651/task/18654/stat : 18654 (java) S 18649 18651 14200 0 -1 4202560 112 0 0 0 366 8 0 0 20 0 19 0 281894809 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254909967016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18655] ppid=18649 vsize=9625004 CPUtime=3.83 cores=0,2,4,6
/proc/18651/task/18655/stat : 18655 (java) S 18649 18651 14200 0 -1 4202560 76 0 0 0 375 8 0 0 20 0 19 0 281894810 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254763498280 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18656] ppid=18649 vsize=9625004 CPUtime=3.91 cores=0,2,4,6
/proc/18651/task/18656/stat : 18656 (java) S 18649 18651 14200 0 -1 4202560 111 0 0 0 380 11 0 0 20 0 19 0 281894810 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254762445736 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18657] ppid=18649 vsize=9625004 CPUtime=3.83 cores=0,2,4,6
/proc/18651/task/18657/stat : 18657 (java) S 18649 18651 14200 0 -1 4202560 107 0 0 0 374 9 0 0 20 0 19 0 281894810 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254761393192 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18651/tid=18658] ppid=18649 vsize=9625004 CPUtime=3.82 cores=0,2,4,6
/proc/18651/task/18658/stat : 18658 (java) S 18649 18651 14200 0 -1 4202560 88 0 0 0 372 10 0 0 20 0 19 0 281894810 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254760339624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18659] ppid=18649 vsize=9625004 CPUtime=3.83 cores=0,2,4,6
/proc/18651/task/18659/stat : 18659 (java) S 18649 18651 14200 0 -1 4202560 96 0 0 0 375 8 0 0 20 0 19 0 281894810 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254759287080 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18660] ppid=18649 vsize=9625004 CPUtime=3.8 cores=0,2,4,6
/proc/18651/task/18660/stat : 18660 (java) S 18649 18651 14200 0 -1 4202560 80 0 0 0 373 7 0 0 20 0 19 0 281894810 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254758234536 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18661] ppid=18649 vsize=9625004 CPUtime=3.7 cores=0,2,4,6
/proc/18651/task/18661/stat : 18661 (java) S 18649 18651 14200 0 -1 4202560 100 0 0 0 361 9 0 0 20 0 19 0 281894810 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254757181992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18662] ppid=18649 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/18651/task/18662/stat : 18662 (java) S 18649 18651 14200 0 -1 4202560 2920 0 0 0 55 16 0 0 20 0 19 0 281894811 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254744984168 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18663] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18663/stat : 18663 (java) S 18649 18651 14200 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254743930488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18664] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18664/stat : 18664 (java) S 18649 18651 14200 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281894811 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254742877832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18665] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18665/stat : 18665 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254741826576 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18666] ppid=18649 vsize=9625004 CPUtime=1.69 cores=0,2,4,6
/proc/18651/task/18666/stat : 18666 (java) S 18649 18651 14200 0 -1 4202560 16444 0 0 0 166 3 0 0 20 0 19 0 281894814 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254740772920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18667] ppid=18649 vsize=9625004 CPUtime=1.12 cores=0,2,4,6
/proc/18651/task/18667/stat : 18667 (java) S 18649 18651 14200 0 -1 4202560 11031 0 0 0 110 2 0 0 20 0 19 0 281894814 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254739720376 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18651/tid=18668] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18668/stat : 18668 (java) S 18649 18651 14200 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281894814 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254738668024 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18651/tid=18669] ppid=18649 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/18651/task/18669/stat : 18669 (java) S 18649 18651 14200 0 -1 4202560 102 0 0 0 28 22 0 0 20 0 19 0 281894814 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254737615688 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18651/tid=18670] ppid=18649 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18670/stat : 18670 (java) S 18649 18651 14200 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281894880 9856004096 536627 33554432000 1073741824 1073778376 140734638240144 140254736561448 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 18651 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=249232
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=992697
# CPU time returned by wait4() is 1796.24
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1777.64
CPU time (s): 1800.05
CPU user time (s): 1798.48
CPU system time (s): 1.57
CPU usage (%): 101.261
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.25
system time used= 1.9927
maximum resident set size= 2790788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38145
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93832
involuntary context switches= 130223

runsolver used 5.86011 second user time and 14.7248 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-28 00:28:17
IDJOB=3710158
IDBENCH=3049
IDSOLVER=2289
FILE ID=node138/3710158-1338157697
RUNJOBID= node138-1338139170-16910
PBS_JOBID= 14624507
Free space on /tmp= 71496 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554.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-3710158-1338157697/watcher-3710158-1338157697 -o /tmp/evaluation-result-3710158-1338157697/solver-3710158-1338157697 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710158-1338157697.opb

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

MD5SUM BENCH= b1249706e628878b014787592bd6d20f
RANDOM SEED=385853239

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28933164 kB
Buffers:          433048 kB
Cached:          2401708 kB
SwapCached:          212 kB
Active:          1132612 kB
Inactive:        1936236 kB
Active(anon):     225064 kB
Inactive(anon):    11368 kB
Active(file):     907548 kB
Inactive(file):  1924868 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108644 kB
Dirty:              2900 kB
Writeback:             0 kB
AnonPages:        252724 kB
Mapped:            22604 kB
Shmem:               200 kB
Slab:             732844 kB
SReclaimable:     174916 kB
SUnreclaim:       557928 kB
KernelStack:        1752 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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= 71492 MiB
End job on node138 at 2012-05-28 00:57:57