Trace number 3478926

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.38 1792.24

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-173.opb
MD5SUMb029850fdc398224d6c6edaf54638c01
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables268241
Total number of constraints5985144
Number of constraints which are clauses5358445
Number of constraints which are cardinality constraints (but not clauses)21283
Number of constraints which are nor clauses,nor cardinality constraints605416
Minimum length of a constraint2
Maximum length of a constraint2337
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2338
Number of bits of the biggest sum of numbers12
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.12/0.11	c Pseudo Boolean Optimization
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3478926-1307442186.opb
0.12/0.11	c reading problem ... 
45.11/39.15	c ... done. Wall clock time 39.038s.
45.11/39.15	c #vars     268241
45.11/39.15	c #constraints  5995806
45.11/39.15	c constraints type 
45.11/39.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4184900
45.11/39.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 21284
45.11/39.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1184206
45.11/39.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 605416
58.31/51.86	c cleaning 2476 clauses out of 5000 with flag 5000/5000
71.49/64.61	c cleaning 4229 clauses out of 8525 with flag 11001/11001
82.91/76.09	c cleaning 5637 clauses out of 11296 with flag 18001/18001
97.46/90.54	c cleaning 6788 clauses out of 13660 with flag 26002/26002
113.59/106.68	c cleaning 7931 clauses out of 15875 with flag 35005/35005
131.21/124.26	c cleaning 8956 clauses out of 17941 with flag 45002/45002
154.65/147.62	c cleaning 9960 clauses out of 19983 with flag 56000/56000
173.56/166.54	c cleaning 11000 clauses out of 22023 with flag 68000/68000
194.88/187.88	c cleaning 11982 clauses out of 24024 with flag 81001/81001
220.30/213.29	c cleaning 13001 clauses out of 26048 with flag 95007/95007
245.63/238.54	c cleaning 14001 clauses out of 28040 with flag 110000/110000
271.87/264.76	c cleaning 15009 clauses out of 30040 with flag 126001/126001
297.99/290.84	c cleaning 15997 clauses out of 32032 with flag 143002/143002
334.13/326.94	c cleaning 17000 clauses out of 34033 with flag 161000/161000
365.95/358.76	c cleaning 18003 clauses out of 36034 with flag 180001/180001
400.88/393.62	c cleaning 19007 clauses out of 38032 with flag 200002/200002
437.80/430.60	c cleaning 19991 clauses out of 40029 with flag 221006/221006
480.94/473.61	c cleaning 20980 clauses out of 42034 with flag 243002/243002
516.16/508.88	c cleaning 21994 clauses out of 44052 with flag 266000/266000
557.61/550.25	c cleaning 23007 clauses out of 46058 with flag 290000/290000
602.54/595.11	c cleaning 24013 clauses out of 48054 with flag 315003/315003
648.98/641.56	c cleaning 25006 clauses out of 50038 with flag 341000/341000
726.22/718.78	c cleaning 25967 clauses out of 52033 with flag 368001/368001
805.47/797.93	c cleaning 27018 clauses out of 54066 with flag 396001/396001
870.93/863.36	c cleaning 28006 clauses out of 56048 with flag 425001/425001
920.88/913.28	c cleaning 29001 clauses out of 58042 with flag 455001/455001
973.41/965.74	c cleaning 30007 clauses out of 60040 with flag 486000/486000
1029.54/1021.82	c cleaning 30987 clauses out of 62033 with flag 518000/518000
1101.88/1094.17	c cleaning 32003 clauses out of 64046 with flag 551000/551000
1175.00/1167.22	c cleaning 33004 clauses out of 66045 with flag 585002/585002
1245.54/1237.75	c cleaning 34008 clauses out of 68039 with flag 620000/620000
1306.17/1298.34	c cleaning 34992 clauses out of 70033 with flag 656002/656002
1410.71/1402.89	c cleaning 35930 clauses out of 72039 with flag 693000/693000
1489.34/1481.45	c cleaning 37008 clauses out of 74109 with flag 731000/731000
1553.59/1545.65	c cleaning 38008 clauses out of 76102 with flag 770001/770001
1626.23/1618.21	c cleaning 39029 clauses out of 78094 with flag 810001/810001
1716.37/1708.39	c cleaning 40017 clauses out of 80064 with flag 851000/851000
1800.10/1792.02	c starts		: 180
1800.10/1792.02	c conflicts		: 889228
1800.10/1792.02	c decisions		: 5374201
1800.10/1792.02	c propagations		: 4593405070
1800.10/1792.02	c inspects		: 15021540814
1800.10/1792.02	c shortcuts		: 0
1800.10/1792.02	c learnt literals	: 0
1800.10/1792.02	c learnt binary clauses	: 170
1800.10/1792.02	c learnt ternary clauses	: 287
1800.10/1792.02	c learnt constraints	: 889228
1800.10/1792.02	c ignored constraints	: 0
1800.10/1792.02	c root simplifications	: 0
1800.10/1792.02	c removed literals (reason simplification)	: 29317286
1800.10/1792.02	c reason swapping (by a shorter reason)	: 0
1800.10/1792.02	c Calls to reduceDB	: 37
1800.10/1792.02	c number of reductions to clauses (during analyze)	: 0
1800.10/1792.02	c number of learned constraints concerned by reduction	: 0
1800.10/1792.02	c number of learning phase by resolution	: 0
1800.10/1792.02	c number of learning phase by cutting planes	: 0
1800.10/1792.02	c speed (assignments/second)	: 2620501.01519049
1800.10/1792.02	c non guided choices	2865534
1800.10/1792.05	c learnt constraints type 
1800.10/1792.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 170
1800.10/1792.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78109
1800.10/1792.05	c constraints type 
1800.10/1792.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4184900
1800.10/1792.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 21284
1800.10/1792.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1184206
1800.10/1792.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 605416
1800.10/1792.05	s UNKNOWN
1800.10/1792.05	c Total wall clock time (in seconds): 1791.941

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3478926-1307442186/watcher-3478926-1307442186 -o /tmp/evaluation-result-3478926-1307442186/solver-3478926-1307442186 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3478926-1307442186.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 2/454 22759
/proc/meminfo: memFree=19083328/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22757 22759 22246 0 -1 4202496 5162 0 1 0 0 0 0 0 24 0 2 0 855817153 13850947584 4863 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 3381579 4876 917 9 0 3372735 0
[pid=22759/tid=22760] ppid=22757 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22760/stat : 22760 (java) R 22757 22759 22246 0 -1 4202560 5810 0 1 0 0 0 0 0 25 0 2 0 855817154 13850947584 6626 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255376995387 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.110599 s]
/proc/loadavg: 2.00 2.02 2.00 2/454 22759
/proc/meminfo: memFree=19083328/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=13621636 CPUtime=0.12 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22757 22759 22246 0 -1 4202496 15747 0 1 0 10 2 0 0 24 0 18 0 855817153 13948555264 15405 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 3405409 15407 2115 9 0 3396143 0
[pid=22759/tid=22760] ppid=22757 vsize=13621636 CPUtime=0.09 cores=1,3,5,7
/proc/22759/task/22760/stat : 22760 (java) R 22757 22759 22246 0 -1 4202560 13747 0 1 0 8 1 0 0 25 0 18 0 855817154 13948555264 15407 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 46912496205948 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13621636

[startup+0.201486 s]
/proc/loadavg: 2.00 2.02 2.00 2/454 22759
/proc/meminfo: memFree=19083328/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=13621636 CPUtime=0.25 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22757 22759 22246 0 -1 4202496 21685 0 1 0 23 2 0 0 24 0 18 0 855817153 13948555264 21311 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 3405409 21311 2170 9 0 3396143 0
[pid=22759/tid=22760] ppid=22757 vsize=13621636 CPUtime=0.18 cores=1,3,5,7
/proc/22759/task/22760/stat : 22760 (java) R 22757 22759 22246 0 -1 4202560 19405 0 1 0 17 1 0 0 25 0 18 0 855817154 13948555264 21311 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 46912505198346 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13621636

[startup+0.334214 s]
/proc/loadavg: 2.00 2.02 2.00 2/454 22759
/proc/meminfo: memFree=19083328/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=13622156 CPUtime=0.57 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22757 22759 22246 0 -1 4202496 30578 0 1 0 54 3 0 0 24 0 18 0 855817153 13949087744 29512 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 3405539 29514 2205 9 0 3396273 0
[pid=22759/tid=22760] ppid=22757 vsize=13622156 CPUtime=0.32 cores=1,3,5,7
/proc/22759/task/22760/stat : 22760 (java) R 22757 22759 22246 0 -1 4202560 27149 0 1 0 30 2 0 0 25 0 18 0 855817154 13949087744 29515 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 46912505589395 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13622156

[startup+0.704509 s]
/proc/loadavg: 2.00 2.02 2.00 2/454 22759
/proc/meminfo: memFree=19083328/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=13634352 CPUtime=1.43 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22757 22759 22246 0 -1 4202496 114678 0 1 0 131 12 0 0 24 0 18 0 855817153 13961576448 110196 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 3408588 110201 2216 9 0 3399322 0
[pid=22759/tid=22760] ppid=22757 vsize=13634352 CPUtime=0.69 cores=1,3,5,7
/proc/22759/task/22760/stat : 22760 (java) R 22757 22759 22246 0 -1 4202560 102033 0 1 0 59 10 0 0 25 0 18 0 855817154 13961576448 110203 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 13634352

[startup+1.50136 s]
/proc/loadavg: 2.00 2.02 2.00 3/472 22777
/proc/meminfo: memFree=18109032/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=13634352 CPUtime=2.25 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22757 22759 22246 0 -1 4202496 331250 0 1 0 190 35 0 0 24 0 18 0 855817153 13961576448 326770 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 3408588 326799 2216 9 0 3399322 0
[pid=22759/tid=22760] ppid=22757 vsize=13634352 CPUtime=1.48 cores=1,3,5,7
/proc/22759/task/22760/stat : 22760 (java) R 22757 22759 22246 0 -1 4202560 318639 0 1 0 115 33 0 0 25 0 18 0 855817154 13961576448 326812 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 47974759341146 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22759/tid=22762] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22762/stat : 22762 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 326829 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22763] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22763/stat : 22763 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 326844 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22764] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22764/stat : 22764 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 326860 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22765] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22765/stat : 22765 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 326876 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22766] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22766/stat : 22766 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 326892 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22767] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22767/stat : 22767 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 326907 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22768] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22768/stat : 22768 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 326923 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22769] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22769/stat : 22769 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 326939 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22770] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22770/stat : 22770 (java) S 22757 22759 22246 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855817157 13961576448 326954 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 0 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22771] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22771/stat : 22771 (java) S 22757 22759 22246 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855817157 13961576448 326970 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22772] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22772/stat : 22772 (java) S 22757 22759 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855817157 13961576448 326986 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22773] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22773/stat : 22773 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817159 13961576448 327001 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389125041 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22774] ppid=22757 vsize=13634352 CPUtime=0.38 cores=1,3,5,7
/proc/22759/task/22774/stat : 22774 (java) S 22757 22759 22246 0 -1 4202560 5821 0 0 0 37 1 0 0 15 0 18 0 855817159 13961576448 327016 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22775] ppid=22757 vsize=13634352 CPUtime=0.37 cores=1,3,5,7
/proc/22759/task/22775/stat : 22775 (java) S 22757 22759 22246 0 -1 4202560 5683 0 0 0 37 0 0 0 15 0 18 0 855817159 13961576448 327033 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 7 0 0 0
[pid=22759/tid=22776] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22776/stat : 22776 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817159 13961576448 327048 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22777] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22777/stat : 22777 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855817159 13961576448 327064 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 13634352

[startup+3.10106 s]
/proc/loadavg: 2.00 2.02 2.00 3/472 22777
/proc/meminfo: memFree=16900032/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=13634352 CPUtime=3.89 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22757 22759 22246 0 -1 4202496 764644 0 1 0 306 83 0 0 24 0 18 0 855817153 13961576448 760162 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 3408588 760167 2216 9 0 3399322 0
[pid=22759/tid=22760] ppid=22757 vsize=13634352 CPUtime=3.09 cores=1,3,5,7
/proc/22759/task/22760/stat : 22760 (java) R 22757 22759 22246 0 -1 4202560 751994 0 1 0 228 81 0 0 25 0 18 0 855817154 13961576448 760169 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 46912505611202 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22759/tid=22762] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22762/stat : 22762 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 760171 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22763] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22763/stat : 22763 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 760174 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22764] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22764/stat : 22764 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 760177 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22765] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22765/stat : 22765 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 760179 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22766] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22766/stat : 22766 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 760182 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22767] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22767/stat : 22767 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 760185 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22768] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22768/stat : 22768 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 760188 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22769] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22769/stat : 22769 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817156 13961576448 760191 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22770] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22770/stat : 22770 (java) S 22757 22759 22246 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855817157 13961576448 760193 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 0 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22771] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22771/stat : 22771 (java) S 22757 22759 22246 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855817157 13961576448 760196 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22772] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22772/stat : 22772 (java) S 22757 22759 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855817157 13961576448 760199 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22773] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22773/stat : 22773 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817159 13961576448 760201 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389125041 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22774] ppid=22757 vsize=13634352 CPUtime=0.38 cores=1,3,5,7
/proc/22759/task/22774/stat : 22774 (java) S 22757 22759 22246 0 -1 4202560 5821 0 0 0 37 1 0 0 15 0 18 0 855817159 13961576448 760204 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22775] ppid=22757 vsize=13634352 CPUtime=0.4 cores=1,3,5,7
/proc/22759/task/22775/stat : 22775 (java) S 22757 22759 22246 0 -1 4202560 5685 0 0 0 40 0 0 0 15 0 18 0 855817159 13961576448 760206 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22776] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22776/stat : 22776 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817159 13961576448 760209 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22777] ppid=22757 vsize=13634352 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22777/stat : 22777 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855817159 13961576448 760210 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 4 0 16800975 18446604463647746112 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 13634352

[startup+6.30147 s]
/proc/loadavg: 2.00 2.02 2.00 3/472 22777
/proc/meminfo: memFree=15530856/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=13632388 CPUtime=7.32 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22757 22759 22246 0 -1 4202496 883691 0 1 0 636 96 0 0 24 0 18 0 855817153 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 3408097 878721 2232 9 0 3398831 0
[pid=22759/tid=22760] ppid=22757 vsize=13632388 CPUtime=6.17 cores=1,3,5,7
/proc/22759/task/22760/stat : 22760 (java) R 22757 22759 22246 0 -1 4202560 845201 0 1 0 526 91 0 0 20 0 18 0 855817154 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 46912505540852 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22759/tid=22762] ppid=22757 vsize=13632388 CPUtime=0.05 cores=1,3,5,7
/proc/22759/task/22762/stat : 22762 (java) S 22757 22759 22246 0 -1 4202560 5108 0 0 0 5 0 0 0 16 0 18 0 855817156 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22763] ppid=22757 vsize=13632388 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22763/stat : 22763 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855817156 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 7 0 0 0
[pid=22759/tid=22764] ppid=22757 vsize=13632388 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22764/stat : 22764 (java) S 22757 22759 22246 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855817156 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22765] ppid=22757 vsize=13632388 CPUtime=0.06 cores=1,3,5,7
/proc/22759/task/22765/stat : 22765 (java) S 22757 22759 22246 0 -1 4202560 5651 0 0 0 6 0 0 0 16 0 18 0 855817156 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22766] ppid=22757 vsize=13632388 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22766/stat : 22766 (java) S 22757 22759 22246 0 -1 4202560 235 0 0 0 0 0 0 0 16 0 18 0 855817156 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22767] ppid=22757 vsize=13632388 CPUtime=0.03 cores=1,3,5,7
/proc/22759/task/22767/stat : 22767 (java) S 22757 22759 22246 0 -1 4202560 2884 0 0 0 3 0 0 0 18 0 18 0 855817156 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 7 0 0 0
[pid=22759/tid=22768] ppid=22757 vsize=13632388 CPUtime=0.1 cores=1,3,5,7
/proc/22759/task/22768/stat : 22768 (java) S 22757 22759 22246 0 -1 4202560 8313 0 0 0 10 0 0 0 18 0 18 0 855817156 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 7 0 0 0
[pid=22759/tid=22769] ppid=22757 vsize=13632388 CPUtime=0.04 cores=1,3,5,7
/proc/22759/task/22769/stat : 22769 (java) S 22757 22759 22246 0 -1 4202560 3636 0 0 0 4 0 0 0 18 0 18 0 855817156 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22770] ppid=22757 vsize=13632388 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22770/stat : 22770 (java) S 22757 22759 22246 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 855817157 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 0 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22771] ppid=22757 vsize=13632388 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22771/stat : 22771 (java) S 22757 22759 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 855817157 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22772] ppid=22757 vsize=13632388 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22772/stat : 22772 (java) S 22757 22759 22246 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 855817157 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22773] ppid=22757 vsize=13632388 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22773/stat : 22773 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817159 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389125041 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22774] ppid=22757 vsize=13632388 CPUtime=0.38 cores=1,3,5,7
/proc/22759/task/22774/stat : 22774 (java) S 22757 22759 22246 0 -1 4202560 5821 0 0 0 37 1 0 0 15 0 18 0 855817159 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22775] ppid=22757 vsize=13632388 CPUtime=0.41 cores=1,3,5,7
/proc/22759/task/22775/stat : 22775 (java) S 22757 22759 22246 0 -1 4202560 5687 0 0 0 41 0 0 0 15 0 18 0 855817159 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22776] ppid=22757 vsize=13632388 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22776/stat : 22776 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855817159 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22777] ppid=22757 vsize=13632388 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22777/stat : 22777 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855817159 13959565312 878721 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0

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

[pid=22759/tid=22824] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22824/stat : 22824 (java) S 22757 22759 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855821073 13960617984 1288507 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1670.38
Current children cumulated vsize (KiB) 13633416

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/473 22869
/proc/meminfo: memFree=8919900/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=13633416 CPUtime=1730.39 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22757 22759 22246 0 -1 4202496 1297616 0 1 0 172883 156 0 0 24 0 19 0 855817153 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 3408354 1289154 2263 9 0 3399088 0
[pid=22759/tid=22760] ppid=22757 vsize=13633416 CPUtime=1663.25 cores=1,3,5,7
/proc/22759/task/22760/stat : 22760 (java) R 22757 22759 22246 0 -1 4202560 944032 0 1 0 166210 115 0 0 25 0 19 0 855817154 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 46912506050681 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22759/tid=22762] ppid=22757 vsize=13633416 CPUtime=1.08 cores=1,3,5,7
/proc/22759/task/22762/stat : 22762 (java) S 22757 22759 22246 0 -1 4202560 43107 0 0 0 104 4 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22763] ppid=22757 vsize=13633416 CPUtime=1.09 cores=1,3,5,7
/proc/22759/task/22763/stat : 22763 (java) S 22757 22759 22246 0 -1 4202560 41146 0 0 0 104 5 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22764] ppid=22757 vsize=13633416 CPUtime=0.79 cores=1,3,5,7
/proc/22759/task/22764/stat : 22764 (java) S 22757 22759 22246 0 -1 4202560 22316 0 0 0 77 2 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22765] ppid=22757 vsize=13633416 CPUtime=1.37 cores=1,3,5,7
/proc/22759/task/22765/stat : 22765 (java) S 22757 22759 22246 0 -1 4202560 56713 0 0 0 132 5 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22766] ppid=22757 vsize=13633416 CPUtime=0.97 cores=1,3,5,7
/proc/22759/task/22766/stat : 22766 (java) S 22757 22759 22246 0 -1 4202560 37115 0 0 0 92 5 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22767] ppid=22757 vsize=13633416 CPUtime=1.44 cores=1,3,5,7
/proc/22759/task/22767/stat : 22767 (java) S 22757 22759 22246 0 -1 4202560 45939 0 0 0 140 4 0 0 16 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22768] ppid=22757 vsize=13633416 CPUtime=1.06 cores=1,3,5,7
/proc/22759/task/22768/stat : 22768 (java) S 22757 22759 22246 0 -1 4202560 35549 0 0 0 102 4 0 0 16 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 7 0 0 0
[pid=22759/tid=22769] ppid=22757 vsize=13633416 CPUtime=1.44 cores=1,3,5,7
/proc/22759/task/22769/stat : 22769 (java) S 22757 22759 22246 0 -1 4202560 33795 0 0 0 141 3 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22770] ppid=22757 vsize=13633416 CPUtime=56.3 cores=1,3,5,7
/proc/22759/task/22770/stat : 22770 (java) S 22757 22759 22246 0 -1 4202560 25006 0 0 0 5628 2 0 0 18 0 19 0 855817157 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 0 0 16800975 18446604463647746112 0 0 -1 5 0 0 0
[pid=22759/tid=22771] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22771/stat : 22771 (java) S 22757 22759 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855817157 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22772] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22772/stat : 22772 (java) S 22757 22759 22246 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855817157 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22773] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22773/stat : 22773 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389125041 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22774] ppid=22757 vsize=13633416 CPUtime=0.84 cores=1,3,5,7
/proc/22759/task/22774/stat : 22774 (java) S 22757 22759 22246 0 -1 4202560 5913 0 0 0 83 1 0 0 15 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22775] ppid=22757 vsize=13633416 CPUtime=0.63 cores=1,3,5,7
/proc/22759/task/22775/stat : 22775 (java) S 22757 22759 22246 0 -1 4202560 5736 0 0 0 63 0 0 0 15 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22776] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22776/stat : 22776 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22777] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22777/stat : 22777 (java) S 22757 22759 22246 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22824] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22824/stat : 22824 (java) S 22757 22759 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855821073 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1730.39
Current children cumulated vsize (KiB) 13633416

[startup+1782.32 s]
/proc/loadavg: 2.10 2.05 2.01 3/473 22871
/proc/meminfo: memFree=8919672/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=13633416 CPUtime=1790.41 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22757 22759 22246 0 -1 4202496 1297620 0 1 0 178885 156 0 0 24 0 19 0 855817153 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 3408354 1289154 2263 9 0 3399088 0
[pid=22759/tid=22760] ppid=22757 vsize=13633416 CPUtime=1723.27 cores=1,3,5,7
/proc/22759/task/22760/stat : 22760 (java) R 22757 22759 22246 0 -1 4202560 944032 0 1 0 172212 115 0 0 25 0 19 0 855817154 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 46912505933002 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22759/tid=22762] ppid=22757 vsize=13633416 CPUtime=1.08 cores=1,3,5,7
/proc/22759/task/22762/stat : 22762 (java) S 22757 22759 22246 0 -1 4202560 43107 0 0 0 104 4 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22763] ppid=22757 vsize=13633416 CPUtime=1.09 cores=1,3,5,7
/proc/22759/task/22763/stat : 22763 (java) S 22757 22759 22246 0 -1 4202560 41146 0 0 0 104 5 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22764] ppid=22757 vsize=13633416 CPUtime=0.79 cores=1,3,5,7
/proc/22759/task/22764/stat : 22764 (java) S 22757 22759 22246 0 -1 4202560 22316 0 0 0 77 2 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22765] ppid=22757 vsize=13633416 CPUtime=1.37 cores=1,3,5,7
/proc/22759/task/22765/stat : 22765 (java) S 22757 22759 22246 0 -1 4202560 56713 0 0 0 132 5 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22766] ppid=22757 vsize=13633416 CPUtime=0.97 cores=1,3,5,7
/proc/22759/task/22766/stat : 22766 (java) S 22757 22759 22246 0 -1 4202560 37115 0 0 0 92 5 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22767] ppid=22757 vsize=13633416 CPUtime=1.44 cores=1,3,5,7
/proc/22759/task/22767/stat : 22767 (java) S 22757 22759 22246 0 -1 4202560 45939 0 0 0 140 4 0 0 16 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22768] ppid=22757 vsize=13633416 CPUtime=1.06 cores=1,3,5,7
/proc/22759/task/22768/stat : 22768 (java) S 22757 22759 22246 0 -1 4202560 35549 0 0 0 102 4 0 0 16 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 7 0 0 0
[pid=22759/tid=22769] ppid=22757 vsize=13633416 CPUtime=1.44 cores=1,3,5,7
/proc/22759/task/22769/stat : 22769 (java) S 22757 22759 22246 0 -1 4202560 33795 0 0 0 141 3 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22770] ppid=22757 vsize=13633416 CPUtime=56.3 cores=1,3,5,7
/proc/22759/task/22770/stat : 22770 (java) S 22757 22759 22246 0 -1 4202560 25006 0 0 0 5628 2 0 0 18 0 19 0 855817157 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 0 0 16800975 18446604463647746112 0 0 -1 5 0 0 0
[pid=22759/tid=22771] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22771/stat : 22771 (java) S 22757 22759 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855817157 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22772] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22772/stat : 22772 (java) S 22757 22759 22246 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855817157 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22773] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22773/stat : 22773 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389125041 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22774] ppid=22757 vsize=13633416 CPUtime=0.84 cores=1,3,5,7
/proc/22759/task/22774/stat : 22774 (java) S 22757 22759 22246 0 -1 4202560 5913 0 0 0 83 1 0 0 15 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22775] ppid=22757 vsize=13633416 CPUtime=0.63 cores=1,3,5,7
/proc/22759/task/22775/stat : 22775 (java) S 22757 22759 22246 0 -1 4202560 5736 0 0 0 63 0 0 0 15 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22776] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22776/stat : 22776 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22777] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22777/stat : 22777 (java) S 22757 22759 22246 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22824] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22824/stat : 22824 (java) S 22757 22759 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855821073 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (KiB) 13633416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792 s]
/proc/loadavg: 2.08 2.04 2.01 3/473 22871
/proc/meminfo: memFree=8918928/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=13633416 CPUtime=1800.1 cores=1,3,5,7
/proc/22759/stat : 22759 (java) S 22757 22759 22246 0 -1 4202496 1297620 0 1 0 179854 156 0 0 24 0 19 0 855817153 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 3408354 1289154 2263 9 0 3399088 0
[pid=22759/tid=22760] ppid=22757 vsize=13633416 CPUtime=1732.97 cores=1,3,5,7
/proc/22759/task/22760/stat : 22760 (java) R 22757 22759 22246 0 -1 4202560 944032 0 1 0 173182 115 0 0 25 0 19 0 855817154 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 46912505971940 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22759/tid=22762] ppid=22757 vsize=13633416 CPUtime=1.08 cores=1,3,5,7
/proc/22759/task/22762/stat : 22762 (java) S 22757 22759 22246 0 -1 4202560 43107 0 0 0 104 4 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22763] ppid=22757 vsize=13633416 CPUtime=1.09 cores=1,3,5,7
/proc/22759/task/22763/stat : 22763 (java) S 22757 22759 22246 0 -1 4202560 41146 0 0 0 104 5 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22764] ppid=22757 vsize=13633416 CPUtime=0.79 cores=1,3,5,7
/proc/22759/task/22764/stat : 22764 (java) S 22757 22759 22246 0 -1 4202560 22316 0 0 0 77 2 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22765] ppid=22757 vsize=13633416 CPUtime=1.37 cores=1,3,5,7
/proc/22759/task/22765/stat : 22765 (java) S 22757 22759 22246 0 -1 4202560 56713 0 0 0 132 5 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22766] ppid=22757 vsize=13633416 CPUtime=0.97 cores=1,3,5,7
/proc/22759/task/22766/stat : 22766 (java) S 22757 22759 22246 0 -1 4202560 37115 0 0 0 92 5 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22767] ppid=22757 vsize=13633416 CPUtime=1.44 cores=1,3,5,7
/proc/22759/task/22767/stat : 22767 (java) S 22757 22759 22246 0 -1 4202560 45939 0 0 0 140 4 0 0 16 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22768] ppid=22757 vsize=13633416 CPUtime=1.06 cores=1,3,5,7
/proc/22759/task/22768/stat : 22768 (java) S 22757 22759 22246 0 -1 4202560 35549 0 0 0 102 4 0 0 16 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 7 0 0 0
[pid=22759/tid=22769] ppid=22757 vsize=13633416 CPUtime=1.44 cores=1,3,5,7
/proc/22759/task/22769/stat : 22769 (java) S 22757 22759 22246 0 -1 4202560 33795 0 0 0 141 3 0 0 15 0 19 0 855817156 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22770] ppid=22757 vsize=13633416 CPUtime=56.3 cores=1,3,5,7
/proc/22759/task/22770/stat : 22770 (java) S 22757 22759 22246 0 -1 4202560 25006 0 0 0 5628 2 0 0 18 0 19 0 855817157 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 0 0 16800975 18446604463647746112 0 0 -1 5 0 0 0
[pid=22759/tid=22771] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22771/stat : 22771 (java) S 22757 22759 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855817157 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22772] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22772/stat : 22772 (java) S 22757 22759 22246 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855817157 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22773] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22773/stat : 22773 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389125041 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22774] ppid=22757 vsize=13633416 CPUtime=0.84 cores=1,3,5,7
/proc/22759/task/22774/stat : 22774 (java) S 22757 22759 22246 0 -1 4202560 5913 0 0 0 83 1 0 0 15 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
[pid=22759/tid=22775] ppid=22757 vsize=13633416 CPUtime=0.63 cores=1,3,5,7
/proc/22759/task/22775/stat : 22775 (java) S 22757 22759 22246 0 -1 4202560 5736 0 0 0 63 0 0 0 15 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22776] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22776/stat : 22776 (java) S 22757 22759 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117337 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22777] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22777/stat : 22777 (java) S 22757 22759 22246 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 855817159 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 4 0 16800975 18446604463647746112 0 0 -1 1 0 0 0
[pid=22759/tid=22824] ppid=22757 vsize=13633416 CPUtime=0 cores=1,3,5,7
/proc/22759/task/22824/stat : 22824 (java) S 22757 22759 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855821073 13960617984 1289154 33554432000 1073741824 1073778376 140737355955008 18446744073709551615 255389117952 0 4 0 16800975 18446604463647746112 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 13633416

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1792.12 s]
/proc/loadavg: 2.08 2.04 2.01 3/457 22874
/proc/meminfo: memFree=10859756/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=0 CPUtime=1800.26 cores=1,3,5,7
/proc/22759/stat : 22759 (java) Z 22757 22759 22246 0 -1 4203548 1297650 0 1 0 179862 164 0 0 17 0 2 0 855817153 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 0 0 0 0 0 0 0
[pid=22759/tid=22874] ppid=22757 vsize=0 CPUtime=0.1 cores=1,3,5,7
/proc/22759/task/22874/stat : 22874 (java) R 22757 22759 22246 0 -1 4203588 8 0 0 0 2 8 0 0 20 0 2 0 855996356 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

[startup+1792.22 s]
/proc/loadavg: 2.08 2.04 2.01 3/457 22874
/proc/meminfo: memFree=10859756/32951124 swapFree=60787360/67111528
[pid=22759] ppid=22757 vsize=0 CPUtime=1800.35 cores=1,3,5,7
/proc/22759/stat : 22759 (java) Z 22757 22759 22246 0 -1 4203548 1297650 0 1 0 179862 173 0 0 17 0 2 0 855817153 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22759/statm: 0 0 0 0 0 0 0
[pid=22759/tid=22874] ppid=22757 vsize=0 CPUtime=0.18 cores=1,3,5,7
/proc/22759/task/22874/stat : 22874 (java) R 22757 22759 22246 0 -1 4203588 8 0 0 0 2 16 0 0 20 0 2 0 855996356 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.24
CPU time (s): 1800.38
CPU user time (s): 1798.63
CPU system time (s): 1.74973
CPU usage (%): 100.454
Max. virtual memory (cumulated for all children) (KiB): 13634352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.74973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1297650
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38226
involuntary context switches= 21912

runsolver used 7.57385 second user time and 18.7112 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-07 12:23:13
IDJOB=3478926
IDBENCH=89769
IDSOLVER=1952
FILE ID=node135/3478926-1307442186
RUNJOBID= node135-1307436784-22265
PBS_JOBID= 13519953
Free space on /tmp= 73708 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-173.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478926-1307442186/watcher-3478926-1307442186 -o /tmp/evaluation-result-3478926-1307442186/solver-3478926-1307442186 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3478926-1307442186.opb

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

MD5SUM BENCH= b029850fdc398224d6c6edaf54638c01
RANDOM SEED=2073529569

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19083360 kB
Buffers:        306452 kB
Cached:        1429608 kB
SwapCached:       6168 kB
Active:       12616380 kB
Inactive:       971868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19083360 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:          296704 kB
Writeback:           0 kB
AnonPages:    11851652 kB
Mapped:          34116 kB
Slab:           144788 kB
PageTables:      67508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 137832684 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73352 MiB
End job on node135 at 2011-06-07 12:53:07