Trace number 3710161

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.06 1781.53

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-864124249.opb
MD5SUMcd6eda995a0e5ee23d36c7390fd4ce06
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.9647
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 variables20501
Total number of constraints60601
Number of constraints which are clauses60600
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 constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376817392001670258842191834970240582444901079515982716395989206874
Number of bits of the biggest sum of numbers301
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710161-1338157539.opb
0.09/0.12	c reading problem ... 
1.13/0.79	c ... done. Wall clock time 0.669s.
1.13/0.79	c declared #vars     20501
1.13/0.79	c #constraints  60602
1.13/0.79	c constraints type 
1.13/0.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20200
1.13/0.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40400
1.13/0.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.13/0.79	c 60602 constraints processed.
220.95/218.93	c cleaning 2503 clauses out of 5006 with flag 5006/5006
450.58/448.05	c cleaning 4251 clauses out of 8501 with flag 11004/11004
774.97/769.41	c cleaning 5615 clauses out of 11247 with flag 18001/18001
1115.69/1106.19	c cleaning 6801 clauses out of 13631 with flag 26000/26000
1493.91/1479.67	c cleaning 7907 clauses out of 15830 with flag 35000/35000
1800.06/1781.51	c starts		: 65
1800.06/1781.51	c conflicts		: 40258
1800.06/1781.51	c decisions		: 77959
1800.06/1781.51	c propagations		: 10335356
1800.06/1781.51	c inspects		: 56500310
1800.06/1781.51	c shortcuts		: 0
1800.06/1781.51	c learnt literals	: 0
1800.06/1781.51	c learnt binary clauses	: 1
1800.06/1781.51	c learnt ternary clauses	: 11
1800.06/1781.51	c learnt constraints	: 40258
1800.06/1781.51	c ignored constraints	: 0
1800.06/1781.51	c root simplifications	: 65
1800.06/1781.51	c removed literals (reason simplification)	: 239245925
1800.06/1781.51	c reason swapping (by a shorter reason)	: 0
1800.06/1781.51	c Calls to reduceDB	: 5
1800.06/1781.51	c number of reductions to clauses (during analyze)	: 0
1800.06/1781.51	c number of learned constraints concerned by reduction	: 0
1800.06/1781.51	c number of learning phase by resolution	: 0
1800.06/1781.51	c number of learning phase by cutting planes	: 0
1800.06/1781.51	c speed (assignments/second)	: 5804.117383447128
1800.06/1781.51	c non guided choices	14470
1800.06/1781.52	c learnt constraints type 
1800.06/1781.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.06/1781.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13180
1800.06/1781.52	c constraints type 
1800.06/1781.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20200
1800.06/1781.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40400
1800.06/1781.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1781.52	c 60602 constraints processed.
1800.06/1781.52	s UNKNOWN
1800.06/1781.52	c Total wall clock time (in seconds): 1781.394

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-3710161-1338157539/watcher-3710161-1338157539 -o /tmp/evaluation-result-3710161-1338157539/solver-3710161-1338157539 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710161-1338157539.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.08 2.03 1.86 3/192 15344
/proc/meminfo: memFree=29715792/32873852 swapFree=7624/7624
[pid=15344] ppid=15342 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15344/stat : 15344 (java) D 15342 15344 15185 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 281879356 9515008 182 33554432000 1073741824 1073778376 140735182964976 140735182956008 252263087797 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/15344/statm: 2323 182 140 9 0 71 0

[startup+0.060068 s]
/proc/loadavg: 2.08 2.03 1.86 3/192 15344
/proc/meminfo: memFree=29715792/32873852 swapFree=7624/7624
[pid=15344] ppid=15342 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/15344/stat : 15344 (java) S 15342 15344 15185 0 -1 4202496 3134 0 1 0 3 0 0 0 20 0 13 0 281879356 9446973440 3831 33554432000 1073741824 1073778376 140737414309584 140737414300720 252266446909 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15344/statm: 2306390 3831 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100286 s]
/proc/loadavg: 2.08 2.03 1.86 3/192 15344
/proc/meminfo: memFree=29715792/32873852 swapFree=7624/7624
[pid=15344] ppid=15342 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/15344/stat : 15344 (java) S 15342 15344 15185 0 -1 4202496 4297 0 1 0 8 1 0 0 20 0 18 0 281879356 9787842560 4993 33554432000 1073741824 1073778376 140737414309584 140737414300720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15344/statm: 2389610 4993 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300249 s]
/proc/loadavg: 2.08 2.03 1.86 3/192 15344
/proc/meminfo: memFree=29715792/32873852 swapFree=7624/7624
[pid=15344] ppid=15342 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/15344/stat : 15344 (java) S 15342 15344 15185 0 -1 4202496 5671 0 1 0 45 1 0 0 20 0 18 0 281879356 9787842560 8109 33554432000 1073741824 1073778376 140737414309584 140737414300720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15344/statm: 2389610 8109 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700212 s]
/proc/loadavg: 2.08 2.03 1.86 3/192 15344
/proc/meminfo: memFree=29715792/32873852 swapFree=7624/7624
[pid=15344] ppid=15342 vsize=9558440 CPUtime=1.13 cores=1,3,5,7
/proc/15344/stat : 15344 (java) S 15342 15344 15185 0 -1 4202496 7805 0 1 0 108 5 0 0 20 0 18 0 281879356 9787842560 40980 33554432000 1073741824 1073778376 140737414309584 140737414300720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15344/statm: 2389610 40980 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558440

[startup+1.50081 s]
/proc/loadavg: 2.07 2.03 1.86 4/191 15366
/proc/meminfo: memFree=29728072/32873852 swapFree=7624/7624
[pid=15344] ppid=15342 vsize=9625004 CPUtime=2.63 cores=1,3,5,7
/proc/15344/stat : 15344 (java) S 15342 15344 15185 0 -1 4202496 9350 0 1 0 254 9 0 0 20 0 19 0 281879356 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140737414300720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15344/statm: 2406251 50441 2274 9 0 2396937 0
[pid=15344/tid=15346] ppid=15342 vsize=9625004 CPUtime=1.4 cores=1,3,5,7
/proc/15344/task/15346/stat : 15346 (java) R 15342 15344 15185 0 -1 4202560 2639 0 1 0 136 4 0 0 20 0 19 0 281879357 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252837879144 140252710355024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15347] ppid=15342 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/15344/task/15347/stat : 15347 (java) S 15342 15344 15185 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 281879359 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252681825320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15348] ppid=15342 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/15344/task/15348/stat : 15348 (java) S 15342 15344 15185 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 281879359 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252680772520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15349] ppid=15342 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/15344/task/15349/stat : 15349 (java) S 15342 15344 15185 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281879359 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252679719720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15350] ppid=15342 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/15344/task/15350/stat : 15350 (java) S 15342 15344 15185 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 281879359 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252678666920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15351] ppid=15342 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/15344/task/15351/stat : 15351 (java) S 15342 15344 15185 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281879359 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252677614120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15352] ppid=15342 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/15344/task/15352/stat : 15352 (java) S 15342 15344 15185 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 281879359 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252676561320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15353] ppid=15342 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/15344/task/15353/stat : 15353 (java) S 15342 15344 15185 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 19 0 281879359 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252675508520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15354] ppid=15342 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/15344/task/15354/stat : 15354 (java) S 15342 15344 15185 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281879359 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252674455720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15355] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15355/stat : 15355 (java) S 15342 15344 15185 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252662045672 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15356] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15356/stat : 15356 (java) S 15342 15344 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252660991736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15357] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15357/stat : 15357 (java) S 15342 15344 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252659938824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15358] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15358/stat : 15358 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252658887312 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15359] ppid=15342 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/15344/task/15359/stat : 15359 (java) S 15342 15344 15185 0 -1 4202560 2557 0 0 0 50 0 0 0 20 0 19 0 281879363 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252657834424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15360] ppid=15342 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/15344/task/15360/stat : 15360 (java) S 15342 15344 15185 0 -1 4202560 2814 0 0 0 45 0 0 0 20 0 19 0 281879363 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252656781624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15361] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15361/stat : 15361 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252655729016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15362] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15362/stat : 15362 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252654676424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15366] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15366/stat : 15366 (java) S 15342 15344 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281879438 9856004096 50441 33554432000 1073741824 1073778376 140737414309584 140252653622952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9625004

[startup+3.10077 s]
/proc/loadavg: 2.07 2.03 1.86 2/191 15366
/proc/meminfo: memFree=29576200/32873852 swapFree=7624/7624
[pid=15344] ppid=15342 vsize=9625004 CPUtime=4.55 cores=1,3,5,7
/proc/15344/stat : 15344 (java) S 15342 15344 15185 0 -1 4202496 10838 0 1 0 437 18 0 0 20 0 19 0 281879356 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140737414300720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15344/statm: 2406251 85020 2275 9 0 2396937 0
[pid=15344/tid=15346] ppid=15342 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/15344/task/15346/stat : 15346 (java) R 15342 15344 15185 0 -1 4202560 2690 0 1 0 288 6 0 0 20 0 19 0 281879357 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252837879016 140252710354881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15347] ppid=15342 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/15344/task/15347/stat : 15347 (java) S 15342 15344 15185 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 19 0 281879359 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252681825320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15348] ppid=15342 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15344/task/15348/stat : 15348 (java) S 15342 15344 15185 0 -1 4202560 18 0 0 0 2 2 0 0 20 0 19 0 281879359 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252680772520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15349] ppid=15342 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15344/task/15349/stat : 15349 (java) S 15342 15344 15185 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 19 0 281879359 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252679719720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15350] ppid=15342 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15344/task/15350/stat : 15350 (java) S 15342 15344 15185 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 19 0 281879359 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252678666920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15351] ppid=15342 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/15344/task/15351/stat : 15351 (java) S 15342 15344 15185 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 281879359 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252677614120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15352] ppid=15342 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/15344/task/15352/stat : 15352 (java) S 15342 15344 15185 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 281879359 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252676561320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15353] ppid=15342 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/15344/task/15353/stat : 15353 (java) S 15342 15344 15185 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 19 0 281879359 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252675508520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15354] ppid=15342 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/15344/task/15354/stat : 15354 (java) S 15342 15344 15185 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 19 0 281879359 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252674455720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15355] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15355/stat : 15355 (java) S 15342 15344 15185 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252662045672 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15356] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15356/stat : 15356 (java) S 15342 15344 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252660991736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15357] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15357/stat : 15357 (java) S 15342 15344 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252659938824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15358] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15358/stat : 15358 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252658887312 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15359] ppid=15342 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/15344/task/15359/stat : 15359 (java) S 15342 15344 15185 0 -1 4202560 2934 0 0 0 58 0 0 0 20 0 19 0 281879363 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252657834424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15360] ppid=15342 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/15344/task/15360/stat : 15360 (java) S 15342 15344 15185 0 -1 4202560 3669 0 0 0 52 1 0 0 20 0 19 0 281879363 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252656781624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15361] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15361/stat : 15361 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252655729016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15362] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15362/stat : 15362 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252654676424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15366] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15366/stat : 15366 (java) S 15342 15344 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281879438 9856004096 85020 33554432000 1073741824 1073778376 140737414309584 140252653622952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9625004

[startup+6.30077 s]
/proc/loadavg: 2.06 2.02 1.86 3/210 15421
/proc/meminfo: memFree=28957516/32873852 swapFree=7624/7624
[pid=15344] ppid=15342 vsize=9625004 CPUtime=7.88 cores=1,3,5,7
/proc/15344/stat : 15344 (java) S 15342 15344 15185 0 -1 4202496 11315 0 1 0 761 27 0 0 20 0 19 0 281879356 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140737414300720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15344/statm: 2406251 146201 2275 9 0 2396937 0
[pid=15344/tid=15346] ppid=15342 vsize=9625004 CPUtime=6.09 cores=1,3,5,7
/proc/15344/task/15346/stat : 15346 (java) R 15342 15344 15185 0 -1 4202560 2802 0 1 0 598 11 0 0 20 0 19 0 281879357 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252837880440 140252710354916 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15347] ppid=15342 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/15344/task/15347/stat : 15347 (java) S 15342 15344 15185 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 19 0 281879359 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252681825320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15348] ppid=15342 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15344/task/15348/stat : 15348 (java) S 15342 15344 15185 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 19 0 281879359 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252680772520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15349] ppid=15342 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/15344/task/15349/stat : 15349 (java) S 15342 15344 15185 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 19 0 281879359 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252679719720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15350] ppid=15342 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15344/task/15350/stat : 15350 (java) S 15342 15344 15185 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 19 0 281879359 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252678666920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15351] ppid=15342 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15344/task/15351/stat : 15351 (java) S 15342 15344 15185 0 -1 4202560 21 0 0 0 4 1 0 0 20 0 19 0 281879359 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252677614120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15352] ppid=15342 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15344/task/15352/stat : 15352 (java) S 15342 15344 15185 0 -1 4202560 18 0 0 0 3 1 0 0 20 0 19 0 281879359 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252676561320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15353] ppid=15342 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/15344/task/15353/stat : 15353 (java) S 15342 15344 15185 0 -1 4202560 27 0 0 0 5 2 0 0 20 0 19 0 281879359 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252675508520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15354] ppid=15342 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/15344/task/15354/stat : 15354 (java) S 15342 15344 15185 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 19 0 281879359 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252674455720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15355] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15355/stat : 15355 (java) S 15342 15344 15185 0 -1 4202560 451 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252662045672 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15356] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15356/stat : 15356 (java) S 15342 15344 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252660991736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15357] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15357/stat : 15357 (java) S 15342 15344 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252659938824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15358] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15358/stat : 15358 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252658887312 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15359] ppid=15342 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/15344/task/15359/stat : 15359 (java) S 15342 15344 15185 0 -1 4202560 2934 0 0 0 58 0 0 0 20 0 19 0 281879363 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252657834424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15360] ppid=15342 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/15344/task/15360/stat : 15360 (java) S 15342 15344 15185 0 -1 4202560 3743 0 0 0 57 1 0 0 20 0 19 0 281879363 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252656781624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15361] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15361/stat : 15361 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252655729016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15362] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15362/stat : 15362 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252654676424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15366] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15366/stat : 15366 (java) S 15342 15344 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281879438 9856004096 146201 33554432000 1073741824 1073778376 140737414309584 140252653622952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=15344/tid=15359] ppid=15342 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/15344/task/15359/stat : 15359 (java) S 15342 15344 15185 0 -1 4202560 2934 0 0 0 59 0 0 0 20 0 19 0 281879363 9856004096 565543 33554432000 1073741824 1073778376 140737414309584 140252657834424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15360] ppid=15342 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/15344/task/15360/stat : 15360 (java) S 15342 15344 15185 0 -1 4202560 4128 0 0 0 67 1 0 0 20 0 19 0 281879363 9856004096 565543 33554432000 1073741824 1073778376 140737414309584 140252656781624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15361] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15361/stat : 15361 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 565543 33554432000 1073741824 1073778376 140737414309584 140252655729016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15362] ppid=15342 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/15344/task/15362/stat : 15362 (java) S 15342 15344 15185 0 -1 4202560 95 0 0 0 29 24 0 0 20 0 19 0 281879363 9856004096 565543 33554432000 1073741824 1073778376 140737414309584 140252654676424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15366] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15366/stat : 15366 (java) S 15342 15344 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281879438 9856004096 565543 33554432000 1073741824 1073778376 140737414309584 140252653622952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1679.13
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 1.93 3/211 15437
/proc/meminfo: memFree=25189420/32873852 swapFree=7624/7624
[pid=15344] ppid=15342 vsize=9625004 CPUtime=1740.08 cores=1,3,5,7
/proc/15344/stat : 15344 (java) S 15342 15344 15185 0 -1 4202496 17449 0 1 0 173830 178 0 0 20 0 19 0 281879356 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140737414300720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15344/statm: 2406251 561247 2290 9 0 2396937 0
[pid=15344/tid=15346] ppid=15342 vsize=9625004 CPUtime=1708.6 cores=1,3,5,7
/proc/15344/task/15346/stat : 15346 (java) R 15342 15344 15185 0 -1 4202560 5159 0 1 0 170779 81 0 0 20 0 19 0 281879357 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252837879008 140252710353230 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15347] ppid=15342 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/15344/task/15347/stat : 15347 (java) S 15342 15344 15185 0 -1 4202560 105 0 0 0 292 10 0 0 20 0 19 0 281879359 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252681825320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15348] ppid=15342 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/15344/task/15348/stat : 15348 (java) S 15342 15344 15185 0 -1 4202560 86 0 0 0 290 10 0 0 20 0 19 0 281879359 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252680772520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15349] ppid=15342 vsize=9625004 CPUtime=3.09 cores=1,3,5,7
/proc/15344/task/15349/stat : 15349 (java) S 15342 15344 15185 0 -1 4202560 120 0 0 0 297 12 0 0 20 0 19 0 281879359 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252679719720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15350] ppid=15342 vsize=9625004 CPUtime=3.09 cores=1,3,5,7
/proc/15344/task/15350/stat : 15350 (java) S 15342 15344 15185 0 -1 4202560 97 0 0 0 299 10 0 0 20 0 19 0 281879359 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252678666920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15351] ppid=15342 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/15344/task/15351/stat : 15351 (java) S 15342 15344 15185 0 -1 4202560 86 0 0 0 292 10 0 0 20 0 19 0 281879359 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252677614120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15352] ppid=15342 vsize=9625004 CPUtime=3.08 cores=1,3,5,7
/proc/15344/task/15352/stat : 15352 (java) S 15342 15344 15185 0 -1 4202560 102 0 0 0 298 10 0 0 20 0 19 0 281879359 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252676561320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15353] ppid=15342 vsize=9625004 CPUtime=3.17 cores=1,3,5,7
/proc/15344/task/15353/stat : 15353 (java) S 15342 15344 15185 0 -1 4202560 91 0 0 0 307 10 0 0 20 0 19 0 281879359 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252675508520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15354] ppid=15342 vsize=9625004 CPUtime=3.11 cores=1,3,5,7
/proc/15344/task/15354/stat : 15354 (java) S 15342 15344 15185 0 -1 4202560 116 0 0 0 301 10 0 0 20 0 19 0 281879359 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252674455720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15355] ppid=15342 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/15344/task/15355/stat : 15355 (java) S 15342 15344 15185 0 -1 4202560 3141 0 0 0 57 16 0 0 20 0 19 0 281879360 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252662045672 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15356] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15356/stat : 15356 (java) S 15342 15344 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252660991736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15357] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15357/stat : 15357 (java) S 15342 15344 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252659938824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15358] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15358/stat : 15358 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252658887312 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15359] ppid=15342 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/15344/task/15359/stat : 15359 (java) S 15342 15344 15185 0 -1 4202560 2934 0 0 0 59 0 0 0 20 0 19 0 281879363 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252657834424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15360] ppid=15342 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/15344/task/15360/stat : 15360 (java) S 15342 15344 15185 0 -1 4202560 4128 0 0 0 67 1 0 0 20 0 19 0 281879363 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252656781624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15361] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15361/stat : 15361 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252655729016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15362] ppid=15342 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/15344/task/15362/stat : 15362 (java) S 15342 15344 15185 0 -1 4202560 98 0 0 0 29 26 0 0 20 0 19 0 281879363 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252654676424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15366] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15366/stat : 15366 (java) S 15342 15344 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281879438 9856004096 561247 33554432000 1073741824 1073778376 140737414309584 140252653622952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1740.08
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.5 s]
/proc/loadavg: 2.02 2.02 1.93 3/211 15437
/proc/meminfo: memFree=25203612/32873852 swapFree=7624/7624
[pid=15344] ppid=15342 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/15344/stat : 15344 (java) S 15342 15344 15185 0 -1 4202496 17512 0 1 0 179824 182 0 0 20 0 19 0 281879356 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140737414300720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15344/statm: 2406251 556934 2290 9 0 2396937 0
[pid=15344/tid=15346] ppid=15342 vsize=9625004 CPUtime=1767.21 cores=1,3,5,7
/proc/15344/task/15346/stat : 15346 (java) R 15342 15344 15185 0 -1 4202560 5214 0 1 0 176638 83 0 0 20 0 19 0 281879357 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252837879008 140252710353230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15347] ppid=15342 vsize=9625004 CPUtime=3.15 cores=1,3,5,7
/proc/15344/task/15347/stat : 15347 (java) S 15342 15344 15185 0 -1 4202560 105 0 0 0 305 10 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252681825320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15348] ppid=15342 vsize=9625004 CPUtime=3.13 cores=1,3,5,7
/proc/15344/task/15348/stat : 15348 (java) S 15342 15344 15185 0 -1 4202560 86 0 0 0 303 10 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252680772520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15349] ppid=15342 vsize=9625004 CPUtime=3.24 cores=1,3,5,7
/proc/15344/task/15349/stat : 15349 (java) S 15342 15344 15185 0 -1 4202560 120 0 0 0 312 12 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252679719720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15350] ppid=15342 vsize=9625004 CPUtime=3.22 cores=1,3,5,7
/proc/15344/task/15350/stat : 15350 (java) S 15342 15344 15185 0 -1 4202560 97 0 0 0 312 10 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252678666920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15351] ppid=15342 vsize=9625004 CPUtime=3.17 cores=1,3,5,7
/proc/15344/task/15351/stat : 15351 (java) S 15342 15344 15185 0 -1 4202560 86 0 0 0 307 10 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252677614120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15352] ppid=15342 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/15344/task/15352/stat : 15352 (java) S 15342 15344 15185 0 -1 4202560 102 0 0 0 314 11 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252676561320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15353] ppid=15342 vsize=9625004 CPUtime=3.34 cores=1,3,5,7
/proc/15344/task/15353/stat : 15353 (java) S 15342 15344 15185 0 -1 4202560 91 0 0 0 324 10 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252675508520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15354] ppid=15342 vsize=9625004 CPUtime=3.26 cores=1,3,5,7
/proc/15344/task/15354/stat : 15354 (java) S 15342 15344 15185 0 -1 4202560 116 0 0 0 316 10 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252674455720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15355] ppid=15342 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/15344/task/15355/stat : 15355 (java) S 15342 15344 15185 0 -1 4202560 3145 0 0 0 58 16 0 0 20 0 19 0 281879360 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252662045672 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15356] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15356/stat : 15356 (java) S 15342 15344 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252660991736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15357] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15357/stat : 15357 (java) S 15342 15344 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252659938824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15358] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15358/stat : 15358 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252658887312 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15359] ppid=15342 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/15344/task/15359/stat : 15359 (java) S 15342 15344 15185 0 -1 4202560 2934 0 0 0 59 0 0 0 20 0 19 0 281879363 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252657834424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15360] ppid=15342 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/15344/task/15360/stat : 15360 (java) S 15342 15344 15185 0 -1 4202560 4128 0 0 0 67 1 0 0 20 0 19 0 281879363 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252656781624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15361] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15361/stat : 15361 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252655729016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15362] ppid=15342 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/15344/task/15362/stat : 15362 (java) S 15342 15344 15185 0 -1 4202560 102 0 0 0 30 27 0 0 20 0 19 0 281879363 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252654676424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15366] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15366/stat : 15366 (java) S 15342 15344 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281879438 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252653622952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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

[startup+1781.5 s]
/proc/loadavg: 2.02 2.02 1.93 3/211 15437
/proc/meminfo: memFree=25203612/32873852 swapFree=7624/7624
[pid=15344] ppid=15342 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/15344/stat : 15344 (java) S 15342 15344 15185 0 -1 4202496 17512 0 1 0 179824 182 0 0 20 0 19 0 281879356 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140737414300720 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15344/statm: 2406251 556934 2290 9 0 2396937 0
[pid=15344/tid=15346] ppid=15342 vsize=9625004 CPUtime=1767.21 cores=1,3,5,7
/proc/15344/task/15346/stat : 15346 (java) R 15342 15344 15185 0 -1 4202560 5214 0 1 0 176638 83 0 0 20 0 19 0 281879357 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252837879008 140252710353230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15347] ppid=15342 vsize=9625004 CPUtime=3.15 cores=1,3,5,7
/proc/15344/task/15347/stat : 15347 (java) S 15342 15344 15185 0 -1 4202560 105 0 0 0 305 10 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252681825320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15348] ppid=15342 vsize=9625004 CPUtime=3.13 cores=1,3,5,7
/proc/15344/task/15348/stat : 15348 (java) S 15342 15344 15185 0 -1 4202560 86 0 0 0 303 10 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252680772520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15349] ppid=15342 vsize=9625004 CPUtime=3.24 cores=1,3,5,7
/proc/15344/task/15349/stat : 15349 (java) S 15342 15344 15185 0 -1 4202560 120 0 0 0 312 12 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252679719720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15350] ppid=15342 vsize=9625004 CPUtime=3.22 cores=1,3,5,7
/proc/15344/task/15350/stat : 15350 (java) S 15342 15344 15185 0 -1 4202560 97 0 0 0 312 10 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252678666920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15351] ppid=15342 vsize=9625004 CPUtime=3.17 cores=1,3,5,7
/proc/15344/task/15351/stat : 15351 (java) S 15342 15344 15185 0 -1 4202560 86 0 0 0 307 10 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252677614120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15352] ppid=15342 vsize=9625004 CPUtime=3.25 cores=1,3,5,7
/proc/15344/task/15352/stat : 15352 (java) S 15342 15344 15185 0 -1 4202560 102 0 0 0 314 11 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252676561320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15353] ppid=15342 vsize=9625004 CPUtime=3.34 cores=1,3,5,7
/proc/15344/task/15353/stat : 15353 (java) S 15342 15344 15185 0 -1 4202560 91 0 0 0 324 10 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252675508520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15344/tid=15354] ppid=15342 vsize=9625004 CPUtime=3.26 cores=1,3,5,7
/proc/15344/task/15354/stat : 15354 (java) S 15342 15344 15185 0 -1 4202560 116 0 0 0 316 10 0 0 20 0 19 0 281879359 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252674455720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15355] ppid=15342 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/15344/task/15355/stat : 15355 (java) S 15342 15344 15185 0 -1 4202560 3145 0 0 0 58 16 0 0 20 0 19 0 281879360 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252662045672 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15356] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15356/stat : 15356 (java) S 15342 15344 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252660991736 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15357] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15357/stat : 15357 (java) S 15342 15344 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281879360 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252659938824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15358] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15358/stat : 15358 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252658887312 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15359] ppid=15342 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/15344/task/15359/stat : 15359 (java) S 15342 15344 15185 0 -1 4202560 2934 0 0 0 59 0 0 0 20 0 19 0 281879363 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252657834424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15360] ppid=15342 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/15344/task/15360/stat : 15360 (java) S 15342 15344 15185 0 -1 4202560 4128 0 0 0 67 1 0 0 20 0 19 0 281879363 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252656781624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15344/tid=15361] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15361/stat : 15361 (java) S 15342 15344 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879363 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252655729016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15344/tid=15362] ppid=15342 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/15344/task/15362/stat : 15362 (java) S 15342 15344 15185 0 -1 4202560 102 0 0 0 30 27 0 0 20 0 19 0 281879363 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252654676424 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15344/tid=15366] ppid=15342 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15344/task/15366/stat : 15366 (java) S 15342 15344 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281879438 9856004096 556934 33554432000 1073741824 1073778376 140737414309584 140252653622952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15344 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=579334
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=240659
# CPU time returned by wait4() is 1795.82
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1781.53
CPU time (s): 1800.06
CPU user time (s): 1798.24
CPU system time (s): 1.82
CPU usage (%): 101.04
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.58
system time used= 2.24066
maximum resident set size= 2785668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17543
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= 79557
involuntary context switches= 102088

runsolver used 6.41003 second user time and 15.5326 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 00:25:39
IDJOB=3710161
IDBENCH=3024
IDSOLVER=2289
FILE ID=node131/3710161-1338157539
RUNJOBID= node131-1338155741-15202
PBS_JOBID= 14624524
Free space on /tmp= 71728 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=200-sizeP=101-sizeQ=200-864124249.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-3710161-1338157539/watcher-3710161-1338157539 -o /tmp/evaluation-result-3710161-1338157539/solver-3710161-1338157539 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710161-1338157539.opb

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

MD5SUM BENCH= cd6eda995a0e5ee23d36c7390fd4ce06
RANDOM SEED=365760499

node131.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.805
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.61
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.805
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.805
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.805
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.805
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		: 2666.805
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.805
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29716436 kB
Buffers:          334752 kB
Cached:          1810976 kB
SwapCached:         2164 kB
Active:           712940 kB
Inactive:        1609992 kB
Active(anon):     178776 kB
Inactive(anon):      808 kB
Active(file):     534164 kB
Inactive(file):  1609184 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099040 kB
Dirty:              3548 kB
Writeback:             0 kB
AnonPages:        184216 kB
Mapped:            22452 kB
Shmem:                 0 kB
Slab:             693564 kB
SReclaimable:     135956 kB
SUnreclaim:       557608 kB
KernelStack:        1592 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     696560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 71708 MiB
End job on node131 at 2012-05-28 00:55:23