Trace number 3689951

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.04 1794.25

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX60_K192_cod1.opb
MD5SUM00611863005b7eeed329d02777942736
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-79206
Best CPU time to get the best result obtained on this benchmark1804.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 272557
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 1957472477
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1957472477
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120418
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3689951-1337895086.opb
0.07/0.13	c reading problem ... 
8.64/6.02	c ... done. Wall clock time 5.886s.
8.64/6.02	c declared #vars     399113
8.64/6.02	c #constraints  400980
8.64/6.02	c constraints type 
8.64/6.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
8.64/6.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.64/6.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.64/6.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.64/6.02	c 400980 constraints processed.
8.64/6.02	c objective function length is 272557 literals
66.16/62.90	c cleaning 2476 clauses out of 5001 with flag 5003/5003
122.69/118.61	c cleaning 4261 clauses out of 8522 with flag 11000/11000
202.01/197.87	c cleaning 5631 clauses out of 11262 with flag 18001/18001
283.09/278.82	c cleaning 6815 clauses out of 13631 with flag 26001/26001
380.37/376.03	c cleaning 7905 clauses out of 15815 with flag 35000/35000
505.99/501.52	c cleaning 8954 clauses out of 17910 with flag 45000/45000
641.03/636.44	c cleaning 9967 clauses out of 19956 with flag 56000/56000
785.72/781.07	c cleaning 10974 clauses out of 21989 with flag 68000/68000
953.73/948.91	c cleaning 11988 clauses out of 24015 with flag 81000/81000
1091.03/1086.07	c cleaning 12976 clauses out of 26027 with flag 95000/95000
1234.74/1229.51	c cleaning 14021 clauses out of 28052 with flag 110001/110001
1387.82/1382.60	c cleaning 14987 clauses out of 30032 with flag 126002/126002
1585.15/1579.62	c cleaning 16015 clauses out of 32044 with flag 143001/143001
1800.04/1794.21	c starts		: 105
1800.04/1794.21	c conflicts		: 158383
1800.04/1794.21	c decisions		: 1832416
1800.04/1794.21	c propagations		: 3600693154
1800.04/1794.21	c inspects		: 767174432
1800.04/1794.21	c shortcuts		: 0
1800.04/1794.21	c learnt literals	: 2
1800.04/1794.21	c learnt binary clauses	: 1092
1800.04/1794.21	c learnt ternary clauses	: 728
1800.04/1794.21	c learnt constraints	: 158380
1800.04/1794.21	c ignored constraints	: 0
1800.04/1794.21	c root simplifications	: 0
1800.04/1794.21	c removed literals (reason simplification)	: 0
1800.04/1794.21	c reason swapping (by a shorter reason)	: 0
1800.04/1794.21	c Calls to reduceDB	: 13
1800.04/1794.21	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.21	c number of learned constraints concerned by reduction	: 0
1800.04/1794.21	c number of learning phase by resolution	: 0
1800.04/1794.21	c number of learning phase by cutting planes	: 0
1800.04/1794.21	c speed (assignments/second)	: 2013759.8069399819
1800.04/1794.21	c non guided choices	0
1800.04/1794.22	c learnt constraints type 
1800.04/1794.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1092
1800.04/1794.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 30319
1800.04/1794.22	c constraints type 
1800.04/1794.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.04/1794.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.04/1794.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.04/1794.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.04/1794.22	c 400980 constraints processed.
1800.04/1794.22	s UNKNOWN
1800.04/1794.22	c Total wall clock time (in seconds): 1794.095

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-3689951-1337895086/watcher-3689951-1337895086 -o /tmp/evaluation-result-3689951-1337895086/solver-3689951-1337895086 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689951-1337895086.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.29 2.10 2.03 3/194 16798
/proc/meminfo: memFree=21720192/32873844 swapFree=7104/7104
[pid=16798] ppid=16796 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/16798/stat : 16798 (java) D 16796 16798 14581 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 255633545 2560000 46 33554432000 1073741824 1073778376 140734629568016 140734629565144 233211784487 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/16798/statm: 625 46 37 9 0 29 0

[startup+0.075875 s]
/proc/loadavg: 2.29 2.10 2.03 3/194 16798
/proc/meminfo: memFree=21720192/32873844 swapFree=7104/7104
[pid=16798] ppid=16796 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/16798/stat : 16798 (java) S 16796 16798 14581 0 -1 4202496 3092 0 1 0 3 1 0 0 20 0 13 0 255633545 9446973440 4300 33554432000 1073741824 1073778376 140737419298832 140737419289968 233224306749 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16798/statm: 2306390 4300 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100313 s]
/proc/loadavg: 2.29 2.10 2.03 3/194 16798
/proc/meminfo: memFree=21720192/32873844 swapFree=7104/7104
[pid=16798] ppid=16796 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16798/stat : 16798 (java) S 16796 16798 14581 0 -1 4202496 3369 0 1 0 6 1 0 0 20 0 18 0 255633545 9787813888 4577 33554432000 1073741824 1073778376 140737419298832 140737419289968 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16798/statm: 2389603 4577 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300258 s]
/proc/loadavg: 2.29 2.10 2.03 3/194 16798
/proc/meminfo: memFree=21720192/32873844 swapFree=7104/7104
[pid=16798] ppid=16796 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/16798/stat : 16798 (java) S 16796 16798 14581 0 -1 4202496 5840 0 1 0 45 2 0 0 20 0 18 0 255633545 9787813888 13157 33554432000 1073741824 1073778376 140737419298832 140737419289968 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16798/statm: 2389603 13157 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700314 s]
/proc/loadavg: 2.29 2.10 2.03 3/194 16798
/proc/meminfo: memFree=21720192/32873844 swapFree=7104/7104
[pid=16798] ppid=16796 vsize=9558412 CPUtime=0.96 cores=1,3,5,7
/proc/16798/stat : 16798 (java) S 16796 16798 14581 0 -1 4202496 6039 0 1 0 90 6 0 0 20 0 18 0 255633545 9787813888 45518 33554432000 1073741824 1073778376 140737419298832 140737419289968 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16798/statm: 2389603 45518 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9558412

[startup+1.50087 s]
/proc/loadavg: 2.26 2.10 2.03 5/212 16816
/proc/meminfo: memFree=21540996/32873844 swapFree=7104/7104
[pid=16798] ppid=16796 vsize=9558412 CPUtime=2.37 cores=1,3,5,7
/proc/16798/stat : 16798 (java) S 16796 16798 14581 0 -1 4202496 10022 0 1 0 220 17 0 0 20 0 18 0 255633545 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140737419289968 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16798/statm: 2389603 89377 2247 9 0 2380296 0
[pid=16798/tid=16800] ppid=16796 vsize=9558412 CPUtime=1.33 cores=1,3,5,7
/proc/16798/task/16800/stat : 16800 (java) R 16796 16798 14581 0 -1 4202560 2564 0 1 0 129 4 0 0 20 0 18 0 255633546 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445221809080 140445045122464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16801] ppid=16796 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/16798/task/16801/stat : 16801 (java) S 16796 16798 14581 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 255633548 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445183301928 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16802] ppid=16796 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/16798/task/16802/stat : 16802 (java) S 16796 16798 14581 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 18 0 255633548 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445182249128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16803] ppid=16796 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/16798/task/16803/stat : 16803 (java) S 16796 16798 14581 0 -1 4202560 71 0 0 0 2 1 0 0 20 0 18 0 255633548 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445181196840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16804] ppid=16796 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/16798/task/16804/stat : 16804 (java) S 16796 16798 14581 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 18 0 255633548 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445180144040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16805] ppid=16796 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/16798/task/16805/stat : 16805 (java) S 16796 16798 14581 0 -1 4202560 105 0 0 0 2 1 0 0 20 0 18 0 255633548 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445179091752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16806] ppid=16796 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/16798/task/16806/stat : 16806 (java) S 16796 16798 14581 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 255633548 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445178038952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16807] ppid=16796 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/16798/task/16807/stat : 16807 (java) S 16796 16798 14581 0 -1 4202560 116 0 0 0 4 2 0 0 20 0 18 0 255633548 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445176986664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16808] ppid=16796 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/16798/task/16808/stat : 16808 (java) S 16796 16798 14581 0 -1 4202560 145 0 0 0 3 2 0 0 20 0 18 0 255633548 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445175933864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16809] ppid=16796 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16809/stat : 16809 (java) S 16796 16798 14581 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255633549 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445163522280 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16810] ppid=16796 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16810/stat : 16810 (java) S 16796 16798 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255633550 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445044696056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16811] ppid=16796 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16811/stat : 16811 (java) S 16796 16798 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255633550 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445043643656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16812] ppid=16796 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16812/stat : 16812 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255633552 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445042592144 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16813] ppid=16796 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/16798/task/16813/stat : 16813 (java) S 16796 16798 14581 0 -1 4202560 2824 0 0 0 28 0 0 0 20 0 18 0 255633552 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445041539768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16814] ppid=16796 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/16798/task/16814/stat : 16814 (java) S 16796 16798 14581 0 -1 4202560 2734 0 0 0 29 0 0 0 20 0 18 0 255633552 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445040486968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16815] ppid=16796 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16815/stat : 16815 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255633552 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445039434872 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16816] ppid=16796 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16816/stat : 16816 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255633552 9787813888 89377 33554432000 1073741824 1073778376 140737419298832 140445038382280 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9558412

[startup+3.10076 s]
/proc/loadavg: 2.26 2.10 2.03 3/212 16816
/proc/meminfo: memFree=20918472/32873844 swapFree=7104/7104
[pid=16798] ppid=16796 vsize=9558412 CPUtime=4.56 cores=1,3,5,7
/proc/16798/stat : 16798 (java) S 16796 16798 14581 0 -1 4202496 13163 0 1 0 406 50 0 0 20 0 18 0 255633545 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140737419289968 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16798/statm: 2389603 475604 2247 9 0 2380296 0
[pid=16798/tid=16800] ppid=16796 vsize=9558412 CPUtime=2.7 cores=1,3,5,7
/proc/16798/task/16800/stat : 16800 (java) R 16796 16798 14581 0 -1 4202560 3899 0 1 0 245 25 0 0 20 0 18 0 255633546 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445221801856 140445229575258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16801] ppid=16796 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/16798/task/16801/stat : 16801 (java) S 16796 16798 14581 0 -1 4202560 50 0 0 0 12 3 0 0 20 0 18 0 255633548 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445183301928 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16802] ppid=16796 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/16798/task/16802/stat : 16802 (java) S 16796 16798 14581 0 -1 4202560 508 0 0 0 9 2 0 0 20 0 18 0 255633548 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445182249128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16803] ppid=16796 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/16798/task/16803/stat : 16803 (java) S 16796 16798 14581 0 -1 4202560 98 0 0 0 9 3 0 0 20 0 18 0 255633548 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445181196840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16804] ppid=16796 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/16798/task/16804/stat : 16804 (java) S 16796 16798 14581 0 -1 4202560 347 0 0 0 10 3 0 0 20 0 18 0 255633548 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445180144040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16805] ppid=16796 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/16798/task/16805/stat : 16805 (java) S 16796 16798 14581 0 -1 4202560 144 0 0 0 11 3 0 0 20 0 18 0 255633548 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445179091752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16806] ppid=16796 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/16798/task/16806/stat : 16806 (java) S 16796 16798 14581 0 -1 4202560 64 0 0 0 11 2 0 0 20 0 18 0 255633548 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445178038952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16807] ppid=16796 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/16798/task/16807/stat : 16807 (java) S 16796 16798 14581 0 -1 4202560 174 0 0 0 14 4 0 0 20 0 18 0 255633548 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445176986664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16808] ppid=16796 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/16798/task/16808/stat : 16808 (java) S 16796 16798 14581 0 -1 4202560 181 0 0 0 11 4 0 0 20 0 18 0 255633548 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445175933864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16809] ppid=16796 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16809/stat : 16809 (java) S 16796 16798 14581 0 -1 4202560 965 0 0 0 0 0 0 0 20 0 18 0 255633549 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445163522280 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16810] ppid=16796 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16810/stat : 16810 (java) S 16796 16798 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255633550 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445044696056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16811] ppid=16796 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16811/stat : 16811 (java) S 16796 16798 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255633550 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445043643656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16812] ppid=16796 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16812/stat : 16812 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255633552 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445042592144 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16813] ppid=16796 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/16798/task/16813/stat : 16813 (java) S 16796 16798 14581 0 -1 4202560 2824 0 0 0 28 0 0 0 20 0 18 0 255633552 9787813888 475604 33554432000 1073741824 1073778376 140737419298832 140445041539768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16814] ppid=16796 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/16798/task/16814/stat : 16814 (java) S 16796 16798 14581 0 -1 4202560 2734 0 0 0 29 0 0 0 20 0 18 0 255633552 9787813888 476116 33554432000 1073741824 1073778376 140737419298832 140445040486968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16815] ppid=16796 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16815/stat : 16815 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255633552 9787813888 476116 33554432000 1073741824 1073778376 140737419298832 140445039434872 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16816] ppid=16796 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16816/stat : 16816 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255633552 9787813888 476116 33554432000 1073741824 1073778376 140737419298832 140445038382280 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 9558412

[startup+6.30068 s]
/proc/loadavg: 2.26 2.10 2.03 3/212 16816
/proc/meminfo: memFree=19494628/32873844 swapFree=7104/7104
[pid=16798] ppid=16796 vsize=9624976 CPUtime=9.17 cores=1,3,5,7
/proc/16798/stat : 16798 (java) S 16796 16798 14581 0 -1 4202496 15520 0 1 0 843 74 0 0 20 0 19 0 255633545 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140737419289968 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16798/statm: 2406244 591886 2261 9 0 2396937 0
[pid=16798/tid=16800] ppid=16796 vsize=9624976 CPUtime=5.5 cores=1,3,5,7
/proc/16798/task/16800/stat : 16800 (java) R 16796 16798 14581 0 -1 4202560 4047 0 1 0 519 31 0 0 20 0 19 0 255633546 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445221810712 140445045529550 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16801] ppid=16796 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/16798/task/16801/stat : 16801 (java) S 16796 16798 14581 0 -1 4202560 119 0 0 0 28 4 0 0 20 0 19 0 255633548 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445183301928 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16802] ppid=16796 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/16798/task/16802/stat : 16802 (java) S 16796 16798 14581 0 -1 4202560 575 0 0 0 26 5 0 0 20 0 19 0 255633548 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445182249128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16803] ppid=16796 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/16798/task/16803/stat : 16803 (java) S 16796 16798 14581 0 -1 4202560 600 0 0 0 25 5 0 0 20 0 19 0 255633548 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445181196840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16804] ppid=16796 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/16798/task/16804/stat : 16804 (java) S 16796 16798 14581 0 -1 4202560 412 0 0 0 27 6 0 0 20 0 19 0 255633548 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445180144040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16805] ppid=16796 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/16798/task/16805/stat : 16805 (java) S 16796 16798 14581 0 -1 4202560 766 0 0 0 29 6 0 0 20 0 19 0 255633548 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445179091752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16806] ppid=16796 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/16798/task/16806/stat : 16806 (java) S 16796 16798 14581 0 -1 4202560 129 0 0 0 30 4 0 0 20 0 19 0 255633548 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445178038952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16807] ppid=16796 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/16798/task/16807/stat : 16807 (java) S 16796 16798 14581 0 -1 4202560 234 0 0 0 30 7 0 0 20 0 19 0 255633548 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445176986664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16808] ppid=16796 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/16798/task/16808/stat : 16808 (java) S 16796 16798 14581 0 -1 4202560 581 0 0 0 25 5 0 0 20 0 19 0 255633548 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445175933864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16809] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16809/stat : 16809 (java) S 16796 16798 14581 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 255633549 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445163522280 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16810] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16810/stat : 16810 (java) S 16796 16798 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255633550 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445044696056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16811] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16811/stat : 16811 (java) S 16796 16798 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255633550 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445043643656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16812] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16812/stat : 16812 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255633552 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445042592144 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16813] ppid=16796 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/16798/task/16813/stat : 16813 (java) S 16796 16798 14581 0 -1 4202560 2828 0 0 0 41 0 0 0 20 0 19 0 255633552 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445041539768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16814] ppid=16796 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/16798/task/16814/stat : 16814 (java) S 16796 16798 14581 0 -1 4202560 2783 0 0 0 44 0 0 0 20 0 19 0 255633552 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445040486968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16815] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16815/stat : 16815 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255633552 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445039434872 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16816] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16816/stat : 16816 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255633552 9855975424 591886 33554432000 1073741824 1073778376 140737419298832 140445038382280 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.17
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 2.37 2.13 2.04 3/213 16817
/proc/meminfo: memFree=19356872/32873844 swapFree=7104/7104
[pid=16798] ppid=16796 vsize=9624976 CPUtime=15.85 cores=1,3,5,7
/proc/16798/stat : 16798 (java) S 16796 16798 14581 0 -1 4202496 15546 0 1 0 1510 75 0 0 20 0 19 0 255633545 9855975424 591908 33554432000 1073741824 1073778376 140737419298832 140737419289968 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16798/statm: 2406244 591908 2266 9 0 2396937 0
[pid=16798/tid=16800] ppid=16796 vsize=9624976 CPUtime=11.87 cores=1,3,5,7

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

[pid=16798/tid=16813] ppid=16796 vsize=9624976 CPUtime=1.22 cores=1,3,5,7
/proc/16798/task/16813/stat : 16813 (java) S 16796 16798 14581 0 -1 4202560 9229 0 0 0 119 3 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445041539768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16814] ppid=16796 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/16798/task/16814/stat : 16814 (java) S 16796 16798 14581 0 -1 4202560 2805 0 0 0 66 0 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445040486968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16815] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16815/stat : 16815 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445039434872 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16816] ppid=16796 vsize=9624976 CPUtime=1.01 cores=1,3,5,7
/proc/16798/task/16816/stat : 16816 (java) S 16796 16798 14581 0 -1 4202560 97 0 0 0 53 48 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445038382280 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16817] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16817/stat : 16817 (java) S 16796 16798 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255634162 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445037327272 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1667.97
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 16903
/proc/meminfo: memFree=23682300/32873844 swapFree=7104/7104
[pid=16798] ppid=16796 vsize=9624976 CPUtime=1728.07 cores=1,3,5,7
/proc/16798/stat : 16798 (java) S 16796 16798 14581 0 -1 4202496 22343 0 1 0 172649 158 0 0 20 0 19 0 255633545 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140737419289968 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16798/statm: 2406244 643932 2281 9 0 2396937 0
[pid=16798/tid=16800] ppid=16796 vsize=9624976 CPUtime=1709.46 cores=1,3,5,7
/proc/16798/task/16800/stat : 16800 (java) R 16796 16798 14581 0 -1 4202560 4063 0 1 0 170890 56 0 0 20 0 19 0 255633546 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445221810464 140445045265580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16801] ppid=16796 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/16798/task/16801/stat : 16801 (java) S 16796 16798 14581 0 -1 4202560 150 0 0 0 37 6 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445183301928 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16802] ppid=16796 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/16798/task/16802/stat : 16802 (java) S 16796 16798 14581 0 -1 4202560 586 0 0 0 36 5 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445182249128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16803] ppid=16796 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/16798/task/16803/stat : 16803 (java) S 16796 16798 14581 0 -1 4202560 611 0 0 0 34 5 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445181196840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16804] ppid=16796 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/16798/task/16804/stat : 16804 (java) S 16796 16798 14581 0 -1 4202560 446 0 0 0 39 8 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445180144040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16805] ppid=16796 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/16798/task/16805/stat : 16805 (java) S 16796 16798 14581 0 -1 4202560 774 0 0 0 35 7 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445179091752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16806] ppid=16796 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/16798/task/16806/stat : 16806 (java) S 16796 16798 14581 0 -1 4202560 144 0 0 0 37 5 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445178038952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16807] ppid=16796 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/16798/task/16807/stat : 16807 (java) S 16796 16798 14581 0 -1 4202560 278 0 0 0 41 8 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445176986664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16808] ppid=16796 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/16798/task/16808/stat : 16808 (java) S 16796 16798 14581 0 -1 4202560 592 0 0 0 36 6 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445175933864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16809] ppid=16796 vsize=9624976 CPUtime=7.45 cores=1,3,5,7
/proc/16798/task/16809/stat : 16809 (java) S 16796 16798 14581 0 -1 4202560 1385 0 0 0 742 3 0 0 20 0 19 0 255633549 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445163522280 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16810] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16810/stat : 16810 (java) S 16796 16798 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255633550 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445044696056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16811] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16811/stat : 16811 (java) S 16796 16798 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255633550 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445043643656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16812] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16812/stat : 16812 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445042592144 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16813] ppid=16796 vsize=9624976 CPUtime=1.22 cores=1,3,5,7
/proc/16798/task/16813/stat : 16813 (java) S 16796 16798 14581 0 -1 4202560 9229 0 0 0 119 3 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445041539768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16814] ppid=16796 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/16798/task/16814/stat : 16814 (java) S 16796 16798 14581 0 -1 4202560 2805 0 0 0 66 0 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445040486968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16815] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16815/stat : 16815 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445039434872 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16816] ppid=16796 vsize=9624976 CPUtime=1.05 cores=1,3,5,7
/proc/16798/task/16816/stat : 16816 (java) S 16796 16798 14581 0 -1 4202560 99 0 0 0 54 51 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445038382280 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16817] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16817/stat : 16817 (java) S 16796 16798 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255634162 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445037327272 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1728.07
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 16927
/proc/meminfo: memFree=23677932/32873844 swapFree=7104/7104
[pid=16798] ppid=16796 vsize=9624976 CPUtime=1788.11 cores=1,3,5,7
/proc/16798/stat : 16798 (java) S 16796 16798 14581 0 -1 4202496 22347 0 1 0 178651 160 0 0 20 0 19 0 255633545 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140737419289968 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16798/statm: 2406244 643932 2281 9 0 2396937 0
[pid=16798/tid=16800] ppid=16796 vsize=9624976 CPUtime=1769.3 cores=1,3,5,7
/proc/16798/task/16800/stat : 16800 (java) R 16796 16798 14581 0 -1 4202560 4063 0 1 0 176873 57 0 0 20 0 19 0 255633546 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445221810464 140445045579769 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16801] ppid=16796 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/16798/task/16801/stat : 16801 (java) S 16796 16798 14581 0 -1 4202560 150 0 0 0 37 6 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445183301928 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16802] ppid=16796 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/16798/task/16802/stat : 16802 (java) S 16796 16798 14581 0 -1 4202560 586 0 0 0 36 5 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445182249128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16803] ppid=16796 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/16798/task/16803/stat : 16803 (java) S 16796 16798 14581 0 -1 4202560 611 0 0 0 34 5 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445181196840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16804] ppid=16796 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/16798/task/16804/stat : 16804 (java) S 16796 16798 14581 0 -1 4202560 446 0 0 0 39 8 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445180144040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16805] ppid=16796 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/16798/task/16805/stat : 16805 (java) S 16796 16798 14581 0 -1 4202560 774 0 0 0 35 7 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445179091752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16806] ppid=16796 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/16798/task/16806/stat : 16806 (java) S 16796 16798 14581 0 -1 4202560 144 0 0 0 37 5 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445178038952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16807] ppid=16796 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/16798/task/16807/stat : 16807 (java) S 16796 16798 14581 0 -1 4202560 278 0 0 0 41 8 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445176986664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16808] ppid=16796 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/16798/task/16808/stat : 16808 (java) S 16796 16798 14581 0 -1 4202560 592 0 0 0 36 6 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445175933864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16809] ppid=16796 vsize=9624976 CPUtime=7.46 cores=1,3,5,7
/proc/16798/task/16809/stat : 16809 (java) S 16796 16798 14581 0 -1 4202560 1385 0 0 0 743 3 0 0 20 0 19 0 255633549 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445163522280 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16810] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16810/stat : 16810 (java) S 16796 16798 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255633550 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445044696056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16811] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16811/stat : 16811 (java) S 16796 16798 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255633550 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445043643656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16812] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16812/stat : 16812 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445042592144 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16813] ppid=16796 vsize=9624976 CPUtime=1.22 cores=1,3,5,7
/proc/16798/task/16813/stat : 16813 (java) S 16796 16798 14581 0 -1 4202560 9229 0 0 0 119 3 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445041539768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16814] ppid=16796 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/16798/task/16814/stat : 16814 (java) S 16796 16798 14581 0 -1 4202560 2805 0 0 0 66 0 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445040486968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16815] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16815/stat : 16815 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445039434872 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16816] ppid=16796 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/16798/task/16816/stat : 16816 (java) S 16796 16798 14581 0 -1 4202560 103 0 0 0 56 53 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445038382280 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16817] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16817/stat : 16817 (java) S 16796 16798 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255634162 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445037327272 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.11
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 16927
/proc/meminfo: memFree=23677972/32873844 swapFree=7104/7104
[pid=16798] ppid=16796 vsize=9624976 CPUtime=1800.04 cores=1,3,5,7
/proc/16798/stat : 16798 (java) S 16796 16798 14581 0 -1 4202496 22347 0 1 0 179843 161 0 0 20 0 19 0 255633545 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140737419289968 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16798/statm: 2406244 643932 2281 9 0 2396937 0
[pid=16798/tid=16800] ppid=16796 vsize=9624976 CPUtime=1781.18 cores=1,3,5,7
/proc/16798/task/16800/stat : 16800 (java) R 16796 16798 14581 0 -1 4202560 4063 0 1 0 178060 58 0 0 20 0 19 0 255633546 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445221810464 140445045561190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16801] ppid=16796 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/16798/task/16801/stat : 16801 (java) S 16796 16798 14581 0 -1 4202560 150 0 0 0 37 6 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445183301928 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16802] ppid=16796 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/16798/task/16802/stat : 16802 (java) S 16796 16798 14581 0 -1 4202560 586 0 0 0 36 5 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445182249128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16803] ppid=16796 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/16798/task/16803/stat : 16803 (java) S 16796 16798 14581 0 -1 4202560 611 0 0 0 34 5 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445181196840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16804] ppid=16796 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/16798/task/16804/stat : 16804 (java) S 16796 16798 14581 0 -1 4202560 446 0 0 0 39 8 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445180144040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16798/tid=16805] ppid=16796 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/16798/task/16805/stat : 16805 (java) S 16796 16798 14581 0 -1 4202560 774 0 0 0 35 7 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445179091752 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16806] ppid=16796 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/16798/task/16806/stat : 16806 (java) S 16796 16798 14581 0 -1 4202560 144 0 0 0 37 5 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445178038952 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16807] ppid=16796 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/16798/task/16807/stat : 16807 (java) S 16796 16798 14581 0 -1 4202560 278 0 0 0 41 8 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445176986664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16798/tid=16808] ppid=16796 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/16798/task/16808/stat : 16808 (java) S 16796 16798 14581 0 -1 4202560 592 0 0 0 36 6 0 0 20 0 19 0 255633548 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445175933864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16809] ppid=16796 vsize=9624976 CPUtime=7.46 cores=1,3,5,7
/proc/16798/task/16809/stat : 16809 (java) S 16796 16798 14581 0 -1 4202560 1385 0 0 0 743 3 0 0 20 0 19 0 255633549 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445163522280 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16810] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16810/stat : 16810 (java) S 16796 16798 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255633550 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445044696056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16811] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16811/stat : 16811 (java) S 16796 16798 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255633550 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445043643656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16812] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16812/stat : 16812 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445042592144 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16813] ppid=16796 vsize=9624976 CPUtime=1.22 cores=1,3,5,7
/proc/16798/task/16813/stat : 16813 (java) S 16796 16798 14581 0 -1 4202560 9229 0 0 0 119 3 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445041539768 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16798/tid=16814] ppid=16796 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/16798/task/16814/stat : 16814 (java) S 16796 16798 14581 0 -1 4202560 2805 0 0 0 66 0 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445040486968 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16815] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16815/stat : 16815 (java) S 16796 16798 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445039434872 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16816] ppid=16796 vsize=9624976 CPUtime=1.1 cores=1,3,5,7
/proc/16798/task/16816/stat : 16816 (java) S 16796 16798 14581 0 -1 4202560 103 0 0 0 57 53 0 0 20 0 19 0 255633552 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445038382280 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16798/tid=16817] ppid=16796 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16798/task/16817/stat : 16817 (java) S 16796 16798 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255634162 9855975424 643932 33554432000 1073741824 1073778376 140737419298832 140445037327272 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

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 16798 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=570335
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=821723
# CPU time returned by wait4() is 1795.39
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.25
CPU time (s): 1800.04
CPU user time (s): 1798.43
CPU system time (s): 1.61
CPU usage (%): 100.323
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.57
system time used= 1.82172
maximum resident set size= 2575856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22384
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39085
involuntary context switches= 4609

runsolver used 6.599 second user time and 16.6235 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-24 23:31:27
IDJOB=3689951
IDBENCH=92244
IDSOLVER=2269
FILE ID=node142/3689951-1337895086
RUNJOBID= node142-1337871882-14598
PBS_JOBID= 14620062
Free space on /tmp= 71632 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX60_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689951-1337895086/watcher-3689951-1337895086 -o /tmp/evaluation-result-3689951-1337895086/solver-3689951-1337895086 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689951-1337895086.opb

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

MD5SUM BENCH= 00611863005b7eeed329d02777942736
RANDOM SEED=138265575

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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:        21720836 kB
Buffers:          235788 kB
Cached:          2984904 kB
SwapCached:            0 kB
Active:          7645708 kB
Inactive:        2723520 kB
Active(anon):    7150268 kB
Inactive(anon):        0 kB
Active(file):     495440 kB
Inactive(file):  2723520 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31792 kB
Writeback:             0 kB
AnonPages:       7157056 kB
Mapped:            22592 kB
Shmem:               200 kB
Slab:             632000 kB
SReclaimable:      74244 kB
SUnreclaim:       557756 kB
KernelStack:        1600 kB
PageTables:        18140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8427396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7079936 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= 71604 MiB
End job on node142 at 2012-05-25 00:01:23