Trace number 3740960

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.59 1792.92

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-20.opb
MD5SUM63ab8977587973d616491fbff2cc242b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark204.343
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.03/0.08	c no version file found!!!
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1599470296
0.03/0.08	c Max memory 1607860224
0.03/0.08	c Total memory 1607860224
0.03/0.08	c Number of processors 8
0.09/0.10	--- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.10	c No reason simplification
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3740960-1338738694.opb
0.09/0.10	c reading problem ... 
2.71/1.78	c ... done. Wall clock time 1.683s.
2.71/1.78	c CPU time (experimental) 1.72s.
2.71/1.78	c #vars     9342
2.71/1.78	c #constraints  199720
1800.05/1792.91	c starts		: 21
1800.05/1792.91	c conflicts		: 861373
1800.05/1792.91	c decisions		: 2327123
1800.05/1792.91	c propagations		: 270336578
1800.05/1792.91	c inspects		: 15224073669
1800.05/1792.91	c learnt literals	: 2
1800.05/1792.91	c learnt binary clauses	: 110
1800.05/1792.91	c learnt ternary clauses	: 1246
1800.05/1792.91	c learnt clauses	: 861371
1800.05/1792.91	c root simplifications	: 0
1800.05/1792.91	c removed literals (reason simplification)	: 0
1800.05/1792.91	c reason swapping (by a shorter reason)	: 0
1800.05/1792.91	c Calls to reduceDB	: 0
1800.05/1792.91	c speed (decisions/second)	: 1299.255772924204
1800.05/1792.91	c non guided choices	91978
1800.05/1792.91	s UNKNOWN
1800.05/1792.91	c Total wall clock time (ms): 1792.811

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-3740960-1338738694/watcher-3740960-1338738694 -o /tmp/evaluation-result-3740960-1338738694/solver-3740960-1338738694 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3740960-1338738694.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.06 2.08 2.06 3/194 12177
/proc/meminfo: memFree=27595012/32873648 swapFree=7116/7116
[pid=12177] ppid=12175 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12177/stat : 12177 (java) D 12175 12177 7854 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 339994854 9515008 183 33554432000 1073741824 1073778376 140733590539600 140733590530632 214537420469 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/12177/statm: 2323 183 140 9 0 71 0

[startup+0.050011 s]
/proc/loadavg: 2.06 2.08 2.06 3/194 12177
/proc/meminfo: memFree=27595012/32873648 swapFree=7116/7116
[pid=12177] ppid=12175 vsize=2623916 CPUtime=0.03 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 7854 0 -1 4202496 3939 0 1 0 2 1 0 0 20 0 13 0 339994854 2686889984 5146 33554432000 1073741824 1073778376 140733457933520 140733457924656 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12177/statm: 655979 5146 1702 9 0 646680 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2623916

[startup+0.10026 s]
/proc/loadavg: 2.06 2.08 2.06 3/194 12177
/proc/meminfo: memFree=27595012/32873648 swapFree=7116/7116
[pid=12177] ppid=12175 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 7854 0 -1 4202496 4923 0 1 0 8 1 0 0 20 0 18 0 339994854 3028844544 6618 33554432000 1073741824 1073778376 140733457933520 140733457924656 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12177/statm: 739464 6618 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.300167 s]
/proc/loadavg: 2.06 2.08 2.06 3/194 12177
/proc/meminfo: memFree=27595012/32873648 swapFree=7116/7116
[pid=12177] ppid=12175 vsize=2957856 CPUtime=0.45 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 7854 0 -1 4202496 6006 0 1 0 43 2 0 0 20 0 18 0 339994854 3028844544 9426 33554432000 1073741824 1073778376 140733457933520 140733457924656 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12177/statm: 739464 9430 2237 9 0 729885 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2957856

[startup+0.700183 s]
/proc/loadavg: 2.06 2.08 2.06 3/194 12177
/proc/meminfo: memFree=27595012/32873648 swapFree=7116/7116
[pid=12177] ppid=12175 vsize=2957856 CPUtime=1.57 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 7854 0 -1 4202496 14163 0 1 0 153 4 0 0 20 0 18 0 339994854 3028844544 38783 33554432000 1073741824 1073778376 140733457933520 140733457924656 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12177/statm: 739464 38783 2254 9 0 729885 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 2957856

[startup+1.5007 s]
/proc/loadavg: 2.06 2.08 2.06 3/212 12195
/proc/meminfo: memFree=27290752/32873648 swapFree=7116/7116
[pid=12177] ppid=12175 vsize=2957856 CPUtime=2.51 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 7854 0 -1 4202496 14362 0 1 0 241 10 0 0 20 0 18 0 339994854 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140733457924656 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12177/statm: 739464 118164 2270 9 0 729885 0
[pid=12177/tid=12179] ppid=12175 vsize=2957856 CPUtime=1.43 cores=1,3,5,7
/proc/12177/task/12179/stat : 12179 (java) R 12175 12177 7854 0 -1 4202560 3220 0 1 0 136 7 0 0 20 0 18 0 339994855 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140597117959688 140596979579766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 7854 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 339994857 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140597101386664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 7854 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 339994857 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140597100334120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 7854 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 339994857 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140597099281064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12175 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 7854 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 339994857 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140597098228520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12184] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 7854 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 339994857 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140596979165608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12185] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 7854 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 339994857 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140596978113064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 7854 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 339994857 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140596977060008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 7854 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 339994857 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140596976007464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339994858 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140596963810152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339994858 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140596358408056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339994858 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140596357354888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339994861 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140596356303632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=2957856 CPUtime=0.45 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 7854 0 -1 4202560 4846 0 0 0 45 0 0 0 20 0 18 0 339994861 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140596355250488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=2957856 CPUtime=0.46 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 7854 0 -1 4202560 5063 0 0 0 46 0 0 0 20 0 18 0 339994861 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140596354197944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339994861 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140596353145080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339994861 3028844544 118164 33554432000 1073741824 1073778376 140733457933520 140596352092744 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 2957856

[startup+3.10061 s]
/proc/loadavg: 2.05 2.08 2.06 3/213 12196
/proc/meminfo: memFree=27129892/32873648 swapFree=7116/7116
[pid=12177] ppid=12175 vsize=3024420 CPUtime=4.48 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 7854 0 -1 4202496 14395 0 1 0 438 10 0 0 20 0 19 0 339994854 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140733457924656 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12177/statm: 756105 118194 2290 9 0 746526 0
[pid=12177/tid=12179] ppid=12175 vsize=3024420 CPUtime=3.03 cores=1,3,5,7
/proc/12177/task/12179/stat : 12179 (java) R 12175 12177 7854 0 -1 4202560 3234 0 1 0 295 8 0 0 20 0 19 0 339994855 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140597117958688 140596980128940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 7854 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 339994857 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140597101386664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 7854 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 339994857 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140597100334120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 7854 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339994857 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140597099281064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12175 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 7854 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 339994857 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140597098228520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12184] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 7854 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 339994857 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596979165608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12185] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 7854 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 339994857 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596978113064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 7854 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339994857 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596977060008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 7854 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339994857 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596976007464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 7854 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596963810152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596358408056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596357354888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596356303632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=3024420 CPUtime=0.66 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 7854 0 -1 4202560 4851 0 0 0 66 0 0 0 20 0 19 0 339994861 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596355250488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=3024420 CPUtime=0.63 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 7854 0 -1 4202560 5068 0 0 0 63 0 0 0 20 0 19 0 339994861 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596354197944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596353145080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596352092744 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12196] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339995034 3097006080 118194 33554432000 1073741824 1073778376 140733457933520 140596349961768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 3024420

[startup+6.30064 s]
/proc/loadavg: 2.05 2.08 2.06 3/213 12196
/proc/meminfo: memFree=27096136/32873648 swapFree=7116/7116
[pid=12177] ppid=12175 vsize=3024420 CPUtime=7.82 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 7854 0 -1 4202496 14466 0 1 0 766 16 0 0 20 0 19 0 339994854 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140733457924656 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12177/statm: 756105 126443 2290 9 0 746526 0
[pid=12177/tid=12179] ppid=12175 vsize=3024420 CPUtime=6.18 cores=1,3,5,7
/proc/12177/task/12179/stat : 12179 (java) R 12175 12177 7854 0 -1 4202560 3238 0 1 0 610 8 0 0 20 0 19 0 339994855 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140597117958704 140596980017835 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 7854 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 339994857 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140597101386664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 7854 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 19 0 339994857 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140597100334120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 7854 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 339994857 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140597099281064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12175 vsize=3024420 CPUtime=0.05 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 7854 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 19 0 339994857 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140597098228520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12184] ppid=12175 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 7854 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 339994857 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596979165608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12185] ppid=12175 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 7854 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 339994857 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596978113064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 7854 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 339994857 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596977060008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 7854 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 339994857 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596976007464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 7854 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596963810152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596358408056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596357354888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596356303632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=3024420 CPUtime=0.68 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 7854 0 -1 4202560 4851 0 0 0 68 0 0 0 20 0 19 0 339994861 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596355250488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=3024420 CPUtime=0.64 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 7854 0 -1 4202560 5068 0 0 0 64 0 0 0 20 0 19 0 339994861 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596354197944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596353145080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596352092744 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12196] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339995034 3097006080 126443 33554432000 1073741824 1073778376 140733457933520 140596349961768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]
/proc/loadavg: 2.04 2.07 2.06 3/213 12196
/proc/meminfo: memFree=27065212/32873648 swapFree=7116/7116

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

[pid=12177/tid=12185] ppid=12175 vsize=3024420 CPUtime=0.88 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 7854 0 -1 4202560 251 0 0 0 80 8 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596978113064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=3024420 CPUtime=0.93 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 7854 0 -1 4202560 206 0 0 0 84 9 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596977060008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=3024420 CPUtime=0.94 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 7854 0 -1 4202560 199 0 0 0 86 8 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596976007464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 7854 0 -1 4202560 53 0 0 0 1 3 0 0 20 0 19 0 339994858 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596963810152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596358408056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596357354888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596356303632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=3024420 CPUtime=0.7 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 7854 0 -1 4202560 4851 0 0 0 70 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596355250488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=3024420 CPUtime=0.64 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 7854 0 -1 4202560 5068 0 0 0 64 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596354197944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596353145080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=3024420 CPUtime=0.73 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 7854 0 -1 4202560 97 0 0 0 30 43 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596352092744 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12196] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339995034 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596349961768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1669.4
Current children cumulated vsize (KiB) 3024420

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/214 12292
/proc/meminfo: memFree=27205416/32873648 swapFree=7116/7116
[pid=12177] ppid=12175 vsize=3024420 CPUtime=1729.42 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 7854 0 -1 4202496 16449 0 1 0 172822 120 0 0 20 0 19 0 339994854 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140733457924656 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12177/statm: 756105 291534 2290 9 0 746526 0
[pid=12177/tid=12179] ppid=12175 vsize=3024420 CPUtime=1720.14 cores=1,3,5,7
/proc/12177/task/12179/stat : 12179 (java) R 12175 12177 7854 0 -1 4202560 3327 0 1 0 171977 37 0 0 20 0 19 0 339994855 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597117959392 140596980148337 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=3024420 CPUtime=0.92 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 7854 0 -1 4202560 226 0 0 0 84 8 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597101386664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=3024420 CPUtime=0.83 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 7854 0 -1 4202560 217 0 0 0 76 7 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597100334120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=3024420 CPUtime=0.93 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 7854 0 -1 4202560 227 0 0 0 87 6 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597099281064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12175 vsize=3024420 CPUtime=0.94 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 7854 0 -1 4202560 281 0 0 0 84 10 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597098228520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12184] ppid=12175 vsize=3024420 CPUtime=1.02 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 7854 0 -1 4202560 262 0 0 0 93 9 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596979165608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12185] ppid=12175 vsize=3024420 CPUtime=0.88 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 7854 0 -1 4202560 251 0 0 0 80 8 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596978113064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=3024420 CPUtime=0.93 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 7854 0 -1 4202560 206 0 0 0 84 9 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596977060008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=3024420 CPUtime=0.94 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 7854 0 -1 4202560 199 0 0 0 86 8 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596976007464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 7854 0 -1 4202560 53 0 0 0 1 3 0 0 20 0 19 0 339994858 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596963810152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596358408056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596357354888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596356303632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=3024420 CPUtime=0.7 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 7854 0 -1 4202560 4851 0 0 0 70 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596355250488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=3024420 CPUtime=0.64 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 7854 0 -1 4202560 5068 0 0 0 64 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596354197944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596353145080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=3024420 CPUtime=0.76 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 7854 0 -1 4202560 99 0 0 0 32 44 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596352092744 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12196] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339995034 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596349961768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1729.42
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 12292
/proc/meminfo: memFree=27092756/32873648 swapFree=7116/7116
[pid=12177] ppid=12175 vsize=3024420 CPUtime=1789.45 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 7854 0 -1 4202496 16453 0 1 0 178823 122 0 0 20 0 19 0 339994854 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140733457924656 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12177/statm: 756105 291534 2290 9 0 746526 0
[pid=12177/tid=12179] ppid=12175 vsize=3024420 CPUtime=1780.15 cores=1,3,5,7
/proc/12177/task/12179/stat : 12179 (java) R 12175 12177 7854 0 -1 4202560 3327 0 1 0 177977 38 0 0 20 0 19 0 339994855 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597117959392 140596980096193 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=3024420 CPUtime=0.92 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 7854 0 -1 4202560 226 0 0 0 84 8 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597101386664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=3024420 CPUtime=0.83 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 7854 0 -1 4202560 217 0 0 0 76 7 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597100334120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=3024420 CPUtime=0.93 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 7854 0 -1 4202560 227 0 0 0 87 6 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597099281064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12175 vsize=3024420 CPUtime=0.94 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 7854 0 -1 4202560 281 0 0 0 84 10 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597098228520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12184] ppid=12175 vsize=3024420 CPUtime=1.02 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 7854 0 -1 4202560 262 0 0 0 93 9 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596979165608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12185] ppid=12175 vsize=3024420 CPUtime=0.88 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 7854 0 -1 4202560 251 0 0 0 80 8 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596978113064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=3024420 CPUtime=0.93 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 7854 0 -1 4202560 206 0 0 0 84 9 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596977060008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=3024420 CPUtime=0.94 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 7854 0 -1 4202560 199 0 0 0 86 8 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596976007464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 7854 0 -1 4202560 53 0 0 0 1 3 0 0 20 0 19 0 339994858 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596963810152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596358408056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596357354888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596356303632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=3024420 CPUtime=0.7 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 7854 0 -1 4202560 4851 0 0 0 70 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596355250488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=3024420 CPUtime=0.64 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 7854 0 -1 4202560 5068 0 0 0 64 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596354197944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596353145080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=3024420 CPUtime=0.78 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 7854 0 -1 4202560 103 0 0 0 33 45 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596352092744 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12196] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339995034 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596349961768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1789.45
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12292
/proc/meminfo: memFree=27080472/32873648 swapFree=7116/7116
[pid=12177] ppid=12175 vsize=3024420 CPUtime=1800.05 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12175 12177 7854 0 -1 4202496 16453 0 1 0 179883 122 0 0 20 0 19 0 339994854 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140733457924656 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12177/statm: 756105 291534 2290 9 0 746526 0
[pid=12177/tid=12179] ppid=12175 vsize=3024420 CPUtime=1790.75 cores=1,3,5,7
/proc/12177/task/12179/stat : 12179 (java) R 12175 12177 7854 0 -1 4202560 3327 0 1 0 179037 38 0 0 20 0 19 0 339994855 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597117959392 140596980148755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12180] ppid=12175 vsize=3024420 CPUtime=0.92 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12175 12177 7854 0 -1 4202560 226 0 0 0 84 8 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597101386664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12175 vsize=3024420 CPUtime=0.83 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12175 12177 7854 0 -1 4202560 217 0 0 0 76 7 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597100334120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12182] ppid=12175 vsize=3024420 CPUtime=0.93 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12175 12177 7854 0 -1 4202560 227 0 0 0 87 6 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597099281064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12175 vsize=3024420 CPUtime=0.94 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12175 12177 7854 0 -1 4202560 281 0 0 0 84 10 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140597098228520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12184] ppid=12175 vsize=3024420 CPUtime=1.02 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12175 12177 7854 0 -1 4202560 262 0 0 0 93 9 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596979165608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12185] ppid=12175 vsize=3024420 CPUtime=0.88 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12175 12177 7854 0 -1 4202560 251 0 0 0 80 8 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596978113064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12186] ppid=12175 vsize=3024420 CPUtime=0.93 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12175 12177 7854 0 -1 4202560 206 0 0 0 84 9 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596977060008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12187] ppid=12175 vsize=3024420 CPUtime=0.94 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12175 12177 7854 0 -1 4202560 199 0 0 0 86 8 0 0 20 0 19 0 339994857 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596976007464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12188] ppid=12175 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12175 12177 7854 0 -1 4202560 53 0 0 0 1 3 0 0 20 0 19 0 339994858 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596963810152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12189] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12175 12177 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596358408056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12190] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12175 12177 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339994858 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596357354888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12191] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596356303632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12192] ppid=12175 vsize=3024420 CPUtime=0.7 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12175 12177 7854 0 -1 4202560 4851 0 0 0 70 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596355250488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12193] ppid=12175 vsize=3024420 CPUtime=0.64 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12175 12177 7854 0 -1 4202560 5068 0 0 0 64 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596354197944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12194] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12175 12177 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596353145080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12195] ppid=12175 vsize=3024420 CPUtime=0.79 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12175 12177 7854 0 -1 4202560 103 0 0 0 34 45 0 0 20 0 19 0 339994861 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596352092744 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12196] ppid=12175 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12175 12177 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339995034 3097006080 291534 33554432000 1073741824 1073778376 140733457933520 140596349961768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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

Child status: 143
Real time (s): 1792.92
CPU time (s): 1800.59
CPU user time (s): 1798.95
CPU system time (s): 1.64275
CPU usage (%): 100.428
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.64275
maximum resident set size= 1166272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16488
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40609
involuntary context switches= 20700

runsolver used 6.76897 second user time and 14.9837 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-03 17:51:34
IDJOB=3740960
IDBENCH=89706
IDSOLVER=2319
FILE ID=node127/3740960-1338738694
RUNJOBID= node127-1338713637-7871
PBS_JOBID= 14636737
Free space on /tmp= 70132 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-20.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740960-1338738694/watcher-3740960-1338738694 -o /tmp/evaluation-result-3740960-1338738694/solver-3740960-1338738694 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3740960-1338738694.opb           

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

MD5SUM BENCH= 63ab8977587973d616491fbff2cc242b
RANDOM SEED=1387553323

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:       32873648 kB
MemFree:        27595764 kB
Buffers:          405996 kB
Cached:          2293496 kB
SwapCached:         1428 kB
Active:          3076464 kB
Inactive:        1315524 kB
Active(anon):    1686360 kB
Inactive(anon):     7952 kB
Active(file):    1390104 kB
Inactive(file):  1307572 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:             11716 kB
Writeback:             0 kB
AnonPages:       1697416 kB
Mapped:            19024 kB
Shmem:                92 kB
Slab:             746184 kB
SReclaimable:     190308 kB
SUnreclaim:       555876 kB
KernelStack:        1600 kB
PageTables:         7156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1826712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70432 MiB
End job on node127 at 2012-06-03 18:21:29