Trace number 3455801

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.32 1794.92

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
MD5SUMc7cfddeeb3bb3e7896ee6eefe7e9ac17
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/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-3455801-1307227313.opb
0.10/0.11	c reading problem ... 
0.24/0.23	c ... done. Wall clock time 0.117s.
0.24/0.23	c #vars     710
0.24/0.23	c #constraints  1373
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.24/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 610
0.24/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 610
41.39/39.81	c cleaning 0 clauses out of 5001 with flag 0/5001
229.84/227.86	c cleaning 0 clauses out of 11002 with flag 0/11002
768.72/765.82	c cleaning 0 clauses out of 18001 with flag 0/18001
1800.05/1794.72	c starts		: 53
1800.05/1794.72	c conflicts		: 25541
1800.05/1794.72	c decisions		: 37542
1800.05/1794.72	c propagations		: 1393673
1800.05/1794.72	c inspects		: 1810975142
1800.05/1794.72	c shortcuts		: 0
1800.05/1794.72	c learnt literals	: 0
1800.05/1794.72	c learnt binary clauses	: 0
1800.05/1794.72	c learnt ternary clauses	: 0
1800.05/1794.72	c learnt constraints	: 25541
1800.05/1794.72	c ignored constraints	: 0
1800.05/1794.72	c root simplifications	: 0
1800.05/1794.72	c removed literals (reason simplification)	: 0
1800.05/1794.72	c reason swapping (by a shorter reason)	: 0
1800.05/1794.72	c Calls to reduceDB	: 3
1800.05/1794.72	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.72	c number of learned constraints concerned by reduction	: 0
1800.05/1794.72	c number of learning phase by resolution	: 0
1800.05/1794.72	c number of learning phase by cutting planes	: 0
1800.05/1794.72	c speed (assignments/second)	: 776.6375628588751
1800.05/1794.72	c non guided choices	646
1800.05/1794.74	c learnt constraints type 
1800.05/1794.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.05/1794.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25540
1800.05/1794.74	c constraints type 
1800.05/1794.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1800.05/1794.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 610
1800.05/1794.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1800.05/1794.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 610
1800.05/1794.74	s UNKNOWN
1800.05/1794.74	c Total wall clock time (in seconds): 1794.629

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.01 2/542 1211
/proc/meminfo: memFree=20303632/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/1211/stat : 1211 (java) S 1209 1211 32290 0 -1 4202496 234 0 0 0 0 0 0 0 25 0 1 0 834329051 9318400 170 33554432000 1073741824 1073778376 140734409636752 18446744073709551615 218905726821 0 2147483391 4096 0 18446744071699207358 0 0 17 2 0 0 0
/proc/1211/statm: 2275 170 130 9 0 67 0
[pid=1211/tid=1212] ppid=1209 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1212/stat : 1212 (java) R 1209 1211 32290 0 -1 4202560 5662 0 1 0 0 0 0 0 25 0 2 0 834329052 10694979584 6478 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218905424955 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0248511 s]
/proc/loadavg: 2.02 2.04 2.01 2/542 1211
/proc/meminfo: memFree=20303632/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/1211/stat : 1211 (java) S 1209 1211 32290 0 -1 4202496 9949 0 1 0 0 1 0 0 25 0 10 0 834329051 10703900672 9651 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/1211/statm: 2613257 9652 952 9 0 2604413 0
[pid=1211/tid=1212] ppid=1209 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/1211/task/1212/stat : 1212 (java) R 1209 1211 32290 0 -1 4202560 8829 0 1 0 0 1 0 0 25 0 10 0 834329052 10703900672 9653 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 47437375927464 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.10082 s]
/proc/loadavg: 2.02 2.04 2.01 2/542 1211
/proc/meminfo: memFree=20303632/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=10540280 CPUtime=0.1 cores=0,2,4,6
/proc/1211/stat : 1211 (java) S 1209 1211 32290 0 -1 4202496 13029 0 1 0 8 2 0 0 25 0 18 0 834329051 10793246720 12703 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1211/statm: 2635070 12703 2093 9 0 2625804 0
[pid=1211/tid=1212] ppid=1209 vsize=10540280 CPUtime=0.07 cores=0,2,4,6
/proc/1211/task/1212/stat : 1212 (java) R 1209 1211 32290 0 -1 4202560 11098 0 1 0 6 1 0 0 25 0 18 0 834329052 10793246720 12704 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540280

[startup+0.308052 s]
/proc/loadavg: 2.02 2.04 2.01 2/542 1211
/proc/meminfo: memFree=20303632/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=10545404 CPUtime=0.49 cores=0,2,4,6
/proc/1211/stat : 1211 (java) S 1209 1211 32290 0 -1 4202496 17250 0 1 0 46 3 0 0 25 0 19 0 834329051 10798493696 16069 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1211/statm: 2636351 16158 2208 9 0 2627085 0
[pid=1211/tid=1212] ppid=1209 vsize=10545404 CPUtime=0.31 cores=0,2,4,6
/proc/1211/task/1212/stat : 1212 (java) R 1209 1211 32290 0 -1 4202560 12559 0 1 0 29 2 0 0 25 0 19 0 834329052 10798493696 16159 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 46912505573845 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10545404

[startup+0.700708 s]
/proc/loadavg: 2.02 2.04 2.01 2/542 1211
/proc/meminfo: memFree=20303632/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=10554936 CPUtime=1.6 cores=0,2,4,6
/proc/1211/stat : 1211 (java) S 1209 1211 32290 0 -1 4202496 32210 0 1 0 156 4 0 0 25 0 19 0 834329051 10808254464 27446 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1211/statm: 2638734 27448 2220 9 0 2629468 0
[pid=1211/tid=1212] ppid=1209 vsize=10554936 CPUtime=0.67 cores=0,2,4,6
/proc/1211/task/1212/stat : 1212 (java) R 1209 1211 32290 0 -1 4202560 18769 0 1 0 65 2 0 0 25 0 19 0 834329052 10808254464 27449 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 46912505593243 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 10554936

[startup+1.50159 s]
/proc/loadavg: 2.02 2.04 2.01 3/561 1230
/proc/meminfo: memFree=20114584/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=10554936 CPUtime=2.83 cores=0,2,4,6
/proc/1211/stat : 1211 (java) S 1209 1211 32290 0 -1 4202496 95574 0 1 0 270 13 0 0 25 0 19 0 834329051 10808254464 90809 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1211/statm: 2638734 90813 2226 9 0 2629468 0
[pid=1211/tid=1212] ppid=1209 vsize=10554936 CPUtime=1.48 cores=0,2,4,6
/proc/1211/task/1212/stat : 1212 (java) R 1209 1211 32290 0 -1 4202560 82054 0 1 0 137 11 0 0 25 0 19 0 834329052 10808254464 90815 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 46912505623516 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1211/tid=1214] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1214/stat : 1214 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 90818 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1215] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1215/stat : 1215 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 90820 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1216] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1216/stat : 1216 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 90821 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1217] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1217/stat : 1217 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 90823 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1218] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1218/stat : 1218 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 90825 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1219] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1219/stat : 1219 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 90827 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1220] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1220/stat : 1220 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 90829 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1221] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1221/stat : 1221 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 90832 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1222] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1222/stat : 1222 (java) S 1209 1211 32290 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834329055 10808254464 90833 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 0 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1223] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1223/stat : 1223 (java) S 1209 1211 32290 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834329055 10808254464 90836 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1224] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1224/stat : 1224 (java) S 1209 1211 32290 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834329055 10808254464 90838 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1225] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1225/stat : 1225 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329057 10808254464 90840 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917554609 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1226] ppid=1209 vsize=10554936 CPUtime=0.72 cores=0,2,4,6
/proc/1211/task/1226/stat : 1226 (java) S 1209 1211 32290 0 -1 4202560 6859 0 0 0 71 1 0 0 15 0 19 0 834329057 10808254464 90842 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1227] ppid=1209 vsize=10554936 CPUtime=0.6 cores=0,2,4,6
/proc/1211/task/1227/stat : 1227 (java) R 1209 1211 32290 0 -1 4202560 5506 0 0 0 60 0 0 0 16 0 19 0 834329057 10808254464 90844 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 47437379476011 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1211/tid=1228] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1228/stat : 1228 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329057 10808254464 90847 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1229] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1229/stat : 1229 (java) S 1209 1211 32290 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 834329057 10808254464 90849 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 4 0 16800975 18446604453071271872 0 0 -1 4 0 0 0
[pid=1211/tid=1230] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1230/stat : 1230 (java) S 1209 1211 32290 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834329075 10808254464 90854 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 10554936

[startup+3.10132 s]
/proc/loadavg: 2.02 2.04 2.01 3/561 1230
/proc/meminfo: memFree=19745188/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=10554936 CPUtime=4.45 cores=0,2,4,6
/proc/1211/stat : 1211 (java) S 1209 1211 32290 0 -1 4202496 230431 0 1 0 415 30 0 0 25 0 19 0 834329051 10808254464 225666 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1211/statm: 2638734 225670 2226 9 0 2629468 0
[pid=1211/tid=1212] ppid=1209 vsize=10554936 CPUtime=3.07 cores=0,2,4,6
/proc/1211/task/1212/stat : 1212 (java) R 1209 1211 32290 0 -1 4202560 216905 0 1 0 280 27 0 0 25 0 19 0 834329052 10808254464 225673 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 46912505624958 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1211/tid=1214] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1214/stat : 1214 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 225676 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1215] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1215/stat : 1215 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 225678 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1216] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1216/stat : 1216 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 225681 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1217] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1217/stat : 1217 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 225683 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1218] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1218/stat : 1218 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 225686 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1219] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1219/stat : 1219 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 225688 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1220] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1220/stat : 1220 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 225691 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1221] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1221/stat : 1221 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 225693 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1222] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1222/stat : 1222 (java) S 1209 1211 32290 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834329055 10808254464 225696 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 0 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1223] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1223/stat : 1223 (java) S 1209 1211 32290 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834329055 10808254464 225698 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1224] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1224/stat : 1224 (java) S 1209 1211 32290 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834329055 10808254464 225701 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1225] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1225/stat : 1225 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329057 10808254464 225704 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917554609 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1226] ppid=1209 vsize=10554936 CPUtime=0.73 cores=0,2,4,6
/proc/1211/task/1226/stat : 1226 (java) S 1209 1211 32290 0 -1 4202560 6859 0 0 0 72 1 0 0 15 0 19 0 834329057 10808254464 225707 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1227] ppid=1209 vsize=10554936 CPUtime=0.62 cores=0,2,4,6
/proc/1211/task/1227/stat : 1227 (java) S 1209 1211 32290 0 -1 4202560 5514 0 0 0 62 0 0 0 15 0 19 0 834329057 10808254464 225710 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 4 0 0 0
[pid=1211/tid=1228] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1228/stat : 1228 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329057 10808254464 225712 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1229] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1229/stat : 1229 (java) S 1209 1211 32290 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 834329057 10808254464 225715 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 4 0 16800975 18446604453071271872 0 0 -1 4 0 0 0
[pid=1211/tid=1230] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1230/stat : 1230 (java) S 1209 1211 32290 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834329075 10808254464 225717 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 10554936

[startup+6.3007 s]
/proc/loadavg: 2.02 2.04 2.01 3/561 1230
/proc/meminfo: memFree=18699864/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=10554936 CPUtime=7.65 cores=0,2,4,6
/proc/1211/stat : 1211 (java) S 1209 1211 32290 0 -1 4202496 476605 0 1 0 706 59 0 0 25 0 19 0 834329051 10808254464 471767 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1211/statm: 2638734 471769 2227 9 0 2629468 0
[pid=1211/tid=1212] ppid=1209 vsize=10554936 CPUtime=6.28 cores=0,2,4,6
/proc/1211/task/1212/stat : 1212 (java) R 1209 1211 32290 0 -1 4202560 463074 0 1 0 571 57 0 0 18 0 19 0 834329052 10808254464 471771 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 46912505593224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1211/tid=1214] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1214/stat : 1214 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 471773 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1215] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1215/stat : 1215 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 471777 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1216] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1216/stat : 1216 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 471780 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1217] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1217/stat : 1217 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 471784 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1218] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1218/stat : 1218 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 471787 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1219] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1219/stat : 1219 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 471790 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1220] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1220/stat : 1220 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 471792 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1221] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1221/stat : 1221 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329054 10808254464 471795 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1222] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1222/stat : 1222 (java) S 1209 1211 32290 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 834329055 10808254464 471797 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 0 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1223] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1223/stat : 1223 (java) S 1209 1211 32290 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834329055 10808254464 471798 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1224] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1224/stat : 1224 (java) S 1209 1211 32290 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834329055 10808254464 471800 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1225] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1225/stat : 1225 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329057 10808254464 471805 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917554609 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1226] ppid=1209 vsize=10554936 CPUtime=0.73 cores=0,2,4,6
/proc/1211/task/1226/stat : 1226 (java) S 1209 1211 32290 0 -1 4202560 6859 0 0 0 72 1 0 0 15 0 19 0 834329057 10808254464 471807 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1227] ppid=1209 vsize=10554936 CPUtime=0.62 cores=0,2,4,6
/proc/1211/task/1227/stat : 1227 (java) S 1209 1211 32290 0 -1 4202560 5514 0 0 0 62 0 0 0 15 0 19 0 834329057 10808254464 471809 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 4 0 0 0

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

[pid=1211/tid=1230] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1230/stat : 1230 (java) S 1209 1211 32290 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834329075 10808254464 945235 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1667.27
Current children cumulated vsize (KiB) 10554936

[startup+1722.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/561 1336
/proc/meminfo: memFree=16256804/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=10554936 CPUtime=1727.43 cores=0,2,4,6
/proc/1211/stat : 1211 (java) S 1209 1211 32290 0 -1 4202496 953739 0 1 0 172622 121 0 0 25 0 19 0 834329051 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1211/statm: 2638734 947106 2257 9 0 2629468 0
[pid=1211/tid=1212] ppid=1209 vsize=10554936 CPUtime=1719.81 cores=0,2,4,6
/proc/1211/task/1212/stat : 1212 (java) R 1209 1211 32290 0 -1 4202560 829714 0 1 0 171880 101 0 0 25 0 19 0 834329052 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 46912505804863 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1211/tid=1214] ppid=1209 vsize=10554936 CPUtime=0.7 cores=0,2,4,6
/proc/1211/task/1214/stat : 1214 (java) S 1209 1211 32290 0 -1 4202560 16152 0 0 0 69 1 0 0 16 0 19 0 834329054 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 0 0 0 0
[pid=1211/tid=1215] ppid=1209 vsize=10554936 CPUtime=0.68 cores=0,2,4,6
/proc/1211/task/1215/stat : 1215 (java) S 1209 1211 32290 0 -1 4202560 10055 0 0 0 67 1 0 0 15 0 19 0 834329054 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 0 0 0 0
[pid=1211/tid=1216] ppid=1209 vsize=10554936 CPUtime=0.74 cores=0,2,4,6
/proc/1211/task/1216/stat : 1216 (java) S 1209 1211 32290 0 -1 4202560 16259 0 0 0 72 2 0 0 15 0 19 0 834329054 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 0 0 0 0
[pid=1211/tid=1217] ppid=1209 vsize=10554936 CPUtime=0.77 cores=0,2,4,6
/proc/1211/task/1217/stat : 1217 (java) S 1209 1211 32290 0 -1 4202560 14284 0 0 0 75 2 0 0 15 0 19 0 834329054 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1218] ppid=1209 vsize=10554936 CPUtime=0.68 cores=0,2,4,6
/proc/1211/task/1218/stat : 1218 (java) S 1209 1211 32290 0 -1 4202560 11475 0 0 0 67 1 0 0 16 0 19 0 834329054 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1219] ppid=1209 vsize=10554936 CPUtime=0.65 cores=0,2,4,6
/proc/1211/task/1219/stat : 1219 (java) S 1209 1211 32290 0 -1 4202560 12301 0 0 0 63 2 0 0 15 0 19 0 834329054 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1220] ppid=1209 vsize=10554936 CPUtime=0.48 cores=0,2,4,6
/proc/1211/task/1220/stat : 1220 (java) S 1209 1211 32290 0 -1 4202560 9933 0 0 0 47 1 0 0 15 0 19 0 834329054 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 4 0 0 0
[pid=1211/tid=1221] ppid=1209 vsize=10554936 CPUtime=0.63 cores=0,2,4,6
/proc/1211/task/1221/stat : 1221 (java) S 1209 1211 32290 0 -1 4202560 9370 0 0 0 62 1 0 0 16 0 19 0 834329054 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1222] ppid=1209 vsize=10554936 CPUtime=0.61 cores=0,2,4,6
/proc/1211/task/1222/stat : 1222 (java) S 1209 1211 32290 0 -1 4202560 10509 0 0 0 60 1 0 0 15 0 19 0 834329055 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 0 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1223] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1223/stat : 1223 (java) S 1209 1211 32290 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834329055 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1224] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1224/stat : 1224 (java) S 1209 1211 32290 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834329055 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1225] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1225/stat : 1225 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329057 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917554609 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1226] ppid=1209 vsize=10554936 CPUtime=0.83 cores=0,2,4,6
/proc/1211/task/1226/stat : 1226 (java) S 1209 1211 32290 0 -1 4202560 6876 0 0 0 82 1 0 0 15 0 19 0 834329057 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1227] ppid=1209 vsize=10554936 CPUtime=0.71 cores=0,2,4,6
/proc/1211/task/1227/stat : 1227 (java) S 1209 1211 32290 0 -1 4202560 5561 0 0 0 71 0 0 0 15 0 19 0 834329057 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 4 0 0 0
[pid=1211/tid=1228] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1228/stat : 1228 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329057 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1229] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1229/stat : 1229 (java) S 1209 1211 32290 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 834329057 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1230] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1230/stat : 1230 (java) S 1209 1211 32290 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834329075 10808254464 947106 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1727.43
Current children cumulated vsize (KiB) 10554936

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/561 1337
/proc/meminfo: memFree=16244500/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=10554936 CPUtime=1787.61 cores=0,2,4,6
/proc/1211/stat : 1211 (java) S 1209 1211 32290 0 -1 4202496 956748 0 1 0 178640 121 0 0 25 0 19 0 834329051 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1211/statm: 2638734 949992 2257 9 0 2629468 0
[pid=1211/tid=1212] ppid=1209 vsize=10554936 CPUtime=1779.72 cores=0,2,4,6
/proc/1211/task/1212/stat : 1212 (java) R 1209 1211 32290 0 -1 4202560 829718 0 1 0 177871 101 0 0 25 0 19 0 834329052 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 46912505625705 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1211/tid=1214] ppid=1209 vsize=10554936 CPUtime=0.74 cores=0,2,4,6
/proc/1211/task/1214/stat : 1214 (java) S 1209 1211 32290 0 -1 4202560 16454 0 0 0 73 1 0 0 15 0 19 0 834329054 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1215] ppid=1209 vsize=10554936 CPUtime=0.72 cores=0,2,4,6
/proc/1211/task/1215/stat : 1215 (java) S 1209 1211 32290 0 -1 4202560 10430 0 0 0 71 1 0 0 16 0 19 0 834329054 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1216] ppid=1209 vsize=10554936 CPUtime=0.74 cores=0,2,4,6
/proc/1211/task/1216/stat : 1216 (java) S 1209 1211 32290 0 -1 4202560 16259 0 0 0 72 2 0 0 16 0 19 0 834329054 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 0 0 0 0
[pid=1211/tid=1217] ppid=1209 vsize=10554936 CPUtime=0.82 cores=0,2,4,6
/proc/1211/task/1217/stat : 1217 (java) S 1209 1211 32290 0 -1 4202560 14963 0 0 0 80 2 0 0 15 0 19 0 834329054 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1218] ppid=1209 vsize=10554936 CPUtime=0.74 cores=0,2,4,6
/proc/1211/task/1218/stat : 1218 (java) S 1209 1211 32290 0 -1 4202560 12288 0 0 0 72 2 0 0 16 0 19 0 834329054 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 0 0 0 0
[pid=1211/tid=1219] ppid=1209 vsize=10554936 CPUtime=0.67 cores=0,2,4,6
/proc/1211/task/1219/stat : 1219 (java) S 1209 1211 32290 0 -1 4202560 12317 0 0 0 65 2 0 0 15 0 19 0 834329054 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 4 0 0 0
[pid=1211/tid=1220] ppid=1209 vsize=10554936 CPUtime=0.5 cores=0,2,4,6
/proc/1211/task/1220/stat : 1220 (java) S 1209 1211 32290 0 -1 4202560 10019 0 0 0 49 1 0 0 16 0 19 0 834329054 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 4 0 0 0
[pid=1211/tid=1221] ppid=1209 vsize=10554936 CPUtime=0.67 cores=0,2,4,6
/proc/1211/task/1221/stat : 1221 (java) S 1209 1211 32290 0 -1 4202560 10096 0 0 0 66 1 0 0 16 0 19 0 834329054 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1222] ppid=1209 vsize=10554936 CPUtime=0.61 cores=0,2,4,6
/proc/1211/task/1222/stat : 1222 (java) S 1209 1211 32290 0 -1 4202560 10513 0 0 0 60 1 0 0 15 0 19 0 834329055 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 0 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1223] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1223/stat : 1223 (java) S 1209 1211 32290 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834329055 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1224] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1224/stat : 1224 (java) S 1209 1211 32290 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834329055 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1225] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1225/stat : 1225 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329057 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917554609 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1226] ppid=1209 vsize=10554936 CPUtime=0.83 cores=0,2,4,6
/proc/1211/task/1226/stat : 1226 (java) S 1209 1211 32290 0 -1 4202560 6876 0 0 0 82 1 0 0 15 0 19 0 834329057 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1227] ppid=1209 vsize=10554936 CPUtime=0.71 cores=0,2,4,6
/proc/1211/task/1227/stat : 1227 (java) S 1209 1211 32290 0 -1 4202560 5561 0 0 0 71 0 0 0 15 0 19 0 834329057 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 4 0 0 0
[pid=1211/tid=1228] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1228/stat : 1228 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329057 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1229] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1229/stat : 1229 (java) S 1209 1211 32290 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 834329057 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1230] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1230/stat : 1230 (java) S 1209 1211 32290 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834329075 10808254464 949992 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1787.61
Current children cumulated vsize (KiB) 10554936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.02 2.04 2.01 3/561 1338
/proc/meminfo: memFree=16243632/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=10554936 CPUtime=1800.05 cores=0,2,4,6
/proc/1211/stat : 1211 (java) S 1209 1211 32290 0 -1 4202496 957037 0 1 0 179884 121 0 0 25 0 19 0 834329051 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1211/statm: 2638734 950270 2257 9 0 2629468 0
[pid=1211/tid=1212] ppid=1209 vsize=10554936 CPUtime=1792.12 cores=0,2,4,6
/proc/1211/task/1212/stat : 1212 (java) R 1209 1211 32290 0 -1 4202560 829719 0 1 0 179111 101 0 0 25 0 19 0 834329052 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 46912505622701 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1211/tid=1214] ppid=1209 vsize=10554936 CPUtime=0.76 cores=0,2,4,6
/proc/1211/task/1214/stat : 1214 (java) S 1209 1211 32290 0 -1 4202560 16577 0 0 0 75 1 0 0 16 0 19 0 834329054 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1215] ppid=1209 vsize=10554936 CPUtime=0.73 cores=0,2,4,6
/proc/1211/task/1215/stat : 1215 (java) S 1209 1211 32290 0 -1 4202560 10444 0 0 0 72 1 0 0 16 0 19 0 834329054 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1216] ppid=1209 vsize=10554936 CPUtime=0.76 cores=0,2,4,6
/proc/1211/task/1216/stat : 1216 (java) S 1209 1211 32290 0 -1 4202560 16354 0 0 0 74 2 0 0 16 0 19 0 834329054 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 0 0 0 0
[pid=1211/tid=1217] ppid=1209 vsize=10554936 CPUtime=0.82 cores=0,2,4,6
/proc/1211/task/1217/stat : 1217 (java) S 1209 1211 32290 0 -1 4202560 14963 0 0 0 80 2 0 0 15 0 19 0 834329054 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1218] ppid=1209 vsize=10554936 CPUtime=0.74 cores=0,2,4,6
/proc/1211/task/1218/stat : 1218 (java) S 1209 1211 32290 0 -1 4202560 12288 0 0 0 72 2 0 0 15 0 19 0 834329054 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 0 0 0 0
[pid=1211/tid=1219] ppid=1209 vsize=10554936 CPUtime=0.68 cores=0,2,4,6
/proc/1211/task/1219/stat : 1219 (java) S 1209 1211 32290 0 -1 4202560 12373 0 0 0 66 2 0 0 16 0 19 0 834329054 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 4 0 0 0
[pid=1211/tid=1220] ppid=1209 vsize=10554936 CPUtime=0.5 cores=0,2,4,6
/proc/1211/task/1220/stat : 1220 (java) S 1209 1211 32290 0 -1 4202560 10019 0 0 0 49 1 0 0 15 0 19 0 834329054 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 4 0 0 0
[pid=1211/tid=1221] ppid=1209 vsize=10554936 CPUtime=0.67 cores=0,2,4,6
/proc/1211/task/1221/stat : 1221 (java) S 1209 1211 32290 0 -1 4202560 10096 0 0 0 66 1 0 0 15 0 19 0 834329054 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1222] ppid=1209 vsize=10554936 CPUtime=0.61 cores=0,2,4,6
/proc/1211/task/1222/stat : 1222 (java) S 1209 1211 32290 0 -1 4202560 10513 0 0 0 60 1 0 0 15 0 19 0 834329055 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 0 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1223] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1223/stat : 1223 (java) S 1209 1211 32290 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834329055 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1224] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1224/stat : 1224 (java) S 1209 1211 32290 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834329055 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1225] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1225/stat : 1225 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329057 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917554609 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1226] ppid=1209 vsize=10554936 CPUtime=0.83 cores=0,2,4,6
/proc/1211/task/1226/stat : 1226 (java) S 1209 1211 32290 0 -1 4202560 6876 0 0 0 82 1 0 0 15 0 19 0 834329057 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1227] ppid=1209 vsize=10554936 CPUtime=0.71 cores=0,2,4,6
/proc/1211/task/1227/stat : 1227 (java) S 1209 1211 32290 0 -1 4202560 5561 0 0 0 71 0 0 0 15 0 19 0 834329057 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 4 0 0 0
[pid=1211/tid=1228] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1228/stat : 1228 (java) S 1209 1211 32290 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834329057 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917546905 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
[pid=1211/tid=1229] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1229/stat : 1229 (java) S 1209 1211 32290 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 834329057 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 4 0 16800975 18446604453071271872 0 0 -1 2 0 0 0
[pid=1211/tid=1230] ppid=1209 vsize=10554936 CPUtime=0 cores=0,2,4,6
/proc/1211/task/1230/stat : 1230 (java) S 1209 1211 32290 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834329075 10808254464 950270 33554432000 1073741824 1073778376 140737419495152 18446744073709551615 218917547520 0 4 0 16800975 18446604453071271872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10554936

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

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

[startup+1794.83 s]
/proc/loadavg: 2.02 2.04 2.01 3/561 1338
/proc/meminfo: memFree=16243632/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=0 CPUtime=1800.2 cores=0,2,4,6
/proc/1211/stat : 1211 (java) Z 1209 1211 32290 0 -1 4203548 957077 0 1 0 179892 128 0 0 17 0 2 0 834329051 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1211/statm: 0 0 0 0 0 0 0
[pid=1211/tid=1218] ppid=1209 vsize=0 CPUtime=0.81 cores=0,2,4,6
/proc/1211/task/1218/stat : 1218 (java) R 1209 1211 32290 0 -1 4203588 12288 0 0 0 72 9 0 0 15 0 2 0 834329054 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

[startup+1794.9 s]
/proc/loadavg: 2.02 2.04 2.01 3/561 1338
/proc/meminfo: memFree=16243632/32951124 swapFree=56930356/67111528
[pid=1211] ppid=1209 vsize=0 CPUtime=1800.28 cores=0,2,4,6
/proc/1211/stat : 1211 (java) Z 1209 1211 32290 0 -1 4203548 957077 0 1 0 179892 136 0 0 17 0 2 0 834329051 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1211/statm: 0 0 0 0 0 0 0
[pid=1211/tid=1218] ppid=1209 vsize=0 CPUtime=0.88 cores=0,2,4,6
/proc/1211/task/1218/stat : 1218 (java) R 1209 1211 32290 0 -1 4203588 12288 0 0 0 72 16 0 0 16 0 2 0 834329054 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.92
CPU time (s): 1800.32
CPU user time (s): 1798.93
CPU system time (s): 1.38579
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 10554936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.38579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 957077
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= 40044
involuntary context switches= 33830

runsolver used 10.2524 second user time and 21.4557 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-05 00:41:53
IDJOB=3455801
IDBENCH=48318
IDSOLVER=1951
FILE ID=node137/3455801-1307227313
RUNJOBID= node137-1307215866-32308
PBS_JOBID= 13509087
Free space on /tmp= 73732 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455801-1307227313/watcher-3455801-1307227313 -o /tmp/evaluation-result-3455801-1307227313/solver-3455801-1307227313 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455801-1307227313.opb

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

MD5SUM BENCH= c7cfddeeb3bb3e7896ee6eefe7e9ac17
RANDOM SEED=1218426632

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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:     32951124 kB
MemFree:      20303796 kB
Buffers:        299440 kB
Cached:         595400 kB
SwapCached:      12312 kB
Active:       11837400 kB
Inactive:       541172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20303796 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:    11481004 kB
Mapped:          29684 kB
Slab:           118152 kB
PageTables:      81512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 172892840 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= 73728 MiB
End job on node137 at 2011-06-05 01:11:50