Trace number 3744525

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1801.11 1765.82

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_6_ic.opb
MD5SUM09d230c3dd969e67e7ea084b633c9325
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 74618461
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 7915122659
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 74618461
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 7915122659
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.1.1.v20090612
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version	1.6.0_24
0.02/0.08	c os.name	Linux
0.02/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch	amd64
0.02/0.08	c Free memory 1299577560
0.02/0.08	c Max memory 1306394624
0.02/0.08	c Total memory 1306394624
0.02/0.08	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3744525-1338812465.opb
0.09/0.11	c reading problem ... 
0.93/0.56	c ... done. Wall clock time 0.449s.
0.93/0.56	c #vars     15725
0.93/0.56	c #constraints  33208
0.93/0.56	c constraints type 
0.93/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.93/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
0.93/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
0.93/0.56	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14726
1351.21/1324.36	c cleaning 475236 clauses out of 950500
1800.09/1765.74	c starts		: 22
1800.09/1765.74	c conflicts		: 1253366
1800.09/1765.74	c decisions		: 1483518
1800.09/1765.74	c propagations		: 753893381
1800.09/1765.74	c inspects		: 7856293605
1800.09/1765.74	c learnt literals	: 0
1800.09/1765.74	c learnt binary clauses	: 0
1800.09/1765.74	c learnt ternary clauses	: 0
1800.09/1765.74	c learnt clauses	: 1253366
1800.09/1765.74	c ignored clauses	: 0
1800.09/1765.74	c root simplifications	: 0
1800.09/1765.74	c removed literals (reason simplification)	: 53833540
1800.09/1765.74	c reason swapping (by a shorter reason)	: 0
1800.09/1765.74	c Calls to reduceDB	: 1
1800.09/1765.74	c speed (assignments/second)	: 427091.53060877643
1800.09/1765.74	c non guided choices	0
1800.09/1765.80	c learnt constraints type 
1800.09/1765.80	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 778167
1800.09/1765.80	c constraints type 
1800.09/1765.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.09/1765.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.09/1765.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.09/1765.80	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 14726
1800.09/1765.80	s UNKNOWN
1800.09/1765.80	c Total wall clock time (in seconds): 1765.691

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3744525-1338812465/watcher-3744525-1338812465 -o /tmp/evaluation-result-3744525-1338812465/solver-3744525-1338812465 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744525-1338812465.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.00 2.01 2.03 3/194 15241
/proc/meminfo: memFree=24897676/32873844 swapFree=7372/7372
[pid=15241] ppid=15239 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15241/stat : 15241 (java6) D 15239 15241 14824 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 347372626 9515008 182 33554432000 1073741824 1073778376 140735745365904 140735745356936 251032059573 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/15241/statm: 2323 182 140 9 0 71 0

[startup+0.049903 s]
/proc/loadavg: 2.00 2.01 2.03 3/194 15241
/proc/meminfo: memFree=24897676/32873844 swapFree=7372/7372
[pid=15241] ppid=15239 vsize=2315716 CPUtime=0.02 cores=0,2,4,6
/proc/15241/stat : 15241 (java) S 15239 15241 14824 0 -1 4202496 3681 0 1 0 2 0 0 0 20 0 13 0 347372626 2371293184 4890 33554432000 1073741824 1073778376 140737193712448 140737193703584 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15241/statm: 578929 4890 1699 9 0 569630 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2315716

[startup+0.100267 s]
/proc/loadavg: 2.00 2.01 2.03 3/194 15241
/proc/meminfo: memFree=24897676/32873844 swapFree=7372/7372
[pid=15241] ppid=15239 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/15241/stat : 15241 (java) S 15239 15241 14824 0 -1 4202496 4654 0 1 0 8 1 0 0 20 0 18 0 347372626 2712133632 6373 33554432000 1073741824 1073778376 140737193712448 140737193703584 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15241/statm: 662142 6373 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.30026 s]
/proc/loadavg: 2.00 2.01 2.03 3/194 15241
/proc/meminfo: memFree=24897676/32873844 swapFree=7372/7372
[pid=15241] ppid=15239 vsize=2648568 CPUtime=0.5 cores=0,2,4,6
/proc/15241/stat : 15241 (java) S 15239 15241 14824 0 -1 4202496 6335 0 1 0 49 1 0 0 20 0 18 0 347372626 2712133632 9614 33554432000 1073741824 1073778376 140737193712448 140737193703584 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15241/statm: 662142 9614 2219 9 0 652835 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2648568

[startup+0.700252 s]
/proc/loadavg: 2.00 2.01 2.03 3/194 15241
/proc/meminfo: memFree=24897676/32873844 swapFree=7372/7372
[pid=15241] ppid=15239 vsize=2715132 CPUtime=1.35 cores=0,2,4,6
/proc/15241/stat : 15241 (java) S 15239 15241 14824 0 -1 4202496 9086 0 1 0 131 4 0 0 20 0 19 0 347372626 2780295168 31261 33554432000 1073741824 1073778376 140737193712448 140737193703584 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15241/statm: 678783 31261 2259 9 0 669476 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 2715132

[startup+1.50069 s]
/proc/loadavg: 2.00 2.01 2.03 3/213 15260
/proc/meminfo: memFree=24714500/32873844 swapFree=7372/7372
[pid=15241] ppid=15239 vsize=2715132 CPUtime=2.41 cores=0,2,4,6
/proc/15241/stat : 15241 (java) S 15239 15241 14824 0 -1 4202496 12261 0 1 0 234 7 0 0 20 0 19 0 347372626 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140737193703584 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15241/statm: 678783 77917 2259 9 0 669476 0
[pid=15241/tid=15243] ppid=15239 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/15241/task/15243/stat : 15243 (java) R 15239 15241 14824 0 -1 4202560 2882 0 1 0 140 6 0 0 20 0 19 0 347372627 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140250701271496 140250563931556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15244] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15244/stat : 15244 (java) S 15239 15241 14824 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 347372629 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140250685721512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15245] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15245/stat : 15245 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372629 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140250684668968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15246] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15246/stat : 15246 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372629 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140250683615912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15247] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15247/stat : 15247 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372629 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140250682563368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15248] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15248/stat : 15248 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372629 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140250563209640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15249] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15249/stat : 15249 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372629 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140250562157096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15250] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15250/stat : 15250 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372629 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140250561104040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15251] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15251/stat : 15251 (java) S 15239 15241 14824 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347372629 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140250560051496 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15252] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15252/stat : 15252 (java) S 15239 15241 14824 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347372630 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140250547854184 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15253] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15253/stat : 15253 (java) S 15239 15241 14824 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 347372630 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140249942452088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15254] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15254/stat : 15254 (java) S 15239 15241 14824 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347372631 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140249941398920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15255] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15255/stat : 15255 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140249940347664 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15256] ppid=15239 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/15241/task/15256/stat : 15256 (java) S 15239 15241 14824 0 -1 4202560 4418 0 0 0 49 0 0 0 20 0 19 0 347372633 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140249939294520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15257] ppid=15239 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/15241/task/15257/stat : 15257 (java) S 15239 15241 14824 0 -1 4202560 3761 0 0 0 42 0 0 0 20 0 19 0 347372633 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140249938241976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15258] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15258/stat : 15258 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140249937189112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15259] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15259/stat : 15259 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140249936136776 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15260] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15260/stat : 15260 (java) S 15239 15241 14824 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347372689 2780295168 77917 33554432000 1073741824 1073778376 140737193712448 140249935083048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 2715132

[startup+3.1007 s]
/proc/loadavg: 2.00 2.01 2.03 3/213 15260
/proc/meminfo: memFree=24525216/32873844 swapFree=7372/7372
[pid=15241] ppid=15239 vsize=2715132 CPUtime=4.16 cores=0,2,4,6
/proc/15241/stat : 15241 (java) S 15239 15241 14824 0 -1 4202496 12375 0 1 0 404 12 0 0 20 0 19 0 347372626 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140737193703584 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15241/statm: 678783 98933 2272 9 0 669476 0
[pid=15241/tid=15243] ppid=15239 vsize=2715132 CPUtime=3.01 cores=0,2,4,6
/proc/15241/task/15243/stat : 15243 (java) R 15239 15241 14824 0 -1 4202560 2913 0 1 0 294 7 0 0 20 0 19 0 347372627 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140250701270408 140250563931775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15244] ppid=15239 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/15241/task/15244/stat : 15244 (java) S 15239 15241 14824 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 347372629 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140250685721512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15245] ppid=15239 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/15241/task/15245/stat : 15245 (java) S 15239 15241 14824 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 347372629 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140250684668968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15246] ppid=15239 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/15241/task/15246/stat : 15246 (java) S 15239 15241 14824 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 347372629 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140250683615912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15247] ppid=15239 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/15241/task/15247/stat : 15247 (java) S 15239 15241 14824 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 347372629 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140250682563368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15248] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15248/stat : 15248 (java) S 15239 15241 14824 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347372629 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140250563209640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15249] ppid=15239 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/15241/task/15249/stat : 15249 (java) S 15239 15241 14824 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 347372629 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140250562157096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15250] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15250/stat : 15250 (java) S 15239 15241 14824 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 347372629 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140250561104040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15251] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15251/stat : 15251 (java) S 15239 15241 14824 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347372629 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140250560051496 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15252] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15252/stat : 15252 (java) S 15239 15241 14824 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347372630 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140250547854184 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15253] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15253/stat : 15253 (java) S 15239 15241 14824 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347372630 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140249942452088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15254] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15254/stat : 15254 (java) S 15239 15241 14824 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347372631 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140249941398920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15255] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15255/stat : 15255 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140249940347664 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15256] ppid=15239 vsize=2715132 CPUtime=0.51 cores=0,2,4,6
/proc/15241/task/15256/stat : 15256 (java) S 15239 15241 14824 0 -1 4202560 4418 0 0 0 51 0 0 0 20 0 19 0 347372633 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140249939294520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15257] ppid=15239 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/15241/task/15257/stat : 15257 (java) S 15239 15241 14824 0 -1 4202560 3761 0 0 0 42 0 0 0 20 0 19 0 347372633 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140249938241976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15258] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15258/stat : 15258 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140249937189112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15259] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15259/stat : 15259 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140249936136776 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15260] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15260/stat : 15260 (java) S 15239 15241 14824 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347372689 2780295168 98933 33554432000 1073741824 1073778376 140737193712448 140249935083048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 2715132

[startup+6.3007 s]
/proc/loadavg: 2.00 2.01 2.03 3/213 15260
/proc/meminfo: memFree=24508460/32873844 swapFree=7372/7372
[pid=15241] ppid=15239 vsize=2715132 CPUtime=7.47 cores=0,2,4,6
/proc/15241/stat : 15241 (java) S 15239 15241 14824 0 -1 4202496 12389 0 1 0 735 12 0 0 20 0 19 0 347372626 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140737193703584 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15241/statm: 678783 98935 2272 9 0 669476 0
[pid=15241/tid=15243] ppid=15239 vsize=2715132 CPUtime=6.17 cores=0,2,4,6
/proc/15241/task/15243/stat : 15243 (java) R 15239 15241 14824 0 -1 4202560 2917 0 1 0 610 7 0 0 20 0 19 0 347372627 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140250701270320 140250563694848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15244] ppid=15239 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15241/task/15244/stat : 15244 (java) S 15239 15241 14824 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 347372629 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140250685721512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15245] ppid=15239 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15241/task/15245/stat : 15245 (java) S 15239 15241 14824 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 347372629 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140250684668968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15246] ppid=15239 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/15241/task/15246/stat : 15246 (java) S 15239 15241 14824 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 347372629 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140250683615912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15247] ppid=15239 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15241/task/15247/stat : 15247 (java) S 15239 15241 14824 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 347372629 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140250682563368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15248] ppid=15239 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/15241/task/15248/stat : 15248 (java) S 15239 15241 14824 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 347372629 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140250563209640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15249] ppid=15239 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/15241/task/15249/stat : 15249 (java) S 15239 15241 14824 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 347372629 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140250562157096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15250] ppid=15239 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/15241/task/15250/stat : 15250 (java) S 15239 15241 14824 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 347372629 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140250561104040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15251] ppid=15239 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/15241/task/15251/stat : 15251 (java) S 15239 15241 14824 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 347372629 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140250560051496 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15252] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15252/stat : 15252 (java) S 15239 15241 14824 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347372630 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140250547854184 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15253] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15253/stat : 15253 (java) S 15239 15241 14824 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347372630 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140249942452088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15254] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15254/stat : 15254 (java) S 15239 15241 14824 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347372631 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140249941398920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15255] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15255/stat : 15255 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140249940347664 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15256] ppid=15239 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/15241/task/15256/stat : 15256 (java) S 15239 15241 14824 0 -1 4202560 4418 0 0 0 52 0 0 0 20 0 19 0 347372633 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140249939294520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15257] ppid=15239 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/15241/task/15257/stat : 15257 (java) S 15239 15241 14824 0 -1 4202560 3761 0 0 0 43 0 0 0 20 0 19 0 347372633 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140249938241976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15258] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15258/stat : 15258 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140249937189112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15259] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15259/stat : 15259 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140249936136776 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15260] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15260/stat : 15260 (java) S 15239 15241 14824 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347372689 2780295168 98935 33554432000 1073741824 1073778376 140737193712448 140249935083048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

/proc/15241/task/15254/stat : 15254 (java) S 15239 15241 14824 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347372631 2780295168 312029 33554432000 1073741824 1073778376 140737193712448 140249941398920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15255] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15255/stat : 15255 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 312029 33554432000 1073741824 1073778376 140737193712448 140249940347664 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15256] ppid=15239 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/15241/task/15256/stat : 15256 (java) S 15239 15241 14824 0 -1 4202560 4427 0 0 0 60 0 0 0 20 0 19 0 347372633 2780295168 312029 33554432000 1073741824 1073778376 140737193712448 140249939294520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15257] ppid=15239 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/15241/task/15257/stat : 15257 (java) S 15239 15241 14824 0 -1 4202560 3769 0 0 0 50 0 0 0 20 0 19 0 347372633 2780295168 312029 33554432000 1073741824 1073778376 140737193712448 140249938241976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15258] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15258/stat : 15258 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 312029 33554432000 1073741824 1073778376 140737193712448 140249937189112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15259] ppid=15239 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/15241/task/15259/stat : 15259 (java) S 15239 15241 14824 0 -1 4202560 92 0 0 0 24 33 0 0 20 0 19 0 347372633 2780295168 312029 33554432000 1073741824 1073778376 140737193712448 140249936136776 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15260] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15260/stat : 15260 (java) S 15239 15241 14824 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347372689 2780295168 312029 33554432000 1073741824 1073778376 140737193712448 140249935083048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1633.61
Current children cumulated vsize (KiB) 2715132

[startup+1662.3 s]
/proc/loadavg: 1.34 1.82 1.95 2/189 15355
/proc/meminfo: memFree=24668372/32873844 swapFree=7372/7372
[pid=15241] ppid=15239 vsize=2715132 CPUtime=1694.63 cores=0,2,4,6
/proc/15241/stat : 15241 (java) S 15239 15241 14824 0 -1 4202496 15892 0 1 0 169358 105 0 0 20 0 19 0 347372626 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140737193703584 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15241/statm: 678783 312053 2285 9 0 669476 0
[pid=15241/tid=15243] ppid=15239 vsize=2715132 CPUtime=1648.97 cores=0,2,4,6
/proc/15241/task/15243/stat : 15243 (java) R 15239 15241 14824 0 -1 4202560 3675 0 1 0 164862 35 0 0 20 0 19 0 347372627 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140250701270352 140250563931556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15244] ppid=15239 vsize=2715132 CPUtime=5.4 cores=0,2,4,6
/proc/15241/task/15244/stat : 15244 (java) S 15239 15241 14824 0 -1 4202560 330 0 0 0 531 9 0 0 20 0 19 0 347372629 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140250685721512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15245] ppid=15239 vsize=2715132 CPUtime=5.45 cores=0,2,4,6
/proc/15241/task/15245/stat : 15245 (java) S 15239 15241 14824 0 -1 4202560 313 0 0 0 535 10 0 0 20 0 19 0 347372629 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140250684668968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15246] ppid=15239 vsize=2715132 CPUtime=5.53 cores=0,2,4,6
/proc/15241/task/15246/stat : 15246 (java) S 15239 15241 14824 0 -1 4202560 336 0 0 0 543 10 0 0 20 0 19 0 347372629 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140250683615912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15247] ppid=15239 vsize=2715132 CPUtime=5.42 cores=0,2,4,6
/proc/15241/task/15247/stat : 15247 (java) S 15239 15241 14824 0 -1 4202560 366 0 0 0 531 11 0 0 20 0 19 0 347372629 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140250682563368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15248] ppid=15239 vsize=2715132 CPUtime=5.47 cores=0,2,4,6
/proc/15241/task/15248/stat : 15248 (java) S 15239 15241 14824 0 -1 4202560 323 0 0 0 539 8 0 0 20 0 19 0 347372629 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140250563209640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15249] ppid=15239 vsize=2715132 CPUtime=5.63 cores=0,2,4,6
/proc/15241/task/15249/stat : 15249 (java) S 15239 15241 14824 0 -1 4202560 343 0 0 0 553 10 0 0 20 0 19 0 347372629 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140250562157096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15250] ppid=15239 vsize=2715132 CPUtime=5.31 cores=0,2,4,6
/proc/15241/task/15250/stat : 15250 (java) S 15239 15241 14824 0 -1 4202560 281 0 0 0 524 7 0 0 20 0 19 0 347372629 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140250561104040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15251] ppid=15239 vsize=2715132 CPUtime=5.65 cores=0,2,4,6
/proc/15241/task/15251/stat : 15251 (java) S 15239 15241 14824 0 -1 4202560 323 0 0 0 556 9 0 0 20 0 19 0 347372629 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140250560051496 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15252] ppid=15239 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/15241/task/15252/stat : 15252 (java) S 15239 15241 14824 0 -1 4202560 125 0 0 0 58 3 0 0 20 0 19 0 347372630 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140250547854184 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15253] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15253/stat : 15253 (java) S 15239 15241 14824 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347372630 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140249942452088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15254] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15254/stat : 15254 (java) S 15239 15241 14824 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347372631 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140249941398920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15255] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15255/stat : 15255 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140249940347664 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15256] ppid=15239 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/15241/task/15256/stat : 15256 (java) S 15239 15241 14824 0 -1 4202560 4427 0 0 0 60 0 0 0 20 0 19 0 347372633 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140249939294520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15257] ppid=15239 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/15241/task/15257/stat : 15257 (java) S 15239 15241 14824 0 -1 4202560 3769 0 0 0 50 0 0 0 20 0 19 0 347372633 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140249938241976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15258] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15258/stat : 15258 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140249937189112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15259] ppid=15239 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/15241/task/15259/stat : 15259 (java) S 15239 15241 14824 0 -1 4202560 96 0 0 0 26 33 0 0 20 0 19 0 347372633 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140249936136776 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15260] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15260/stat : 15260 (java) S 15239 15241 14824 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347372689 2780295168 312053 33554432000 1073741824 1073778376 140737193712448 140249935083048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1694.63
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 1.12 1.67 1.89 2/189 15356
/proc/meminfo: memFree=24668124/32873844 swapFree=7372/7372
[pid=15241] ppid=15239 vsize=2715132 CPUtime=1755.91 cores=0,2,4,6
/proc/15241/stat : 15241 (java) S 15239 15241 14824 0 -1 4202496 15969 0 1 0 175484 107 0 0 20 0 19 0 347372626 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140737193703584 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15241/statm: 678783 312101 2285 9 0 669476 0
[pid=15241/tid=15243] ppid=15239 vsize=2715132 CPUtime=1708.44 cores=0,2,4,6
/proc/15241/task/15243/stat : 15243 (java) R 15239 15241 14824 0 -1 4202560 3700 0 1 0 170808 36 0 0 20 0 19 0 347372627 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140250701270352 140250563927736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15244] ppid=15239 vsize=2715132 CPUtime=5.61 cores=0,2,4,6
/proc/15241/task/15244/stat : 15244 (java) S 15239 15241 14824 0 -1 4202560 334 0 0 0 551 10 0 0 20 0 19 0 347372629 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140250685721512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15245] ppid=15239 vsize=2715132 CPUtime=5.67 cores=0,2,4,6
/proc/15241/task/15245/stat : 15245 (java) S 15239 15241 14824 0 -1 4202560 321 0 0 0 557 10 0 0 20 0 19 0 347372629 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140250684668968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15246] ppid=15239 vsize=2715132 CPUtime=5.79 cores=0,2,4,6
/proc/15241/task/15246/stat : 15246 (java) S 15239 15241 14824 0 -1 4202560 343 0 0 0 569 10 0 0 20 0 19 0 347372629 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140250683615912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15247] ppid=15239 vsize=2715132 CPUtime=5.64 cores=0,2,4,6
/proc/15241/task/15247/stat : 15247 (java) S 15239 15241 14824 0 -1 4202560 372 0 0 0 553 11 0 0 20 0 19 0 347372629 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140250682563368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15248] ppid=15239 vsize=2715132 CPUtime=5.68 cores=0,2,4,6
/proc/15241/task/15248/stat : 15248 (java) S 15239 15241 14824 0 -1 4202560 327 0 0 0 560 8 0 0 20 0 19 0 347372629 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140250563209640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15249] ppid=15239 vsize=2715132 CPUtime=5.87 cores=0,2,4,6
/proc/15241/task/15249/stat : 15249 (java) S 15239 15241 14824 0 -1 4202560 347 0 0 0 577 10 0 0 20 0 19 0 347372629 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140250562157096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15250] ppid=15239 vsize=2715132 CPUtime=5.55 cores=0,2,4,6
/proc/15241/task/15250/stat : 15250 (java) S 15239 15241 14824 0 -1 4202560 287 0 0 0 548 7 0 0 20 0 19 0 347372629 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140250561104040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15251] ppid=15239 vsize=2715132 CPUtime=5.88 cores=0,2,4,6
/proc/15241/task/15251/stat : 15251 (java) S 15239 15241 14824 0 -1 4202560 332 0 0 0 579 9 0 0 20 0 19 0 347372629 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140250560051496 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15252] ppid=15239 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/15241/task/15252/stat : 15252 (java) S 15239 15241 14824 0 -1 4202560 127 0 0 0 59 3 0 0 20 0 19 0 347372630 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140250547854184 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15253] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15253/stat : 15253 (java) S 15239 15241 14824 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347372630 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140249942452088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15254] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15254/stat : 15254 (java) S 15239 15241 14824 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347372631 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140249941398920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15255] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15255/stat : 15255 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140249940347664 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15256] ppid=15239 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/15241/task/15256/stat : 15256 (java) S 15239 15241 14824 0 -1 4202560 4427 0 0 0 60 0 0 0 20 0 19 0 347372633 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140249939294520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15257] ppid=15239 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/15241/task/15257/stat : 15257 (java) S 15239 15241 14824 0 -1 4202560 3769 0 0 0 50 0 0 0 20 0 19 0 347372633 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140249938241976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15258] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15258/stat : 15258 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140249937189112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15259] ppid=15239 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/15241/task/15259/stat : 15259 (java) S 15239 15241 14824 0 -1 4202560 98 0 0 0 27 34 0 0 20 0 19 0 347372633 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140249936136776 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15260] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15260/stat : 15260 (java) S 15239 15241 14824 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347372689 2780295168 312101 33554432000 1073741824 1073778376 140737193712448 140249935083048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1755.91
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.7 s]
/proc/loadavg: 1.06 1.57 1.84 2/190 15359
/proc/meminfo: memFree=24667992/32873844 swapFree=7372/7372
[pid=15241] ppid=15239 vsize=2715132 CPUtime=1800.09 cores=0,2,4,6
/proc/15241/stat : 15241 (java) S 15239 15241 14824 0 -1 4202496 16023 0 1 0 179900 109 0 0 20 0 19 0 347372626 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140737193703584 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15241/statm: 678783 312130 2285 9 0 669476 0
[pid=15241/tid=15243] ppid=15239 vsize=2715132 CPUtime=1751.53 cores=0,2,4,6
/proc/15241/task/15243/stat : 15243 (java) R 15239 15241 14824 0 -1 4202560 3717 0 1 0 175116 37 0 0 20 0 19 0 347372627 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140250701270304 140250563938511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15244] ppid=15239 vsize=2715132 CPUtime=5.74 cores=0,2,4,6
/proc/15241/task/15244/stat : 15244 (java) S 15239 15241 14824 0 -1 4202560 337 0 0 0 564 10 0 0 20 0 19 0 347372629 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140250685721512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15245] ppid=15239 vsize=2715132 CPUtime=5.79 cores=0,2,4,6
/proc/15241/task/15245/stat : 15245 (java) S 15239 15241 14824 0 -1 4202560 326 0 0 0 569 10 0 0 20 0 19 0 347372629 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140250684668968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15246] ppid=15239 vsize=2715132 CPUtime=5.96 cores=0,2,4,6
/proc/15241/task/15246/stat : 15246 (java) S 15239 15241 14824 0 -1 4202560 345 0 0 0 586 10 0 0 20 0 19 0 347372629 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140250683615912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15247] ppid=15239 vsize=2715132 CPUtime=5.77 cores=0,2,4,6
/proc/15241/task/15247/stat : 15247 (java) S 15239 15241 14824 0 -1 4202560 375 0 0 0 566 11 0 0 20 0 19 0 347372629 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140250682563368 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15248] ppid=15239 vsize=2715132 CPUtime=5.8 cores=0,2,4,6
/proc/15241/task/15248/stat : 15248 (java) S 15239 15241 14824 0 -1 4202560 334 0 0 0 572 8 0 0 20 0 19 0 347372629 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140250563209640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15249] ppid=15239 vsize=2715132 CPUtime=6 cores=0,2,4,6
/proc/15241/task/15249/stat : 15249 (java) S 15239 15241 14824 0 -1 4202560 348 0 0 0 590 10 0 0 20 0 19 0 347372629 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140250562157096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15250] ppid=15239 vsize=2715132 CPUtime=5.71 cores=0,2,4,6
/proc/15241/task/15250/stat : 15250 (java) S 15239 15241 14824 0 -1 4202560 291 0 0 0 564 7 0 0 20 0 19 0 347372629 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140250561104040 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15251] ppid=15239 vsize=2715132 CPUtime=6.02 cores=0,2,4,6
/proc/15241/task/15251/stat : 15251 (java) S 15239 15241 14824 0 -1 4202560 336 0 0 0 593 9 0 0 20 0 19 0 347372629 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140250560051496 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15252] ppid=15239 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/15241/task/15252/stat : 15252 (java) S 15239 15241 14824 0 -1 4202560 131 0 0 0 59 3 0 0 20 0 19 0 347372630 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140250547854184 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15241/tid=15253] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15253/stat : 15253 (java) S 15239 15241 14824 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347372630 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140249942452088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15254] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15254/stat : 15254 (java) S 15239 15241 14824 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347372631 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140249941398920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15255] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15255/stat : 15255 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140249940347664 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15256] ppid=15239 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/15241/task/15256/stat : 15256 (java) S 15239 15241 14824 0 -1 4202560 4427 0 0 0 60 0 0 0 20 0 19 0 347372633 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140249939294520 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15257] ppid=15239 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/15241/task/15257/stat : 15257 (java) S 15239 15241 14824 0 -1 4202560 3769 0 0 0 50 0 0 0 20 0 19 0 347372633 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140249938241976 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15241/tid=15258] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15258/stat : 15258 (java) S 15239 15241 14824 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347372633 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140249937189112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15241/tid=15259] ppid=15239 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/15241/task/15259/stat : 15259 (java) S 15239 15241 14824 0 -1 4202560 102 0 0 0 28 35 0 0 20 0 19 0 347372633 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140249936136776 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15241/tid=15260] ppid=15239 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/15241/task/15260/stat : 15260 (java) S 15239 15241 14824 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347372689 2780295168 312130 33554432000 1073741824 1073778376 140737193712448 140249935083048 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1765.81 s]
/proc/loadavg: 1.06 1.57 1.84 2/190 15359
/proc/meminfo: memFree=24667992/32873844 swapFree=7372/7372
[pid=15241] ppid=15239 vsize=0 CPUtime=1801.09 cores=0,2,4,6
/proc/15241/stat : 15241 (java) Z 15239 15241 14824 0 -1 4203532 16071 0 1 0 179945 164 0 0 20 0 2 0 347372626 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15241/statm: 0 0 0 0 0 0 0
[pid=15241/tid=15256] ppid=15239 vsize=0 CPUtime=0.62 cores=0,2,4,6
/proc/15241/task/15256/stat : 15256 (java) R 15239 15241 14824 0 -1 4203588 4428 0 0 0 61 1 0 0 20 0 2 0 347372633 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.09
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.82
CPU time (s): 1801.11
CPU user time (s): 1799.46
CPU system time (s): 1.65075
CPU usage (%): 101.999
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 1.65075
maximum resident set size= 1248708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16071
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61880
involuntary context switches= 103463

runsolver used 5.96109 second user time and 14.3438 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-04 14:21:05
IDJOB=3744525
IDBENCH=92769
IDSOLVER=2322
FILE ID=node118/3744525-1338812465
RUNJOBID= node118-1338808056-14840
PBS_JOBID= 14636877
Free space on /tmp= 70968 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_6_ic.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744525-1338812465/watcher-3744525-1338812465 -o /tmp/evaluation-result-3744525-1338812465/solver-3744525-1338812465 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744525-1338812465.opb

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

MD5SUM BENCH= 09d230c3dd969e67e7ea084b633c9325
RANDOM SEED=1233351297

node118.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5320.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24897676 kB
Buffers:         2016100 kB
Cached:          3967860 kB
SwapCached:            0 kB
Active:          3936096 kB
Inactive:        3079932 kB
Active(anon):    1016152 kB
Inactive(anon):    11324 kB
Active(file):    2919944 kB
Inactive(file):  3068608 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:       1177172 kB
Mapped:            19944 kB
Shmem:               200 kB
Slab:             818736 kB
SReclaimable:     259776 kB
SUnreclaim:       558960 kB
KernelStack:        1768 kB
PageTables:         6416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1124352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70968 MiB
End job on node118 at 2012-06-04 14:50:33