Trace number 3744020

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
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1800.7 1724.83

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_1_mh_ic.opb
MD5SUMd5e7ab00f82d8a167f85d70472648422
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9736335
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 107171875
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 77582822106
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 107171875
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 77582822106
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1599470296
0.00/0.08	c Max memory 1607860224
0.00/0.08	c Total memory 1607860224
0.00/0.08	c Number of processors 8
0.08/0.11	--- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.11	c No reason simplification
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3744020-1338791768.opb
0.08/0.11	c reading problem ... 
9.13/6.18	c ... done. Wall clock time 6.076s.
9.13/6.18	c CPU time (experimental) 5.38s.
9.13/6.18	c #vars     370300
9.13/6.18	c #constraints  855308
1800.03/1724.82	c starts		: 15
1800.03/1724.82	c conflicts		: 76617
1800.03/1724.82	c decisions		: 464384
1800.03/1724.82	c propagations		: 152078579
1800.03/1724.82	c inspects		: 3295352702
1800.03/1724.82	c learnt literals	: 0
1800.03/1724.82	c learnt binary clauses	: 3
1800.03/1724.82	c learnt ternary clauses	: 0
1800.03/1724.82	c learnt clauses	: 76617
1800.03/1724.82	c root simplifications	: 0
1800.03/1724.82	c removed literals (reason simplification)	: 0
1800.03/1724.82	c reason swapping (by a shorter reason)	: 0
1800.03/1724.82	c Calls to reduceDB	: 0
1800.03/1724.82	c speed (decisions/second)	: 270.2365815407624
1800.03/1724.82	c non guided choices	0
1800.03/1724.82	s UNKNOWN
1800.03/1724.82	c Total wall clock time (ms): 1724.712

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-3744020-1338791768/watcher-3744020-1338791768 -o /tmp/evaluation-result-3744020-1338791768/solver-3744020-1338791768 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744020-1338791768.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 11256
/proc/meminfo: memFree=26260096/32873852 swapFree=6856/6856
[pid=11256] ppid=11254 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11256/stat : 11256 (java) D 11254 11256 9704 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 345302845 9515008 183 33554432000 1073741824 1073778376 140734470353840 140734470344872 273448517301 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/11256/statm: 2323 183 140 9 0 71 0

[startup+0.100001 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 11256
/proc/meminfo: memFree=26260096/32873852 swapFree=6856/6856
[pid=11256] ppid=11254 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/11256/stat : 11256 (java) S 11254 11256 9704 0 -1 4202496 4833 0 1 0 7 1 0 0 20 0 18 0 345302845 3028844544 6546 33554432000 1073741824 1073778376 140737316114288 140737316105424 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11256/statm: 739464 6550 2090 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.200245 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 11256
/proc/meminfo: memFree=26260096/32873852 swapFree=6856/6856
[pid=11256] ppid=11254 vsize=2957856 CPUtime=0.27 cores=0,2,4,6
/proc/11256/stat : 11256 (java) S 11254 11256 9704 0 -1 4202496 5538 0 1 0 26 1 0 0 20 0 18 0 345302845 3028844544 11175 33554432000 1073741824 1073778376 140737316114288 140737316105424 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11256/statm: 739464 11175 2224 9 0 729885 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 2957856

[startup+0.300269 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 11256
/proc/meminfo: memFree=26260096/32873852 swapFree=6856/6856
[pid=11256] ppid=11254 vsize=2957856 CPUtime=0.43 cores=0,2,4,6
/proc/11256/stat : 11256 (java) S 11254 11256 9704 0 -1 4202496 5923 0 1 0 41 2 0 0 20 0 18 0 345302845 3028844544 16860 33554432000 1073741824 1073778376 140737316114288 140737316105424 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11256/statm: 739464 16860 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2957856

[startup+0.700234 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 11256
/proc/meminfo: memFree=26260096/32873852 swapFree=6856/6856
[pid=11256] ppid=11254 vsize=2957856 CPUtime=0.98 cores=0,2,4,6
/proc/11256/stat : 11256 (java) S 11254 11256 9704 0 -1 4202496 6413 0 1 0 94 4 0 0 20 0 18 0 345302845 3028844544 54457 33554432000 1073741824 1073778376 140737316114288 140737316105424 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11256/statm: 739464 54457 2243 9 0 729885 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 2957856

[startup+1.50068 s]
/proc/loadavg: 1.92 1.98 1.99 3/210 11274
/proc/meminfo: memFree=25899208/32873852 swapFree=6856/6856
[pid=11256] ppid=11254 vsize=2957856 CPUtime=2.41 cores=0,2,4,6
/proc/11256/stat : 11256 (java) S 11254 11256 9704 0 -1 4202496 10858 0 1 0 227 14 0 0 20 0 18 0 345302845 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140737316105424 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11256/statm: 739464 129484 2274 9 0 729885 0
[pid=11256/tid=11258] ppid=11254 vsize=2957856 CPUtime=1.38 cores=0,2,4,6
/proc/11256/task/11258/stat : 11258 (java) R 11254 11256 9704 0 -1 4202560 3226 0 1 0 132 6 0 0 20 0 18 0 345302846 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123931042240 140123794993565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11259] ppid=11254 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/11256/task/11259/stat : 11259 (java) S 11254 11256 9704 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 18 0 345302848 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123914476584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11260] ppid=11254 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11256/task/11260/stat : 11260 (java) S 11254 11256 9704 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 345302848 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123913423784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11261] ppid=11254 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11256/task/11261/stat : 11261 (java) S 11254 11256 9704 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 345302848 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123794565928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11262] ppid=11254 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/11256/task/11262/stat : 11262 (java) S 11254 11256 9704 0 -1 4202560 48 0 0 0 5 1 0 0 20 0 18 0 345302848 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123793513128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11263] ppid=11254 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/11256/task/11263/stat : 11263 (java) S 11254 11256 9704 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 18 0 345302848 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123792460328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11264] ppid=11254 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11256/task/11264/stat : 11264 (java) S 11254 11256 9704 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 345302848 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123791407528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11265] ppid=11254 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11256/task/11265/stat : 11265 (java) S 11254 11256 9704 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 345302848 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123790354728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11266] ppid=11254 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/11256/task/11266/stat : 11266 (java) S 11254 11256 9704 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 345302848 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123789301928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11267] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11267/stat : 11267 (java) S 11254 11256 9704 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345302849 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123306974184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11268] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11268/stat : 11268 (java) S 11254 11256 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345302849 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123305920248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11269] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11269/stat : 11269 (java) S 11254 11256 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345302849 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123304867336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11270] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11270/stat : 11270 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345302852 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123303815824 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11271] ppid=11254 vsize=2957856 CPUtime=0.33 cores=0,2,4,6
/proc/11256/task/11271/stat : 11271 (java) S 11254 11256 9704 0 -1 4202560 3070 0 0 0 33 0 0 0 20 0 18 0 345302852 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123302762936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11272] ppid=11254 vsize=2957856 CPUtime=0.34 cores=0,2,4,6
/proc/11256/task/11272/stat : 11272 (java) S 11254 11256 9704 0 -1 4202560 3191 0 0 0 34 0 0 0 20 0 18 0 345302852 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123301710136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11273] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11273/stat : 11273 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345302852 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123300657528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11274] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11274/stat : 11274 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345302852 3028844544 129484 33554432000 1073741824 1073778376 140737316114288 140123299604936 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 2957856

[startup+3.10058 s]
/proc/loadavg: 1.93 1.98 1.99 10/210 11274
/proc/meminfo: memFree=25667164/32873852 swapFree=6856/6856
[pid=11256] ppid=11254 vsize=2957856 CPUtime=4.52 cores=0,2,4,6
/proc/11256/stat : 11256 (java) S 11254 11256 9704 0 -1 4202496 14667 0 1 0 427 25 0 0 20 0 18 0 345302845 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140737316105424 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11256/statm: 739464 152967 2284 9 0 729885 0
[pid=11256/tid=11258] ppid=11254 vsize=2957856 CPUtime=2.88 cores=0,2,4,6
/proc/11256/task/11258/stat : 11258 (java) R 11254 11256 9704 0 -1 4202560 3227 0 1 0 279 9 0 0 20 0 18 0 345302846 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123931042048 140123794976286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11259] ppid=11254 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/11256/task/11259/stat : 11259 (java) S 11254 11256 9704 0 -1 4202560 52 0 0 0 4 3 0 0 20 0 18 0 345302848 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123914476584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11260] ppid=11254 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/11256/task/11260/stat : 11260 (java) S 11254 11256 9704 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 18 0 345302848 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123913423784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11261] ppid=11254 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/11256/task/11261/stat : 11261 (java) S 11254 11256 9704 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 18 0 345302848 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123794565928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11262] ppid=11254 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/11256/task/11262/stat : 11262 (java) S 11254 11256 9704 0 -1 4202560 71 0 0 0 8 3 0 0 20 0 18 0 345302848 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123793513128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11263] ppid=11254 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/11256/task/11263/stat : 11263 (java) S 11254 11256 9704 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 18 0 345302848 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123792460328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11264] ppid=11254 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/11256/task/11264/stat : 11264 (java) S 11254 11256 9704 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 18 0 345302848 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123791407528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11265] ppid=11254 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/11256/task/11265/stat : 11265 (java) S 11254 11256 9704 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 18 0 345302848 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123790354728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11266] ppid=11254 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/11256/task/11266/stat : 11266 (java) S 11254 11256 9704 0 -1 4202560 51 0 0 0 6 3 0 0 20 0 18 0 345302848 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123789301928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11267] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11267/stat : 11267 (java) S 11254 11256 9704 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345302849 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123306974184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11268] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11268/stat : 11268 (java) S 11254 11256 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345302849 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123305920248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11269] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11269/stat : 11269 (java) S 11254 11256 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345302849 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123304867336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11270] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11270/stat : 11270 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345302852 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123303815824 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11271] ppid=11254 vsize=2957856 CPUtime=0.54 cores=0,2,4,6
/proc/11256/task/11271/stat : 11271 (java) R 11254 11256 9704 0 -1 4202560 6564 0 0 0 52 2 0 0 20 0 18 0 345302852 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123302750336 140123937857524 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11272] ppid=11254 vsize=2957856 CPUtime=0.37 cores=0,2,4,6
/proc/11256/task/11272/stat : 11272 (java) R 11254 11256 9704 0 -1 4202560 3300 0 0 0 37 0 0 0 20 0 18 0 345302852 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123301710136 140123935144426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11273] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11273/stat : 11273 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345302852 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123300657528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11274] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11274/stat : 11274 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345302852 3028844544 152967 33554432000 1073741824 1073778376 140737316114288 140123299604936 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 2957856

[startup+6.30068 s]
/proc/loadavg: 1.93 1.98 1.99 10/210 11274
/proc/meminfo: memFree=25543604/32873852 swapFree=6856/6856
[pid=11256] ppid=11254 vsize=2957856 CPUtime=9.6 cores=0,2,4,6
/proc/11256/stat : 11256 (java) S 11254 11256 9704 0 -1 4202496 15326 0 1 0 918 42 0 0 20 0 18 0 345302845 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140737316105424 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11256/statm: 739464 195731 2293 9 0 729885 0
[pid=11256/tid=11258] ppid=11254 vsize=2957856 CPUtime=5.49 cores=0,2,4,6
/proc/11256/task/11258/stat : 11258 (java) R 11254 11256 9704 0 -1 4202560 3233 0 1 0 539 10 0 0 20 0 18 0 345302846 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123931050168 140123794648092 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11259] ppid=11254 vsize=2957856 CPUtime=0.34 cores=0,2,4,6
/proc/11256/task/11259/stat : 11259 (java) S 11254 11256 9704 0 -1 4202560 105 0 0 0 29 5 0 0 20 0 18 0 345302848 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123914476584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11260] ppid=11254 vsize=2957856 CPUtime=0.37 cores=0,2,4,6
/proc/11256/task/11260/stat : 11260 (java) S 11254 11256 9704 0 -1 4202560 90 0 0 0 34 3 0 0 20 0 18 0 345302848 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123913423784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11261] ppid=11254 vsize=2957856 CPUtime=0.4 cores=0,2,4,6
/proc/11256/task/11261/stat : 11261 (java) S 11254 11256 9704 0 -1 4202560 102 0 0 0 36 4 0 0 20 0 18 0 345302848 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123794565928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11262] ppid=11254 vsize=2957856 CPUtime=0.36 cores=0,2,4,6
/proc/11256/task/11262/stat : 11262 (java) S 11254 11256 9704 0 -1 4202560 117 0 0 0 31 5 0 0 20 0 18 0 345302848 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123793513128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11263] ppid=11254 vsize=2957856 CPUtime=0.33 cores=0,2,4,6
/proc/11256/task/11263/stat : 11263 (java) S 11254 11256 9704 0 -1 4202560 201 0 0 0 29 4 0 0 20 0 18 0 345302848 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123792460328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11264] ppid=11254 vsize=2957856 CPUtime=0.34 cores=0,2,4,6
/proc/11256/task/11264/stat : 11264 (java) S 11254 11256 9704 0 -1 4202560 99 0 0 0 30 4 0 0 20 0 18 0 345302848 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123791407528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11265] ppid=11254 vsize=2957856 CPUtime=0.39 cores=0,2,4,6
/proc/11256/task/11265/stat : 11265 (java) S 11254 11256 9704 0 -1 4202560 109 0 0 0 34 5 0 0 20 0 18 0 345302848 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123790354728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11266] ppid=11254 vsize=2957856 CPUtime=0.37 cores=0,2,4,6
/proc/11256/task/11266/stat : 11266 (java) S 11254 11256 9704 0 -1 4202560 211 0 0 0 32 5 0 0 20 0 18 0 345302848 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123789301928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11267] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11267/stat : 11267 (java) S 11254 11256 9704 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345302849 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123306974184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11268] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11268/stat : 11268 (java) S 11254 11256 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345302849 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123305920248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11269] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11269/stat : 11269 (java) S 11254 11256 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345302849 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123304867336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11270] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11270/stat : 11270 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345302852 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123303815824 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11271] ppid=11254 vsize=2957856 CPUtime=0.6 cores=0,2,4,6
/proc/11256/task/11271/stat : 11271 (java) S 11254 11256 9704 0 -1 4202560 6568 0 0 0 58 2 0 0 20 0 18 0 345302852 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123302762936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11272] ppid=11254 vsize=2957856 CPUtime=0.48 cores=0,2,4,6
/proc/11256/task/11272/stat : 11272 (java) R 11254 11256 9704 0 -1 4202560 3306 0 0 0 48 0 0 0 20 0 18 0 345302852 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123301710136 140123937077376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11273] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11273/stat : 11273 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345302852 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123300657528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11274] ppid=11254 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11274/stat : 11274 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345302852 3028844544 195731 33554432000 1073741824 1073778376 140737316114288 140123299604936 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.6
Current children cumulated vsize (KiB) 2957856

[startup+12.7008 s]
/proc/loadavg: 1.94 1.98 1.99 3/211 11275
/proc/meminfo: memFree=25398036/32873852 swapFree=6856/6856
[pid=11256] ppid=11254 vsize=3024420 CPUtime=17.42 cores=0,2,4,6
/proc/11256/stat : 11256 (java) S 11254 11256 9704 0 -1 4202496 16178 0 1 0 1693 49 0 0 20 0 19 0 345302845 3097006080 216390 33554432000 1073741824 1073778376 140737316114288 140737316105424 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11256/statm: 756105 216390 2299 9 0 746526 0
[pid=11256/tid=11258] ppid=11254 vsize=3024420 CPUtime=11.51 cores=0,2,4,6

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

[pid=11256/tid=11264] ppid=11254 vsize=3024420 CPUtime=11.86 cores=0,2,4,6
/proc/11256/task/11264/stat : 11264 (java) S 11254 11256 9704 0 -1 4202560 415 0 0 0 1173 13 0 0 20 0 19 0 345302848 3097006080 340717 33554432000 1073741824 1073778376 140737316114288 140123791407528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11265] ppid=11254 vsize=3024420 CPUtime=12.27 cores=0,2,4,6
/proc/11256/task/11265/stat : 11265 (java) S 11254 11256 9704 0 -1 4202560 453 0 0 0 1213 14 0 0 20 0 19 0 345302848 3097006080 340717 33554432000 1073741824 1073778376 140737316114288 140123790354728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11266] ppid=11254 vsize=3024420 CPUtime=12.19 cores=0,2,4,6
/proc/11256/task/11266/stat : 11266 (java) S 11254 11256 9704 0 -1 4202560 428 0 0 0 1206 13 0 0 20 0 19 0 345302848 3097006080 340717 33554432000 1073741824 1073778376 140737316114288 140123789301928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11267] ppid=11254 vsize=3024420 CPUtime=0.13 cores=0,2,4,6
/proc/11256/task/11267/stat : 11267 (java) S 11254 11256 9704 0 -1 4202560 105 0 0 0 9 4 0 0 20 0 19 0 345302849 3097006080 340717 33554432000 1073741824 1073778376 140737316114288 140123306974184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11268] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11268/stat : 11268 (java) S 11254 11256 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345302849 3097006080 340717 33554432000 1073741824 1073778376 140737316114288 140123305920248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11269] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11269/stat : 11269 (java) S 11254 11256 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345302849 3097006080 340717 33554432000 1073741824 1073778376 140737316114288 140123304867336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11270] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11270/stat : 11270 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345302852 3097006080 340717 33554432000 1073741824 1073778376 140737316114288 140123303815824 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11271] ppid=11254 vsize=3024420 CPUtime=0.91 cores=0,2,4,6
/proc/11256/task/11271/stat : 11271 (java) S 11254 11256 9704 0 -1 4202560 6579 0 0 0 89 2 0 0 20 0 19 0 345302852 3097006080 340717 33554432000 1073741824 1073778376 140737316114288 140123302762936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11272] ppid=11254 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/11256/task/11272/stat : 11272 (java) S 11254 11256 9704 0 -1 4202560 3306 0 0 0 61 0 0 0 20 0 19 0 345302852 3097006080 340717 33554432000 1073741824 1073778376 140737316114288 140123301710136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11273] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11273/stat : 11273 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345302852 3097006080 340717 33554432000 1073741824 1073778376 140737316114288 140123300657528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11274] ppid=11254 vsize=3024420 CPUtime=0.63 cores=0,2,4,6
/proc/11256/task/11274/stat : 11274 (java) S 11254 11256 9704 0 -1 4202560 94 0 0 0 28 35 0 0 20 0 19 0 345302852 3097006080 340717 33554432000 1073741824 1073778376 140737316114288 140123299604936 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11275] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11275/stat : 11275 (java) S 11254 11256 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345303484 3097006080 340717 33554432000 1073741824 1073778376 140737316114288 140123297474216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1735.02
Current children cumulated vsize (KiB) 3024420

[startup+1722.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/211 11372
/proc/meminfo: memFree=25242252/32873852 swapFree=6856/6856
[pid=11256] ppid=11254 vsize=3024420 CPUtime=1797.43 cores=0,2,4,6
/proc/11256/stat : 11256 (java) S 11254 11256 9704 0 -1 4202496 18765 0 1 0 179595 148 0 0 20 0 19 0 345302845 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140737316105424 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11256/statm: 756105 343277 2299 9 0 746526 0
[pid=11256/tid=11258] ppid=11254 vsize=3024420 CPUtime=1694.57 cores=0,2,4,6
/proc/11256/task/11258/stat : 11258 (java) R 11254 11256 9704 0 -1 4202560 4022 0 1 0 169417 40 0 0 20 0 19 0 345302846 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123931049184 140123795303435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11259] ppid=11254 vsize=3024420 CPUtime=13.09 cores=0,2,4,6
/proc/11256/task/11259/stat : 11259 (java) S 11254 11256 9704 0 -1 4202560 454 0 0 0 1295 14 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123914476584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11260] ppid=11254 vsize=3024420 CPUtime=12.62 cores=0,2,4,6
/proc/11256/task/11260/stat : 11260 (java) S 11254 11256 9704 0 -1 4202560 435 0 0 0 1250 12 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123913423784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11261] ppid=11254 vsize=3024420 CPUtime=12.47 cores=0,2,4,6
/proc/11256/task/11261/stat : 11261 (java) S 11254 11256 9704 0 -1 4202560 415 0 0 0 1235 12 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123794565928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11262] ppid=11254 vsize=3024420 CPUtime=12.6 cores=0,2,4,6
/proc/11256/task/11262/stat : 11262 (java) S 11254 11256 9704 0 -1 4202560 447 0 0 0 1246 14 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123793513128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11263] ppid=11254 vsize=3024420 CPUtime=12.6 cores=0,2,4,6
/proc/11256/task/11263/stat : 11263 (java) S 11254 11256 9704 0 -1 4202560 419 0 0 0 1248 12 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123792460328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11264] ppid=11254 vsize=3024420 CPUtime=12.3 cores=0,2,4,6
/proc/11256/task/11264/stat : 11264 (java) S 11254 11256 9704 0 -1 4202560 418 0 0 0 1217 13 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123791407528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11265] ppid=11254 vsize=3024420 CPUtime=12.72 cores=0,2,4,6
/proc/11256/task/11265/stat : 11265 (java) S 11254 11256 9704 0 -1 4202560 453 0 0 0 1258 14 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123790354728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11266] ppid=11254 vsize=3024420 CPUtime=12.57 cores=0,2,4,6
/proc/11256/task/11266/stat : 11266 (java) S 11254 11256 9704 0 -1 4202560 428 0 0 0 1244 13 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123789301928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11267] ppid=11254 vsize=3024420 CPUtime=0.14 cores=0,2,4,6
/proc/11256/task/11267/stat : 11267 (java) S 11254 11256 9704 0 -1 4202560 109 0 0 0 10 4 0 0 20 0 19 0 345302849 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123306974184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11268] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11268/stat : 11268 (java) S 11254 11256 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345302849 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123305920248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11269] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11269/stat : 11269 (java) S 11254 11256 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345302849 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123304867336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11270] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11270/stat : 11270 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123303815824 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11271] ppid=11254 vsize=3024420 CPUtime=0.91 cores=0,2,4,6
/proc/11256/task/11271/stat : 11271 (java) S 11254 11256 9704 0 -1 4202560 6579 0 0 0 89 2 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123302762936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11272] ppid=11254 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/11256/task/11272/stat : 11272 (java) S 11254 11256 9704 0 -1 4202560 3306 0 0 0 61 0 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123301710136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11273] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11273/stat : 11273 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123300657528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11274] ppid=11254 vsize=3024420 CPUtime=0.65 cores=0,2,4,6
/proc/11256/task/11274/stat : 11274 (java) S 11254 11256 9704 0 -1 4202560 98 0 0 0 28 37 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123299604936 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11275] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11275/stat : 11275 (java) S 11254 11256 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345303484 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123297474216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.43
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1724.8 s]
/proc/loadavg: 1.99 2.01 2.00 3/211 11372
/proc/meminfo: memFree=25238156/32873852 swapFree=6856/6856
[pid=11256] ppid=11254 vsize=3024420 CPUtime=1800.03 cores=0,2,4,6
/proc/11256/stat : 11256 (java) S 11254 11256 9704 0 -1 4202496 18766 0 1 0 179855 148 0 0 20 0 19 0 345302845 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140737316105424 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11256/statm: 756105 343277 2299 9 0 746526 0
[pid=11256/tid=11258] ppid=11254 vsize=3024420 CPUtime=1697.04 cores=0,2,4,6
/proc/11256/task/11258/stat : 11258 (java) R 11254 11256 9704 0 -1 4202560 4023 0 1 0 169664 40 0 0 20 0 19 0 345302846 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123931049200 140123795598610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11259] ppid=11254 vsize=3024420 CPUtime=13.1 cores=0,2,4,6
/proc/11256/task/11259/stat : 11259 (java) S 11254 11256 9704 0 -1 4202560 454 0 0 0 1296 14 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123914476584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11260] ppid=11254 vsize=3024420 CPUtime=12.64 cores=0,2,4,6
/proc/11256/task/11260/stat : 11260 (java) S 11254 11256 9704 0 -1 4202560 435 0 0 0 1252 12 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123913423784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11261] ppid=11254 vsize=3024420 CPUtime=12.49 cores=0,2,4,6
/proc/11256/task/11261/stat : 11261 (java) S 11254 11256 9704 0 -1 4202560 415 0 0 0 1237 12 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123794565928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11262] ppid=11254 vsize=3024420 CPUtime=12.62 cores=0,2,4,6
/proc/11256/task/11262/stat : 11262 (java) S 11254 11256 9704 0 -1 4202560 447 0 0 0 1248 14 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123793513128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11263] ppid=11254 vsize=3024420 CPUtime=12.62 cores=0,2,4,6
/proc/11256/task/11263/stat : 11263 (java) S 11254 11256 9704 0 -1 4202560 419 0 0 0 1250 12 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123792460328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11264] ppid=11254 vsize=3024420 CPUtime=12.31 cores=0,2,4,6
/proc/11256/task/11264/stat : 11264 (java) S 11254 11256 9704 0 -1 4202560 418 0 0 0 1218 13 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123791407528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11265] ppid=11254 vsize=3024420 CPUtime=12.73 cores=0,2,4,6
/proc/11256/task/11265/stat : 11265 (java) S 11254 11256 9704 0 -1 4202560 453 0 0 0 1259 14 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123790354728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11266] ppid=11254 vsize=3024420 CPUtime=12.58 cores=0,2,4,6
/proc/11256/task/11266/stat : 11266 (java) S 11254 11256 9704 0 -1 4202560 428 0 0 0 1245 13 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123789301928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11267] ppid=11254 vsize=3024420 CPUtime=0.14 cores=0,2,4,6
/proc/11256/task/11267/stat : 11267 (java) S 11254 11256 9704 0 -1 4202560 109 0 0 0 10 4 0 0 20 0 19 0 345302849 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123306974184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11268] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11268/stat : 11268 (java) S 11254 11256 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345302849 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123305920248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11269] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11269/stat : 11269 (java) S 11254 11256 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345302849 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123304867336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11270] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11270/stat : 11270 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123303815824 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11271] ppid=11254 vsize=3024420 CPUtime=0.91 cores=0,2,4,6
/proc/11256/task/11271/stat : 11271 (java) S 11254 11256 9704 0 -1 4202560 6579 0 0 0 89 2 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123302762936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11272] ppid=11254 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/11256/task/11272/stat : 11272 (java) S 11254 11256 9704 0 -1 4202560 3306 0 0 0 61 0 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123301710136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11273] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11273/stat : 11273 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123300657528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11274] ppid=11254 vsize=3024420 CPUtime=0.65 cores=0,2,4,6
/proc/11256/task/11274/stat : 11274 (java) S 11254 11256 9704 0 -1 4202560 98 0 0 0 28 37 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123299604936 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11275] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11275/stat : 11275 (java) S 11254 11256 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345303484 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123297474216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3024420

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

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

[startup+1724.8 s]
/proc/loadavg: 1.99 2.01 2.00 3/211 11372
/proc/meminfo: memFree=25238156/32873852 swapFree=6856/6856
[pid=11256] ppid=11254 vsize=3024420 CPUtime=1800.03 cores=0,2,4,6
/proc/11256/stat : 11256 (java) S 11254 11256 9704 0 -1 4202496 18766 0 1 0 179855 148 0 0 20 0 19 0 345302845 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140737316105424 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11256/statm: 756105 343277 2299 9 0 746526 0
[pid=11256/tid=11258] ppid=11254 vsize=3024420 CPUtime=1697.04 cores=0,2,4,6
/proc/11256/task/11258/stat : 11258 (java) R 11254 11256 9704 0 -1 4202560 4023 0 1 0 169664 40 0 0 20 0 19 0 345302846 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123931049200 140123795598610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11259] ppid=11254 vsize=3024420 CPUtime=13.1 cores=0,2,4,6
/proc/11256/task/11259/stat : 11259 (java) S 11254 11256 9704 0 -1 4202560 454 0 0 0 1296 14 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123914476584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11260] ppid=11254 vsize=3024420 CPUtime=12.64 cores=0,2,4,6
/proc/11256/task/11260/stat : 11260 (java) S 11254 11256 9704 0 -1 4202560 435 0 0 0 1252 12 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123913423784 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11261] ppid=11254 vsize=3024420 CPUtime=12.49 cores=0,2,4,6
/proc/11256/task/11261/stat : 11261 (java) S 11254 11256 9704 0 -1 4202560 415 0 0 0 1237 12 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123794565928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11262] ppid=11254 vsize=3024420 CPUtime=12.62 cores=0,2,4,6
/proc/11256/task/11262/stat : 11262 (java) S 11254 11256 9704 0 -1 4202560 447 0 0 0 1248 14 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123793513128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11263] ppid=11254 vsize=3024420 CPUtime=12.62 cores=0,2,4,6
/proc/11256/task/11263/stat : 11263 (java) S 11254 11256 9704 0 -1 4202560 419 0 0 0 1250 12 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123792460328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11264] ppid=11254 vsize=3024420 CPUtime=12.31 cores=0,2,4,6
/proc/11256/task/11264/stat : 11264 (java) S 11254 11256 9704 0 -1 4202560 418 0 0 0 1218 13 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123791407528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11265] ppid=11254 vsize=3024420 CPUtime=12.73 cores=0,2,4,6
/proc/11256/task/11265/stat : 11265 (java) S 11254 11256 9704 0 -1 4202560 453 0 0 0 1259 14 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123790354728 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11266] ppid=11254 vsize=3024420 CPUtime=12.58 cores=0,2,4,6
/proc/11256/task/11266/stat : 11266 (java) S 11254 11256 9704 0 -1 4202560 428 0 0 0 1245 13 0 0 20 0 19 0 345302848 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123789301928 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11267] ppid=11254 vsize=3024420 CPUtime=0.14 cores=0,2,4,6
/proc/11256/task/11267/stat : 11267 (java) S 11254 11256 9704 0 -1 4202560 109 0 0 0 10 4 0 0 20 0 19 0 345302849 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123306974184 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11268] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11268/stat : 11268 (java) S 11254 11256 9704 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345302849 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123305920248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11269] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11269/stat : 11269 (java) S 11254 11256 9704 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345302849 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123304867336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11270] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11270/stat : 11270 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123303815824 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11271] ppid=11254 vsize=3024420 CPUtime=0.91 cores=0,2,4,6
/proc/11256/task/11271/stat : 11271 (java) S 11254 11256 9704 0 -1 4202560 6579 0 0 0 89 2 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123302762936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11256/tid=11272] ppid=11254 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/11256/task/11272/stat : 11272 (java) S 11254 11256 9704 0 -1 4202560 3306 0 0 0 61 0 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123301710136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11256/tid=11273] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11273/stat : 11273 (java) S 11254 11256 9704 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123300657528 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11256/tid=11274] ppid=11254 vsize=3024420 CPUtime=0.65 cores=0,2,4,6
/proc/11256/task/11274/stat : 11274 (java) S 11254 11256 9704 0 -1 4202560 98 0 0 0 28 37 0 0 20 0 19 0 345302852 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123299604936 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11256/tid=11275] ppid=11254 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11256/task/11275/stat : 11275 (java) S 11254 11256 9704 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 345303484 3097006080 343277 33554432000 1073741824 1073778376 140737316114288 140123297474216 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3024420

Child status: 143
Real time (s): 1724.83
CPU time (s): 1800.7
CPU user time (s): 1798.69
CPU system time (s): 2.01069
CPU usage (%): 104.399
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 2.01069
maximum resident set size= 1373244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18800
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60184
involuntary context switches= 114966

runsolver used 5.50116 second user time and 14.3428 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-04 08:36:09
IDJOB=3744020
IDBENCH=92670
IDSOLVER=2319
FILE ID=node128/3744020-1338791768
RUNJOBID= node128-1338773754-9720
PBS_JOBID= 14636825
Free space on /tmp= 70388 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_1_mh_ic.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744020-1338791768/watcher-3744020-1338791768 -o /tmp/evaluation-result-3744020-1338791768/solver-3744020-1338791768 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744020-1338791768.opb           

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

MD5SUM BENCH= d5e7ab00f82d8a167f85d70472648422
RANDOM SEED=1059776765

node128.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.389
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.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.91
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.389
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.389
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.389
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        26260096 kB
Buffers:          562012 kB
Cached:          3930172 kB
SwapCached:          744 kB
Active:          3294724 kB
Inactive:        2411740 kB
Active(anon):    1204896 kB
Inactive(anon):    11420 kB
Active(file):    2089828 kB
Inactive(file):  2400320 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             41300 kB
Writeback:             8 kB
AnonPages:       1230144 kB
Mapped:            22380 kB
Shmem:               200 kB
Slab:             758600 kB
SReclaimable:     200620 kB
SUnreclaim:       557980 kB
KernelStack:        1584 kB
PageTables:         6336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1826948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1181696 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= 70372 MiB
End job on node128 at 2012-06-04 09:04:56