Trace number 3456605

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
Sat4j CuttingPlanes 2.3.0? (TO) 1800.39 1796.77

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMfad34197fa8b5ebd519d12750a352ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark840
Best CPU time to get the best result obtained on this benchmark1800.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 480
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495457
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495457
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.11	c See www.sat4j.org for details.
0.05/0.12	c version 2.3.1.v20110525
0.05/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.12	c java.vm.version	19.1-b02
0.05/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.12	c sun.arch.data.model	64
0.05/0.12	c java.version		1.6.0_24
0.05/0.12	c os.name		Linux
0.05/0.12	c os.version		2.6.18-164.el5
0.05/0.12	c os.arch		amd64
0.05/0.12	c Free memory 		9996466904
0.05/0.12	c Max memory 		10048897024
0.05/0.12	c Total memory 		10048897024
0.05/0.12	c Number of processors 	8
0.05/0.14	c Pseudo Boolean Optimization
0.05/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.14	c --- Begin Solver configuration ---
0.05/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.05/0.14	c Learn all clauses as in MiniSAT
0.05/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.14	c No reason simplification
0.05/0.14	c Armin Biere (Picosat) restarts strategy
0.05/0.14	c Glucose learned constraints deletion strategy
0.05/0.14	c timeout=2147483s
0.05/0.14	c DB Simplification allowed=false
0.05/0.14	c --- End Solver configuration ---
0.05/0.14	c solving HOME/instance-3456605-1307218718.opb
0.05/0.14	c reading problem ... 
3.46/3.11	c ... done. Wall clock time 2.965s.
3.46/3.11	c #vars     10000
3.46/3.11	c #constraints  656900
3.46/3.11	c constraints type 
3.46/3.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.46/3.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
22.83/22.51	c cleaning 0 clauses out of 5001 with flag 0/5001
35.71/35.22	c cleaning 0 clauses out of 11000 with flag 0/11000
51.70/51.29	c cleaning 0 clauses out of 18001 with flag 0/18001
71.47/70.99	c cleaning 0 clauses out of 26000 with flag 0/26000
96.73/96.13	c cleaning 0 clauses out of 35001 with flag 0/35001
126.95/126.37	c cleaning 0 clauses out of 45001 with flag 0/45001
161.31/160.63	c cleaning 0 clauses out of 56002 with flag 0/56002
200.86/200.12	c cleaning 0 clauses out of 68000 with flag 0/68000
247.92/247.13	c cleaning 0 clauses out of 81001 with flag 0/81001
315.45/314.61	c cleaning 0 clauses out of 95000 with flag 0/95000
396.96/395.94	c cleaning 0 clauses out of 110000 with flag 0/110000
476.34/475.23	c cleaning 0 clauses out of 126000 with flag 0/126000
552.98/551.73	c cleaning 0 clauses out of 143002 with flag 0/143002
614.35/612.99	c cleaning 0 clauses out of 161000 with flag 0/161000
693.12/691.53	c cleaning 0 clauses out of 180002 with flag 0/180002
797.52/795.78	c cleaning 0 clauses out of 200001 with flag 0/200001
902.18/900.19	c cleaning 0 clauses out of 221003 with flag 0/221003
995.91/993.64	c cleaning 0 clauses out of 243000 with flag 0/243000
1115.86/1113.46	c cleaning 0 clauses out of 266000 with flag 0/266000
1275.77/1273.06	c cleaning 0 clauses out of 290000 with flag 0/290000
1489.23/1486.22	c cleaning 0 clauses out of 315000 with flag 0/315000
1624.81/1621.56	c cleaning 0 clauses out of 341003 with flag 0/341003
1800.04/1796.52	c starts		: 136
1800.04/1796.52	c conflicts		: 359593
1800.04/1796.52	c decisions		: 485150
1800.04/1796.52	c propagations		: 63405865
1800.04/1796.52	c inspects		: 2380991283
1800.04/1796.52	c shortcuts		: 0
1800.04/1796.52	c learnt literals	: 0
1800.04/1796.52	c learnt binary clauses	: 0
1800.04/1796.52	c learnt ternary clauses	: 0
1800.04/1796.52	c learnt constraints	: 359593
1800.04/1796.52	c ignored constraints	: 0
1800.04/1796.52	c root simplifications	: 0
1800.04/1796.52	c removed literals (reason simplification)	: 0
1800.04/1796.52	c reason swapping (by a shorter reason)	: 0
1800.04/1796.52	c Calls to reduceDB	: 22
1800.04/1796.52	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.52	c number of learned constraints concerned by reduction	: 0
1800.04/1796.52	c number of learning phase by resolution	: 0
1800.04/1796.52	c number of learning phase by cutting planes	: 0
1800.04/1796.52	c speed (assignments/second)	: 35354.89912797457
1800.04/1796.52	c non guided choices	0
1800.04/1796.57	c learnt constraints type 
1800.04/1796.57	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 359598
1800.04/1796.57	c constraints type 
1800.04/1796.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.04/1796.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.04/1796.57	s UNKNOWN
1800.04/1796.57	c Total wall clock time (in seconds): 1796.43

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-3456605-1307218718/watcher-3456605-1307218718 -o /tmp/evaluation-result-3456605-1307218718/solver-3456605-1307218718 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456605-1307218718.opb 

running on 4 cores: 0,2,4,6

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.02 2.04 1.91 5/452 11818
/proc/meminfo: memFree=8766160/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/11818/stat : 11818 (java) S 11816 11818 11532 0 -1 4202496 1179 0 0 0 0 0 0 0 24 0 2 0 833471508 27824128 906 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 6793 906 688 9 0 381 0
[pid=11818/tid=11819] ppid=11816 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) R 11816 11818 11532 0 -1 4202560 3980 0 1 0 0 0 0 0 25 0 2 0 833471509 10694979584 4796 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274664502331 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0432461 s]
/proc/loadavg: 2.02 2.04 1.91 5/452 11818
/proc/meminfo: memFree=8766160/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/11818/stat : 11818 (java) S 11816 11818 11532 0 -1 4202496 11105 0 1 0 2 0 0 0 24 0 13 0 833471508 10718699520 10802 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 2616870 10802 1638 9 0 2607618 0
[pid=11818/tid=11819] ppid=11816 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) S 11816 11818 11532 0 -1 4202560 9957 0 1 0 2 0 0 0 25 0 13 0 833471509 10718699520 10802 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274664828486 0 4 0 16784584 15884913591950770176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10467480

[startup+0.100242 s]
/proc/loadavg: 2.02 2.04 1.91 5/452 11818
/proc/meminfo: memFree=8766160/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=10472952 CPUtime=0.05 cores=0,2,4,6
/proc/11818/stat : 11818 (java) S 11816 11818 11532 0 -1 4202496 11749 0 1 0 4 1 0 0 24 0 18 0 833471508 10724302848 11445 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 2618238 11445 1741 9 0 2608972 0
[pid=11818/tid=11819] ppid=11816 vsize=10472952 CPUtime=0.04 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) R 11816 11818 11532 0 -1 4202560 10574 0 1 0 4 0 0 0 25 0 18 0 833471509 10724302848 11445 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 47919405461664 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.300203 s]
/proc/loadavg: 2.02 2.04 1.91 5/452 11818
/proc/meminfo: memFree=8766160/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=10540720 CPUtime=0.31 cores=0,2,4,6
/proc/11818/stat : 11818 (java) S 11816 11818 11532 0 -1 4202496 14275 0 1 0 30 1 0 0 24 0 18 0 833471508 10793697280 13942 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 2635180 13942 2188 9 0 2625914 0
[pid=11818/tid=11819] ppid=11816 vsize=10540720 CPUtime=0.2 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) R 11816 11818 11532 0 -1 4202560 11902 0 1 0 19 1 0 0 18 0 18 0 833471509 10793697280 13942 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 46912505226602 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10540720

[startup+0.701162 s]
/proc/loadavg: 2.02 2.04 1.91 5/452 11818
/proc/meminfo: memFree=8766160/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=10543648 CPUtime=1.06 cores=0,2,4,6
/proc/11818/stat : 11818 (java) S 11816 11818 11532 0 -1 4202496 42468 0 1 0 101 5 0 0 24 0 18 0 833471508 10796695552 40488 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 2635912 40493 2213 9 0 2626646 0
[pid=11818/tid=11819] ppid=11816 vsize=10543648 CPUtime=0.6 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) R 11816 11818 11532 0 -1 4202560 36637 0 1 0 56 4 0 0 18 0 18 0 833471509 10796695552 40495 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 46912505589694 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 10543648

[startup+1.50102 s]
/proc/loadavg: 2.02 2.04 1.91 3/470 11836
/proc/meminfo: memFree=8482448/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=10543648 CPUtime=1.86 cores=0,2,4,6
/proc/11818/stat : 11818 (java) S 11816 11818 11532 0 -1 4202496 125565 0 1 0 171 15 0 0 24 0 18 0 833471508 10796695552 123585 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 2635912 123590 2213 9 0 2626646 0
[pid=11818/tid=11819] ppid=11816 vsize=10543648 CPUtime=1.4 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) R 11816 11818 11532 0 -1 4202560 119734 0 1 0 126 14 0 0 19 0 18 0 833471509 10796695552 123592 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 46912505650941 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11818/tid=11821] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11821/stat : 11821 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 123595 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11822] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11822/stat : 11822 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 123598 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11823] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11823/stat : 11823 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 123600 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11824] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11824/stat : 11824 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 123603 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11825] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11825/stat : 11825 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 123605 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11826] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11826/stat : 11826 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 123608 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11827] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11827/stat : 11827 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 123611 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11828] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11828/stat : 11828 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 123613 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11829] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11829/stat : 11829 (java) S 11816 11818 11532 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833471511 10796695552 123616 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 0 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11830] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11830/stat : 11830 (java) S 11816 11818 11532 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833471512 10796695552 123619 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11831] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11831/stat : 11831 (java) S 11816 11818 11532 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833471512 10796695552 123621 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11832] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11832/stat : 11832 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471517 10796695552 123624 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676631985 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11833] ppid=11816 vsize=10543648 CPUtime=0.22 cores=0,2,4,6
/proc/11818/task/11833/stat : 11833 (java) S 11816 11818 11532 0 -1 4202560 2089 0 0 0 22 0 0 0 18 0 18 0 833471517 10796695552 123627 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11834] ppid=11816 vsize=10543648 CPUtime=0.21 cores=0,2,4,6
/proc/11818/task/11834/stat : 11834 (java) S 11816 11818 11532 0 -1 4202560 2598 0 0 0 21 0 0 0 17 0 18 0 833471517 10796695552 123629 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11835] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11835/stat : 11835 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471517 10796695552 123632 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11836] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11836/stat : 11836 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833471517 10796695552 123634 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10543648

[startup+3.10075 s]
/proc/loadavg: 2.02 2.04 1.91 3/470 11836
/proc/meminfo: memFree=8020480/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=10543648 CPUtime=3.46 cores=0,2,4,6
/proc/11818/stat : 11818 (java) S 11816 11818 11532 0 -1 4202496 291050 0 1 0 311 35 0 0 24 0 18 0 833471508 10796695552 289070 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 2635912 289075 2221 9 0 2626646 0
[pid=11818/tid=11819] ppid=11816 vsize=10543648 CPUtime=3 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) R 11816 11818 11532 0 -1 4202560 285219 0 1 0 266 34 0 0 22 0 18 0 833471509 10796695552 289077 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 46912505557215 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11818/tid=11821] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11821/stat : 11821 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 289079 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11822] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11822/stat : 11822 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 289082 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11823] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11823/stat : 11823 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 289084 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11824] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11824/stat : 11824 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 289087 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11825] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11825/stat : 11825 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 289089 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11826] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11826/stat : 11826 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 289091 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11827] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11827/stat : 11827 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 289094 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11828] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11828/stat : 11828 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471510 10796695552 289097 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11829] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11829/stat : 11829 (java) S 11816 11818 11532 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833471511 10796695552 289099 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 0 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11830] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11830/stat : 11830 (java) S 11816 11818 11532 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833471512 10796695552 289102 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11831] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11831/stat : 11831 (java) S 11816 11818 11532 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833471512 10796695552 289104 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11832] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11832/stat : 11832 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471517 10796695552 289107 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676631985 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11833] ppid=11816 vsize=10543648 CPUtime=0.22 cores=0,2,4,6
/proc/11818/task/11833/stat : 11833 (java) S 11816 11818 11532 0 -1 4202560 2089 0 0 0 22 0 0 0 18 0 18 0 833471517 10796695552 289109 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11834] ppid=11816 vsize=10543648 CPUtime=0.21 cores=0,2,4,6
/proc/11818/task/11834/stat : 11834 (java) S 11816 11818 11532 0 -1 4202560 2598 0 0 0 21 0 0 0 15 0 18 0 833471517 10796695552 289112 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11835] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11835/stat : 11835 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833471517 10796695552 289114 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11836] ppid=11816 vsize=10543648 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11836/stat : 11836 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833471517 10796695552 289116 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 10543648

[startup+6.30113 s]
/proc/loadavg: 2.02 2.04 1.91 3/471 11837
/proc/meminfo: memFree=7588592/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=10545320 CPUtime=6.82 cores=0,2,4,6
/proc/11818/stat : 11818 (java) S 11816 11818 11532 0 -1 4202496 298857 0 1 0 642 40 0 0 24 0 19 0 833471508 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 2636330 295712 2239 9 0 2627064 0
[pid=11818/tid=11819] ppid=11816 vsize=10545320 CPUtime=5.82 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) R 11816 11818 11532 0 -1 4202560 291635 0 1 0 545 37 0 0 24 0 19 0 833471509 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 46912505829565 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11818/tid=11821] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11821/stat : 11821 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471510 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11822] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11822/stat : 11822 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471510 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11823] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11823/stat : 11823 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471510 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11824] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11824/stat : 11824 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471510 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11825] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11825/stat : 11825 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471510 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11826] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11826/stat : 11826 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471510 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11827] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11827/stat : 11827 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471510 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11828] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11828/stat : 11828 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471510 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11829] ppid=11816 vsize=10545320 CPUtime=0.03 cores=0,2,4,6
/proc/11818/task/11829/stat : 11829 (java) S 11816 11818 11532 0 -1 4202560 6 0 0 0 2 1 0 0 16 0 19 0 833471511 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 0 0 16800975 18446604442127950848 0 0 -1 4 0 0 0
[pid=11818/tid=11830] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11830/stat : 11830 (java) S 11816 11818 11532 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833471512 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11831] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11831/stat : 11831 (java) S 11816 11818 11532 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833471512 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11832] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11832/stat : 11832 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471517 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676631985 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11833] ppid=11816 vsize=10545320 CPUtime=0.49 cores=0,2,4,6
/proc/11818/task/11833/stat : 11833 (java) S 11816 11818 11532 0 -1 4202560 3242 0 0 0 49 0 0 0 15 0 19 0 833471517 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11834] ppid=11816 vsize=10545320 CPUtime=0.45 cores=0,2,4,6
/proc/11818/task/11834/stat : 11834 (java) S 11816 11818 11532 0 -1 4202560 2818 0 0 0 45 0 0 0 15 0 19 0 833471517 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11835] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11835/stat : 11835 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471517 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11836] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11836/stat : 11836 (java) R 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833471517 10798407680 295712 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 4 0 16800975 0 0 0 -1 6 0 0 0

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

[pid=11818/tid=11837] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11837/stat : 11837 (java) S 11816 11818 11532 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833471824 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1665.68
Current children cumulated vsize (KiB) 10545320

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/471 11930
/proc/meminfo: memFree=3326020/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=10545320 CPUtime=1725.75 cores=0,2,4,6
/proc/11818/stat : 11818 (java) S 11816 11818 11532 0 -1 4202496 1374012 0 1 0 172349 226 0 0 24 0 19 0 833471508 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 2636330 1335607 2267 9 0 2627064 0
[pid=11818/tid=11819] ppid=11816 vsize=10545320 CPUtime=1712.85 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) R 11816 11818 11532 0 -1 4202560 803131 0 1 0 171184 101 0 0 25 0 19 0 833471509 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 46912505834116 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11818/tid=11821] ppid=11816 vsize=10545320 CPUtime=0.58 cores=0,2,4,6
/proc/11818/task/11821/stat : 11821 (java) S 11816 11818 11532 0 -1 4202560 44419 0 0 0 47 11 0 0 16 0 19 0 833471510 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11822] ppid=11816 vsize=10545320 CPUtime=0.48 cores=0,2,4,6
/proc/11818/task/11822/stat : 11822 (java) S 11816 11818 11532 0 -1 4202560 41703 0 0 0 41 7 0 0 15 0 19 0 833471510 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11823] ppid=11816 vsize=10545320 CPUtime=0.62 cores=0,2,4,6
/proc/11818/task/11823/stat : 11823 (java) S 11816 11818 11532 0 -1 4202560 58041 0 0 0 49 13 0 0 16 0 19 0 833471510 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 4 0 0 0
[pid=11818/tid=11824] ppid=11816 vsize=10545320 CPUtime=0.49 cores=0,2,4,6
/proc/11818/task/11824/stat : 11824 (java) S 11816 11818 11532 0 -1 4202560 47383 0 0 0 39 10 0 0 15 0 19 0 833471510 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
[pid=11818/tid=11825] ppid=11816 vsize=10545320 CPUtime=0.61 cores=0,2,4,6
/proc/11818/task/11825/stat : 11825 (java) S 11816 11818 11532 0 -1 4202560 61700 0 0 0 47 14 0 0 16 0 19 0 833471510 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 4 0 0 0
[pid=11818/tid=11826] ppid=11816 vsize=10545320 CPUtime=0.47 cores=0,2,4,6
/proc/11818/task/11826/stat : 11826 (java) S 11816 11818 11532 0 -1 4202560 37876 0 0 0 37 10 0 0 16 0 19 0 833471510 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
[pid=11818/tid=11827] ppid=11816 vsize=10545320 CPUtime=0.72 cores=0,2,4,6
/proc/11818/task/11827/stat : 11827 (java) S 11816 11818 11532 0 -1 4202560 77912 0 0 0 50 22 0 0 16 0 19 0 833471510 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
[pid=11818/tid=11828] ppid=11816 vsize=10545320 CPUtime=0.48 cores=0,2,4,6
/proc/11818/task/11828/stat : 11828 (java) S 11816 11818 11532 0 -1 4202560 43372 0 0 0 37 11 0 0 15 0 19 0 833471510 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
[pid=11818/tid=11829] ppid=11816 vsize=10545320 CPUtime=7 cores=0,2,4,6
/proc/11818/task/11829/stat : 11829 (java) S 11816 11818 11532 0 -1 4202560 150370 0 0 0 681 19 0 0 15 0 19 0 833471511 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 0 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11830] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11830/stat : 11830 (java) S 11816 11818 11532 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833471512 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11831] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11831/stat : 11831 (java) S 11816 11818 11532 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833471512 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11832] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11832/stat : 11832 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471517 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676631985 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11833] ppid=11816 vsize=10545320 CPUtime=0.64 cores=0,2,4,6
/proc/11818/task/11833/stat : 11833 (java) S 11816 11818 11532 0 -1 4202560 3280 0 0 0 64 0 0 0 16 0 19 0 833471517 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11834] ppid=11816 vsize=10545320 CPUtime=0.65 cores=0,2,4,6
/proc/11818/task/11834/stat : 11834 (java) S 11816 11818 11532 0 -1 4202560 3576 0 0 0 65 0 0 0 15 0 19 0 833471517 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 4 0 0 0
[pid=11818/tid=11835] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11835/stat : 11835 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471517 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11836] ppid=11816 vsize=10545320 CPUtime=0.02 cores=0,2,4,6
/proc/11818/task/11836/stat : 11836 (java) S 11816 11818 11532 0 -1 4202560 99 0 0 0 0 2 0 0 15 0 19 0 833471517 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11837] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11837/stat : 11837 (java) S 11816 11818 11532 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833471824 10798407680 1335607 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1725.75
Current children cumulated vsize (KiB) 10545320

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/471 11932
/proc/meminfo: memFree=3266084/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=10545320 CPUtime=1785.83 cores=0,2,4,6
/proc/11818/stat : 11818 (java) S 11816 11818 11532 0 -1 4202496 1386862 0 1 0 178354 229 0 0 24 0 19 0 833471508 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 2636330 1347056 2267 9 0 2627064 0
[pid=11818/tid=11819] ppid=11816 vsize=10545320 CPUtime=1772.82 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) R 11816 11818 11532 0 -1 4202560 803132 0 1 0 177181 101 0 0 25 0 19 0 833471509 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 46912505834543 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11818/tid=11821] ppid=11816 vsize=10545320 CPUtime=0.59 cores=0,2,4,6
/proc/11818/task/11821/stat : 11821 (java) S 11816 11818 11532 0 -1 4202560 45200 0 0 0 48 11 0 0 16 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11822] ppid=11816 vsize=10545320 CPUtime=0.5 cores=0,2,4,6
/proc/11818/task/11822/stat : 11822 (java) S 11816 11818 11532 0 -1 4202560 43998 0 0 0 43 7 0 0 16 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11823] ppid=11816 vsize=10545320 CPUtime=0.65 cores=0,2,4,6
/proc/11818/task/11823/stat : 11823 (java) S 11816 11818 11532 0 -1 4202560 61529 0 0 0 51 14 0 0 16 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 4 0 0 0
[pid=11818/tid=11824] ppid=11816 vsize=10545320 CPUtime=0.49 cores=0,2,4,6
/proc/11818/task/11824/stat : 11824 (java) S 11816 11818 11532 0 -1 4202560 47383 0 0 0 39 10 0 0 15 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
[pid=11818/tid=11825] ppid=11816 vsize=10545320 CPUtime=0.61 cores=0,2,4,6
/proc/11818/task/11825/stat : 11825 (java) S 11816 11818 11532 0 -1 4202560 61700 0 0 0 47 14 0 0 15 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 4 0 0 0
[pid=11818/tid=11826] ppid=11816 vsize=10545320 CPUtime=0.49 cores=0,2,4,6
/proc/11818/task/11826/stat : 11826 (java) S 11816 11818 11532 0 -1 4202560 41197 0 0 0 38 11 0 0 16 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11827] ppid=11816 vsize=10545320 CPUtime=0.74 cores=0,2,4,6
/proc/11818/task/11827/stat : 11827 (java) S 11816 11818 11532 0 -1 4202560 80388 0 0 0 52 22 0 0 16 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11828] ppid=11816 vsize=10545320 CPUtime=0.48 cores=0,2,4,6
/proc/11818/task/11828/stat : 11828 (java) S 11816 11818 11532 0 -1 4202560 43854 0 0 0 37 11 0 0 16 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
[pid=11818/tid=11829] ppid=11816 vsize=10545320 CPUtime=7 cores=0,2,4,6
/proc/11818/task/11829/stat : 11829 (java) S 11816 11818 11532 0 -1 4202560 150372 0 0 0 681 19 0 0 15 0 19 0 833471511 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 0 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11830] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11830/stat : 11830 (java) S 11816 11818 11532 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833471512 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11831] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11831/stat : 11831 (java) S 11816 11818 11532 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833471512 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11832] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11832/stat : 11832 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471517 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676631985 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11833] ppid=11816 vsize=10545320 CPUtime=0.64 cores=0,2,4,6
/proc/11818/task/11833/stat : 11833 (java) S 11816 11818 11532 0 -1 4202560 3280 0 0 0 64 0 0 0 16 0 19 0 833471517 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11834] ppid=11816 vsize=10545320 CPUtime=0.65 cores=0,2,4,6
/proc/11818/task/11834/stat : 11834 (java) S 11816 11818 11532 0 -1 4202560 3576 0 0 0 65 0 0 0 15 0 19 0 833471517 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 4 0 0 0
[pid=11818/tid=11835] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11835/stat : 11835 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471517 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11836] ppid=11816 vsize=10545320 CPUtime=0.02 cores=0,2,4,6
/proc/11818/task/11836/stat : 11836 (java) S 11816 11818 11532 0 -1 4202560 103 0 0 0 0 2 0 0 15 0 19 0 833471517 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11837] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11837/stat : 11837 (java) S 11816 11818 11532 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833471824 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1785.83
Current children cumulated vsize (KiB) 10545320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.00 2.01 1.97 3/471 11932
/proc/meminfo: memFree=3266580/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=10545320 CPUtime=1800.04 cores=0,2,4,6
/proc/11818/stat : 11818 (java) S 11816 11818 11532 0 -1 4202496 1386864 0 1 0 179775 229 0 0 24 0 19 0 833471508 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 2636330 1347056 2267 9 0 2627064 0
[pid=11818/tid=11819] ppid=11816 vsize=10545320 CPUtime=1787.04 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) R 11816 11818 11532 0 -1 4202560 803132 0 1 0 178603 101 0 0 25 0 19 0 833471509 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 46912505834085 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11818/tid=11821] ppid=11816 vsize=10545320 CPUtime=0.59 cores=0,2,4,6
/proc/11818/task/11821/stat : 11821 (java) S 11816 11818 11532 0 -1 4202560 45200 0 0 0 48 11 0 0 16 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11822] ppid=11816 vsize=10545320 CPUtime=0.5 cores=0,2,4,6
/proc/11818/task/11822/stat : 11822 (java) S 11816 11818 11532 0 -1 4202560 43998 0 0 0 43 7 0 0 16 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11823] ppid=11816 vsize=10545320 CPUtime=0.65 cores=0,2,4,6
/proc/11818/task/11823/stat : 11823 (java) S 11816 11818 11532 0 -1 4202560 61529 0 0 0 51 14 0 0 16 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 4 0 0 0
[pid=11818/tid=11824] ppid=11816 vsize=10545320 CPUtime=0.49 cores=0,2,4,6
/proc/11818/task/11824/stat : 11824 (java) S 11816 11818 11532 0 -1 4202560 47383 0 0 0 39 10 0 0 15 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
[pid=11818/tid=11825] ppid=11816 vsize=10545320 CPUtime=0.61 cores=0,2,4,6
/proc/11818/task/11825/stat : 11825 (java) S 11816 11818 11532 0 -1 4202560 61700 0 0 0 47 14 0 0 15 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 4 0 0 0
[pid=11818/tid=11826] ppid=11816 vsize=10545320 CPUtime=0.49 cores=0,2,4,6
/proc/11818/task/11826/stat : 11826 (java) S 11816 11818 11532 0 -1 4202560 41197 0 0 0 38 11 0 0 16 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11827] ppid=11816 vsize=10545320 CPUtime=0.74 cores=0,2,4,6
/proc/11818/task/11827/stat : 11827 (java) S 11816 11818 11532 0 -1 4202560 80388 0 0 0 52 22 0 0 16 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11828] ppid=11816 vsize=10545320 CPUtime=0.48 cores=0,2,4,6
/proc/11818/task/11828/stat : 11828 (java) S 11816 11818 11532 0 -1 4202560 43854 0 0 0 37 11 0 0 16 0 19 0 833471510 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
[pid=11818/tid=11829] ppid=11816 vsize=10545320 CPUtime=7 cores=0,2,4,6
/proc/11818/task/11829/stat : 11829 (java) S 11816 11818 11532 0 -1 4202560 150372 0 0 0 681 19 0 0 15 0 19 0 833471511 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 0 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11830] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11830/stat : 11830 (java) S 11816 11818 11532 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833471512 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11831] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11831/stat : 11831 (java) S 11816 11818 11532 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833471512 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11832] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11832/stat : 11832 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471517 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676631985 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11833] ppid=11816 vsize=10545320 CPUtime=0.64 cores=0,2,4,6
/proc/11818/task/11833/stat : 11833 (java) S 11816 11818 11532 0 -1 4202560 3280 0 0 0 64 0 0 0 16 0 19 0 833471517 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11834] ppid=11816 vsize=10545320 CPUtime=0.65 cores=0,2,4,6
/proc/11818/task/11834/stat : 11834 (java) S 11816 11818 11532 0 -1 4202560 3576 0 0 0 65 0 0 0 15 0 19 0 833471517 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 4 0 0 0
[pid=11818/tid=11835] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11835/stat : 11835 (java) S 11816 11818 11532 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833471517 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624281 0 4 0 16800975 18446604442127950848 0 0 -1 2 0 0 0
[pid=11818/tid=11836] ppid=11816 vsize=10545320 CPUtime=0.02 cores=0,2,4,6
/proc/11818/task/11836/stat : 11836 (java) S 11816 11818 11532 0 -1 4202560 105 0 0 0 0 2 0 0 15 0 19 0 833471517 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 4 0 16800975 18446604442127950848 0 0 -1 0 0 0 0
[pid=11818/tid=11837] ppid=11816 vsize=10545320 CPUtime=0 cores=0,2,4,6
/proc/11818/task/11837/stat : 11837 (java) S 11816 11818 11532 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833471824 10798407680 1347056 33554432000 1073741824 1073778376 140736135591840 18446744073709551615 274676624896 0 4 0 16800975 18446604442127950848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10545320

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

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

[startup+1796.62 s]
/proc/loadavg: 2.00 2.01 1.97 3/471 11932
/proc/meminfo: memFree=3266580/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=0 CPUtime=1800.23 cores=0,2,4,6
/proc/11818/stat : 11818 (java) Z 11816 11818 11532 0 -1 4203548 1386894 0 1 0 179789 234 0 0 17 0 2 0 833471508 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 0 0 0 0 0 0 0
[pid=11818/tid=11819] ppid=11816 vsize=0 CPUtime=1787.15 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) R 11816 11818 11532 0 -1 4203588 803132 0 1 0 178609 106 0 0 25 0 2 0 833471509 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

[startup+1796.7 s]
/proc/loadavg: 2.00 2.01 1.97 3/471 11932
/proc/meminfo: memFree=3266580/32951132 swapFree=67093840/67111528
[pid=11818] ppid=11816 vsize=0 CPUtime=1800.31 cores=0,2,4,6
/proc/11818/stat : 11818 (java) Z 11816 11818 11532 0 -1 4203548 1386894 0 1 0 179789 242 0 0 17 0 2 0 833471508 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11818/statm: 0 0 0 0 0 0 0
[pid=11818/tid=11819] ppid=11816 vsize=0 CPUtime=1787.22 cores=0,2,4,6
/proc/11818/task/11819/stat : 11819 (java) R 11816 11818 11532 0 -1 4203588 803132 0 1 0 178609 113 0 0 25 0 2 0 833471509 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.77
CPU time (s): 1800.39
CPU user time (s): 1797.9
CPU system time (s): 2.49162
CPU usage (%): 100.201
Max. virtual memory (cumulated for all children) (KiB): 10547268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 2.49162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1386894
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= 38619
involuntary context switches= 7328

runsolver used 8.49371 second user time and 17.7163 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-04 22:18:39
IDJOB=3456605
IDBENCH=1974
IDSOLVER=1951
FILE ID=node131/3456605-1307218718
RUNJOBID= node131-1307215869-11550
PBS_JOBID= 13509093
Free space on /tmp= 73896 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456605-1307218718/watcher-3456605-1307218718 -o /tmp/evaluation-result-3456605-1307218718/solver-3456605-1307218718 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456605-1307218718.opb

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

MD5SUM BENCH= fad34197fa8b5ebd519d12750a352ad5
RANDOM SEED=1644267916

node131.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.830
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.66
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.830
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.75
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.830
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.83
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.830
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	: 5332.75
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.830
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.77
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.830
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.830
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.75
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       8766324 kB
Buffers:        353992 kB
Cached:        5702272 kB
SwapCached:        948 kB
Active:       19687240 kB
Inactive:      4169556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       8766324 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:           17248 kB
Writeback:           0 kB
AnonPages:    17799936 kB
Mapped:          46752 kB
Slab:           198996 kB
PageTables:      63000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 105697988 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73892 MiB
End job on node131 at 2011-06-04 22:48:37