Trace number 3687963

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.05 1776.35

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc06.opb
MD5SUM0662414c0fee45075e37f5c5e2481506
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51018
Total number of constraints820
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 211324891222433894400
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 23205541583449342163452
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3687963-1337878813.opb
0.08/0.12	c reading problem ... 
1.54/0.84	c ... done. Wall clock time 0.722s.
1.54/0.84	c declared #vars     51018
1.54/0.84	c #constraints  1070
1.54/0.84	c constraints type 
1.54/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1050
1.54/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
1.54/0.84	c 1070 constraints processed.
1.54/0.84	c objective function length is 31 literals
8.25/6.72	c cleaning 2494 clauses out of 4988 with flag 5001/5001
10.51/8.46	c cleaning 4243 clauses out of 8493 with flag 11000/11000
12.41/10.30	c cleaning 5624 clauses out of 11250 with flag 18000/18000
18.03/15.95	c cleaning 6810 clauses out of 13625 with flag 26000/26000
22.59/20.43	c cleaning 7911 clauses out of 15824 with flag 35009/35009
27.41/25.25	c cleaning 8949 clauses out of 17905 with flag 45001/45001
34.71/32.54	c cleaning 9976 clauses out of 19955 with flag 56001/56001
93.36/90.79	c cleaning 10981 clauses out of 21978 with flag 68000/68000
172.93/169.36	c cleaning 11996 clauses out of 23997 with flag 81000/81000
244.58/240.37	c cleaning 12995 clauses out of 26001 with flag 95000/95000
317.97/312.74	c cleaning 13997 clauses out of 28007 with flag 110001/110001
407.22/400.98	c cleaning 15003 clauses out of 30007 with flag 126000/126000
537.50/529.66	c cleaning 15990 clauses out of 31998 with flag 143000/143000
714.25/704.18	c cleaning 16999 clauses out of 34008 with flag 161000/161000
898.11/885.72	c cleaning 17992 clauses out of 36010 with flag 180001/180001
1120.20/1105.20	c cleaning 18998 clauses out of 38015 with flag 200000/200000
1316.88/1299.44	c cleaning 20002 clauses out of 40019 with flag 221002/221002
1540.74/1520.35	c cleaning 21004 clauses out of 42016 with flag 243001/243001
1703.13/1680.74	c cleaning 22000 clauses out of 44011 with flag 266000/266000
1800.05/1776.31	c starts		: 131
1800.05/1776.31	c conflicts		: 284147
1800.05/1776.31	c decisions		: 595236
1800.05/1776.31	c propagations		: 20748850
1800.05/1776.31	c inspects		: 149245985
1800.05/1776.31	c shortcuts		: 0
1800.05/1776.31	c learnt literals	: 26
1800.05/1776.31	c learnt binary clauses	: 25
1800.05/1776.31	c learnt ternary clauses	: 20
1800.05/1776.31	c learnt constraints	: 284121
1800.05/1776.31	c ignored constraints	: 0
1800.05/1776.31	c root simplifications	: 0
1800.05/1776.31	c removed literals (reason simplification)	: 0
1800.05/1776.31	c reason swapping (by a shorter reason)	: 0
1800.05/1776.31	c Calls to reduceDB	: 19
1800.05/1776.31	c number of reductions to clauses (during analyze)	: 0
1800.05/1776.31	c number of learned constraints concerned by reduction	: 0
1800.05/1776.31	c number of learning phase by resolution	: 0
1800.05/1776.31	c number of learning phase by cutting planes	: 0
1800.05/1776.31	c speed (assignments/second)	: 11687.09138684158
1800.05/1776.31	c non guided choices	93531
1800.05/1776.33	c learnt constraints type 
1800.05/1776.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 25
1800.05/1776.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40134
1800.05/1776.33	c constraints type 
1800.05/1776.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1050
1800.05/1776.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
1800.05/1776.33	c 1070 constraints processed.
1800.05/1776.33	s UNKNOWN
1800.05/1776.33	c Total wall clock time (in seconds): 1776.207

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-3687963-1337878813/watcher-3687963-1337878813 -o /tmp/evaluation-result-3687963-1337878813/solver-3687963-1337878813 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687963-1337878813.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.13 2.03 2.01 3/197 22715
/proc/meminfo: memFree=27849812/32873844 swapFree=6584/6584
[pid=22715] ppid=22713 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22715/stat : 22715 (java) R 22713 22715 21531 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254006602 9515008 182 33554432000 1073741824 1073778376 140733718353984 140733718345016 273589026485 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22715/statm: 2323 182 140 9 0 71 0

[startup+0.0688321 s]
/proc/loadavg: 2.13 2.03 2.01 3/197 22715
/proc/meminfo: memFree=27849812/32873844 swapFree=6584/6584
[pid=22715] ppid=22713 vsize=9558380 CPUtime=0.04 cores=1,3,5,7
/proc/22715/stat : 22715 (java) S 22713 22715 21531 0 -1 4202496 3160 0 1 0 3 1 0 0 20 0 18 0 254006602 9787781120 4369 33554432000 1073741824 1073778376 140736615025152 140736615016288 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22715/statm: 2389595 4370 1745 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558380

[startup+0.100342 s]
/proc/loadavg: 2.13 2.03 2.01 3/197 22715
/proc/meminfo: memFree=27849812/32873844 swapFree=6584/6584
[pid=22715] ppid=22713 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/22715/stat : 22715 (java) S 22713 22715 21531 0 -1 4202496 4181 0 1 0 7 1 0 0 20 0 18 0 254006602 9787813888 5381 33554432000 1073741824 1073778376 140736615025152 140736615016288 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22715/statm: 2389603 5381 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30029 s]
/proc/loadavg: 2.13 2.03 2.01 3/197 22715
/proc/meminfo: memFree=27849812/32873844 swapFree=6584/6584
[pid=22715] ppid=22713 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/22715/stat : 22715 (java) S 22713 22715 21531 0 -1 4202496 7123 0 1 0 53 3 0 0 20 0 18 0 254006602 9787813888 10733 33554432000 1073741824 1073778376 140736615025152 140736615016288 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22715/statm: 2389603 10733 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.721151 s]
/proc/loadavg: 2.13 2.03 2.01 3/197 22715
/proc/meminfo: memFree=27849812/32873844 swapFree=6584/6584
[pid=22715] ppid=22713 vsize=9558412 CPUtime=1.38 cores=1,3,5,7
/proc/22715/stat : 22715 (java) S 22713 22715 21531 0 -1 4202496 12397 0 1 0 129 9 0 0 20 0 18 0 254006602 9787813888 45777 33554432000 1073741824 1073778376 140736615025152 140736615016288 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22715/statm: 2389603 46289 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 2.13 2.03 2.01 4/216 22734
/proc/meminfo: memFree=27661168/32873844 swapFree=6584/6584
[pid=22715] ppid=22713 vsize=9624976 CPUtime=2.76 cores=1,3,5,7
/proc/22715/stat : 22715 (java) S 22713 22715 21531 0 -1 4202496 16428 0 1 0 265 11 0 0 20 0 19 0 254006602 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 140736615016288 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22715/statm: 2406244 49234 2261 9 0 2396937 0
[pid=22715/tid=22717] ppid=22713 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/22715/task/22717/stat : 22717 (java) R 22713 22715 21531 0 -1 4202560 2518 0 1 0 138 4 0 0 20 0 19 0 254006603 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717986349592 139717853924388 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22718] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22718/stat : 22718 (java) S 22713 22715 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254006604 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717975411368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22719] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22719/stat : 22719 (java) S 22713 22715 21531 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717974358824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22720] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22720/stat : 22720 (java) S 22713 22715 21531 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717973306280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22721] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22721/stat : 22721 (java) S 22713 22715 21531 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717972253736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22722] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22722/stat : 22722 (java) S 22713 22715 21531 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717825476776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22723] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22723/stat : 22723 (java) S 22713 22715 21531 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717824424232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22724] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22724/stat : 22724 (java) S 22713 22715 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254006604 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717823371688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22725] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22725/stat : 22725 (java) S 22713 22715 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254006604 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717822319144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22726] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22726/stat : 22726 (java) S 22713 22715 21531 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254006605 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717810121320 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22727] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22727/stat : 22727 (java) S 22713 22715 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254006606 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717809067640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22728] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22728/stat : 22728 (java) S 22713 22715 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254006606 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717808014984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22729] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22729/stat : 22729 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717806963728 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22730] ppid=22713 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/22715/task/22730/stat : 22730 (java) S 22713 22715 21531 0 -1 4202560 6590 0 0 0 48 2 0 0 20 0 19 0 254006608 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717805910072 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22731] ppid=22713 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/22715/task/22731/stat : 22731 (java) S 22713 22715 21531 0 -1 4202560 5984 0 0 0 65 2 0 0 20 0 19 0 254006608 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717804857528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22732] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22732/stat : 22732 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717803805176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22733] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22733/stat : 22733 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717802752840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22734] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22734/stat : 22734 (java) S 22713 22715 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254006697 9855975424 49234 33554432000 1073741824 1073778376 140736615025152 139717801698600 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 2.12 2.03 2.01 3/216 22734
/proc/meminfo: memFree=27660540/32873844 swapFree=6584/6584
[pid=22715] ppid=22713 vsize=9624976 CPUtime=4.46 cores=1,3,5,7
/proc/22715/stat : 22715 (java) S 22713 22715 21531 0 -1 4202496 16527 0 1 0 435 11 0 0 20 0 19 0 254006602 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 140736615016288 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22715/statm: 2406244 49239 2262 9 0 2396937 0
[pid=22715/tid=22717] ppid=22713 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/22715/task/22717/stat : 22717 (java) R 22713 22715 21531 0 -1 4202560 2520 0 1 0 297 4 0 0 20 0 19 0 254006603 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717986347472 139717853924419 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22718] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22718/stat : 22718 (java) S 22713 22715 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254006604 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717975411368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22719] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22719/stat : 22719 (java) S 22713 22715 21531 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717974358824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22720] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22720/stat : 22720 (java) S 22713 22715 21531 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717973306280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22721] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22721/stat : 22721 (java) S 22713 22715 21531 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717972253736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22722] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22722/stat : 22722 (java) S 22713 22715 21531 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717825476776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22723] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22723/stat : 22723 (java) S 22713 22715 21531 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717824424232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22724] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22724/stat : 22724 (java) S 22713 22715 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254006604 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717823371688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22725] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22725/stat : 22725 (java) S 22713 22715 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254006604 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717822319144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22726] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22726/stat : 22726 (java) S 22713 22715 21531 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254006605 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717810121320 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22727] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22727/stat : 22727 (java) S 22713 22715 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254006606 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717809067640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22728] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22728/stat : 22728 (java) S 22713 22715 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254006606 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717808014984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22729] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22729/stat : 22729 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717806963728 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22730] ppid=22713 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/22715/task/22730/stat : 22730 (java) S 22713 22715 21531 0 -1 4202560 6682 0 0 0 51 2 0 0 20 0 19 0 254006608 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717805910072 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22731] ppid=22713 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/22715/task/22731/stat : 22731 (java) S 22713 22715 21531 0 -1 4202560 5989 0 0 0 71 2 0 0 20 0 19 0 254006608 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717804857528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22732] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22732/stat : 22732 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717803805176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22733] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22733/stat : 22733 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717802752840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22734] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22734/stat : 22734 (java) S 22713 22715 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254006697 9855975424 49239 33554432000 1073741824 1073778376 140736615025152 139717801698600 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9624976

[startup+6.30083 s]
/proc/loadavg: 2.12 2.03 2.01 3/216 22734
/proc/meminfo: memFree=27659796/32873844 swapFree=6584/6584
[pid=22715] ppid=22713 vsize=9624976 CPUtime=7.85 cores=1,3,5,7
/proc/22715/stat : 22715 (java) S 22713 22715 21531 0 -1 4202496 16950 0 1 0 768 17 0 0 20 0 19 0 254006602 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 140736615016288 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22715/statm: 2406244 57229 2263 9 0 2396937 0
[pid=22715/tid=22717] ppid=22713 vsize=9624976 CPUtime=6.16 cores=1,3,5,7
/proc/22715/task/22717/stat : 22717 (java) R 22713 22715 21531 0 -1 4202560 2523 0 1 0 612 4 0 0 20 0 19 0 254006603 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717986348360 139717853917160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22718] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22718/stat : 22718 (java) S 22713 22715 21531 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717975411368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22719] ppid=22713 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/22715/task/22719/stat : 22719 (java) S 22713 22715 21531 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 19 0 254006604 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717974358824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22720] ppid=22713 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/22715/task/22720/stat : 22720 (java) S 22713 22715 21531 0 -1 4202560 108 0 0 0 2 0 0 0 20 0 19 0 254006604 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717973306280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22721] ppid=22713 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/22715/task/22721/stat : 22721 (java) S 22713 22715 21531 0 -1 4202560 112 0 0 0 4 1 0 0 20 0 19 0 254006604 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717972253736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22722] ppid=22713 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22715/task/22722/stat : 22722 (java) S 22713 22715 21531 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 19 0 254006604 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717825476776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22723] ppid=22713 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/22715/task/22723/stat : 22723 (java) S 22713 22715 21531 0 -1 4202560 117 0 0 0 3 2 0 0 20 0 19 0 254006604 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717824424232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22724] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22724/stat : 22724 (java) S 22713 22715 21531 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717823371688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22725] ppid=22713 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22715/task/22725/stat : 22725 (java) S 22713 22715 21531 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 19 0 254006604 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717822319144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22726] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22726/stat : 22726 (java) S 22713 22715 21531 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254006605 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717810121320 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22727] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22727/stat : 22727 (java) S 22713 22715 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254006606 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717809067640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22728] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22728/stat : 22728 (java) S 22713 22715 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254006606 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717808014984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22729] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22729/stat : 22729 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717806963728 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22730] ppid=22713 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/22715/task/22730/stat : 22730 (java) S 22713 22715 21531 0 -1 4202560 6682 0 0 0 51 2 0 0 20 0 19 0 254006608 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717805910072 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22731] ppid=22713 vsize=9624976 CPUtime=0.77 cores=1,3,5,7
/proc/22715/task/22731/stat : 22731 (java) S 22713 22715 21531 0 -1 4202560 5990 0 0 0 75 2 0 0 20 0 19 0 254006608 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717804857528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22732] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22732/stat : 22732 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717803805176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22733] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22733/stat : 22733 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717802752840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22734] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22734/stat : 22734 (java) S 22713 22715 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254006697 9855975424 57229 33554432000 1073741824 1073778376 140736615025152 139717801698600 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=22715/tid=22730] ppid=22713 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/22715/task/22730/stat : 22730 (java) S 22713 22715 21531 0 -1 4202560 6683 0 0 0 54 2 0 0 20 0 19 0 254006608 9855975424 168470 33554432000 1073741824 1073778376 140736615025152 139717805910072 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22731] ppid=22713 vsize=9624976 CPUtime=1.28 cores=1,3,5,7
/proc/22715/task/22731/stat : 22731 (java) S 22713 22715 21531 0 -1 4202560 10600 0 0 0 125 3 0 0 20 0 19 0 254006608 9855975424 168470 33554432000 1073741824 1073778376 140736615025152 139717804857528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22732] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22732/stat : 22732 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 168470 33554432000 1073741824 1073778376 140736615025152 139717803805176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22733] ppid=22713 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/22715/task/22733/stat : 22733 (java) S 22713 22715 21531 0 -1 4202560 94 0 0 0 51 29 0 0 20 0 19 0 254006608 9855975424 168470 33554432000 1073741824 1073778376 140736615025152 139717802752840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22734] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22734/stat : 22734 (java) S 22713 22715 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254006697 9855975424 168470 33554432000 1073741824 1073778376 140736615025152 139717801698600 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1684.52
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/215 22828
/proc/meminfo: memFree=27554376/32873844 swapFree=6584/6584
[pid=22715] ppid=22713 vsize=9624976 CPUtime=1745.22 cores=1,3,5,7
/proc/22715/stat : 22715 (java) S 22713 22715 21531 0 -1 4202496 64919 0 1 0 174361 161 0 0 20 0 19 0 254006602 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 140736615016288 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22715/statm: 2406244 169687 2275 9 0 2396937 0
[pid=22715/tid=22717] ppid=22713 vsize=9624976 CPUtime=1703.53 cores=1,3,5,7
/proc/22715/task/22717/stat : 22717 (java) R 22713 22715 21531 0 -1 4202560 5326 0 1 0 170303 50 0 0 20 0 19 0 254006603 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717986348240 139717853518550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22718] ppid=22713 vsize=9624976 CPUtime=3.92 cores=1,3,5,7
/proc/22715/task/22718/stat : 22718 (java) S 22713 22715 21531 0 -1 4202560 128 0 0 0 384 8 0 0 20 0 19 0 254006604 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717975411368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22719] ppid=22713 vsize=9624976 CPUtime=3.88 cores=1,3,5,7
/proc/22715/task/22719/stat : 22719 (java) S 22713 22715 21531 0 -1 4202560 56 0 0 0 380 8 0 0 20 0 19 0 254006604 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717974358824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22720] ppid=22713 vsize=9624976 CPUtime=3.95 cores=1,3,5,7
/proc/22715/task/22720/stat : 22720 (java) S 22713 22715 21531 0 -1 4202560 146 0 0 0 386 9 0 0 20 0 19 0 254006604 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717973306280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22721] ppid=22713 vsize=9624976 CPUtime=4.07 cores=1,3,5,7
/proc/22715/task/22721/stat : 22721 (java) S 22713 22715 21531 0 -1 4202560 158 0 0 0 398 9 0 0 20 0 19 0 254006604 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717972253736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22722] ppid=22713 vsize=9624976 CPUtime=3.99 cores=1,3,5,7
/proc/22715/task/22722/stat : 22722 (java) S 22713 22715 21531 0 -1 4202560 109 0 0 0 390 9 0 0 20 0 19 0 254006604 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717825476776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22723] ppid=22713 vsize=9624976 CPUtime=3.9 cores=1,3,5,7
/proc/22715/task/22723/stat : 22723 (java) S 22713 22715 21531 0 -1 4202560 175 0 0 0 380 10 0 0 20 0 19 0 254006604 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717824424232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22724] ppid=22713 vsize=9624976 CPUtime=3.95 cores=1,3,5,7
/proc/22715/task/22724/stat : 22724 (java) S 22713 22715 21531 0 -1 4202560 52 0 0 0 388 7 0 0 20 0 19 0 254006604 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717823371688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22725] ppid=22713 vsize=9624976 CPUtime=3.95 cores=1,3,5,7
/proc/22715/task/22725/stat : 22725 (java) S 22713 22715 21531 0 -1 4202560 131 0 0 0 388 7 0 0 20 0 19 0 254006604 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717822319144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22726] ppid=22713 vsize=9624976 CPUtime=3.21 cores=1,3,5,7
/proc/22715/task/22726/stat : 22726 (java) S 22713 22715 21531 0 -1 4202560 40072 0 0 0 290 31 0 0 20 0 19 0 254006605 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717810121320 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22727] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22727/stat : 22727 (java) S 22713 22715 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254006606 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717809067640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22728] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22728/stat : 22728 (java) S 22713 22715 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254006606 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717808014984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22729] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22729/stat : 22729 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717806963728 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22730] ppid=22713 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/22715/task/22730/stat : 22730 (java) S 22713 22715 21531 0 -1 4202560 6683 0 0 0 54 2 0 0 20 0 19 0 254006608 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717805910072 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22731] ppid=22713 vsize=9624976 CPUtime=1.28 cores=1,3,5,7
/proc/22715/task/22731/stat : 22731 (java) S 22713 22715 21531 0 -1 4202560 10600 0 0 0 125 3 0 0 20 0 19 0 254006608 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717804857528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22732] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22732/stat : 22732 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717803805176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22733] ppid=22713 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/22715/task/22733/stat : 22733 (java) S 22713 22715 21531 0 -1 4202560 98 0 0 0 52 30 0 0 20 0 19 0 254006608 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717802752840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22734] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22734/stat : 22734 (java) S 22713 22715 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254006697 9855975424 169687 33554432000 1073741824 1073778376 140736615025152 139717801698600 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1745.22
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/215 22828
/proc/meminfo: memFree=27528888/32873844 swapFree=6584/6584
[pid=22715] ppid=22713 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/22715/stat : 22715 (java) S 22713 22715 21531 0 -1 4202496 65077 0 1 0 179834 171 0 0 20 0 19 0 254006602 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 140736615016288 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22715/statm: 2406244 176371 2275 9 0 2396937 0
[pid=22715/tid=22717] ppid=22713 vsize=9624976 CPUtime=1756.92 cores=1,3,5,7
/proc/22715/task/22717/stat : 22717 (java) R 22713 22715 21531 0 -1 4202560 5381 0 1 0 175641 51 0 0 20 0 19 0 254006603 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717986348160 139717853924124 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22718] ppid=22713 vsize=9624976 CPUtime=4.12 cores=1,3,5,7
/proc/22715/task/22718/stat : 22718 (java) S 22713 22715 21531 0 -1 4202560 144 0 0 0 403 9 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717975411368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22719] ppid=22713 vsize=9624976 CPUtime=4.05 cores=1,3,5,7
/proc/22715/task/22719/stat : 22719 (java) S 22713 22715 21531 0 -1 4202560 64 0 0 0 397 8 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717974358824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22720] ppid=22713 vsize=9624976 CPUtime=4.1 cores=1,3,5,7
/proc/22715/task/22720/stat : 22720 (java) S 22713 22715 21531 0 -1 4202560 159 0 0 0 401 9 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717973306280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22721] ppid=22713 vsize=9624976 CPUtime=4.24 cores=1,3,5,7
/proc/22715/task/22721/stat : 22721 (java) S 22713 22715 21531 0 -1 4202560 173 0 0 0 413 11 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717972253736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22722] ppid=22713 vsize=9624976 CPUtime=4.14 cores=1,3,5,7
/proc/22715/task/22722/stat : 22722 (java) S 22713 22715 21531 0 -1 4202560 121 0 0 0 404 10 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717825476776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22723] ppid=22713 vsize=9624976 CPUtime=4.07 cores=1,3,5,7
/proc/22715/task/22723/stat : 22723 (java) S 22713 22715 21531 0 -1 4202560 190 0 0 0 396 11 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717824424232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22724] ppid=22713 vsize=9624976 CPUtime=4.1 cores=1,3,5,7
/proc/22715/task/22724/stat : 22724 (java) S 22713 22715 21531 0 -1 4202560 58 0 0 0 401 9 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717823371688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22725] ppid=22713 vsize=9624976 CPUtime=4.1 cores=1,3,5,7
/proc/22715/task/22725/stat : 22725 (java) S 22713 22715 21531 0 -1 4202560 141 0 0 0 402 8 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717822319144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22726] ppid=22713 vsize=9624976 CPUtime=3.23 cores=1,3,5,7
/proc/22715/task/22726/stat : 22726 (java) S 22713 22715 21531 0 -1 4202560 40077 0 0 0 290 33 0 0 20 0 19 0 254006605 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717810121320 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22727] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22727/stat : 22727 (java) S 22713 22715 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254006606 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717809067640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22728] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22728/stat : 22728 (java) S 22713 22715 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254006606 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717808014984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22729] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22729/stat : 22729 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717806963728 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22730] ppid=22713 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/22715/task/22730/stat : 22730 (java) S 22713 22715 21531 0 -1 4202560 6683 0 0 0 54 2 0 0 20 0 19 0 254006608 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717805910072 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22731] ppid=22713 vsize=9624976 CPUtime=1.28 cores=1,3,5,7
/proc/22715/task/22731/stat : 22731 (java) S 22713 22715 21531 0 -1 4202560 10600 0 0 0 125 3 0 0 20 0 19 0 254006608 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717804857528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22732] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22732/stat : 22732 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717803805176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22733] ppid=22713 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/22715/task/22733/stat : 22733 (java) S 22713 22715 21531 0 -1 4202560 101 0 0 0 54 31 0 0 20 0 19 0 254006608 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717802752840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22734] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22734/stat : 22734 (java) S 22713 22715 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254006697 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717801698600 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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

[startup+1776.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/215 22828
/proc/meminfo: memFree=27528888/32873844 swapFree=6584/6584
[pid=22715] ppid=22713 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/22715/stat : 22715 (java) S 22713 22715 21531 0 -1 4202496 65077 0 1 0 179834 171 0 0 20 0 19 0 254006602 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 140736615016288 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22715/statm: 2406244 176371 2275 9 0 2396937 0
[pid=22715/tid=22717] ppid=22713 vsize=9624976 CPUtime=1756.92 cores=1,3,5,7
/proc/22715/task/22717/stat : 22717 (java) R 22713 22715 21531 0 -1 4202560 5381 0 1 0 175641 51 0 0 20 0 19 0 254006603 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717986348160 139717853924124 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22718] ppid=22713 vsize=9624976 CPUtime=4.12 cores=1,3,5,7
/proc/22715/task/22718/stat : 22718 (java) S 22713 22715 21531 0 -1 4202560 144 0 0 0 403 9 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717975411368 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22719] ppid=22713 vsize=9624976 CPUtime=4.05 cores=1,3,5,7
/proc/22715/task/22719/stat : 22719 (java) S 22713 22715 21531 0 -1 4202560 64 0 0 0 397 8 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717974358824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22720] ppid=22713 vsize=9624976 CPUtime=4.1 cores=1,3,5,7
/proc/22715/task/22720/stat : 22720 (java) S 22713 22715 21531 0 -1 4202560 159 0 0 0 401 9 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717973306280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22721] ppid=22713 vsize=9624976 CPUtime=4.24 cores=1,3,5,7
/proc/22715/task/22721/stat : 22721 (java) S 22713 22715 21531 0 -1 4202560 173 0 0 0 413 11 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717972253736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22722] ppid=22713 vsize=9624976 CPUtime=4.14 cores=1,3,5,7
/proc/22715/task/22722/stat : 22722 (java) S 22713 22715 21531 0 -1 4202560 121 0 0 0 404 10 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717825476776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22723] ppid=22713 vsize=9624976 CPUtime=4.07 cores=1,3,5,7
/proc/22715/task/22723/stat : 22723 (java) S 22713 22715 21531 0 -1 4202560 190 0 0 0 396 11 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717824424232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22724] ppid=22713 vsize=9624976 CPUtime=4.1 cores=1,3,5,7
/proc/22715/task/22724/stat : 22724 (java) S 22713 22715 21531 0 -1 4202560 58 0 0 0 401 9 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717823371688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22725] ppid=22713 vsize=9624976 CPUtime=4.1 cores=1,3,5,7
/proc/22715/task/22725/stat : 22725 (java) S 22713 22715 21531 0 -1 4202560 141 0 0 0 402 8 0 0 20 0 19 0 254006604 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717822319144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22726] ppid=22713 vsize=9624976 CPUtime=3.23 cores=1,3,5,7
/proc/22715/task/22726/stat : 22726 (java) S 22713 22715 21531 0 -1 4202560 40077 0 0 0 290 33 0 0 20 0 19 0 254006605 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717810121320 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22727] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22727/stat : 22727 (java) S 22713 22715 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254006606 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717809067640 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22728] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22728/stat : 22728 (java) S 22713 22715 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254006606 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717808014984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22729] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22729/stat : 22729 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717806963728 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22730] ppid=22713 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/22715/task/22730/stat : 22730 (java) S 22713 22715 21531 0 -1 4202560 6683 0 0 0 54 2 0 0 20 0 19 0 254006608 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717805910072 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22715/tid=22731] ppid=22713 vsize=9624976 CPUtime=1.28 cores=1,3,5,7
/proc/22715/task/22731/stat : 22731 (java) S 22713 22715 21531 0 -1 4202560 10600 0 0 0 125 3 0 0 20 0 19 0 254006608 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717804857528 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22715/tid=22732] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22732/stat : 22732 (java) S 22713 22715 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254006608 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717803805176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22715/tid=22733] ppid=22713 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/22715/task/22733/stat : 22733 (java) S 22713 22715 21531 0 -1 4202560 101 0 0 0 54 31 0 0 20 0 19 0 254006608 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717802752840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22715/tid=22734] ppid=22713 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22715/task/22734/stat : 22734 (java) S 22713 22715 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254006697 9855975424 176371 33554432000 1073741824 1073778376 140736615025152 139717801698600 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1776.35
CPU time (s): 1800.05
CPU user time (s): 1798.34
CPU system time (s): 1.71
CPU usage (%): 101.334
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.99
system time used= 2.09168
maximum resident set size= 1105652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65116
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104742
involuntary context switches= 145160

runsolver used 6.34004 second user time and 16.6055 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-24 19:00:13
IDJOB=3687963
IDBENCH=2466
IDSOLVER=2269
FILE ID=node132/3687963-1337878813
RUNJOBID= node132-1337871880-21548
PBS_JOBID= 14620072
Free space on /tmp= 71632 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687963-1337878813/watcher-3687963-1337878813 -o /tmp/evaluation-result-3687963-1337878813/solver-3687963-1337878813 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687963-1337878813.opb

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

MD5SUM BENCH= 0662414c0fee45075e37f5c5e2481506
RANDOM SEED=664511561

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27850604 kB
Buffers:          212128 kB
Cached:          2706188 kB
SwapCached:            0 kB
Active:          2000300 kB
Inactive:        2255580 kB
Active(anon):    1340004 kB
Inactive(anon):        0 kB
Active(file):     660296 kB
Inactive(file):  2255580 kB
Unevictable:        6584 kB
Mlocked:            6584 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3264 kB
Writeback:             0 kB
AnonPages:       1343568 kB
Mapped:            22564 kB
Shmem:               212 kB
Slab:             628096 kB
SReclaimable:      70480 kB
SUnreclaim:       557616 kB
KernelStack:        1632 kB
PageTables:         6856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1853796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1292288 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= 71636 MiB
End job on node132 at 2012-05-24 19:29:51