Trace number 3457607

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 1782.03

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__32.opb
MD5SUM88a1b10031770f0260ca582c16661bcb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark251954
Best CPU time to get the best result obtained on this benchmark1800.53
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables321998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint32
Maximum length of a constraint1409
Number of terms in the objective function 320000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 11088799392
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 11088799392
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3457607-1307228942.opb
0.10/0.11	c reading problem ... 
3.31/2.76	c ... done. Wall clock time 2.658s.
3.31/2.76	c #vars     321998
3.31/2.76	c #constraints  14000
3.31/2.76	c constraints type 
3.31/2.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
3.31/2.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
3.31/2.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
233.09/227.33	c cleaning 0 clauses out of 5000 with flag 0/5000
435.66/427.80	c cleaning 0 clauses out of 11000 with flag 0/11000
759.29/749.27	c cleaning 0 clauses out of 18000 with flag 0/18000
1196.39/1182.77	c cleaning 0 clauses out of 26000 with flag 0/26000
1800.01/1781.82	c starts		: 59
1800.01/1781.82	c conflicts		: 32786
1800.01/1781.82	c decisions		: 38297080
1800.01/1781.82	c propagations		: 144122942
1800.01/1781.82	c inspects		: 1747950255
1800.01/1781.82	c shortcuts		: 0
1800.01/1781.82	c learnt literals	: 0
1800.01/1781.82	c learnt binary clauses	: 0
1800.01/1781.82	c learnt ternary clauses	: 0
1800.01/1781.82	c learnt constraints	: 32785
1800.01/1781.82	c ignored constraints	: 0
1800.01/1781.82	c root simplifications	: 0
1800.01/1781.82	c removed literals (reason simplification)	: 0
1800.01/1781.82	c reason swapping (by a shorter reason)	: 0
1800.01/1781.82	c Calls to reduceDB	: 4
1800.01/1781.82	c number of reductions to clauses (during analyze)	: 0
1800.01/1781.82	c number of learned constraints concerned by reduction	: 0
1800.01/1781.82	c number of learning phase by resolution	: 0
1800.01/1781.82	c number of learning phase by cutting planes	: 0
1800.01/1781.82	c speed (assignments/second)	: 81010.81696043636
1800.01/1781.82	c non guided choices	5686576
1800.01/1781.84	c learnt constraints type 
1800.01/1781.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7563
1800.01/1781.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.01/1781.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25215
1800.01/1781.84	c constraints type 
1800.01/1781.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.01/1781.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
1800.01/1781.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.01/1781.84	s UNKNOWN
1800.01/1781.84	c Total wall clock time (in seconds): 1781.735

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-3457607-1307228942/watcher-3457607-1307228942 -o /tmp/evaluation-result-3457607-1307228942/solver-3457607-1307228942 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457607-1307228942.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: 1.97 2.02 2.00 3/533 23989
/proc/meminfo: memFree=18518348/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/23989/stat : 23989 (java) S 23987 23989 22299 0 -1 4202496 6922 0 1 0 0 0 0 0 23 0 2 0 913124968 10694979584 6623 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 2611079 6636 917 9 0 2602235 0
[pid=23989/tid=23990] ppid=23987 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23990/stat : 23990 (java) R 23987 23989 22299 0 -1 4202560 7358 0 1 0 0 0 0 0 25 0 2 0 913124969 10694979584 8174 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256415085627 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0363389 s]
/proc/loadavg: 1.97 2.02 2.00 3/533 23989
/proc/meminfo: memFree=18518348/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/23989/stat : 23989 (java) S 23987 23989 22299 0 -1 4202496 11089 0 1 0 2 1 0 0 23 0 13 0 913124968 10718699520 10787 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 2616870 10787 1633 9 0 2607618 0
[pid=23989/tid=23990] ppid=23987 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/23989/task/23990/stat : 23990 (java) R 23987 23989 22299 0 -1 4202560 9947 0 1 0 1 1 0 0 25 0 13 0 913124969 10718699520 10787 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427218379 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100327 s]
/proc/loadavg: 1.97 2.02 2.00 3/533 23989
/proc/meminfo: memFree=18518348/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=10539640 CPUtime=0.1 cores=0,2,4,6
/proc/23989/stat : 23989 (java) S 23987 23989 22299 0 -1 4202496 13015 0 1 0 9 1 0 0 23 0 18 0 913124968 10792591360 12711 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 2634910 12714 2092 9 0 2625644 0
[pid=23989/tid=23990] ppid=23987 vsize=10539640 CPUtime=0.08 cores=0,2,4,6
/proc/23989/task/23990/stat : 23990 (java) R 23987 23989 22299 0 -1 4202560 11113 0 1 0 7 1 0 0 22 0 18 0 913124969 10792591360 12714 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 47124119785379 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539640

[startup+0.300289 s]
/proc/loadavg: 1.97 2.02 2.00 3/533 23989
/proc/meminfo: memFree=18518348/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=10540540 CPUtime=0.46 cores=0,2,4,6
/proc/23989/stat : 23989 (java) S 23987 23989 22299 0 -1 4202496 21721 0 1 0 43 3 0 0 23 0 18 0 913124968 10793512960 21301 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 2635135 21329 2199 9 0 2625869 0
[pid=23989/tid=23990] ppid=23987 vsize=10540540 CPUtime=0.28 cores=0,2,4,6
/proc/23989/task/23990/stat : 23990 (java) R 23987 23989 22299 0 -1 4202560 19131 0 1 0 26 2 0 0 22 0 18 0 913124969 10793512960 21344 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10540540

[startup+0.701218 s]
/proc/loadavg: 1.97 2.02 2.00 3/533 23989
/proc/meminfo: memFree=18518348/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=10540540 CPUtime=0.85 cores=0,2,4,6
/proc/23989/stat : 23989 (java) S 23987 23989 22299 0 -1 4202496 53082 0 1 0 79 6 0 0 23 0 18 0 913124968 10793512960 52661 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 2635135 52664 2199 9 0 2625869 0
[pid=23989/tid=23990] ppid=23987 vsize=10540540 CPUtime=0.68 cores=0,2,4,6
/proc/23989/task/23990/stat : 23990 (java) R 23987 23989 22299 0 -1 4202560 50453 0 1 0 63 5 0 0 23 0 18 0 913124969 10793512960 52666 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 46912505365698 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 10540540

[startup+1.50106 s]
/proc/loadavg: 1.97 2.02 2.00 3/551 24007
/proc/meminfo: memFree=18220676/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=10542704 CPUtime=1.9 cores=0,2,4,6
/proc/23989/stat : 23989 (java) S 23987 23989 22299 0 -1 4202496 131749 0 1 0 175 15 0 0 23 0 18 0 913124968 10795728896 130261 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 2635676 130265 2204 9 0 2626410 0
[pid=23989/tid=23990] ppid=23987 vsize=10542704 CPUtime=1.48 cores=0,2,4,6
/proc/23989/task/23990/stat : 23990 (java) R 23987 23989 22299 0 -1 4202560 126022 0 1 0 134 14 0 0 25 0 18 0 913124969 10795728896 130267 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 46912505553133 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23989/tid=23992] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23992/stat : 23992 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913124971 10795728896 130270 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23993] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23993/stat : 23993 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913124971 10795728896 130273 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23994] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23994/stat : 23994 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913124971 10795728896 130275 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23995] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23995/stat : 23995 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913124971 10795728896 130278 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23996] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23996/stat : 23996 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913124971 10795728896 130280 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23997] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23997/stat : 23997 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913124971 10795728896 130282 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23998] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23998/stat : 23998 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913124971 10795728896 130285 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23999] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23999/stat : 23999 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 913124971 10795728896 130287 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=24000] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24000/stat : 24000 (java) S 23987 23989 22299 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 913124972 10795728896 130289 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 0 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24001] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24001/stat : 24001 (java) S 23987 23989 22299 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 913124972 10795728896 130295 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24002] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24002/stat : 24002 (java) S 23987 23989 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 913124972 10795728896 130304 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=24003] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24003/stat : 24003 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 913124974 10795728896 130304 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427215281 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24004] ppid=23987 vsize=10542704 CPUtime=0.16 cores=0,2,4,6
/proc/23989/task/24004/stat : 24004 (java) S 23987 23989 22299 0 -1 4202560 1074 0 0 0 16 0 0 0 16 0 18 0 913124974 10795728896 130306 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24005] ppid=23987 vsize=10542704 CPUtime=0.23 cores=0,2,4,6
/proc/23989/task/24005/stat : 24005 (java) S 23987 23989 22299 0 -1 4202560 3508 0 0 0 23 0 0 0 16 0 18 0 913124974 10795728896 130309 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=24006] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24006/stat : 24006 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 913124974 10795728896 130310 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24007] ppid=23987 vsize=10542704 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24007/stat : 24007 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 913124974 10795728896 130310 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 10542704

[startup+3.10079 s]
/proc/loadavg: 1.97 2.02 2.00 3/551 24007
/proc/meminfo: memFree=17759156/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=10547812 CPUtime=3.93 cores=0,2,4,6
/proc/23989/stat : 23989 (java) S 23987 23989 22299 0 -1 4202496 261678 0 1 0 363 30 0 0 23 0 19 0 913124968 10800959488 260190 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 2636953 260192 2228 9 0 2627687 0
[pid=23989/tid=23990] ppid=23987 vsize=10547812 CPUtime=3.08 cores=0,2,4,6
/proc/23989/task/23990/stat : 23990 (java) R 23987 23989 22299 0 -1 4202560 254914 0 1 0 279 29 0 0 18 0 19 0 913124969 10800959488 260193 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 46912505899044 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23989/tid=23992] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23992/stat : 23992 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800959488 260194 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23993] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23993/stat : 23993 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800959488 260196 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23994] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23994/stat : 23994 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800959488 260197 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23995] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23995/stat : 23995 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800959488 260198 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23996] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23996/stat : 23996 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800959488 260199 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23997] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23997/stat : 23997 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800959488 260200 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23998] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23998/stat : 23998 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800959488 260201 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23999] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23999/stat : 23999 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800959488 260203 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=24000] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24000/stat : 24000 (java) S 23987 23989 22299 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 913124972 10800959488 260204 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 0 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24001] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24001/stat : 24001 (java) S 23987 23989 22299 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 913124972 10800959488 260205 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24002] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24002/stat : 24002 (java) S 23987 23989 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913124972 10800959488 260206 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=24003] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24003/stat : 24003 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 913124974 10800959488 260207 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427215281 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24004] ppid=23987 vsize=10547812 CPUtime=0.34 cores=0,2,4,6
/proc/23989/task/24004/stat : 24004 (java) S 23987 23989 22299 0 -1 4202560 1995 0 0 0 34 0 0 0 15 0 19 0 913124974 10800959488 260209 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24005] ppid=23987 vsize=10547812 CPUtime=0.49 cores=0,2,4,6
/proc/23989/task/24005/stat : 24005 (java) S 23987 23989 22299 0 -1 4202560 3614 0 0 0 49 0 0 0 15 0 19 0 913124974 10800959488 260210 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=24006] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24006/stat : 24006 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 913124974 10800959488 260211 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24007] ppid=23987 vsize=10547812 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24007/stat : 24007 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 913124974 10800959488 260212 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 10547812

[startup+6.30117 s]
/proc/loadavg: 1.97 2.02 2.00 3/552 24008
/proc/meminfo: memFree=16930828/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=10547176 CPUtime=7.55 cores=0,2,4,6
/proc/23989/stat : 23989 (java) S 23987 23989 22299 0 -1 4202496 461693 0 1 0 702 53 0 0 23 0 19 0 913124968 10800308224 459796 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 2636794 459803 2236 9 0 2627528 0
[pid=23989/tid=23990] ppid=23987 vsize=10547176 CPUtime=6.28 cores=0,2,4,6
/proc/23989/task/23990/stat : 23990 (java) R 23987 23989 22299 0 -1 4202560 454484 0 1 0 576 52 0 0 25 0 19 0 913124969 10800308224 459809 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 46912506033217 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23989/tid=23992] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23992/stat : 23992 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800308224 459813 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23993] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23993/stat : 23993 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800308224 459816 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23994] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23994/stat : 23994 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800308224 459822 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23995] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23995/stat : 23995 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800308224 459825 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23996] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23996/stat : 23996 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800308224 459829 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23997] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23997/stat : 23997 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800308224 459835 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23998] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23998/stat : 23998 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800308224 459838 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23999] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/23999/stat : 23999 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 913124971 10800308224 459841 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=24000] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24000/stat : 24000 (java) S 23987 23989 22299 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 913124972 10800308224 459847 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 0 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=24001] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24001/stat : 24001 (java) S 23987 23989 22299 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 913124972 10800308224 459851 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24002] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24002/stat : 24002 (java) S 23987 23989 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913124972 10800308224 459854 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=24003] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24003/stat : 24003 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 913124974 10800308224 459860 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427215281 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24004] ppid=23987 vsize=10547176 CPUtime=0.54 cores=0,2,4,6
/proc/23989/task/24004/stat : 24004 (java) S 23987 23989 22299 0 -1 4202560 2405 0 0 0 54 0 0 0 15 0 19 0 913124974 10800308224 459864 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24005] ppid=23987 vsize=10547176 CPUtime=0.7 cores=0,2,4,6
/proc/23989/task/24005/stat : 24005 (java) S 23987 23989 22299 0 -1 4202560 3655 0 0 0 70 0 0 0 15 0 19 0 913124974 10800308224 459867 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=24006] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24006/stat : 24006 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 913124974 10800308224 459873 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24007] ppid=23987 vsize=10547176 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24007/stat : 24007 (java) S 23987 23989 22299 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 913124974 10800308224 459877 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0

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

[pid=23989/tid=24008] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24008/stat : 24008 (java) S 23987 23989 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913125263 10806247424 1019298 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1619.57
Current children cumulated vsize (KiB) 10552976

[startup+1662.3 s]
/proc/loadavg: 2.25 2.11 2.03 3/552 24193
/proc/meminfo: memFree=15309308/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=10552976 CPUtime=1680.14 cores=0,2,4,6
/proc/23989/stat : 23989 (java) S 23987 23989 22299 0 -1 4202496 1049124 0 1 0 167873 141 0 0 23 0 19 0 913124968 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 2638244 1019353 2265 9 0 2628978 0
[pid=23989/tid=23990] ppid=23987 vsize=10552976 CPUtime=1652.38 cores=0,2,4,6
/proc/23989/task/23990/stat : 23990 (java) R 23987 23989 22299 0 -1 4202560 716155 0 1 0 165155 83 0 0 25 0 19 0 913124969 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 46912505961182 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23989/tid=23992] ppid=23987 vsize=10552976 CPUtime=2.41 cores=0,2,4,6
/proc/23989/task/23992/stat : 23992 (java) S 23987 23989 22299 0 -1 4202560 28411 0 0 0 237 4 0 0 15 0 19 0 913124971 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=23993] ppid=23987 vsize=10552976 CPUtime=2.61 cores=0,2,4,6
/proc/23989/task/23993/stat : 23993 (java) S 23987 23989 22299 0 -1 4202560 38024 0 0 0 254 7 0 0 16 0 19 0 913124971 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23994] ppid=23987 vsize=10552976 CPUtime=2.27 cores=0,2,4,6
/proc/23989/task/23994/stat : 23994 (java) S 23987 23989 22299 0 -1 4202560 12441 0 0 0 224 3 0 0 16 0 19 0 913124971 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=23995] ppid=23987 vsize=10552976 CPUtime=2.56 cores=0,2,4,6
/proc/23989/task/23995/stat : 23995 (java) S 23987 23989 22299 0 -1 4202560 35773 0 0 0 251 5 0 0 16 0 19 0 913124971 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 4 0 0 0
[pid=23989/tid=23996] ppid=23987 vsize=10552976 CPUtime=2.96 cores=0,2,4,6
/proc/23989/task/23996/stat : 23996 (java) S 23987 23989 22299 0 -1 4202560 62151 0 0 0 287 9 0 0 15 0 19 0 913124971 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 4 0 0 0
[pid=23989/tid=23997] ppid=23987 vsize=10552976 CPUtime=2.94 cores=0,2,4,6
/proc/23989/task/23997/stat : 23997 (java) S 23987 23989 22299 0 -1 4202560 37250 0 0 0 290 4 0 0 15 0 19 0 913124971 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=23998] ppid=23987 vsize=10552976 CPUtime=2.91 cores=0,2,4,6
/proc/23989/task/23998/stat : 23998 (java) S 23987 23989 22299 0 -1 4202560 47081 0 0 0 283 8 0 0 15 0 19 0 913124971 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 4 0 0 0
[pid=23989/tid=23999] ppid=23987 vsize=10552976 CPUtime=2.73 cores=0,2,4,6
/proc/23989/task/23999/stat : 23999 (java) S 23987 23989 22299 0 -1 4202560 35880 0 0 0 269 4 0 0 15 0 19 0 913124971 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24000] ppid=23987 vsize=10552976 CPUtime=3.55 cores=0,2,4,6
/proc/23989/task/24000/stat : 24000 (java) S 23987 23989 22299 0 -1 4202560 19737 0 0 0 349 6 0 0 15 0 19 0 913124972 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 0 0 16800975 18446604453761530752 0 0 -1 4 0 0 0
[pid=23989/tid=24001] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24001/stat : 24001 (java) S 23987 23989 22299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913124972 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24002] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24002/stat : 24002 (java) S 23987 23989 22299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 913124972 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=24003] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24003/stat : 24003 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 913124974 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427215281 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24004] ppid=23987 vsize=10552976 CPUtime=1.14 cores=0,2,4,6
/proc/23989/task/24004/stat : 24004 (java) S 23987 23989 22299 0 -1 4202560 3685 0 0 0 114 0 0 0 15 0 19 0 913124974 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=24005] ppid=23987 vsize=10552976 CPUtime=1.58 cores=0,2,4,6
/proc/23989/task/24005/stat : 24005 (java) S 23987 23989 22299 0 -1 4202560 11289 0 0 0 155 3 0 0 15 0 19 0 913124974 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24006] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24006/stat : 24006 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 913124974 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24007] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24007/stat : 24007 (java) S 23987 23989 22299 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 913124974 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=24008] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24008/stat : 24008 (java) S 23987 23989 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913125263 10806247424 1019353 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1680.14
Current children cumulated vsize (KiB) 10552976

[startup+1722.3 s]
/proc/loadavg: 2.09 2.09 2.03 3/552 24194
/proc/meminfo: memFree=15306036/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=10552976 CPUtime=1740.37 cores=0,2,4,6
/proc/23989/stat : 23989 (java) S 23987 23989 22299 0 -1 4202496 1049156 0 1 0 173896 141 0 0 23 0 19 0 913124968 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 2638244 1019367 2265 9 0 2628978 0
[pid=23989/tid=23990] ppid=23987 vsize=10552976 CPUtime=1712.27 cores=0,2,4,6
/proc/23989/task/23990/stat : 23990 (java) R 23987 23989 22299 0 -1 4202560 716165 0 1 0 171144 83 0 0 25 0 19 0 913124969 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 46912505626080 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23989/tid=23992] ppid=23987 vsize=10552976 CPUtime=2.43 cores=0,2,4,6
/proc/23989/task/23992/stat : 23992 (java) S 23987 23989 22299 0 -1 4202560 28411 0 0 0 239 4 0 0 15 0 19 0 913124971 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=23993] ppid=23987 vsize=10552976 CPUtime=2.66 cores=0,2,4,6
/proc/23989/task/23993/stat : 23993 (java) S 23987 23989 22299 0 -1 4202560 38027 0 0 0 259 7 0 0 15 0 19 0 913124971 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=23994] ppid=23987 vsize=10552976 CPUtime=2.33 cores=0,2,4,6
/proc/23989/task/23994/stat : 23994 (java) S 23987 23989 22299 0 -1 4202560 12442 0 0 0 230 3 0 0 16 0 19 0 913124971 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23995] ppid=23987 vsize=10552976 CPUtime=2.59 cores=0,2,4,6
/proc/23989/task/23995/stat : 23995 (java) S 23987 23989 22299 0 -1 4202560 35774 0 0 0 254 5 0 0 16 0 19 0 913124971 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 4 0 0 0
[pid=23989/tid=23996] ppid=23987 vsize=10552976 CPUtime=3.01 cores=0,2,4,6
/proc/23989/task/23996/stat : 23996 (java) S 23987 23989 22299 0 -1 4202560 62151 0 0 0 292 9 0 0 15 0 19 0 913124971 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=23997] ppid=23987 vsize=10552976 CPUtime=2.97 cores=0,2,4,6
/proc/23989/task/23997/stat : 23997 (java) S 23987 23989 22299 0 -1 4202560 37251 0 0 0 293 4 0 0 15 0 19 0 913124971 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=23998] ppid=23987 vsize=10552976 CPUtime=2.97 cores=0,2,4,6
/proc/23989/task/23998/stat : 23998 (java) S 23987 23989 22299 0 -1 4202560 47087 0 0 0 289 8 0 0 15 0 19 0 913124971 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23999] ppid=23987 vsize=10552976 CPUtime=2.77 cores=0,2,4,6
/proc/23989/task/23999/stat : 23999 (java) S 23987 23989 22299 0 -1 4202560 35882 0 0 0 273 4 0 0 15 0 19 0 913124971 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=24000] ppid=23987 vsize=10552976 CPUtime=3.55 cores=0,2,4,6
/proc/23989/task/24000/stat : 24000 (java) S 23987 23989 22299 0 -1 4202560 19741 0 0 0 349 6 0 0 16 0 19 0 913124972 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 0 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24001] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24001/stat : 24001 (java) S 23987 23989 22299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913124972 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24002] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24002/stat : 24002 (java) S 23987 23989 22299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 913124972 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=24003] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24003/stat : 24003 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 913124974 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427215281 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24004] ppid=23987 vsize=10552976 CPUtime=1.14 cores=0,2,4,6
/proc/23989/task/24004/stat : 24004 (java) S 23987 23989 22299 0 -1 4202560 3685 0 0 0 114 0 0 0 15 0 19 0 913124974 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=24005] ppid=23987 vsize=10552976 CPUtime=1.58 cores=0,2,4,6
/proc/23989/task/24005/stat : 24005 (java) S 23987 23989 22299 0 -1 4202560 11289 0 0 0 155 3 0 0 15 0 19 0 913124974 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24006] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24006/stat : 24006 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 913124974 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24007] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24007/stat : 24007 (java) S 23987 23989 22299 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 913124974 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=24008] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24008/stat : 24008 (java) S 23987 23989 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913125263 10806247424 1019367 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1740.37
Current children cumulated vsize (KiB) 10552976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.8 s]
/proc/loadavg: 2.03 2.07 2.02 3/552 24196
/proc/meminfo: memFree=15302416/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=10552976 CPUtime=1800.01 cores=0,2,4,6
/proc/23989/stat : 23989 (java) S 23987 23989 22299 0 -1 4202496 1049175 0 1 0 179860 141 0 0 23 0 19 0 913124968 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 2638244 1019369 2265 9 0 2628978 0
[pid=23989/tid=23990] ppid=23987 vsize=10552976 CPUtime=1771.72 cores=0,2,4,6
/proc/23989/task/23990/stat : 23990 (java) R 23987 23989 22299 0 -1 4202560 716176 0 1 0 177089 83 0 0 25 0 19 0 913124969 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 46912505626033 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23989/tid=23992] ppid=23987 vsize=10552976 CPUtime=2.47 cores=0,2,4,6
/proc/23989/task/23992/stat : 23992 (java) S 23987 23989 22299 0 -1 4202560 28411 0 0 0 243 4 0 0 16 0 19 0 913124971 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=23993] ppid=23987 vsize=10552976 CPUtime=2.68 cores=0,2,4,6
/proc/23989/task/23993/stat : 23993 (java) S 23987 23989 22299 0 -1 4202560 38028 0 0 0 261 7 0 0 15 0 19 0 913124971 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 4 0 0 0
[pid=23989/tid=23994] ppid=23987 vsize=10552976 CPUtime=2.36 cores=0,2,4,6
/proc/23989/task/23994/stat : 23994 (java) S 23987 23989 22299 0 -1 4202560 12442 0 0 0 233 3 0 0 16 0 19 0 913124971 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=23995] ppid=23987 vsize=10552976 CPUtime=2.61 cores=0,2,4,6
/proc/23989/task/23995/stat : 23995 (java) S 23987 23989 22299 0 -1 4202560 35774 0 0 0 256 5 0 0 15 0 19 0 913124971 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=23996] ppid=23987 vsize=10552976 CPUtime=3.03 cores=0,2,4,6
/proc/23989/task/23996/stat : 23996 (java) S 23987 23989 22299 0 -1 4202560 62151 0 0 0 294 9 0 0 16 0 19 0 913124971 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=23997] ppid=23987 vsize=10552976 CPUtime=2.99 cores=0,2,4,6
/proc/23989/task/23997/stat : 23997 (java) S 23987 23989 22299 0 -1 4202560 37252 0 0 0 295 4 0 0 15 0 19 0 913124971 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=23998] ppid=23987 vsize=10552976 CPUtime=2.99 cores=0,2,4,6
/proc/23989/task/23998/stat : 23998 (java) S 23987 23989 22299 0 -1 4202560 47087 0 0 0 291 8 0 0 16 0 19 0 913124971 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 4 0 0 0
[pid=23989/tid=23999] ppid=23987 vsize=10552976 CPUtime=2.79 cores=0,2,4,6
/proc/23989/task/23999/stat : 23999 (java) S 23987 23989 22299 0 -1 4202560 35882 0 0 0 275 4 0 0 15 0 19 0 913124971 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=24000] ppid=23987 vsize=10552976 CPUtime=3.55 cores=0,2,4,6
/proc/23989/task/24000/stat : 24000 (java) S 23987 23989 22299 0 -1 4202560 19743 0 0 0 349 6 0 0 15 0 19 0 913124972 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 0 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24001] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24001/stat : 24001 (java) S 23987 23989 22299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 913124972 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24002] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24002/stat : 24002 (java) S 23987 23989 22299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 913124972 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
[pid=23989/tid=24003] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24003/stat : 24003 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 913124974 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427215281 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24004] ppid=23987 vsize=10552976 CPUtime=1.14 cores=0,2,4,6
/proc/23989/task/24004/stat : 24004 (java) S 23987 23989 22299 0 -1 4202560 3685 0 0 0 114 0 0 0 15 0 19 0 913124974 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=24005] ppid=23987 vsize=10552976 CPUtime=1.58 cores=0,2,4,6
/proc/23989/task/24005/stat : 24005 (java) S 23987 23989 22299 0 -1 4202560 11289 0 0 0 155 3 0 0 15 0 19 0 913124974 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24006] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24006/stat : 24006 (java) S 23987 23989 22299 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 913124974 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427207577 0 4 0 16800975 18446604453761530752 0 0 -1 2 0 0 0
[pid=23989/tid=24007] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24007/stat : 24007 (java) S 23987 23989 22299 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 913124974 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 4 0 16800975 18446604453761530752 0 0 -1 0 0 0 0
[pid=23989/tid=24008] ppid=23987 vsize=10552976 CPUtime=0 cores=0,2,4,6
/proc/23989/task/24008/stat : 24008 (java) S 23987 23989 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 913125263 10806247424 1019369 33554432000 1073741824 1073778376 140735465760976 18446744073709551615 256427208192 0 4 0 16800975 18446604453761530752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10552976

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

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

[startup+1781.93 s]
/proc/loadavg: 2.03 2.07 2.02 3/552 24196
/proc/meminfo: memFree=15302416/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=0 CPUtime=1800.14 cores=0,2,4,6
/proc/23989/stat : 23989 (java) Z 23987 23989 22299 0 -1 4203548 1049208 0 1 0 179866 148 0 0 17 0 2 0 913124968 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 0 0 0 0 0 0 0
[pid=23989/tid=24006] ppid=23987 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/23989/task/24006/stat : 24006 (java) R 23987 23989 22299 0 -1 4203588 1 0 0 0 0 6 0 0 18 0 2 0 913124974 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.14
Current children cumulated vsize (KiB) 0

[startup+1782 s]
/proc/loadavg: 2.03 2.07 2.02 3/536 24199
/proc/meminfo: memFree=18766724/32950928 swapFree=58671692/67111528
[pid=23989] ppid=23987 vsize=0 CPUtime=1800.24 cores=0,2,4,6
/proc/23989/stat : 23989 (java) Z 23987 23989 22299 0 -1 4203548 1049208 0 1 0 179866 158 0 0 17 0 2 0 913124968 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23989/statm: 0 0 0 0 0 0 0
[pid=23989/tid=24006] ppid=23987 vsize=0 CPUtime=0.16 cores=0,2,4,6
/proc/23989/task/24006/stat : 24006 (java) R 23987 23989 22299 0 -1 4203588 1 0 0 0 0 16 0 0 18 0 2 0 913124974 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.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1782.03
CPU time (s): 1800.25
CPU user time (s): 1798.66
CPU system time (s): 1.58776
CPU usage (%): 101.023
Max. virtual memory (cumulated for all children) (KiB): 10552976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.58776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1049208
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= 42266
involuntary context switches= 16379

runsolver used 9.99248 second user time and 20.9778 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-05 01:09:03
IDJOB=3457607
IDBENCH=71904
IDSOLVER=1951
FILE ID=node115/3457607-1307228942
RUNJOBID= node115-1307215871-22318
PBS_JOBID= 13509105
Free space on /tmp= 73824 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__32.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457607-1307228942/watcher-3457607-1307228942 -o /tmp/evaluation-result-3457607-1307228942/solver-3457607-1307228942 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457607-1307228942.opb

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

MD5SUM BENCH= 88a1b10031770f0260ca582c16661bcb
RANDOM SEED=1410219550

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      18518380 kB
Buffers:        219984 kB
Cached:         406652 kB
SwapCached:      65828 kB
Active:        5597756 kB
Inactive:      8583636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18518380 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:           15012 kB
Writeback:           0 kB
AnonPages:    13492740 kB
Mapped:          35704 kB
Slab:            98276 kB
PageTables:      84492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 162192284 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= 73824 MiB
End job on node115 at 2011-06-05 01:38:47