Trace number 3689927

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.45

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE2.0_TMAX15_K192_cod1.opb
MD5SUMff8a546b7ea64c76b8dbf498ac8de727
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-11724
Best CPU time to get the best result obtained on this benchmark1800.93
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 306555
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 621460138
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 621460138
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689927-1337894376.opb
0.09/0.11	c reading problem ... 
9.08/6.27	c ... done. Wall clock time 6.157s.
9.08/6.27	c declared #vars     399113
9.08/6.27	c #constraints  400980
9.08/6.27	c constraints type 
9.08/6.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
9.08/6.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
9.08/6.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
9.08/6.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
9.08/6.27	c 400980 constraints processed.
9.08/6.27	c objective function length is 306555 literals
71.73/68.39	c cleaning 2496 clauses out of 4996 with flag 5000/5000
146.21/142.32	c cleaning 4247 clauses out of 8500 with flag 11000/11000
233.50/229.54	c cleaning 5620 clauses out of 11254 with flag 18001/18001
329.61/325.60	c cleaning 6806 clauses out of 13633 with flag 26000/26000
443.97/439.72	c cleaning 7897 clauses out of 15827 with flag 35000/35000
563.95/559.68	c cleaning 8869 clauses out of 17931 with flag 45001/45001
686.07/681.66	c cleaning 9982 clauses out of 20062 with flag 56001/56001
824.62/820.07	c cleaning 10987 clauses out of 22079 with flag 68000/68000
979.55/974.84	c cleaning 12024 clauses out of 24093 with flag 81001/81001
1145.36/1140.44	c cleaning 12915 clauses out of 26068 with flag 95000/95000
1321.64/1316.58	c cleaning 14066 clauses out of 28154 with flag 110001/110001
1501.44/1496.14	c cleaning 15040 clauses out of 30090 with flag 126003/126003
1758.97/1753.46	c cleaning 15988 clauses out of 32048 with flag 143001/143001
1800.04/1794.41	c starts		: 104
1800.04/1794.41	c conflicts		: 146377
1800.04/1794.41	c decisions		: 5707995
1800.04/1794.41	c propagations		: 3989583428
1800.04/1794.41	c inspects		: 1206693470
1800.04/1794.41	c shortcuts		: 0
1800.04/1794.41	c learnt literals	: 4
1800.04/1794.41	c learnt binary clauses	: 1065
1800.04/1794.41	c learnt ternary clauses	: 566
1800.04/1794.41	c learnt constraints	: 146372
1800.04/1794.41	c ignored constraints	: 0
1800.04/1794.41	c root simplifications	: 0
1800.04/1794.41	c removed literals (reason simplification)	: 0
1800.04/1794.41	c reason swapping (by a shorter reason)	: 0
1800.04/1794.41	c Calls to reduceDB	: 13
1800.04/1794.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.41	c number of learned constraints concerned by reduction	: 0
1800.04/1794.41	c number of learning phase by resolution	: 0
1800.04/1794.41	c number of learning phase by cutting planes	: 0
1800.04/1794.41	c speed (assignments/second)	: 2231338.0970011936
1800.04/1794.41	c non guided choices	0
1800.04/1794.42	c learnt constraints type 
1800.04/1794.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1065
1800.04/1794.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18371
1800.04/1794.42	c constraints type 
1800.04/1794.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.04/1794.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.04/1794.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.04/1794.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.04/1794.42	c 400980 constraints processed.
1800.04/1794.42	s UNKNOWN
1800.04/1794.42	c Total wall clock time (in seconds): 1794.307

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-3689927-1337894376/watcher-3689927-1337894376 -o /tmp/evaluation-result-3689927-1337894376/solver-3689927-1337894376 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689927-1337894376.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: 1.91 1.97 1.99 3/194 23326
/proc/meminfo: memFree=27502924/32873844 swapFree=7100/7100
[pid=23326] ppid=23324 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/23326/stat : 23326 (java) D 23324 23326 20833 0 -1 4202496 79 0 0 0 0 0 0 0 20 0 1 0 255566252 278528 33 33554432000 1073741824 1073778376 140734682121520 140734682118696 249640873255 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/23326/statm: 68 33 25 9 0 25 0

[startup+0.0588381 s]
/proc/loadavg: 1.91 1.97 1.99 3/194 23326
/proc/meminfo: memFree=27502924/32873844 swapFree=7100/7100
[pid=23326] ppid=23324 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/23326/stat : 23326 (java) S 23324 23326 20833 0 -1 4202496 3076 0 1 0 2 1 0 0 20 0 13 0 255566252 9446973440 3774 33554432000 1073741824 1073778376 140736286243632 140736286234768 249653395517 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23326/statm: 2306390 3774 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100328 s]
/proc/loadavg: 1.91 1.97 1.99 3/194 23326
/proc/meminfo: memFree=27502924/32873844 swapFree=7100/7100
[pid=23326] ppid=23324 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/23326/stat : 23326 (java) S 23324 23326 20833 0 -1 4202496 4275 0 1 0 7 2 0 0 20 0 18 0 255566252 9787813888 5473 33554432000 1073741824 1073778376 140736286243632 140736286234768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23326/statm: 2389603 5474 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30031 s]
/proc/loadavg: 1.91 1.97 1.99 3/194 23326
/proc/meminfo: memFree=27502924/32873844 swapFree=7100/7100
[pid=23326] ppid=23324 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/23326/stat : 23326 (java) S 23324 23326 20833 0 -1 4202496 5965 0 1 0 44 3 0 0 20 0 18 0 255566252 9787813888 14515 33554432000 1073741824 1073778376 140736286243632 140736286234768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23326/statm: 2389603 14515 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700319 s]
/proc/loadavg: 1.91 1.97 1.99 3/194 23326
/proc/meminfo: memFree=27502924/32873844 swapFree=7100/7100
[pid=23326] ppid=23324 vsize=9558412 CPUtime=0.97 cores=1,3,5,7
/proc/23326/stat : 23326 (java) S 23324 23326 20833 0 -1 4202496 6160 0 1 0 88 9 0 0 20 0 18 0 255566252 9787813888 45341 33554432000 1073741824 1073778376 140736286243632 140736286234768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23326/statm: 2389603 45341 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9558412

[startup+1.50075 s]
/proc/loadavg: 1.91 1.97 1.99 8/212 23344
/proc/meminfo: memFree=27304620/32873844 swapFree=7100/7100
[pid=23326] ppid=23324 vsize=9558412 CPUtime=2.48 cores=1,3,5,7
/proc/23326/stat : 23326 (java) S 23324 23326 20833 0 -1 4202496 10793 0 1 0 224 24 0 0 20 0 18 0 255566252 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 140736286234768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23326/statm: 2389603 95559 2247 9 0 2380296 0
[pid=23326/tid=23328] ppid=23324 vsize=9558412 CPUtime=1.31 cores=1,3,5,7
/proc/23326/task/23328/stat : 23328 (java) S 23324 23326 20833 0 -1 4202560 2556 0 1 0 125 6 0 0 20 0 18 0 255566253 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662729718712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23329] ppid=23324 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/23326/task/23329/stat : 23329 (java) R 23324 23326 20833 0 -1 4202560 118 0 0 0 4 2 0 0 20 0 18 0 255566255 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662691211736 139662732191475 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23330] ppid=23324 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/23326/task/23330/stat : 23330 (java) R 23324 23326 20833 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 18 0 255566255 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662690158760 249649990791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23331] ppid=23324 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/23326/task/23331/stat : 23331 (java) R 23324 23326 20833 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 18 0 255566255 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662689106600 249649990791 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23332] ppid=23324 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/23326/task/23332/stat : 23332 (java) R 23324 23326 20833 0 -1 4202560 81 0 0 0 3 2 0 0 20 0 18 0 255566255 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662688053672 249649990791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23333] ppid=23324 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/23326/task/23333/stat : 23333 (java) R 23324 23326 20833 0 -1 4202560 64 0 0 0 3 3 0 0 20 0 18 0 255566255 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662687001384 249649990791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23334] ppid=23324 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/23326/task/23334/stat : 23334 (java) R 23324 23326 20833 0 -1 4202560 57 0 0 0 3 2 0 0 20 0 18 0 255566255 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662685948760 139662733477525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23335] ppid=23324 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/23326/task/23335/stat : 23335 (java) R 23324 23326 20833 0 -1 4202560 118 0 0 0 2 3 0 0 20 0 18 0 255566255 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662684896472 139662737215258 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23336] ppid=23324 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/23326/task/23336/stat : 23336 (java) R 23324 23326 20833 0 -1 4202560 91 0 0 0 4 2 0 0 20 0 18 0 255566255 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662683843672 139662737215267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23337] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23337/stat : 23337 (java) S 23324 23326 20833 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255566256 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662553236616 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23338] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23338/stat : 23338 (java) S 23324 23326 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255566256 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662552183800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23339] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23339/stat : 23339 (java) S 23324 23326 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255566256 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662551131400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23340] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23340/stat : 23340 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255566259 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662550079888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23341] ppid=23324 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/23326/task/23341/stat : 23341 (java) S 23324 23326 20833 0 -1 4202560 3014 0 0 0 27 0 0 0 20 0 18 0 255566259 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662549027512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23342] ppid=23324 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/23326/task/23342/stat : 23342 (java) S 23324 23326 20833 0 -1 4202560 3264 0 0 0 29 0 0 0 20 0 18 0 255566259 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662547974712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23343] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23343/stat : 23343 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255566259 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662546922616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23344] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23344/stat : 23344 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255566259 9787813888 95559 33554432000 1073741824 1073778376 140736286243632 139662545870024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9558412

[startup+3.10068 s]
/proc/loadavg: 1.91 1.97 1.99 3/212 23344
/proc/meminfo: memFree=26814844/32873844 swapFree=7100/7100
[pid=23326] ppid=23324 vsize=9558412 CPUtime=4.74 cores=1,3,5,7
/proc/23326/stat : 23326 (java) S 23324 23326 20833 0 -1 4202496 13556 0 1 0 416 58 0 0 20 0 18 0 255566252 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 140736286234768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23326/statm: 2389603 336283 2247 9 0 2380296 0
[pid=23326/tid=23328] ppid=23324 vsize=9558412 CPUtime=2.67 cores=1,3,5,7
/proc/23326/task/23328/stat : 23328 (java) R 23324 23326 20833 0 -1 4202560 3611 0 1 0 245 22 0 0 20 0 18 0 255566253 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662729711488 139662737484887 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23329] ppid=23324 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/23326/task/23329/stat : 23329 (java) S 23324 23326 20833 0 -1 4202560 163 0 0 0 13 4 0 0 20 0 18 0 255566255 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662691211560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23330] ppid=23324 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/23326/task/23330/stat : 23330 (java) S 23324 23326 20833 0 -1 4202560 82 0 0 0 15 5 0 0 20 0 18 0 255566255 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662690158760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23331] ppid=23324 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/23326/task/23331/stat : 23331 (java) S 23324 23326 20833 0 -1 4202560 87 0 0 0 14 5 0 0 20 0 18 0 255566255 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662689106472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23332] ppid=23324 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/23326/task/23332/stat : 23332 (java) S 23324 23326 20833 0 -1 4202560 108 0 0 0 10 3 0 0 20 0 18 0 255566255 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662688053672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23333] ppid=23324 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/23326/task/23333/stat : 23333 (java) S 23324 23326 20833 0 -1 4202560 122 0 0 0 15 6 0 0 20 0 18 0 255566255 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662687001384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23334] ppid=23324 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/23326/task/23334/stat : 23334 (java) S 23324 23326 20833 0 -1 4202560 338 0 0 0 10 4 0 0 20 0 18 0 255566255 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662685948584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23335] ppid=23324 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/23326/task/23335/stat : 23335 (java) S 23324 23326 20833 0 -1 4202560 511 0 0 0 10 4 0 0 20 0 18 0 255566255 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662684896296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23336] ppid=23324 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/23326/task/23336/stat : 23336 (java) S 23324 23326 20833 0 -1 4202560 116 0 0 0 13 3 0 0 20 0 18 0 255566255 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662683843496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23337] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23337/stat : 23337 (java) S 23324 23326 20833 0 -1 4202560 966 0 0 0 0 0 0 0 20 0 18 0 255566256 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662553237736 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23338] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23338/stat : 23338 (java) S 23324 23326 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255566256 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662552183800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23339] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23339/stat : 23339 (java) S 23324 23326 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255566256 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662551131400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23340] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23340/stat : 23340 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255566259 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662550079888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23341] ppid=23324 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/23326/task/23341/stat : 23341 (java) S 23324 23326 20833 0 -1 4202560 3014 0 0 0 27 0 0 0 20 0 18 0 255566259 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662549027512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23342] ppid=23324 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/23326/task/23342/stat : 23342 (java) S 23324 23326 20833 0 -1 4202560 3264 0 0 0 29 0 0 0 20 0 18 0 255566259 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662547974712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23343] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23343/stat : 23343 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255566259 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662546922616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23344] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23344/stat : 23344 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255566259 9787813888 336283 33554432000 1073741824 1073778376 140736286243632 139662545870024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 9558412

[startup+6.30067 s]
/proc/loadavg: 2.48 2.09 2.03 3/212 23344
/proc/meminfo: memFree=25274448/32873844 swapFree=7100/7100
[pid=23326] ppid=23324 vsize=9558412 CPUtime=9.23 cores=1,3,5,7
/proc/23326/stat : 23326 (java) S 23324 23326 20833 0 -1 4202496 15879 0 1 0 827 96 0 0 20 0 18 0 255566252 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 140736286234768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23326/statm: 2389603 589988 2255 9 0 2380296 0
[pid=23326/tid=23328] ppid=23324 vsize=9558412 CPUtime=5.44 cores=1,3,5,7
/proc/23326/task/23328/stat : 23328 (java) R 23324 23326 20833 0 -1 4202560 4030 0 1 0 505 39 0 0 20 0 18 0 255566253 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662729720216 139662555422407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23329] ppid=23324 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/23326/task/23329/stat : 23329 (java) S 23324 23326 20833 0 -1 4202560 549 0 0 0 29 7 0 0 20 0 18 0 255566255 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662691211560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23330] ppid=23324 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/23326/task/23330/stat : 23330 (java) S 23324 23326 20833 0 -1 4202560 144 0 0 0 33 7 0 0 20 0 18 0 255566255 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662690158760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23331] ppid=23324 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/23326/task/23331/stat : 23331 (java) S 23324 23326 20833 0 -1 4202560 152 0 0 0 30 7 0 0 20 0 18 0 255566255 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662689106472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23332] ppid=23324 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/23326/task/23332/stat : 23332 (java) S 23324 23326 20833 0 -1 4202560 474 0 0 0 27 5 0 0 20 0 18 0 255566255 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662688053672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23333] ppid=23324 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/23326/task/23333/stat : 23333 (java) S 23324 23326 20833 0 -1 4202560 183 0 0 0 32 8 0 0 20 0 18 0 255566255 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662687001384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23334] ppid=23324 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/23326/task/23334/stat : 23334 (java) S 23324 23326 20833 0 -1 4202560 409 0 0 0 32 7 0 0 20 0 18 0 255566255 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662685948584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23335] ppid=23324 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/23326/task/23335/stat : 23335 (java) S 23324 23326 20833 0 -1 4202560 769 0 0 0 32 8 0 0 20 0 18 0 255566255 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662684896296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23336] ppid=23324 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/23326/task/23336/stat : 23336 (java) S 23324 23326 20833 0 -1 4202560 454 0 0 0 28 5 0 0 20 0 18 0 255566255 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662683843496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23337] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23337/stat : 23337 (java) S 23324 23326 20833 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 255566256 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662553237736 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23338] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23338/stat : 23338 (java) S 23324 23326 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255566256 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662552183800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23339] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23339/stat : 23339 (java) S 23324 23326 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255566256 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662551131400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23340] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23340/stat : 23340 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255566259 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662550079888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23341] ppid=23324 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/23326/task/23341/stat : 23341 (java) R 23324 23326 20833 0 -1 4202560 3014 0 0 0 33 0 0 0 20 0 18 0 255566259 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662549027392 139662733837763 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23342] ppid=23324 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/23326/task/23342/stat : 23342 (java) S 23324 23326 20833 0 -1 4202560 3264 0 0 0 32 0 0 0 20 0 18 0 255566259 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662547974712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23343] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23343/stat : 23343 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255566259 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662546922616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23344] ppid=23324 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23344/stat : 23344 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255566259 9787813888 589988 33554432000 1073741824 1073778376 140736286243632 139662545870024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.23
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 2.44 2.09 2.03 3/213 23345
/proc/meminfo: memFree=25147328/32873844 swapFree=7100/7100
[pid=23326] ppid=23324 vsize=9624976 CPUtime=16.11 cores=1,3,5,7
/proc/23326/stat : 23326 (java) S 23324 23326 20833 0 -1 4202496 15920 0 1 0 1514 97 0 0 20 0 19 0 255566252 9855975424 590021 33554432000 1073741824 1073778376 140736286243632 140736286234768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23326/statm: 2406244 590021 2266 9 0 2396937 0
[pid=23326/tid=23328] ppid=23324 vsize=9624976 CPUtime=11.82 cores=1,3,5,7

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

[pid=23326/tid=23341] ppid=23324 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/23326/task/23341/stat : 23341 (java) S 23324 23326 20833 0 -1 4202560 3222 0 0 0 67 1 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662549027512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23342] ppid=23324 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/23326/task/23342/stat : 23342 (java) S 23324 23326 20833 0 -1 4202560 3292 0 0 0 61 0 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662547974712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23343] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23343/stat : 23343 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662546922616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23344] ppid=23324 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/23326/task/23344/stat : 23344 (java) S 23324 23326 20833 0 -1 4202560 95 0 0 0 45 53 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662545870024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23345] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23345/stat : 23345 (java) S 23324 23326 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255566896 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662544815016 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.8
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23421
/proc/meminfo: memFree=26833152/32873844 swapFree=7100/7100
[pid=23326] ppid=23324 vsize=9624976 CPUtime=1727.84 cores=1,3,5,7
/proc/23326/stat : 23326 (java) S 23324 23326 20833 0 -1 4202496 16505 0 1 0 172607 177 0 0 20 0 19 0 255566252 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 140736286234768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23326/statm: 2406244 642362 2281 9 0 2396937 0
[pid=23326/tid=23328] ppid=23324 vsize=9624976 CPUtime=1708.79 cores=1,3,5,7
/proc/23326/task/23328/stat : 23328 (java) R 23324 23326 20833 0 -1 4202560 4052 0 1 0 170814 65 0 0 20 0 19 0 255566253 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662729720096 139662556100544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23329] ppid=23324 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/23326/task/23329/stat : 23329 (java) S 23324 23326 20833 0 -1 4202560 558 0 0 0 42 7 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662691211560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23330] ppid=23324 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/23326/task/23330/stat : 23330 (java) S 23324 23326 20833 0 -1 4202560 173 0 0 0 47 8 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662690158760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23331] ppid=23324 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23326/task/23331/stat : 23331 (java) S 23324 23326 20833 0 -1 4202560 163 0 0 0 43 8 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662689106472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23332] ppid=23324 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/23326/task/23332/stat : 23332 (java) S 23324 23326 20833 0 -1 4202560 500 0 0 0 50 7 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662688053672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23333] ppid=23324 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/23326/task/23333/stat : 23333 (java) S 23324 23326 20833 0 -1 4202560 208 0 0 0 48 9 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662687001384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23334] ppid=23324 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/23326/task/23334/stat : 23334 (java) S 23324 23326 20833 0 -1 4202560 426 0 0 0 44 9 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662685948584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23335] ppid=23324 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/23326/task/23335/stat : 23335 (java) S 23324 23326 20833 0 -1 4202560 791 0 0 0 47 10 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662684896296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23336] ppid=23324 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23326/task/23336/stat : 23336 (java) S 23324 23326 20833 0 -1 4202560 466 0 0 0 45 6 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662683843496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23337] ppid=23324 vsize=9624976 CPUtime=7.9 cores=1,3,5,7
/proc/23326/task/23337/stat : 23337 (java) S 23324 23326 20833 0 -1 4202560 1374 0 0 0 785 5 0 0 20 0 19 0 255566256 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662553237736 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23338] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23338/stat : 23338 (java) S 23324 23326 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255566256 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662552183800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23339] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23339/stat : 23339 (java) S 23324 23326 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255566256 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662551131400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23340] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23340/stat : 23340 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662550079888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23341] ppid=23324 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/23326/task/23341/stat : 23341 (java) S 23324 23326 20833 0 -1 4202560 3222 0 0 0 67 1 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662549027512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23342] ppid=23324 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/23326/task/23342/stat : 23342 (java) S 23324 23326 20833 0 -1 4202560 3292 0 0 0 61 0 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662547974712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23343] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23343/stat : 23343 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662546922616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23344] ppid=23324 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/23326/task/23344/stat : 23344 (java) S 23324 23326 20833 0 -1 4202560 99 0 0 0 47 55 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662545870024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23345] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23345/stat : 23345 (java) S 23324 23326 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255566896 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662544815016 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.84
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23421
/proc/meminfo: memFree=26824960/32873844 swapFree=7100/7100
[pid=23326] ppid=23324 vsize=9624976 CPUtime=1787.92 cores=1,3,5,7
/proc/23326/stat : 23326 (java) S 23324 23326 20833 0 -1 4202496 16512 0 1 0 178611 181 0 0 20 0 19 0 255566252 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 140736286234768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23326/statm: 2406244 642362 2281 9 0 2396937 0
[pid=23326/tid=23328] ppid=23324 vsize=9624976 CPUtime=1768.05 cores=1,3,5,7
/proc/23326/task/23328/stat : 23328 (java) R 23324 23326 20833 0 -1 4202560 4053 0 1 0 176739 66 0 0 20 0 19 0 255566253 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662729720096 139662556262211 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23329] ppid=23324 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23326/task/23329/stat : 23329 (java) S 23324 23326 20833 0 -1 4202560 558 0 0 0 43 7 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662691211560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23330] ppid=23324 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/23326/task/23330/stat : 23330 (java) S 23324 23326 20833 0 -1 4202560 173 0 0 0 47 8 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662690158760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23331] ppid=23324 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23326/task/23331/stat : 23331 (java) S 23324 23326 20833 0 -1 4202560 163 0 0 0 43 8 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662689106472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23332] ppid=23324 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/23326/task/23332/stat : 23332 (java) S 23324 23326 20833 0 -1 4202560 500 0 0 0 52 7 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662688053672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23333] ppid=23324 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/23326/task/23333/stat : 23333 (java) S 23324 23326 20833 0 -1 4202560 208 0 0 0 49 9 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662687001384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23334] ppid=23324 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/23326/task/23334/stat : 23334 (java) S 23324 23326 20833 0 -1 4202560 426 0 0 0 45 9 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662685948584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23335] ppid=23324 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/23326/task/23335/stat : 23335 (java) S 23324 23326 20833 0 -1 4202560 791 0 0 0 47 10 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662684896296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23336] ppid=23324 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/23326/task/23336/stat : 23336 (java) S 23324 23326 20833 0 -1 4202560 466 0 0 0 46 6 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662683843496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23337] ppid=23324 vsize=9624976 CPUtime=8.47 cores=1,3,5,7
/proc/23326/task/23337/stat : 23337 (java) S 23324 23326 20833 0 -1 4202560 1376 0 0 0 841 6 0 0 20 0 19 0 255566256 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662553237736 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23338] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23338/stat : 23338 (java) S 23324 23326 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255566256 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662552183800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23339] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23339/stat : 23339 (java) S 23324 23326 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255566256 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662551131400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23340] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23340/stat : 23340 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662550079888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23341] ppid=23324 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/23326/task/23341/stat : 23341 (java) S 23324 23326 20833 0 -1 4202560 3222 0 0 0 67 1 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662549027512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23342] ppid=23324 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/23326/task/23342/stat : 23342 (java) S 23324 23326 20833 0 -1 4202560 3292 0 0 0 61 0 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662547974712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23343] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23343/stat : 23343 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662546922616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23344] ppid=23324 vsize=9624976 CPUtime=1.05 cores=1,3,5,7
/proc/23326/task/23344/stat : 23344 (java) S 23324 23326 20833 0 -1 4202560 103 0 0 0 47 58 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662545870024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23345] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23345/stat : 23345 (java) S 23324 23326 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255566896 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662544815016 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.92
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 23421
/proc/meminfo: memFree=26824836/32873844 swapFree=7100/7100
[pid=23326] ppid=23324 vsize=9624976 CPUtime=1800.04 cores=1,3,5,7
/proc/23326/stat : 23326 (java) S 23324 23326 20833 0 -1 4202496 16512 0 1 0 179822 182 0 0 20 0 19 0 255566252 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 140736286234768 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23326/statm: 2406244 642362 2281 9 0 2396937 0
[pid=23326/tid=23328] ppid=23324 vsize=9624976 CPUtime=1780.13 cores=1,3,5,7
/proc/23326/task/23328/stat : 23328 (java) R 23324 23326 20833 0 -1 4202560 4053 0 1 0 177946 67 0 0 20 0 19 0 255566253 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662729720096 139662556213513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23329] ppid=23324 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23326/task/23329/stat : 23329 (java) S 23324 23326 20833 0 -1 4202560 558 0 0 0 43 7 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662691211560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23330] ppid=23324 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/23326/task/23330/stat : 23330 (java) S 23324 23326 20833 0 -1 4202560 173 0 0 0 47 8 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662690158760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23331] ppid=23324 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23326/task/23331/stat : 23331 (java) S 23324 23326 20833 0 -1 4202560 163 0 0 0 43 8 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662689106472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23332] ppid=23324 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/23326/task/23332/stat : 23332 (java) S 23324 23326 20833 0 -1 4202560 500 0 0 0 52 7 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662688053672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23333] ppid=23324 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/23326/task/23333/stat : 23333 (java) S 23324 23326 20833 0 -1 4202560 208 0 0 0 49 9 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662687001384 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23334] ppid=23324 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/23326/task/23334/stat : 23334 (java) S 23324 23326 20833 0 -1 4202560 426 0 0 0 45 9 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662685948584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23335] ppid=23324 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/23326/task/23335/stat : 23335 (java) S 23324 23326 20833 0 -1 4202560 791 0 0 0 47 10 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662684896296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23336] ppid=23324 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/23326/task/23336/stat : 23336 (java) S 23324 23326 20833 0 -1 4202560 466 0 0 0 46 6 0 0 20 0 19 0 255566255 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662683843496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23337] ppid=23324 vsize=9624976 CPUtime=8.47 cores=1,3,5,7
/proc/23326/task/23337/stat : 23337 (java) S 23324 23326 20833 0 -1 4202560 1376 0 0 0 841 6 0 0 20 0 19 0 255566256 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662553237736 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23338] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23338/stat : 23338 (java) S 23324 23326 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255566256 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662552183800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23339] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23339/stat : 23339 (java) S 23324 23326 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255566256 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662551131400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23326/tid=23340] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23340/stat : 23340 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662550079888 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23326/tid=23341] ppid=23324 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/23326/task/23341/stat : 23341 (java) S 23324 23326 20833 0 -1 4202560 3222 0 0 0 67 1 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662549027512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23342] ppid=23324 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/23326/task/23342/stat : 23342 (java) S 23324 23326 20833 0 -1 4202560 3292 0 0 0 61 0 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662547974712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23343] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23343/stat : 23343 (java) S 23324 23326 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662546922616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23326/tid=23344] ppid=23324 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/23326/task/23344/stat : 23344 (java) S 23324 23326 20833 0 -1 4202560 103 0 0 0 47 59 0 0 20 0 19 0 255566259 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662545870024 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23326/tid=23345] ppid=23324 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23326/task/23345/stat : 23345 (java) S 23324 23326 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255566896 9855975424 642362 33554432000 1073741824 1073778376 140736286243632 139662544815016 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 23326 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=478349
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=124677
# CPU time returned by wait4() is 1795.6
# 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.45
CPU time (s): 1800.04
CPU user time (s): 1798.22
CPU system time (s): 1.82
CPU usage (%): 100.312
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.48
system time used= 2.12468
maximum resident set size= 2569576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16548
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= 39183
involuntary context switches= 6289

runsolver used 6.52101 second user time and 16.2515 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-24 23:19:37
IDJOB=3689927
IDBENCH=92076
IDSOLVER=2269
FILE ID=node102/3689927-1337894376
RUNJOBID= node102-1337871881-20850
PBS_JOBID= 14620102
Free space on /tmp= 71680 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_10null10mast_rapportOE2.0_TMAX15_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689927-1337894376/watcher-3689927-1337894376 -o /tmp/evaluation-result-3689927-1337894376/solver-3689927-1337894376 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689927-1337894376.opb

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

MD5SUM BENCH= ff8a546b7ea64c76b8dbf498ac8de727
RANDOM SEED=1813801699

node102.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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		: 2667.178
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:        27502800 kB
Buffers:          213460 kB
Cached:          2020488 kB
SwapCached:            0 kB
Active:          3060408 kB
Inactive:        1537640 kB
Active(anon):    2366708 kB
Inactive(anon):        0 kB
Active(file):     693700 kB
Inactive(file):  1537640 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31548 kB
Writeback:             0 kB
AnonPages:       2375620 kB
Mapped:            22584 kB
Shmem:               200 kB
Slab:             624436 kB
SReclaimable:      66812 kB
SUnreclaim:       557624 kB
KernelStack:        1592 kB
PageTables:         8852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3240744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2324480 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= 71696 MiB
End job on node102 at 2012-05-24 23:49:34