Trace number 3739302

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 1034.49 1030.14

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/
9orless/normalized-mono-gac.cudf.trendy.opb
MD5SUMaecff64161ca76fae524b50cd0e11fc3
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3177795208946
Best CPU time to get the best result obtained on this benchmark1800.68
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21101
Total number of constraints100032
Number of constraints which are clauses98467
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8586
Biggest coefficient in the objective function 79229972375
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234599911309658
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79229972375
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234599911309658
Number of bits of the biggest sum of numbers48
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.1.1.v20090612
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.00/0.09	c Number of processors 8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c MiniSAT restarts strategy
0.07/0.12	c Memory based learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3739302-1338768229.opb
0.07/0.12	c reading problem ... 
1.39/0.93	c ... done. Wall clock time 0.807s.
1.39/0.93	c #vars     21101
1.39/0.93	c #constraints  99896
1.39/0.93	c constraints type 
1.39/0.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 1565
1.39/0.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 34241
1.39/0.93	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 62898
4.11/3.15	c SATISFIABLE
4.11/3.22	c OPTIMIZING...
4.11/3.22	c Got one! Elapsed wall clock time (in seconds):3.03
4.11/3.22	o 51188336073281
6.20/5.04	c Got one! Elapsed wall clock time (in seconds):4.92
6.20/5.04	o 12762684928697
7.33/6.18	c Got one! Elapsed wall clock time (in seconds):6.058
7.33/6.18	o 12602583198741
8.08/6.83	c Got one! Elapsed wall clock time (in seconds):6.712
8.08/6.83	o 11493418926566
8.48/7.23	c Got one! Elapsed wall clock time (in seconds):7.111
8.48/7.23	o 4682574379221
596.98/593.30	c cleaning 656791 clauses out of 1316000
1028.49/1024.13	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1029.88/1025.58		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)

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-3739302-1338768229/watcher-3739302-1338768229 -o /tmp/evaluation-result-3739302-1338768229/solver-3739302-1338768229 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739302-1338768229.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.09 2.04 3/192 25742
/proc/meminfo: memFree=24807664/32873852 swapFree=6856/6856
[pid=25742] ppid=25740 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25742/stat : 25742 (java6) D 25740 25742 21377 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 342948317 9515008 183 33554432000 1073741824 1073778376 140734896541680 140734896532712 229355896501 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25742/statm: 2323 183 140 9 0 71 0

[startup+0.0241771 s]
/proc/loadavg: 2.03 2.09 2.04 3/192 25742
/proc/meminfo: memFree=24807664/32873852 swapFree=6856/6856
[pid=25742] ppid=25740 vsize=1572256 CPUtime=0 cores=1,3,5,7
/proc/25742/stat : 25742 (java) S 25740 25742 21377 0 -1 4202496 2144 0 1 0 0 0 0 0 20 0 2 0 342948317 1609990144 1823 33554432000 1073741824 1073778376 140737454453024 140737454444160 229359255613 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25742/statm: 393064 1840 942 9 0 384173 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1572256

[startup+0.100299 s]
/proc/loadavg: 2.03 2.09 2.04 3/192 25742
/proc/meminfo: memFree=24807664/32873852 swapFree=6856/6856
[pid=25742] ppid=25740 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/25742/stat : 25742 (java) S 25740 25742 21377 0 -1 4202496 4137 0 1 0 6 1 0 0 20 0 18 0 342948317 2712133632 5344 33554432000 1073741824 1073778376 140737454453024 140737454444160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25742/statm: 662142 5346 1934 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300295 s]
/proc/loadavg: 2.03 2.09 2.04 3/192 25742
/proc/meminfo: memFree=24807664/32873852 swapFree=6856/6856
[pid=25742] ppid=25740 vsize=2648568 CPUtime=0.49 cores=1,3,5,7
/proc/25742/stat : 25742 (java) S 25740 25742 21377 0 -1 4202496 6057 0 1 0 47 2 0 0 20 0 18 0 342948317 2712133632 9664 33554432000 1073741824 1073778376 140737454453024 140737454444160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25742/statm: 662142 9664 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2648568

[startup+0.700319 s]
/proc/loadavg: 2.03 2.09 2.04 3/192 25742
/proc/meminfo: memFree=24807664/32873852 swapFree=6856/6856
[pid=25742] ppid=25740 vsize=2648568 CPUtime=1.12 cores=1,3,5,7
/proc/25742/stat : 25742 (java) S 25740 25742 21377 0 -1 4202496 9535 0 1 0 106 6 0 0 20 0 18 0 342948317 2712133632 56949 33554432000 1073741824 1073778376 140737454453024 140737454444160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25742/statm: 662142 56949 2241 9 0 652835 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 2648568

[startup+1.50067 s]
/proc/loadavg: 2.03 2.09 2.04 3/210 25760
/proc/meminfo: memFree=24440808/32873852 swapFree=6856/6856
[pid=25742] ppid=25740 vsize=2715132 CPUtime=2.47 cores=1,3,5,7
/proc/25742/stat : 25742 (java) S 25740 25742 21377 0 -1 4202496 11748 0 1 0 237 10 0 0 20 0 19 0 342948317 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140737454444160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25742/statm: 678783 94047 2273 9 0 669476 0
[pid=25742/tid=25744] ppid=25740 vsize=2715132 CPUtime=1.44 cores=1,3,5,7
/proc/25742/task/25744/stat : 25744 (java) R 25740 25742 21377 0 -1 4202560 2972 0 1 0 136 8 0 0 20 0 19 0 342948319 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265583440024 140265456618155 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25745] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25745/stat : 25745 (java) S 25740 25742 21377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265450387752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25746] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25746/stat : 25746 (java) S 25740 25742 21377 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265449334952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25747] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25747/stat : 25747 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265448282664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25748] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25748/stat : 25748 (java) S 25740 25742 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265447229864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25749] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25749/stat : 25749 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265446177576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25750] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25750/stat : 25750 (java) S 25740 25742 21377 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265109056168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25751] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25751/stat : 25751 (java) S 25740 25742 21377 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265108003880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25752] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25752/stat : 25752 (java) S 25740 25742 21377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265106951080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25753] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25753/stat : 25753 (java) S 25740 25742 21377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342948321 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265094752488 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25754] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25754/stat : 25754 (java) S 25740 25742 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265093698552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25755] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25755/stat : 25755 (java) S 25740 25742 21377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265092646152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25756] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25756/stat : 25756 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265091594640 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25757] ppid=25740 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/25742/task/25757/stat : 25757 (java) S 25740 25742 21377 0 -1 4202560 4010 0 0 0 55 0 0 0 20 0 19 0 342948325 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265090542264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25758] ppid=25740 vsize=2715132 CPUtime=0.4 cores=1,3,5,7
/proc/25742/task/25758/stat : 25758 (java) S 25740 25742 21377 0 -1 4202560 3535 0 0 0 40 0 0 0 20 0 19 0 342948325 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265089489464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25759] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25759/stat : 25759 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265088437368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25760] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25760/stat : 25760 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 94047 33554432000 1073741824 1073778376 140737454453024 140265087384776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 2715132

[startup+3.10067 s]
/proc/loadavg: 2.03 2.09 2.04 3/211 25761
/proc/meminfo: memFree=24438692/32873852 swapFree=6856/6856
[pid=25742] ppid=25740 vsize=2715132 CPUtime=4.11 cores=1,3,5,7
/proc/25742/stat : 25742 (java) S 25740 25742 21377 0 -1 4202496 11753 0 1 0 401 10 0 0 20 0 19 0 342948317 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140737454444160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25742/statm: 678783 94051 2273 9 0 669476 0
[pid=25742/tid=25744] ppid=25740 vsize=2715132 CPUtime=3.04 cores=1,3,5,7
/proc/25742/task/25744/stat : 25744 (java) R 25740 25742 21377 0 -1 4202560 2973 0 1 0 296 8 0 0 20 0 19 0 342948319 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265583440664 140265456544899 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25745] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25745/stat : 25745 (java) S 25740 25742 21377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265450387752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25746] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25746/stat : 25746 (java) S 25740 25742 21377 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265449334952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25747] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25747/stat : 25747 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265448282664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25748] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25748/stat : 25748 (java) S 25740 25742 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265447229864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25749] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25749/stat : 25749 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265446177576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25750] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25750/stat : 25750 (java) S 25740 25742 21377 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265109056168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25751] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25751/stat : 25751 (java) S 25740 25742 21377 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265108003880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25752] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25752/stat : 25752 (java) S 25740 25742 21377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265106951080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25753] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25753/stat : 25753 (java) S 25740 25742 21377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342948321 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265094752488 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25754] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25754/stat : 25754 (java) S 25740 25742 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265093698552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25755] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25755/stat : 25755 (java) S 25740 25742 21377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265092646152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25756] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25756/stat : 25756 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265091594640 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25757] ppid=25740 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/25742/task/25757/stat : 25757 (java) S 25740 25742 21377 0 -1 4202560 4014 0 0 0 58 0 0 0 20 0 19 0 342948325 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265090542264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25758] ppid=25740 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/25742/task/25758/stat : 25758 (java) S 25740 25742 21377 0 -1 4202560 3535 0 0 0 41 0 0 0 20 0 19 0 342948325 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265089489464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25759] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25759/stat : 25759 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265088437368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25760] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25760/stat : 25760 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265087384776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25761] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25761/stat : 25761 (java) S 25740 25742 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342948424 2780295168 94051 33554432000 1073741824 1073778376 140737454453024 140265086297000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 2715132

[startup+6.30086 s]
/proc/loadavg: 2.03 2.09 2.04 3/211 25761
/proc/meminfo: memFree=24438328/32873852 swapFree=6856/6856
[pid=25742] ppid=25740 vsize=2715132 CPUtime=7.57 cores=1,3,5,7
/proc/25742/stat : 25742 (java) S 25740 25742 21377 0 -1 4202496 11995 0 1 0 746 11 0 0 20 0 19 0 342948317 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140737454444160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25742/statm: 678783 94009 2273 9 0 669476 0
[pid=25742/tid=25744] ppid=25740 vsize=2715132 CPUtime=6.23 cores=1,3,5,7
/proc/25742/task/25744/stat : 25744 (java) R 25740 25742 21377 0 -1 4202560 2975 0 1 0 615 8 0 0 20 0 19 0 342948319 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265583440264 140265456896390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25745] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25745/stat : 25745 (java) S 25740 25742 21377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265450387752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25746] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25746/stat : 25746 (java) S 25740 25742 21377 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265449334952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25747] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25747/stat : 25747 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265448282664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25748] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25748/stat : 25748 (java) S 25740 25742 21377 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265447229864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25749] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25749/stat : 25749 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265446177576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25750] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25750/stat : 25750 (java) S 25740 25742 21377 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265109056168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25751] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25751/stat : 25751 (java) S 25740 25742 21377 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265108003880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25752] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25752/stat : 25752 (java) S 25740 25742 21377 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342948320 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265106951080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25753] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25753/stat : 25753 (java) S 25740 25742 21377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342948321 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265094752488 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25754] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25754/stat : 25754 (java) S 25740 25742 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265093698552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25755] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25755/stat : 25755 (java) S 25740 25742 21377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265092646152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25756] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25756/stat : 25756 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265091594640 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25757] ppid=25740 vsize=2715132 CPUtime=0.75 cores=1,3,5,7
/proc/25742/task/25757/stat : 25757 (java) S 25740 25742 21377 0 -1 4202560 4247 0 0 0 75 0 0 0 20 0 19 0 342948325 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265090542264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25758] ppid=25740 vsize=2715132 CPUtime=0.49 cores=1,3,5,7
/proc/25742/task/25758/stat : 25758 (java) S 25740 25742 21377 0 -1 4202560 3542 0 0 0 49 0 0 0 20 0 19 0 342948325 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265089489464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25759] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25759/stat : 25759 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265088437368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25760] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25760/stat : 25760 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265087384776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25761] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25761/stat : 25761 (java) S 25740 25742 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342948424 2780295168 94009 33554432000 1073741824 1073778376 140737454453024 140265086297000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 2.02 2.09 2.04 3/211 25761
/proc/meminfo: memFree=24438236/32873852 swapFree=6856/6856

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

/proc/25742/task/25752/stat : 25752 (java) S 25740 25742 21377 0 -1 4202560 195 0 0 0 37 10 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265106951080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25753] ppid=25740 vsize=2715132 CPUtime=35.87 cores=1,3,5,7
/proc/25742/task/25753/stat : 25753 (java) R 25740 25742 21377 0 -1 4202560 156 0 0 0 3582 5 0 0 20 0 19 0 342948321 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265094752648 140265589948488 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25754] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25754/stat : 25754 (java) S 25740 25742 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265093698552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25755] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25755/stat : 25755 (java) S 25740 25742 21377 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265092646152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25756] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25756/stat : 25756 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265091594640 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25757] ppid=25740 vsize=2715132 CPUtime=0.84 cores=1,3,5,7
/proc/25742/task/25757/stat : 25757 (java) S 25740 25742 21377 0 -1 4202560 4264 0 0 0 84 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265090542264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25758] ppid=25740 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/25742/task/25758/stat : 25758 (java) S 25740 25742 21377 0 -1 4202560 3644 0 0 0 69 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265089489464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25759] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25759/stat : 25759 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265088437368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25760] ppid=25740 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/25742/task/25760/stat : 25760 (java) S 25740 25742 21377 0 -1 4202560 59 0 0 0 15 9 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265087384776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25761] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25761/stat : 25761 (java) S 25740 25742 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342948424 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265086297000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1033.19
Current children cumulated vsize (KiB) 2715132

[startup+1029.6 s]
/proc/loadavg: 2.06 2.08 2.03 3/212 26226
/proc/meminfo: memFree=23885200/32873852 swapFree=6856/6856
[pid=25742] ppid=25740 vsize=2715132 CPUtime=1034 cores=1,3,5,7
/proc/25742/stat : 25742 (java) S 25740 25742 21377 0 -1 4202496 14257 0 1 0 103282 118 0 0 20 0 19 0 342948317 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140737454444160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25742/statm: 678783 341800 2286 9 0 669476 0
[pid=25742/tid=25744] ppid=25740 vsize=2715132 CPUtime=989.18 cores=1,3,5,7
/proc/25742/task/25744/stat : 25744 (java) S 25740 25742 21377 0 -1 4202560 3035 0 1 0 98895 23 0 0 20 0 19 0 342948319 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265583441304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25745] ppid=25740 vsize=2715132 CPUtime=0.34 cores=1,3,5,7
/proc/25742/task/25745/stat : 25745 (java) S 25740 25742 21377 0 -1 4202560 193 0 0 0 25 9 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265450387752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25746] ppid=25740 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/25742/task/25746/stat : 25746 (java) S 25740 25742 21377 0 -1 4202560 326 0 0 0 40 18 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265449334952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25747] ppid=25740 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/25742/task/25747/stat : 25747 (java) S 25740 25742 21377 0 -1 4202560 285 0 0 0 41 14 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265448282664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25748] ppid=25740 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/25742/task/25748/stat : 25748 (java) S 25740 25742 21377 0 -1 4202560 299 0 0 0 44 12 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265447229864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25749] ppid=25740 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/25742/task/25749/stat : 25749 (java) S 25740 25742 21377 0 -1 4202560 224 0 0 0 30 11 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265446177576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25750] ppid=25740 vsize=2715132 CPUtime=0.37 cores=1,3,5,7
/proc/25742/task/25750/stat : 25750 (java) S 25740 25742 21377 0 -1 4202560 164 0 0 0 28 9 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265109056168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25751] ppid=25740 vsize=2715132 CPUtime=0.44 cores=1,3,5,7
/proc/25742/task/25751/stat : 25751 (java) S 25740 25742 21377 0 -1 4202560 228 0 0 0 31 13 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265108003880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25752] ppid=25740 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/25742/task/25752/stat : 25752 (java) S 25740 25742 21377 0 -1 4202560 195 0 0 0 37 10 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265106951080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25753] ppid=25740 vsize=2715132 CPUtime=36.67 cores=1,3,5,7
/proc/25742/task/25753/stat : 25753 (java) R 25740 25742 21377 0 -1 4202560 156 0 0 0 3662 5 0 0 20 0 19 0 342948321 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265094752488 140265589566607 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25754] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25754/stat : 25754 (java) S 25740 25742 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265093698552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25755] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25755/stat : 25755 (java) S 25740 25742 21377 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265092646152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25756] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25756/stat : 25756 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265091594640 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25757] ppid=25740 vsize=2715132 CPUtime=0.84 cores=1,3,5,7
/proc/25742/task/25757/stat : 25757 (java) S 25740 25742 21377 0 -1 4202560 4264 0 0 0 84 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265090542264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25758] ppid=25740 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/25742/task/25758/stat : 25758 (java) S 25740 25742 21377 0 -1 4202560 3644 0 0 0 69 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265089489464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25759] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25759/stat : 25759 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265088437368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25760] ppid=25740 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/25742/task/25760/stat : 25760 (java) S 25740 25742 21377 0 -1 4202560 59 0 0 0 15 9 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265087384776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25761] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25761/stat : 25761 (java) S 25740 25742 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342948424 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265086297000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1034
Current children cumulated vsize (KiB) 2715132

[startup+1030 s]
/proc/loadavg: 2.06 2.08 2.03 3/212 26226
/proc/meminfo: memFree=23885200/32873852 swapFree=6856/6856
[pid=25742] ppid=25740 vsize=2715132 CPUtime=1034.39 cores=1,3,5,7
/proc/25742/stat : 25742 (java) S 25740 25742 21377 0 -1 4202496 14257 0 1 0 103321 118 0 0 20 0 19 0 342948317 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140737454444160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25742/statm: 678783 341800 2286 9 0 669476 0
[pid=25742/tid=25744] ppid=25740 vsize=2715132 CPUtime=989.18 cores=1,3,5,7
/proc/25742/task/25744/stat : 25744 (java) S 25740 25742 21377 0 -1 4202560 3035 0 1 0 98895 23 0 0 20 0 19 0 342948319 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265583441304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25745] ppid=25740 vsize=2715132 CPUtime=0.34 cores=1,3,5,7
/proc/25742/task/25745/stat : 25745 (java) S 25740 25742 21377 0 -1 4202560 193 0 0 0 25 9 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265450387752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25746] ppid=25740 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/25742/task/25746/stat : 25746 (java) S 25740 25742 21377 0 -1 4202560 326 0 0 0 40 18 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265449334952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25747] ppid=25740 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/25742/task/25747/stat : 25747 (java) S 25740 25742 21377 0 -1 4202560 285 0 0 0 41 14 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265448282664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25748] ppid=25740 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/25742/task/25748/stat : 25748 (java) S 25740 25742 21377 0 -1 4202560 299 0 0 0 44 12 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265447229864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25749] ppid=25740 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/25742/task/25749/stat : 25749 (java) S 25740 25742 21377 0 -1 4202560 224 0 0 0 30 11 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265446177576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25750] ppid=25740 vsize=2715132 CPUtime=0.37 cores=1,3,5,7
/proc/25742/task/25750/stat : 25750 (java) S 25740 25742 21377 0 -1 4202560 164 0 0 0 28 9 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265109056168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25751] ppid=25740 vsize=2715132 CPUtime=0.44 cores=1,3,5,7
/proc/25742/task/25751/stat : 25751 (java) S 25740 25742 21377 0 -1 4202560 228 0 0 0 31 13 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265108003880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25752] ppid=25740 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/25742/task/25752/stat : 25752 (java) S 25740 25742 21377 0 -1 4202560 195 0 0 0 37 10 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265106951080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25753] ppid=25740 vsize=2715132 CPUtime=37.07 cores=1,3,5,7
/proc/25742/task/25753/stat : 25753 (java) R 25740 25742 21377 0 -1 4202560 156 0 0 0 3702 5 0 0 20 0 19 0 342948321 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265094752488 140265589948488 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25754] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25754/stat : 25754 (java) S 25740 25742 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265093698552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25755] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25755/stat : 25755 (java) S 25740 25742 21377 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265092646152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25756] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25756/stat : 25756 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265091594640 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25757] ppid=25740 vsize=2715132 CPUtime=0.84 cores=1,3,5,7
/proc/25742/task/25757/stat : 25757 (java) S 25740 25742 21377 0 -1 4202560 4264 0 0 0 84 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265090542264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25758] ppid=25740 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/25742/task/25758/stat : 25758 (java) S 25740 25742 21377 0 -1 4202560 3644 0 0 0 69 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265089489464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25759] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25759/stat : 25759 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265088437368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25760] ppid=25740 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/25742/task/25760/stat : 25760 (java) S 25740 25742 21377 0 -1 4202560 59 0 0 0 15 9 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265087384776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25761] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25761/stat : 25761 (java) S 25740 25742 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342948424 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265086297000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1034.39
Current children cumulated vsize (KiB) 2715132

[startup+1030.1 s]
/proc/loadavg: 2.06 2.08 2.03 3/212 26226
/proc/meminfo: memFree=23885200/32873852 swapFree=6856/6856
[pid=25742] ppid=25740 vsize=2715132 CPUtime=1034.49 cores=1,3,5,7
/proc/25742/stat : 25742 (java) S 25740 25742 21377 0 -1 4202496 14257 0 1 0 103331 118 0 0 20 0 19 0 342948317 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140737454444160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25742/statm: 678783 341800 2286 9 0 669476 0
[pid=25742/tid=25744] ppid=25740 vsize=2715132 CPUtime=989.18 cores=1,3,5,7
/proc/25742/task/25744/stat : 25744 (java) S 25740 25742 21377 0 -1 4202560 3035 0 1 0 98895 23 0 0 20 0 19 0 342948319 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265583441304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25745] ppid=25740 vsize=2715132 CPUtime=0.34 cores=1,3,5,7
/proc/25742/task/25745/stat : 25745 (java) S 25740 25742 21377 0 -1 4202560 193 0 0 0 25 9 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265450387752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25746] ppid=25740 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/25742/task/25746/stat : 25746 (java) S 25740 25742 21377 0 -1 4202560 326 0 0 0 40 18 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265449334952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25747] ppid=25740 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/25742/task/25747/stat : 25747 (java) S 25740 25742 21377 0 -1 4202560 285 0 0 0 41 14 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265448282664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25748] ppid=25740 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/25742/task/25748/stat : 25748 (java) S 25740 25742 21377 0 -1 4202560 299 0 0 0 44 12 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265447229864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25749] ppid=25740 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/25742/task/25749/stat : 25749 (java) S 25740 25742 21377 0 -1 4202560 224 0 0 0 30 11 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265446177576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25750] ppid=25740 vsize=2715132 CPUtime=0.37 cores=1,3,5,7
/proc/25742/task/25750/stat : 25750 (java) S 25740 25742 21377 0 -1 4202560 164 0 0 0 28 9 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265109056168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25751] ppid=25740 vsize=2715132 CPUtime=0.44 cores=1,3,5,7
/proc/25742/task/25751/stat : 25751 (java) S 25740 25742 21377 0 -1 4202560 228 0 0 0 31 13 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265108003880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25742/tid=25752] ppid=25740 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/25742/task/25752/stat : 25752 (java) S 25740 25742 21377 0 -1 4202560 195 0 0 0 37 10 0 0 20 0 19 0 342948320 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265106951080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25753] ppid=25740 vsize=2715132 CPUtime=37.17 cores=1,3,5,7
/proc/25742/task/25753/stat : 25753 (java) R 25740 25742 21377 0 -1 4202560 156 0 0 0 3712 5 0 0 20 0 19 0 342948321 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265094752488 140265587601852 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25754] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25754/stat : 25754 (java) S 25740 25742 21377 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265093698552 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25755] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25755/stat : 25755 (java) S 25740 25742 21377 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342948322 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265092646152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25756] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25756/stat : 25756 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265091594640 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25757] ppid=25740 vsize=2715132 CPUtime=0.84 cores=1,3,5,7
/proc/25742/task/25757/stat : 25757 (java) S 25740 25742 21377 0 -1 4202560 4264 0 0 0 84 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265090542264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25742/tid=25758] ppid=25740 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/25742/task/25758/stat : 25758 (java) S 25740 25742 21377 0 -1 4202560 3644 0 0 0 69 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265089489464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25759] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25759/stat : 25759 (java) S 25740 25742 21377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265088437368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25742/tid=25760] ppid=25740 vsize=2715132 CPUtime=0.24 cores=1,3,5,7
/proc/25742/task/25760/stat : 25760 (java) S 25740 25742 21377 0 -1 4202560 59 0 0 0 15 9 0 0 20 0 19 0 342948325 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265087384776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25742/tid=25761] ppid=25740 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/25742/task/25761/stat : 25761 (java) S 25740 25742 21377 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342948424 2780295168 341800 33554432000 1073741824 1073778376 140737454453024 140265086297000 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1034.49
Current children cumulated vsize (KiB) 2715132

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25742 and gives
#  childrusage.ru_utime.tv_sec=1030
#  childrusage.ru_utime.tv_usec=664315
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=471776
# CPU time returned by wait4() is 1032.14
# while last known CPU time is 1034.49
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1030.14
CPU time (s): 1034.49
CPU user time (s): 1033.31
CPU system time (s): 1.18
CPU usage (%): 100.423
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1030.66
system time used= 1.47178
maximum resident set size= 1367212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14261
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22356
involuntary context switches= 5239

runsolver used 4.33634 second user time and 9.26259 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-04 02:03:49
IDJOB=3739302
IDBENCH=72453
IDSOLVER=2322
FILE ID=node129/3739302-1338768229
RUNJOBID= node129-1338737336-21394
PBS_JOBID= 14636763
Free space on /tmp= 70476 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/9orless/normalized-mono-gac.cudf.trendy.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739302-1338768229/watcher-3739302-1338768229 -o /tmp/evaluation-result-3739302-1338768229/solver-3739302-1338768229 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739302-1338768229.opb

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

MD5SUM BENCH= aecff64161ca76fae524b50cd0e11fc3
RANDOM SEED=1394341333

node129.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.957
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	: 5333.91
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.957
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	: 5331.91
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.957
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.91
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.957
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.957
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	: 5331.90
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        24808308 kB
Buffers:          475556 kB
Cached:          5642720 kB
SwapCached:            0 kB
Active:          3626472 kB
Inactive:        3529844 kB
Active(anon):    1029192 kB
Inactive(anon):    10748 kB
Active(file):    2597280 kB
Inactive(file):  3519096 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3652 kB
Writeback:             0 kB
AnonPages:       1062892 kB
Mapped:            22440 kB
Shmem:               204 kB
Slab:             749576 kB
SReclaimable:     191840 kB
SUnreclaim:       557736 kB
KernelStack:        1592 kB
PageTables:         5844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1515884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1019904 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= 70476 MiB
End job on node129 at 2012-06-04 02:20:59