Trace number 3456447

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.25 1792.57

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-modglob.opb
MD5SUM70ac8fda673b8cd0297ec54288f810c6
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9818
Total number of constraints291
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints291
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 9818
Biggest coefficient in the objective function 22009559908352000000
Number of bits for the biggest coefficient in the objective function 65
Sum of the numbers in the objective function 1485172925553747181346
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 22009559908352000000
Number of bits of the biggest number in a constraint 65
Biggest sum of numbers in a constraint 1485172925553747181346
Number of bits of the biggest sum of numbers71
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.27	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.27	c See www.sat4j.org for details.
0.05/0.28	c version 2.3.1.v20110525
0.05/0.28	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.28	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.28	c java.vm.version	19.1-b02
0.05/0.28	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.28	c sun.arch.data.model	64
0.05/0.28	c java.version		1.6.0_24
0.05/0.28	c os.name		Linux
0.05/0.28	c os.version		2.6.18-164.el5
0.05/0.28	c os.arch		amd64
0.05/0.28	c Free memory 		9996466904
0.05/0.28	c Max memory 		10048897024
0.05/0.28	c Total memory 		10048897024
0.05/0.28	c Number of processors 	8
0.11/0.31	c Pseudo Boolean Optimization
0.11/0.31	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.31	c --- Begin Solver configuration ---
0.11/0.31	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@761a626f
0.11/0.31	c Learn all clauses as in MiniSAT
0.11/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.31	c No reason simplification
0.11/0.31	c Armin Biere (Picosat) restarts strategy
0.11/0.31	c Glucose learned constraints deletion strategy
0.11/0.31	c timeout=2147483s
0.11/0.31	c DB Simplification allowed=false
0.11/0.31	c --- End Solver configuration ---
0.11/0.31	c solving HOME/instance-3456447-1307660505.opb
0.11/0.31	c reading problem ... 
0.57/0.59	c ... done. Wall clock time 0.283s.
0.57/0.59	c #vars     9818
0.57/0.59	c #constraints  2831
0.57/0.59	c constraints type 
0.57/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
208.32/206.26	c cleaning 0 clauses out of 5001 with flag 0/5001
482.11/479.16	c cleaning 0 clauses out of 11000 with flag 0/11000
1174.53/1169.39	c cleaning 0 clauses out of 18001 with flag 0/18001
1800.04/1792.41	c starts		: 27
1800.04/1792.41	c conflicts		: 25542
1800.04/1792.41	c decisions		: 218955
1800.04/1792.41	c propagations		: 600642
1800.04/1792.41	c inspects		: 936986489
1800.04/1792.41	c shortcuts		: 0
1800.04/1792.41	c learnt literals	: 0
1800.04/1792.41	c learnt binary clauses	: 0
1800.04/1792.41	c learnt ternary clauses	: 0
1800.04/1792.41	c learnt constraints	: 25542
1800.04/1792.41	c ignored constraints	: 0
1800.04/1792.41	c root simplifications	: 0
1800.04/1792.41	c removed literals (reason simplification)	: 0
1800.04/1792.41	c reason swapping (by a shorter reason)	: 0
1800.04/1792.41	c Calls to reduceDB	: 3
1800.04/1792.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1792.41	c number of learned constraints concerned by reduction	: 0
1800.04/1792.41	c number of learning phase by resolution	: 0
1800.04/1792.41	c number of learning phase by cutting planes	: 0
1800.04/1792.41	c speed (assignments/second)	: 335.212984325452
1800.04/1792.41	c non guided choices	0
1800.04/1792.43	c learnt constraints type 
1800.04/1792.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 244
1800.04/1792.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25298
1800.04/1792.43	c constraints type 
1800.04/1792.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1800.04/1792.43	s UNKNOWN
1800.04/1792.43	c Total wall clock time (in seconds): 1792.121

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

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

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


[startup+0 s]
/proc/loadavg: 1.08 1.02 1.01 1/177 10797
/proc/meminfo: memFree=32608284/32950928 swapFree=67052072/67111528
[pid=10797] ppid=10795 vsize=2464 CPUtime=0 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10795 10797 8181 0 -1 4194304 90 0 0 0 0 0 0 0 22 0 1 0 877649317 2523136 44 33554432000 1073741824 1073778376 140737221310736 18446744073709551615 235589942919 0 2147483391 4096 0 18446744071699215550 0 0 17 5 0 0 0
/proc/10797/statm: 616 44 35 9 0 27 0

[startup+0.081099 s]
/proc/loadavg: 1.08 1.02 1.01 1/177 10797
/proc/meminfo: memFree=32608284/32950928 swapFree=67052072/67111528
[pid=10797] ppid=10795 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10795 10797 8181 0 -1 4202496 1308 0 15 0 0 0 0 0 18 0 2 0 877649317 36646912 1025 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 3
/proc/10797/statm: 8947 1025 788 9 0 386 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35788

[startup+0.101093 s]
/proc/loadavg: 1.08 1.02 1.01 1/177 10797
/proc/meminfo: memFree=32608284/32950928 swapFree=67052072/67111528
[pid=10797] ppid=10795 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10795 10797 8181 0 -1 4202496 6454 0 17 0 0 1 0 0 18 0 2 0 877649317 10694979584 6173 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 3
/proc/10797/statm: 2611079 6189 917 9 0 2602235 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10444316

[startup+0.30106 s]
/proc/loadavg: 1.08 1.02 1.01 1/177 10797
/proc/meminfo: memFree=32608284/32950928 swapFree=67052072/67111528
[pid=10797] ppid=10795 vsize=10539180 CPUtime=0.11 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10795 10797 8181 0 -1 4202496 13085 0 68 0 9 2 0 0 18 0 18 0 877649317 10792120320 12817 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 3
/proc/10797/statm: 2634795 12818 2093 9 0 2625529 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539180

[startup+0.700992 s]
/proc/loadavg: 1.08 1.02 1.01 1/177 10797
/proc/meminfo: memFree=32608284/32950928 swapFree=67052072/67111528
[pid=10797] ppid=10795 vsize=10548824 CPUtime=1.14 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10795 10797 8181 0 -1 4202496 27917 0 68 0 110 4 0 0 18 0 19 0 877649317 10801995776 24898 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 3
/proc/10797/statm: 2637206 24898 2228 9 0 2627940 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 10548824

[startup+1.50085 s]
/proc/loadavg: 1.08 1.02 1.01 4/214 10834
/proc/meminfo: memFree=32188912/32950928 swapFree=67052072/67111528
[pid=10797] ppid=10795 vsize=10550436 CPUtime=2.54 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10795 10797 8181 0 -1 4202496 85979 0 68 0 244 10 0 0 18 0 19 0 877649317 10803646464 82959 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 3
/proc/10797/statm: 2637609 82960 2236 9 0 2628343 0
[pid=10797/tid=10799] ppid=10795 vsize=10550436 CPUtime=1.29 cores=1,3,5,7
/proc/10797/task/10799/stat : 10799 (java) R 10795 10797 8181 0 -1 4202560 75557 0 52 0 121 8 0 0 20 0 19 0 877649323 10803646464 82960 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 46912505813606 0 4 0 16800975 0 0 0 -1 5 0 0 11
[pid=10797/tid=10801] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10801/stat : 10801 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877649327 10803646464 82961 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10802] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10802/stat : 10802 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 82963 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10803] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10803/stat : 10803 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 82964 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10804] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10804/stat : 10804 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 82966 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10805] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10805/stat : 10805 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 82967 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10806] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10806/stat : 10806 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 82969 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10807] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10807/stat : 10807 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 82972 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10808] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10808/stat : 10808 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 82974 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10818] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10818/stat : 10818 (java) S 10795 10797 8181 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 877649330 10803646464 82977 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 0 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10820] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10820/stat : 10820 (java) S 10795 10797 8181 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 877649332 10803646464 82979 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10822] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10822/stat : 10822 (java) S 10795 10797 8181 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 877649332 10803646464 82980 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10823] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10823/stat : 10823 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649340 10803646464 82981 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606690225 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10825] ppid=10795 vsize=10550436 CPUtime=0.61 cores=1,3,5,7
/proc/10797/task/10825/stat : 10825 (java) S 10795 10797 8181 0 -1 4202560 5224 0 2 0 60 1 0 0 16 0 19 0 877649340 10803646464 82981 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10827] ppid=10795 vsize=10550436 CPUtime=0.62 cores=1,3,5,7
/proc/10797/task/10827/stat : 10827 (java) S 10795 10797 8181 0 -1 4202560 4049 0 2 0 62 0 0 0 16 0 19 0 877649340 10803646464 82982 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10828] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10828/stat : 10828 (java) S 10795 10797 8181 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877649340 10803646464 82983 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10831] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10831/stat : 10831 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877649340 10803646464 82984 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10834] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10834/stat : 10834 (java) S 10795 10797 8181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877649385 10803646464 82984 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 10550436

[startup+3.10057 s]
/proc/loadavg: 1.08 1.02 1.01 3/214 10834
/proc/meminfo: memFree=31257548/32950928 swapFree=67052072/67111528
[pid=10797] ppid=10795 vsize=10550436 CPUtime=4.18 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10795 10797 8181 0 -1 4202496 308794 0 68 0 386 32 0 0 18 0 19 0 877649317 10803646464 305775 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 3
/proc/10797/statm: 2637609 305782 2236 9 0 2628343 0
[pid=10797/tid=10799] ppid=10795 vsize=10550436 CPUtime=2.89 cores=1,3,5,7
/proc/10797/task/10799/stat : 10799 (java) R 10795 10797 8181 0 -1 4202560 298380 0 52 0 259 30 0 0 25 0 19 0 877649323 10803646464 305788 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 46912505613740 0 4 0 16800975 0 0 0 -1 5 0 0 11
[pid=10797/tid=10801] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10801/stat : 10801 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877649327 10803646464 305791 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10802] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10802/stat : 10802 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 305791 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10803] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10803/stat : 10803 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 305791 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10804] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10804/stat : 10804 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 305791 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10805] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10805/stat : 10805 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 305797 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10806] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10806/stat : 10806 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 305803 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10807] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10807/stat : 10807 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 305808 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10808] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10808/stat : 10808 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649327 10803646464 305812 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10818] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10818/stat : 10818 (java) S 10795 10797 8181 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 877649330 10803646464 305818 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 0 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10820] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10820/stat : 10820 (java) S 10795 10797 8181 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 877649332 10803646464 305822 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10822] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10822/stat : 10822 (java) S 10795 10797 8181 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 877649332 10803646464 305822 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10823] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10823/stat : 10823 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649340 10803646464 305822 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606690225 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10825] ppid=10795 vsize=10550436 CPUtime=0.61 cores=1,3,5,7
/proc/10797/task/10825/stat : 10825 (java) S 10795 10797 8181 0 -1 4202560 5224 0 2 0 60 1 0 0 16 0 19 0 877649340 10803646464 305822 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10827] ppid=10795 vsize=10550436 CPUtime=0.66 cores=1,3,5,7
/proc/10797/task/10827/stat : 10827 (java) S 10795 10797 8181 0 -1 4202560 4054 0 2 0 66 0 0 0 15 0 19 0 877649340 10803646464 305827 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10828] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10828/stat : 10828 (java) S 10795 10797 8181 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877649340 10803646464 305833 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10831] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10831/stat : 10831 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877649340 10803646464 305838 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10834] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10834/stat : 10834 (java) S 10795 10797 8181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877649385 10803646464 305841 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 10550436

[startup+6.30101 s]
/proc/loadavg: 1.15 1.03 1.01 3/214 10834
/proc/meminfo: memFree=28639656/32950928 swapFree=67052072/67111528
[pid=10797] ppid=10795 vsize=10550436 CPUtime=7.47 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10795 10797 8181 0 -1 4202496 667088 0 68 0 677 70 0 0 18 0 19 0 877649317 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 3
/proc/10797/statm: 2637609 664053 2251 9 0 2628343 0
[pid=10797/tid=10799] ppid=10795 vsize=10550436 CPUtime=6.07 cores=1,3,5,7
/proc/10797/task/10799/stat : 10799 (java) R 10795 10797 8181 0 -1 4202560 650988 0 52 0 540 67 0 0 25 0 19 0 877649323 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 46912505613949 0 4 0 16800975 0 0 0 -1 5 0 0 11
[pid=10797/tid=10801] ppid=10795 vsize=10550436 CPUtime=0.01 cores=1,3,5,7
/proc/10797/task/10801/stat : 10801 (java) S 10795 10797 8181 0 -1 4202560 1420 0 0 0 1 0 0 0 18 0 19 0 877649327 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10802] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10802/stat : 10802 (java) S 10795 10797 8181 0 -1 4202560 1538 0 0 0 0 0 0 0 18 0 19 0 877649327 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10803] ppid=10795 vsize=10550436 CPUtime=0.01 cores=1,3,5,7
/proc/10797/task/10803/stat : 10803 (java) S 10795 10797 8181 0 -1 4202560 1284 0 0 0 1 0 0 0 18 0 19 0 877649327 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10804] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10804/stat : 10804 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877649327 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10805] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10805/stat : 10805 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877649327 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10806] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10806/stat : 10806 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877649327 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10807] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10807/stat : 10807 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877649327 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10808] ppid=10795 vsize=10550436 CPUtime=0.01 cores=1,3,5,7
/proc/10797/task/10808/stat : 10808 (java) S 10795 10797 8181 0 -1 4202560 1415 0 0 0 1 0 0 0 18 0 19 0 877649327 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10818] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10818/stat : 10818 (java) S 10795 10797 8181 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 877649330 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 0 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10820] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10820/stat : 10820 (java) S 10795 10797 8181 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877649332 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10822] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10822/stat : 10822 (java) S 10795 10797 8181 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877649332 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 4
[pid=10797/tid=10823] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10823/stat : 10823 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649340 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606690225 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10825] ppid=10795 vsize=10550436 CPUtime=0.61 cores=1,3,5,7
/proc/10797/task/10825/stat : 10825 (java) S 10795 10797 8181 0 -1 4202560 5224 0 2 0 60 1 0 0 15 0 19 0 877649340 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10827] ppid=10795 vsize=10550436 CPUtime=0.71 cores=1,3,5,7
/proc/10797/task/10827/stat : 10827 (java) S 10795 10797 8181 0 -1 4202560 4064 0 2 0 71 0 0 0 15 0 19 0 877649340 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10828] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10828/stat : 10828 (java) S 10795 10797 8181 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877649340 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10831] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10831/stat : 10831 (java) S 10795 10797 8181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 877649340 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10834] ppid=10795 vsize=10550436 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10834/stat : 10834 (java) S 10795 10797 8181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877649385 10803646464 664053 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 10550436

[startup+12.7009 s]

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

/proc/10797/task/10822/stat : 10822 (java) S 10795 10797 8181 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877649332 10800799744 1055950 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 4
[pid=10797/tid=10823] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10823/stat : 10823 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649340 10800799744 1055950 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606690225 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10825] ppid=10795 vsize=10547656 CPUtime=0.7 cores=1,3,5,7
/proc/10797/task/10825/stat : 10825 (java) S 10795 10797 8181 0 -1 4202560 5243 0 2 0 69 1 0 0 15 0 19 0 877649340 10800799744 1055950 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10827] ppid=10795 vsize=10547656 CPUtime=1.17 cores=1,3,5,7
/proc/10797/task/10827/stat : 10827 (java) S 10795 10797 8181 0 -1 4202560 4132 0 2 0 117 0 0 0 15 0 19 0 877649340 10800799744 1055950 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10828] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10828/stat : 10828 (java) S 10795 10797 8181 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877649340 10800799744 1055950 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10831] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10831/stat : 10831 (java) S 10795 10797 8181 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 877649340 10800799744 1055950 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10834] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10834/stat : 10834 (java) S 10795 10797 8181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877649385 10800799744 1055950 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1669.36
Current children cumulated vsize (KiB) 10547656

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/214 10883
/proc/meminfo: memFree=24833736/32950928 swapFree=67052072/67111528
[pid=10797] ppid=10795 vsize=10547656 CPUtime=1729.67 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10795 10797 8181 0 -1 4202496 1073683 0 68 0 172845 122 0 0 18 0 19 0 877649317 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 3
/proc/10797/statm: 2636914 1061134 2265 9 0 2627648 0
[pid=10797/tid=10799] ppid=10795 vsize=10547656 CPUtime=1718.97 cores=1,3,5,7
/proc/10797/task/10799/stat : 10799 (java) R 10795 10797 8181 0 -1 4202560 826344 0 52 0 171812 85 0 0 25 0 19 0 877649323 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 46912505613958 0 4 0 16800975 0 0 0 -1 5 0 0 11
[pid=10797/tid=10801] ppid=10795 vsize=10547656 CPUtime=0.79 cores=1,3,5,7
/proc/10797/task/10801/stat : 10801 (java) S 10795 10797 8181 0 -1 4202560 21178 0 0 0 75 4 0 0 15 0 19 0 877649327 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10802] ppid=10795 vsize=10547656 CPUtime=1.04 cores=1,3,5,7
/proc/10797/task/10802/stat : 10802 (java) S 10795 10797 8181 0 -1 4202560 32840 0 0 0 100 4 0 0 16 0 19 0 877649327 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10803] ppid=10795 vsize=10547656 CPUtime=0.91 cores=1,3,5,7
/proc/10797/task/10803/stat : 10803 (java) S 10795 10797 8181 0 -1 4202560 28583 0 0 0 88 3 0 0 16 0 19 0 877649327 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10804] ppid=10795 vsize=10547656 CPUtime=0.99 cores=1,3,5,7
/proc/10797/task/10804/stat : 10804 (java) S 10795 10797 8181 0 -1 4202560 28487 0 0 0 95 4 0 0 16 0 19 0 877649327 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10805] ppid=10795 vsize=10547656 CPUtime=0.98 cores=1,3,5,7
/proc/10797/task/10805/stat : 10805 (java) S 10795 10797 8181 0 -1 4202560 26526 0 0 0 95 3 0 0 16 0 19 0 877649327 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10806] ppid=10795 vsize=10547656 CPUtime=0.94 cores=1,3,5,7
/proc/10797/task/10806/stat : 10806 (java) S 10795 10797 8181 0 -1 4202560 31674 0 0 0 90 4 0 0 15 0 19 0 877649327 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10807] ppid=10795 vsize=10547656 CPUtime=0.92 cores=1,3,5,7
/proc/10797/task/10807/stat : 10807 (java) S 10795 10797 8181 0 -1 4202560 30787 0 0 0 90 2 0 0 15 0 19 0 877649327 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10808] ppid=10795 vsize=10547656 CPUtime=1.11 cores=1,3,5,7
/proc/10797/task/10808/stat : 10808 (java) S 10795 10797 8181 0 -1 4202560 31456 0 0 0 107 4 0 0 15 0 19 0 877649327 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10818] ppid=10795 vsize=10547656 CPUtime=1.01 cores=1,3,5,7
/proc/10797/task/10818/stat : 10818 (java) S 10795 10797 8181 0 -1 4202560 5192 0 0 0 100 1 0 0 15 0 19 0 877649330 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 0 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10820] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10820/stat : 10820 (java) S 10795 10797 8181 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877649332 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10822] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10822/stat : 10822 (java) S 10795 10797 8181 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877649332 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 4
[pid=10797/tid=10823] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10823/stat : 10823 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649340 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606690225 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10825] ppid=10795 vsize=10547656 CPUtime=0.7 cores=1,3,5,7
/proc/10797/task/10825/stat : 10825 (java) S 10795 10797 8181 0 -1 4202560 5243 0 2 0 69 1 0 0 15 0 19 0 877649340 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10827] ppid=10795 vsize=10547656 CPUtime=1.17 cores=1,3,5,7
/proc/10797/task/10827/stat : 10827 (java) S 10795 10797 8181 0 -1 4202560 4132 0 2 0 117 0 0 0 15 0 19 0 877649340 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10828] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10828/stat : 10828 (java) S 10795 10797 8181 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877649340 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10831] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10831/stat : 10831 (java) S 10795 10797 8181 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 877649340 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10834] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10834/stat : 10834 (java) S 10795 10797 8181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877649385 10800799744 1061134 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1729.67
Current children cumulated vsize (KiB) 10547656

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/214 10884
/proc/meminfo: memFree=24811492/32950928 swapFree=67052072/67111528
[pid=10797] ppid=10795 vsize=10547656 CPUtime=1789.89 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10795 10797 8181 0 -1 4202496 1079295 0 68 0 178867 122 0 0 18 0 19 0 877649317 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 3
/proc/10797/statm: 2636914 1066552 2265 9 0 2627648 0
[pid=10797/tid=10799] ppid=10795 vsize=10547656 CPUtime=1778.89 cores=1,3,5,7
/proc/10797/task/10799/stat : 10799 (java) R 10795 10797 8181 0 -1 4202560 826349 0 52 0 177804 85 0 0 25 0 19 0 877649323 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 46912505831434 0 4 0 16800975 0 0 0 -1 5 0 0 11
[pid=10797/tid=10801] ppid=10795 vsize=10547656 CPUtime=0.83 cores=1,3,5,7
/proc/10797/task/10801/stat : 10801 (java) S 10795 10797 8181 0 -1 4202560 21864 0 0 0 79 4 0 0 16 0 19 0 877649327 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10802] ppid=10795 vsize=10547656 CPUtime=1.11 cores=1,3,5,7
/proc/10797/task/10802/stat : 10802 (java) S 10795 10797 8181 0 -1 4202560 33996 0 0 0 107 4 0 0 16 0 19 0 877649327 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10803] ppid=10795 vsize=10547656 CPUtime=0.96 cores=1,3,5,7
/proc/10797/task/10803/stat : 10803 (java) S 10795 10797 8181 0 -1 4202560 29802 0 0 0 93 3 0 0 16 0 19 0 877649327 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10804] ppid=10795 vsize=10547656 CPUtime=1.01 cores=1,3,5,7
/proc/10797/task/10804/stat : 10804 (java) S 10795 10797 8181 0 -1 4202560 29017 0 0 0 97 4 0 0 16 0 19 0 877649327 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10805] ppid=10795 vsize=10547656 CPUtime=1.04 cores=1,3,5,7
/proc/10797/task/10805/stat : 10805 (java) S 10795 10797 8181 0 -1 4202560 27206 0 0 0 101 3 0 0 16 0 19 0 877649327 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10806] ppid=10795 vsize=10547656 CPUtime=0.95 cores=1,3,5,7
/proc/10797/task/10806/stat : 10806 (java) S 10795 10797 8181 0 -1 4202560 31719 0 0 0 91 4 0 0 15 0 19 0 877649327 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10807] ppid=10795 vsize=10547656 CPUtime=0.95 cores=1,3,5,7
/proc/10797/task/10807/stat : 10807 (java) S 10795 10797 8181 0 -1 4202560 31615 0 0 0 93 2 0 0 15 0 19 0 877649327 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10808] ppid=10795 vsize=10547656 CPUtime=1.14 cores=1,3,5,7
/proc/10797/task/10808/stat : 10808 (java) S 10795 10797 8181 0 -1 4202560 31915 0 0 0 110 4 0 0 15 0 19 0 877649327 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10818] ppid=10795 vsize=10547656 CPUtime=1.01 cores=1,3,5,7
/proc/10797/task/10818/stat : 10818 (java) S 10795 10797 8181 0 -1 4202560 5194 0 0 0 100 1 0 0 15 0 19 0 877649330 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 0 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10820] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10820/stat : 10820 (java) S 10795 10797 8181 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877649332 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10822] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10822/stat : 10822 (java) S 10795 10797 8181 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877649332 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 4
[pid=10797/tid=10823] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10823/stat : 10823 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649340 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606690225 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10825] ppid=10795 vsize=10547656 CPUtime=0.7 cores=1,3,5,7
/proc/10797/task/10825/stat : 10825 (java) S 10795 10797 8181 0 -1 4202560 5243 0 2 0 69 1 0 0 15 0 19 0 877649340 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10827] ppid=10795 vsize=10547656 CPUtime=1.17 cores=1,3,5,7
/proc/10797/task/10827/stat : 10827 (java) S 10795 10797 8181 0 -1 4202560 4132 0 2 0 117 0 0 0 15 0 19 0 877649340 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10828] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10828/stat : 10828 (java) S 10795 10797 8181 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877649340 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10831] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10831/stat : 10831 (java) S 10795 10797 8181 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 877649340 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10834] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10834/stat : 10834 (java) S 10795 10797 8181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877649385 10800799744 1066552 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1789.89
Current children cumulated vsize (KiB) 10547656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.4 s]
/proc/loadavg: 2.00 1.99 1.83 3/214 10885
/proc/meminfo: memFree=24806156/32950928 swapFree=67052072/67111528
[pid=10797] ppid=10795 vsize=10547656 CPUtime=1800.04 cores=1,3,5,7
/proc/10797/stat : 10797 (java) S 10795 10797 8181 0 -1 4202496 1080735 0 68 0 179882 122 0 0 18 0 19 0 877649317 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 3
/proc/10797/statm: 2636914 1067936 2265 9 0 2627648 0
[pid=10797/tid=10799] ppid=10795 vsize=10547656 CPUtime=1788.98 cores=1,3,5,7
/proc/10797/task/10799/stat : 10799 (java) R 10795 10797 8181 0 -1 4202560 826350 0 52 0 178813 85 0 0 25 0 19 0 877649323 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 46912505829561 0 4 0 16800975 0 0 0 -1 5 0 0 11
[pid=10797/tid=10801] ppid=10795 vsize=10547656 CPUtime=0.83 cores=1,3,5,7
/proc/10797/task/10801/stat : 10801 (java) S 10795 10797 8181 0 -1 4202560 21864 0 0 0 79 4 0 0 15 0 19 0 877649327 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10802] ppid=10795 vsize=10547656 CPUtime=1.13 cores=1,3,5,7
/proc/10797/task/10802/stat : 10802 (java) S 10795 10797 8181 0 -1 4202560 34384 0 0 0 109 4 0 0 16 0 19 0 877649327 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10803] ppid=10795 vsize=10547656 CPUtime=0.96 cores=1,3,5,7
/proc/10797/task/10803/stat : 10803 (java) S 10795 10797 8181 0 -1 4202560 29802 0 0 0 93 3 0 0 16 0 19 0 877649327 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10804] ppid=10795 vsize=10547656 CPUtime=1.02 cores=1,3,5,7
/proc/10797/task/10804/stat : 10804 (java) S 10795 10797 8181 0 -1 4202560 29358 0 0 0 98 4 0 0 16 0 19 0 877649327 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10805] ppid=10795 vsize=10547656 CPUtime=1.04 cores=1,3,5,7
/proc/10797/task/10805/stat : 10805 (java) S 10795 10797 8181 0 -1 4202560 27206 0 0 0 101 3 0 0 15 0 19 0 877649327 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10806] ppid=10795 vsize=10547656 CPUtime=0.97 cores=1,3,5,7
/proc/10797/task/10806/stat : 10806 (java) S 10795 10797 8181 0 -1 4202560 31984 0 0 0 93 4 0 0 16 0 19 0 877649327 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10807] ppid=10795 vsize=10547656 CPUtime=0.95 cores=1,3,5,7
/proc/10797/task/10807/stat : 10807 (java) S 10795 10797 8181 0 -1 4202560 31615 0 0 0 93 2 0 0 16 0 19 0 877649327 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10808] ppid=10795 vsize=10547656 CPUtime=1.16 cores=1,3,5,7
/proc/10797/task/10808/stat : 10808 (java) S 10795 10797 8181 0 -1 4202560 32358 0 0 0 112 4 0 0 16 0 19 0 877649327 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 7 0 0 0
[pid=10797/tid=10818] ppid=10795 vsize=10547656 CPUtime=1.01 cores=1,3,5,7
/proc/10797/task/10818/stat : 10818 (java) S 10795 10797 8181 0 -1 4202560 5194 0 0 0 100 1 0 0 15 0 19 0 877649330 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 0 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10820] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10820/stat : 10820 (java) S 10795 10797 8181 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877649332 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10822] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10822/stat : 10822 (java) S 10795 10797 8181 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 877649332 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 4
[pid=10797/tid=10823] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10823/stat : 10823 (java) S 10795 10797 8181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877649340 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606690225 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10825] ppid=10795 vsize=10547656 CPUtime=0.7 cores=1,3,5,7
/proc/10797/task/10825/stat : 10825 (java) S 10795 10797 8181 0 -1 4202560 5243 0 2 0 69 1 0 0 15 0 19 0 877649340 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 3 0 0 0
[pid=10797/tid=10827] ppid=10795 vsize=10547656 CPUtime=1.17 cores=1,3,5,7
/proc/10797/task/10827/stat : 10827 (java) S 10795 10797 8181 0 -1 4202560 4132 0 2 0 117 0 0 0 15 0 19 0 877649340 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10828] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10828/stat : 10828 (java) S 10795 10797 8181 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877649340 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606682521 0 4 0 16800975 18446604459316312128 0 0 -1 5 0 0 0
[pid=10797/tid=10831] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10831/stat : 10831 (java) S 10795 10797 8181 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 877649340 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
[pid=10797/tid=10834] ppid=10795 vsize=10547656 CPUtime=0 cores=1,3,5,7
/proc/10797/task/10834/stat : 10834 (java) S 10795 10797 8181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877649385 10800799744 1067936 33554432000 1073741824 1073778376 140734929837216 18446744073709551615 235606683136 0 4 0 16800975 18446604459316312128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10547656

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

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

[startup+1792.51 s]
/proc/loadavg: 2.00 1.99 1.83 3/214 10885
/proc/meminfo: memFree=24806156/32950928 swapFree=67052072/67111528
[pid=10797] ppid=10795 vsize=0 CPUtime=1800.18 cores=1,3,5,7
/proc/10797/stat : 10797 (java) Z 10795 10797 8181 0 -1 4203548 1080771 0 68 0 179887 131 0 0 17 0 2 0 877649317 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 3
/proc/10797/statm: 0 0 0 0 0 0 0
[pid=10797/tid=10834] ppid=10795 vsize=0 CPUtime=0.07 cores=1,3,5,7
/proc/10797/task/10834/stat : 10834 (java) R 10795 10797 8181 0 -1 4203588 7 0 0 0 0 7 0 0 18 0 2 0 877649385 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.57
CPU time (s): 1800.25
CPU user time (s): 1798.88
CPU system time (s): 1.36879
CPU usage (%): 100.428
Max. virtual memory (cumulated for all children) (KiB): 10550436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.88
system time used= 1.36879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1080771
page faults= 68
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42038
involuntary context switches= 10188

runsolver used 3.02654 second user time and 6.77197 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-10 01:01:46
IDJOB=3456447
IDBENCH=2524
IDSOLVER=1951
FILE ID=node120/3456447-1307660505
RUNJOBID= node120-1307660505-10770
PBS_JOBID= 13549392
Free space on /tmp= 74044 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-modglob.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456447-1307660505/watcher-3456447-1307660505 -o /tmp/evaluation-result-3456447-1307660505/solver-3456447-1307660505 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456447-1307660505.opb

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

MD5SUM BENCH= 70ac8fda673b8cd0297ec54288f810c6
RANDOM SEED=190437927

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.809
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.809
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32610284 kB
Buffers:         50436 kB
Cached:         122944 kB
SwapCached:      11084 kB
Active:          91212 kB
Inactive:        99480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32610284 kB
SwapTotal:    67111528 kB
SwapFree:     67052072 kB
Dirty:            1196 kB
Writeback:           0 kB
AnonPages:       15328 kB
Mapped:           9196 kB
Slab:            84960 kB
PageTables:       4412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   212496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74044 MiB
End job on node120 at 2011-06-10 01:31:40