Trace number 3689839

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.58 1796.05

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null50mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM8f97c77928b15936b90881f480455177
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-6736
Best CPU time to get the best result obtained on this benchmark1801.43
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 842
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 750251
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 842
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 750251
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3689839-1337893492.opb
0.11/0.10	c reading problem ... 
7.43/5.32	c ... done. Wall clock time 5.228s.
7.43/5.32	c declared #vars     400896
7.43/5.32	c #constraints  402763
7.43/5.32	c constraints type 
7.43/5.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
7.43/5.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.43/5.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.43/5.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.43/5.32	c 402763 constraints processed.
7.43/5.32	c objective function length is 892 literals
44.02/41.32	c cleaning 2499 clauses out of 4999 with flag 5000/5000
75.96/73.03	c cleaning 4242 clauses out of 8501 with flag 11001/11001
115.80/112.88	c cleaning 5624 clauses out of 11259 with flag 18001/18001
158.57/155.56	c cleaning 6813 clauses out of 13637 with flag 26003/26003
207.33/204.28	c cleaning 7898 clauses out of 15822 with flag 35001/35001
260.57/257.49	c cleaning 8956 clauses out of 17923 with flag 45000/45000
329.69/326.57	c cleaning 9969 clauses out of 19967 with flag 56000/56000
393.52/390.36	c cleaning 10994 clauses out of 21998 with flag 68000/68000
468.15/464.90	c cleaning 11992 clauses out of 24004 with flag 81000/81000
544.62/541.36	c cleaning 13006 clauses out of 26013 with flag 95001/95001
617.46/614.13	c cleaning 13995 clauses out of 28007 with flag 110001/110001
715.52/712.11	c cleaning 15001 clauses out of 30011 with flag 126000/126000
814.59/811.12	c cleaning 16002 clauses out of 32010 with flag 143000/143000
917.01/913.51	c cleaning 16996 clauses out of 34008 with flag 161000/161000
1021.08/1017.57	c cleaning 18004 clauses out of 36012 with flag 180000/180000
1133.05/1129.40	c cleaning 19003 clauses out of 38009 with flag 200001/200001
1225.48/1221.87	c cleaning 19995 clauses out of 40005 with flag 221000/221000
1323.33/1319.69	c cleaning 21002 clauses out of 42010 with flag 243000/243000
1420.28/1416.56	c cleaning 21995 clauses out of 44014 with flag 266006/266006
1513.35/1509.52	c cleaning 23002 clauses out of 46014 with flag 290001/290001
1625.72/1621.86	c cleaning 24002 clauses out of 48011 with flag 315000/315000
1731.28/1727.35	c cleaning 24995 clauses out of 50010 with flag 341001/341001
1800.05/1796.01	c starts		: 136
1800.05/1796.01	c conflicts		: 357920
1800.05/1796.01	c decisions		: 2148570
1800.05/1796.01	c propagations		: 8714654508
1800.05/1796.01	c inspects		: 1498758279
1800.05/1796.01	c shortcuts		: 0
1800.05/1796.01	c learnt literals	: 1
1800.05/1796.01	c learnt binary clauses	: 1438
1800.05/1796.01	c learnt ternary clauses	: 1192
1800.05/1796.01	c learnt constraints	: 357919
1800.05/1796.01	c ignored constraints	: 0
1800.05/1796.01	c root simplifications	: 0
1800.05/1796.01	c removed literals (reason simplification)	: 0
1800.05/1796.01	c reason swapping (by a shorter reason)	: 0
1800.05/1796.01	c Calls to reduceDB	: 22
1800.05/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.01	c number of learned constraints concerned by reduction	: 0
1800.05/1796.01	c number of learning phase by resolution	: 0
1800.05/1796.01	c number of learning phase by cutting planes	: 0
1800.05/1796.01	c speed (assignments/second)	: 4866847.312880036
1800.05/1796.01	c non guided choices	3528
1800.05/1796.03	c learnt constraints type 
1800.05/1796.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1438
1800.05/1796.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40499
1800.05/1796.03	c constraints type 
1800.05/1796.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.05/1796.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.05/1796.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.05/1796.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.05/1796.03	c 402763 constraints processed.
1800.05/1796.03	s UNKNOWN
1800.05/1796.03	c Total wall clock time (in seconds): 1795.931

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-3689839-1337893492/watcher-3689839-1337893492 -o /tmp/evaluation-result-3689839-1337893492/solver-3689839-1337893492 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689839-1337893492.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.89 2.03 2.06 3/194 3806
/proc/meminfo: memFree=27137144/32873648 swapFree=7104/7104
[pid=3806] ppid=3804 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/3806/stat : 3806 (java) R 3804 3806 30487 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 255474698 23793664 712 33554432000 1073741824 1073778376 140734349998368 140734349987432 214528210280 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3806/statm: 5809 712 527 9 0 128 0

[startup+0.082063 s]
/proc/loadavg: 1.89 2.03 2.06 3/194 3806
/proc/meminfo: memFree=27137144/32873648 swapFree=7104/7104
[pid=3806] ppid=3804 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/3806/stat : 3806 (java) S 3804 3806 30487 0 -1 4202496 4265 0 1 0 7 1 0 0 20 0 18 0 255474698 9787813888 5465 33554432000 1073741824 1073778376 140734349998368 140734349989504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3806/statm: 2389603 5465 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100247 s]
/proc/loadavg: 1.89 2.03 2.06 3/194 3806
/proc/meminfo: memFree=27137144/32873648 swapFree=7104/7104
[pid=3806] ppid=3804 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/3806/stat : 3806 (java) S 3804 3806 30487 0 -1 4202496 4455 0 1 0 10 1 0 0 20 0 18 0 255474698 9787813888 6128 33554432000 1073741824 1073778376 140734349998368 140734349989504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3806/statm: 2389603 6128 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.30023 s]
/proc/loadavg: 1.89 2.03 2.06 3/194 3806
/proc/meminfo: memFree=27137144/32873648 swapFree=7104/7104
[pid=3806] ppid=3804 vsize=9558412 CPUtime=0.55 cores=1,3,5,7
/proc/3806/stat : 3806 (java) S 3804 3806 30487 0 -1 4202496 6401 0 1 0 53 2 0 0 20 0 18 0 255474698 9787813888 14293 33554432000 1073741824 1073778376 140734349998368 140734349989504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3806/statm: 2389603 14293 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700232 s]
/proc/loadavg: 1.89 2.03 2.06 3/194 3806
/proc/meminfo: memFree=27137144/32873648 swapFree=7104/7104
[pid=3806] ppid=3804 vsize=9558412 CPUtime=1.28 cores=1,3,5,7
/proc/3806/stat : 3806 (java) S 3804 3806 30487 0 -1 4202496 8964 0 1 0 122 6 0 0 20 0 18 0 255474698 9787813888 44964 33554432000 1073741824 1073778376 140734349998368 140734349989504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3806/statm: 2389603 44964 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 1.89 2.03 2.06 3/212 3824
/proc/meminfo: memFree=26810400/32873648 swapFree=7104/7104
[pid=3806] ppid=3804 vsize=9558412 CPUtime=2.32 cores=1,3,5,7
/proc/3806/stat : 3806 (java) S 3804 3806 30487 0 -1 4202496 9697 0 1 0 220 12 0 0 20 0 18 0 255474698 9787813888 89579 33554432000 1073741824 1073778376 140734349998368 140734349989504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3806/statm: 2389603 89585 2247 9 0 2380296 0
[pid=3806/tid=3808] ppid=3804 vsize=9558412 CPUtime=1.37 cores=1,3,5,7
/proc/3806/task/3808/stat : 3808 (java) R 3804 3806 30487 0 -1 4202560 2594 0 1 0 132 5 0 0 20 0 18 0 255474698 9787813888 89587 33554432000 1073741824 1073778376 140734349998368 140194075650968 140193923851388 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3806/tid=3809] ppid=3804 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/3806/task/3809/stat : 3809 (java) S 3804 3806 30487 0 -1 4202560 122 0 0 0 4 0 0 0 20 0 18 0 255474699 9787813888 89589 33554432000 1073741824 1073778376 140734349998368 140194048104744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3810] ppid=3804 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/3806/task/3810/stat : 3810 (java) S 3804 3806 30487 0 -1 4202560 111 0 0 0 3 1 0 0 20 0 18 0 255474699 9787813888 89592 33554432000 1073741824 1073778376 140734349998368 140194047051944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3811] ppid=3804 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/3806/task/3811/stat : 3811 (java) S 3804 3806 30487 0 -1 4202560 112 0 0 0 3 0 0 0 20 0 18 0 255474699 9787813888 89594 33554432000 1073741824 1073778376 140734349998368 140194045999656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3812] ppid=3804 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/3806/task/3812/stat : 3812 (java) S 3804 3806 30487 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 18 0 255474699 9787813888 89597 33554432000 1073741824 1073778376 140734349998368 140194044946856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3813] ppid=3804 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/3806/task/3813/stat : 3813 (java) S 3804 3806 30487 0 -1 4202560 48 0 0 0 3 1 0 0 20 0 18 0 255474699 9787813888 89599 33554432000 1073741824 1073778376 140734349998368 140194043894568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3814] ppid=3804 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/3806/task/3814/stat : 3814 (java) S 3804 3806 30487 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 18 0 255474699 9787813888 89601 33554432000 1073741824 1073778376 140734349998368 140194042841768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3815] ppid=3804 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/3806/task/3815/stat : 3815 (java) S 3804 3806 30487 0 -1 4202560 107 0 0 0 3 0 0 0 20 0 18 0 255474699 9787813888 89603 33554432000 1073741824 1073778376 140734349998368 140193912368168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3816] ppid=3804 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/3806/task/3816/stat : 3816 (java) S 3804 3806 30487 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 18 0 255474699 9787813888 89606 33554432000 1073741824 1073778376 140734349998368 140193911315368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3817] ppid=3804 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3817/stat : 3817 (java) S 3804 3806 30487 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255474700 9787813888 89608 33554432000 1073741824 1073778376 140734349998368 140193428367592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3818] ppid=3804 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3818/stat : 3818 (java) S 3804 3806 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255474700 9787813888 89611 33554432000 1073741824 1073778376 140734349998368 140193427313656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3819] ppid=3804 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3819/stat : 3819 (java) S 3804 3806 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255474700 9787813888 89613 33554432000 1073741824 1073778376 140734349998368 140193426261256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3820] ppid=3804 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3820/stat : 3820 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255474702 9787813888 89616 33554432000 1073741824 1073778376 140734349998368 140193425209744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3821] ppid=3804 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/3806/task/3821/stat : 3821 (java) S 3804 3806 30487 0 -1 4202560 2978 0 0 0 28 0 0 0 20 0 18 0 255474702 9787813888 89619 33554432000 1073741824 1073778376 140734349998368 140193424157368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3822] ppid=3804 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/3806/task/3822/stat : 3822 (java) S 3804 3806 30487 0 -1 4202560 2178 0 0 0 25 0 0 0 20 0 18 0 255474702 9787813888 89621 33554432000 1073741824 1073778376 140734349998368 140193423104568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3823] ppid=3804 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3823/stat : 3823 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255474702 9787813888 89624 33554432000 1073741824 1073778376 140734349998368 140193422052472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3824] ppid=3804 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3824/stat : 3824 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255474702 9787813888 89626 33554432000 1073741824 1073778376 140734349998368 140193420999880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9558412

[startup+3.10072 s]
/proc/loadavg: 1.89 2.03 2.06 3/212 3824
/proc/meminfo: memFree=26505136/32873648 swapFree=7104/7104
[pid=3806] ppid=3804 vsize=9558412 CPUtime=4.45 cores=1,3,5,7
/proc/3806/stat : 3806 (java) S 3804 3806 30487 0 -1 4202496 10688 0 1 0 416 29 0 0 20 0 18 0 255474698 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140734349989504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3806/statm: 2389603 176758 2247 9 0 2380296 0
[pid=3806/tid=3808] ppid=3804 vsize=9558412 CPUtime=2.78 cores=1,3,5,7
/proc/3806/task/3808/stat : 3808 (java) R 3804 3806 30487 0 -1 4202560 2853 0 1 0 270 8 0 0 20 0 18 0 255474698 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140194075650968 214540805389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3806/tid=3809] ppid=3804 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/3806/task/3809/stat : 3809 (java) S 3804 3806 30487 0 -1 4202560 159 0 0 0 9 3 0 0 20 0 18 0 255474699 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140194048104744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3806/tid=3810] ppid=3804 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/3806/task/3810/stat : 3810 (java) S 3804 3806 30487 0 -1 4202560 145 0 0 0 9 2 0 0 20 0 18 0 255474699 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140194047051944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3811] ppid=3804 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/3806/task/3811/stat : 3811 (java) S 3804 3806 30487 0 -1 4202560 148 0 0 0 8 2 0 0 20 0 18 0 255474699 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140194045999656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3812] ppid=3804 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/3806/task/3812/stat : 3812 (java) S 3804 3806 30487 0 -1 4202560 53 0 0 0 7 2 0 0 20 0 18 0 255474699 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140194044946856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3813] ppid=3804 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/3806/task/3813/stat : 3813 (java) S 3804 3806 30487 0 -1 4202560 136 0 0 0 14 5 0 0 20 0 18 0 255474699 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140194043894568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3814] ppid=3804 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/3806/task/3814/stat : 3814 (java) S 3804 3806 30487 0 -1 4202560 95 0 0 0 9 2 0 0 20 0 18 0 255474699 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140194042841768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3806/tid=3815] ppid=3804 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/3806/task/3815/stat : 3815 (java) S 3804 3806 30487 0 -1 4202560 166 0 0 0 9 2 0 0 20 0 18 0 255474699 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140193912368168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3816] ppid=3804 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/3806/task/3816/stat : 3816 (java) S 3804 3806 30487 0 -1 4202560 110 0 0 0 13 3 0 0 20 0 18 0 255474699 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140193911315368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3817] ppid=3804 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3817/stat : 3817 (java) S 3804 3806 30487 0 -1 4202560 494 0 0 0 0 0 0 0 20 0 18 0 255474700 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140193428367592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3818] ppid=3804 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3818/stat : 3818 (java) S 3804 3806 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255474700 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140193427313656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3819] ppid=3804 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3819/stat : 3819 (java) S 3804 3806 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255474700 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140193426261256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3820] ppid=3804 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3820/stat : 3820 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255474702 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140193425209744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3821] ppid=3804 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/3806/task/3821/stat : 3821 (java) S 3804 3806 30487 0 -1 4202560 2978 0 0 0 28 0 0 0 20 0 18 0 255474702 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140193424157368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3822] ppid=3804 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/3806/task/3822/stat : 3822 (java) S 3804 3806 30487 0 -1 4202560 2178 0 0 0 25 0 0 0 20 0 18 0 255474702 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140193423104568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3823] ppid=3804 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3823/stat : 3823 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255474702 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140193422052472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3824] ppid=3804 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3824/stat : 3824 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255474702 9787813888 176758 33554432000 1073741824 1073778376 140734349998368 140193420999880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9558412

[startup+6.30067 s]
/proc/loadavg: 1.81 2.01 2.05 3/213 3825
/proc/meminfo: memFree=24907864/32873648 swapFree=7104/7104
[pid=3806] ppid=3804 vsize=9624976 CPUtime=8.91 cores=1,3,5,7
/proc/3806/stat : 3806 (java) S 3804 3806 30487 0 -1 4202496 17380 0 1 0 829 62 0 0 20 0 19 0 255474698 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140734349989504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3806/statm: 2406244 558129 2264 9 0 2396937 0
[pid=3806/tid=3808] ppid=3804 vsize=9624976 CPUtime=5.75 cores=1,3,5,7
/proc/3806/task/3808/stat : 3808 (java) R 3804 3806 30487 0 -1 4202560 4409 0 1 0 546 29 0 0 20 0 19 0 255474698 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140194075644296 140193924236365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3806/tid=3809] ppid=3804 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/3806/task/3809/stat : 3809 (java) S 3804 3806 30487 0 -1 4202560 193 0 0 0 18 4 0 0 20 0 19 0 255474699 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140194048104744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3810] ppid=3804 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/3806/task/3810/stat : 3810 (java) S 3804 3806 30487 0 -1 4202560 384 0 0 0 19 4 0 0 20 0 19 0 255474699 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140194047051944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3806/tid=3811] ppid=3804 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/3806/task/3811/stat : 3811 (java) S 3804 3806 30487 0 -1 4202560 429 0 0 0 14 4 0 0 20 0 19 0 255474699 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140194045999656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3812] ppid=3804 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/3806/task/3812/stat : 3812 (java) S 3804 3806 30487 0 -1 4202560 88 0 0 0 15 4 0 0 20 0 19 0 255474699 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140194044946856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3813] ppid=3804 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/3806/task/3813/stat : 3813 (java) S 3804 3806 30487 0 -1 4202560 165 0 0 0 22 5 0 0 20 0 19 0 255474699 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140194043894568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3814] ppid=3804 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/3806/task/3814/stat : 3814 (java) S 3804 3806 30487 0 -1 4202560 356 0 0 0 24 4 0 0 20 0 19 0 255474699 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140194042841768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3815] ppid=3804 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/3806/task/3815/stat : 3815 (java) S 3804 3806 30487 0 -1 4202560 200 0 0 0 18 3 0 0 20 0 19 0 255474699 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140193912368168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3816] ppid=3804 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/3806/task/3816/stat : 3816 (java) S 3804 3806 30487 0 -1 4202560 497 0 0 0 22 5 0 0 20 0 19 0 255474699 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140193911315368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3817] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3817/stat : 3817 (java) S 3804 3806 30487 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 255474700 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140193428367592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3818] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3818/stat : 3818 (java) S 3804 3806 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255474700 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140193427313656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3819] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3819/stat : 3819 (java) S 3804 3806 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474700 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140193426261256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3820] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3820/stat : 3820 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474702 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140193425209744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3821] ppid=3804 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/3806/task/3821/stat : 3821 (java) S 3804 3806 30487 0 -1 4202560 6012 0 0 0 65 2 0 0 20 0 19 0 255474702 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140193424157368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3822] ppid=3804 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/3806/task/3822/stat : 3822 (java) S 3804 3806 30487 0 -1 4202560 2203 0 0 0 47 0 0 0 20 0 19 0 255474702 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140193423104568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3823] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3823/stat : 3823 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474702 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140193422052472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3824] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3824/stat : 3824 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474702 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140193420999880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3825] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3825/stat : 3825 (java) S 3804 3806 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255475237 9855975424 558129 33554432000 1073741824 1073778376 140734349998368 140193419944872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 1.83 2.01 2.05 3/213 3825
/proc/meminfo: memFree=24907760/32873648 swapFree=7104/7104
[pid=3806] ppid=3804 vsize=9624976 CPUtime=15.4 cores=1,3,5,7
/proc/3806/stat : 3806 (java) S 3804 3806 30487 0 -1 4202496 17390 0 1 0 1478 62 0 0 20 0 19 0 255474698 9855975424 558101 33554432000 1073741824 1073778376 140734349998368 140734349989504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0

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

[pid=3806/tid=3814] ppid=3804 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/3806/task/3814/stat : 3814 (java) S 3804 3806 30487 0 -1 4202560 371 0 0 0 36 5 0 0 20 0 19 0 255474699 9855975424 592219 33554432000 1073741824 1073778376 140734349998368 140194042841768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3815] ppid=3804 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/3806/task/3815/stat : 3815 (java) S 3804 3806 30487 0 -1 4202560 206 0 0 0 27 3 0 0 20 0 19 0 255474699 9855975424 592219 33554432000 1073741824 1073778376 140734349998368 140193912368168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3816] ppid=3804 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/3806/task/3816/stat : 3816 (java) S 3804 3806 30487 0 -1 4202560 594 0 0 0 34 6 0 0 20 0 19 0 255474699 9855975424 592219 33554432000 1073741824 1073778376 140734349998368 140193911315368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3817] ppid=3804 vsize=9624976 CPUtime=8.4 cores=1,3,5,7
/proc/3806/task/3817/stat : 3817 (java) S 3804 3806 30487 0 -1 4202560 1391 0 0 0 835 5 0 0 20 0 19 0 255474700 9855975424 592219 33554432000 1073741824 1073778376 140734349998368 140193428367592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3818] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3818/stat : 3818 (java) S 3804 3806 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255474700 9855975424 592219 33554432000 1073741824 1073778376 140734349998368 140193427313656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3819] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3819/stat : 3819 (java) S 3804 3806 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474700 9855975424 592219 33554432000 1073741824 1073778376 140734349998368 140193426261256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3820] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3820/stat : 3820 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474702 9855975424 592219 33554432000 1073741824 1073778376 140734349998368 140193425209744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3821] ppid=3804 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/3806/task/3821/stat : 3821 (java) S 3804 3806 30487 0 -1 4202560 6034 0 0 0 82 2 0 0 20 0 19 0 255474702 9855975424 592219 33554432000 1073741824 1073778376 140734349998368 140193424157368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3822] ppid=3804 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/3806/task/3822/stat : 3822 (java) S 3804 3806 30487 0 -1 4202560 2218 0 0 0 53 0 0 0 20 0 19 0 255474702 9855975424 592219 33554432000 1073741824 1073778376 140734349998368 140193423104568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3823] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3823/stat : 3823 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474702 9855975424 592219 33554432000 1073741824 1073778376 140734349998368 140193422052472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3824] ppid=3804 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/3806/task/3824/stat : 3824 (java) S 3804 3806 30487 0 -1 4202560 99 0 0 0 30 45 0 0 20 0 19 0 255474702 9855975424 592219 33554432000 1073741824 1073778376 140734349998368 140193420999880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3825] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3825/stat : 3825 (java) S 3804 3806 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255475237 9855975424 592219 33554432000 1073741824 1073778376 140734349998368 140193419944872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.28
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3842
/proc/meminfo: memFree=24606340/32873648 swapFree=7104/7104
[pid=3806] ppid=3804 vsize=9624976 CPUtime=1786.34 cores=1,3,5,7
/proc/3806/stat : 3806 (java) S 3804 3806 30487 0 -1 4202496 17882 0 1 0 178515 119 0 0 20 0 19 0 255474698 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140734349989504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3806/statm: 2406244 593245 2281 9 0 2396937 0
[pid=3806/tid=3808] ppid=3804 vsize=9624976 CPUtime=1772.71 cores=1,3,5,7
/proc/3806/task/3808/stat : 3808 (java) R 3804 3806 30487 0 -1 4202560 4437 0 1 0 177215 56 0 0 20 0 19 0 255474698 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194075652384 140193924191159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3806/tid=3809] ppid=3804 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/3806/task/3809/stat : 3809 (java) S 3804 3806 30487 0 -1 4202560 217 0 0 0 30 5 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194048104744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3810] ppid=3804 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/3806/task/3810/stat : 3810 (java) S 3804 3806 30487 0 -1 4202560 400 0 0 0 36 5 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194047051944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3811] ppid=3804 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/3806/task/3811/stat : 3811 (java) S 3804 3806 30487 0 -1 4202560 437 0 0 0 27 5 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194045999656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3812] ppid=3804 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/3806/task/3812/stat : 3812 (java) S 3804 3806 30487 0 -1 4202560 105 0 0 0 28 4 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194044946856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3813] ppid=3804 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/3806/task/3813/stat : 3813 (java) S 3804 3806 30487 0 -1 4202560 184 0 0 0 32 6 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194043894568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3814] ppid=3804 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/3806/task/3814/stat : 3814 (java) S 3804 3806 30487 0 -1 4202560 371 0 0 0 36 5 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194042841768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3815] ppid=3804 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/3806/task/3815/stat : 3815 (java) S 3804 3806 30487 0 -1 4202560 207 0 0 0 28 3 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193912368168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3816] ppid=3804 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/3806/task/3816/stat : 3816 (java) S 3804 3806 30487 0 -1 4202560 595 0 0 0 35 6 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193911315368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3817] ppid=3804 vsize=9624976 CPUtime=8.77 cores=1,3,5,7
/proc/3806/task/3817/stat : 3817 (java) S 3804 3806 30487 0 -1 4202560 1395 0 0 0 872 5 0 0 20 0 19 0 255474700 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193428367592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3818] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3818/stat : 3818 (java) S 3804 3806 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255474700 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193427313656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3819] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3819/stat : 3819 (java) S 3804 3806 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474700 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193426261256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3820] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3820/stat : 3820 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193425209744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3821] ppid=3804 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/3806/task/3821/stat : 3821 (java) S 3804 3806 30487 0 -1 4202560 6034 0 0 0 82 2 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193424157368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3822] ppid=3804 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/3806/task/3822/stat : 3822 (java) S 3804 3806 30487 0 -1 4202560 2218 0 0 0 53 0 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193423104568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3823] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3823/stat : 3823 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193422052472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3824] ppid=3804 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/3806/task/3824/stat : 3824 (java) S 3804 3806 30487 0 -1 4202560 103 0 0 0 31 47 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193420999880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3825] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3825/stat : 3825 (java) S 3804 3806 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255475237 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193419944872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.34
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.93 1.99 1.99 3/192 3852
/proc/meminfo: memFree=26976640/32873648 swapFree=7104/7104
[pid=3806] ppid=3804 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/3806/stat : 3806 (java) S 3804 3806 30487 0 -1 4202496 17882 0 1 0 179886 119 0 0 20 0 19 0 255474698 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140734349989504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3806/statm: 2406244 593245 2281 9 0 2396937 0
[pid=3806/tid=3808] ppid=3804 vsize=9624976 CPUtime=1786.41 cores=1,3,5,7
/proc/3806/task/3808/stat : 3808 (java) R 3804 3806 30487 0 -1 4202560 4437 0 1 0 178584 57 0 0 20 0 19 0 255474698 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194075652384 140193924201239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3806/tid=3809] ppid=3804 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/3806/task/3809/stat : 3809 (java) S 3804 3806 30487 0 -1 4202560 217 0 0 0 30 5 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194048104744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3810] ppid=3804 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/3806/task/3810/stat : 3810 (java) S 3804 3806 30487 0 -1 4202560 400 0 0 0 36 5 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194047051944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3811] ppid=3804 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/3806/task/3811/stat : 3811 (java) S 3804 3806 30487 0 -1 4202560 437 0 0 0 27 5 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194045999656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3812] ppid=3804 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/3806/task/3812/stat : 3812 (java) S 3804 3806 30487 0 -1 4202560 105 0 0 0 28 4 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194044946856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3813] ppid=3804 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/3806/task/3813/stat : 3813 (java) S 3804 3806 30487 0 -1 4202560 184 0 0 0 32 6 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194043894568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3814] ppid=3804 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/3806/task/3814/stat : 3814 (java) S 3804 3806 30487 0 -1 4202560 371 0 0 0 36 5 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194042841768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3815] ppid=3804 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/3806/task/3815/stat : 3815 (java) S 3804 3806 30487 0 -1 4202560 207 0 0 0 28 3 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193912368168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3816] ppid=3804 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/3806/task/3816/stat : 3816 (java) S 3804 3806 30487 0 -1 4202560 595 0 0 0 35 6 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193911315368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3817] ppid=3804 vsize=9624976 CPUtime=8.78 cores=1,3,5,7
/proc/3806/task/3817/stat : 3817 (java) S 3804 3806 30487 0 -1 4202560 1395 0 0 0 873 5 0 0 20 0 19 0 255474700 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193428367592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3818] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3818/stat : 3818 (java) S 3804 3806 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255474700 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193427313656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3819] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3819/stat : 3819 (java) S 3804 3806 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474700 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193426261256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3820] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3820/stat : 3820 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193425209744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3821] ppid=3804 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/3806/task/3821/stat : 3821 (java) S 3804 3806 30487 0 -1 4202560 6034 0 0 0 82 2 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193424157368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3822] ppid=3804 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/3806/task/3822/stat : 3822 (java) S 3804 3806 30487 0 -1 4202560 2218 0 0 0 53 0 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193423104568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3823] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3823/stat : 3823 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193422052472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3824] ppid=3804 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/3806/task/3824/stat : 3824 (java) S 3804 3806 30487 0 -1 4202560 103 0 0 0 31 47 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193420999880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3825] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3825/stat : 3825 (java) S 3804 3806 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255475237 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193419944872 214540793769 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+1796 s]
/proc/loadavg: 1.93 1.99 1.99 3/192 3852
/proc/meminfo: memFree=26976640/32873648 swapFree=7104/7104
[pid=3806] ppid=3804 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/3806/stat : 3806 (java) S 3804 3806 30487 0 -1 4202496 17882 0 1 0 179886 119 0 0 20 0 19 0 255474698 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140734349989504 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3806/statm: 2406244 593245 2281 9 0 2396937 0
[pid=3806/tid=3808] ppid=3804 vsize=9624976 CPUtime=1786.41 cores=1,3,5,7
/proc/3806/task/3808/stat : 3808 (java) R 3804 3806 30487 0 -1 4202560 4437 0 1 0 178584 57 0 0 20 0 19 0 255474698 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194075652384 140193924201239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3806/tid=3809] ppid=3804 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/3806/task/3809/stat : 3809 (java) S 3804 3806 30487 0 -1 4202560 217 0 0 0 30 5 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194048104744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3810] ppid=3804 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/3806/task/3810/stat : 3810 (java) S 3804 3806 30487 0 -1 4202560 400 0 0 0 36 5 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194047051944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3811] ppid=3804 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/3806/task/3811/stat : 3811 (java) S 3804 3806 30487 0 -1 4202560 437 0 0 0 27 5 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194045999656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3812] ppid=3804 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/3806/task/3812/stat : 3812 (java) S 3804 3806 30487 0 -1 4202560 105 0 0 0 28 4 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194044946856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3813] ppid=3804 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/3806/task/3813/stat : 3813 (java) S 3804 3806 30487 0 -1 4202560 184 0 0 0 32 6 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194043894568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3814] ppid=3804 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/3806/task/3814/stat : 3814 (java) S 3804 3806 30487 0 -1 4202560 371 0 0 0 36 5 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140194042841768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3815] ppid=3804 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/3806/task/3815/stat : 3815 (java) S 3804 3806 30487 0 -1 4202560 207 0 0 0 28 3 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193912368168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3816] ppid=3804 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/3806/task/3816/stat : 3816 (java) S 3804 3806 30487 0 -1 4202560 595 0 0 0 35 6 0 0 20 0 19 0 255474699 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193911315368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3817] ppid=3804 vsize=9624976 CPUtime=8.78 cores=1,3,5,7
/proc/3806/task/3817/stat : 3817 (java) S 3804 3806 30487 0 -1 4202560 1395 0 0 0 873 5 0 0 20 0 19 0 255474700 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193428367592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3818] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3818/stat : 3818 (java) S 3804 3806 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255474700 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193427313656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3819] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3819/stat : 3819 (java) S 3804 3806 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474700 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193426261256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3820] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3820/stat : 3820 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193425209744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3806/tid=3821] ppid=3804 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/3806/task/3821/stat : 3821 (java) S 3804 3806 30487 0 -1 4202560 6034 0 0 0 82 2 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193424157368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3822] ppid=3804 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/3806/task/3822/stat : 3822 (java) S 3804 3806 30487 0 -1 4202560 2218 0 0 0 53 0 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193423104568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3823] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3823/stat : 3823 (java) S 3804 3806 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193422052472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3806/tid=3824] ppid=3804 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/3806/task/3824/stat : 3824 (java) S 3804 3806 30487 0 -1 4202560 103 0 0 0 31 47 0 0 20 0 19 0 255474702 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193420999880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3806/tid=3825] ppid=3804 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/3806/task/3825/stat : 3825 (java) S 3804 3806 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255475237 9855975424 593245 33554432000 1073741824 1073778376 140734349998368 140193419944872 214540793769 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
Real time (s): 1796.05
CPU time (s): 1800.58
CPU user time (s): 1798.94
CPU system time (s): 1.64175
CPU usage (%): 100.252
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.64175
maximum resident set size= 2373108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17918
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38946
involuntary context switches= 9300

runsolver used 6.24105 second user time and 15.1727 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 23:04:52
IDJOB=3689839
IDBENCH=91040
IDSOLVER=2269
FILE ID=node127/3689839-1337893492
RUNJOBID= node127-1337889909-3244
PBS_JOBID= 14620077
Free space on /tmp= 71620 MiB

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

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

MD5SUM BENCH= 8f97c77928b15936b90881f480455177
RANDOM SEED=1509105506

node127.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.348
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	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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:       32873648 kB
MemFree:        27137408 kB
Buffers:          251272 kB
Cached:          2477524 kB
SwapCached:            0 kB
Active:          2686616 kB
Inactive:        2268584 kB
Active(anon):    2228700 kB
Inactive(anon):        0 kB
Active(file):     457916 kB
Inactive(file):  2268584 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             56128 kB
Writeback:             0 kB
AnonPages:       2233332 kB
Mapped:            22512 kB
Shmem:               200 kB
Slab:             640104 kB
SReclaimable:      83780 kB
SUnreclaim:       556324 kB
KernelStack:        1592 kB
PageTables:         8572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3269956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2181120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node127 at 2012-05-24 23:34:50