Trace number 3741077

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.6 1795.52

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-129.opb
MD5SUM67d021e5b92124566c71fb431934058c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48368
Total number of constraints1121286
Number of constraints which are clauses1007481
Number of constraints which are cardinality constraints (but not clauses)3534
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint1
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
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.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-3741077-1338740165.opb
0.09/0.10	c reading problem ... 
10.18/7.48	c ... done. Wall clock time 7.376s.
10.18/7.48	c CPU time (experimental) 6.79s.
10.18/7.48	c #vars     48368
10.18/7.48	c #constraints  1117286
1800.07/1795.51	c starts		: 20
1800.07/1795.51	c conflicts		: 569219
1800.07/1795.51	c decisions		: 723874
1800.07/1795.51	c propagations		: 695528302
1800.07/1795.51	c inspects		: 13410764187
1800.07/1795.51	c learnt literals	: 0
1800.07/1795.51	c learnt binary clauses	: 0
1800.07/1795.51	c learnt ternary clauses	: 3
1800.07/1795.51	c learnt clauses	: 569219
1800.07/1795.51	c root simplifications	: 0
1800.07/1795.51	c removed literals (reason simplification)	: 0
1800.07/1795.51	c reason swapping (by a shorter reason)	: 0
1800.07/1795.51	c Calls to reduceDB	: 0
1800.07/1795.51	c speed (decisions/second)	: 404.848966169093
1800.07/1795.51	c non guided choices	8479
1800.07/1795.51	s UNKNOWN
1800.07/1795.51	c Total wall clock time (ms): 1795.409

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

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.09 2.02 3/194 10442
/proc/meminfo: memFree=26931060/32873648 swapFree=7112/7112
[pid=10442] ppid=10440 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10442/stat : 10442 (java) D 10440 10442 4424 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 340142502 9515008 183 33554432000 1073741824 1073778376 140734503761056 140734503752088 242167398069 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/10442/statm: 2323 183 140 9 0 71 0

[startup+0.0953689 s]
/proc/loadavg: 2.23 2.09 2.02 3/194 10442
/proc/meminfo: memFree=26931060/32873648 swapFree=7112/7112
[pid=10442] ppid=10440 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10440 10442 4424 0 -1 4202496 4907 0 1 0 7 1 0 0 20 0 18 0 340142502 3028844544 6087 33554432000 1073741824 1073778376 140734042991248 140734042982384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10442/statm: 739464 6087 2089 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.100163 s]
/proc/loadavg: 2.23 2.09 2.02 3/194 10442
/proc/meminfo: memFree=26931060/32873648 swapFree=7112/7112
[pid=10442] ppid=10440 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10440 10442 4424 0 -1 4202496 4979 0 1 0 8 1 0 0 20 0 18 0 340142502 3028844544 6158 33554432000 1073741824 1073778376 140734042991248 140734042982384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10442/statm: 739464 6158 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.300168 s]
/proc/loadavg: 2.23 2.09 2.02 3/194 10442
/proc/meminfo: memFree=26931060/32873648 swapFree=7112/7112
[pid=10442] ppid=10440 vsize=2957856 CPUtime=0.45 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10440 10442 4424 0 -1 4202496 5763 0 1 0 43 2 0 0 20 0 18 0 340142502 3028844544 9292 33554432000 1073741824 1073778376 140734042991248 140734042982384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10442/statm: 739464 9292 2237 9 0 729885 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2957856

[startup+0.700167 s]
/proc/loadavg: 2.23 2.09 2.02 3/194 10442
/proc/meminfo: memFree=26931060/32873648 swapFree=7112/7112
[pid=10442] ppid=10440 vsize=2957856 CPUtime=1.56 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10440 10442 4424 0 -1 4202496 14483 0 1 0 151 5 0 0 20 0 18 0 340142502 3028844544 37994 33554432000 1073741824 1073778376 140734042991248 140734042982384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10442/statm: 739464 37994 2254 9 0 729885 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 2957856

[startup+1.50061 s]
/proc/loadavg: 2.21 2.09 2.02 3/212 10460
/proc/meminfo: memFree=26629668/32873648 swapFree=7112/7112
[pid=10442] ppid=10440 vsize=2957856 CPUtime=2.45 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10440 10442 4424 0 -1 4202496 14697 0 1 0 234 11 0 0 20 0 18 0 340142502 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140734042982384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10442/statm: 739464 117382 2270 9 0 729885 0
[pid=10442/tid=10444] ppid=10440 vsize=2957856 CPUtime=1.44 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10440 10442 4424 0 -1 4202560 3271 0 1 0 136 8 0 0 20 0 18 0 340142503 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563547151976 140563419719688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10445] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340142505 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563412888360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10446] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10440 10442 4424 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 340142505 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563411835560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10447] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340142505 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563410783272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10442/tid=10448] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340142505 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563409730472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10449] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340142505 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563206629672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10442/tid=10450] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340142505 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563205576872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10451] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10440 10442 4424 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 340142505 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563204524584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10452] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340142505 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563203471784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10453] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) S 10440 10442 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340142506 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563191274216 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10454] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) S 10440 10442 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340142506 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563190220280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10455] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340142506 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563189167880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10456] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340142509 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563188116368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10457] ppid=10440 vsize=2957856 CPUtime=0.47 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10440 10442 4424 0 -1 4202560 5489 0 0 0 47 0 0 0 20 0 18 0 340142509 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563187062968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10458] ppid=10440 vsize=2957856 CPUtime=0.42 cores=0,2,4,6
/proc/10442/task/10458/stat : 10458 (java) S 10440 10442 4424 0 -1 4202560 4694 0 0 0 42 0 0 0 20 0 18 0 340142509 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563186010168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10459] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10459/stat : 10459 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340142509 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563184958072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10460] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10460/stat : 10460 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340142509 3028844544 117382 33554432000 1073741824 1073778376 140734042991248 140563183905480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 2957856

[startup+3.10063 s]
/proc/loadavg: 2.21 2.09 2.02 3/212 10460
/proc/meminfo: memFree=26428652/32873648 swapFree=7112/7112
[pid=10442] ppid=10440 vsize=2957856 CPUtime=4.37 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10440 10442 4424 0 -1 4202496 14844 0 1 0 416 21 0 0 20 0 18 0 340142502 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140734042982384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10442/statm: 739464 134796 2270 9 0 729885 0
[pid=10442/tid=10444] ppid=10440 vsize=2957856 CPUtime=2.94 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10440 10442 4424 0 -1 4202560 3273 0 1 0 286 8 0 0 20 0 18 0 340142503 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563547152008 242170782989 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10445] ppid=10440 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10440 10442 4424 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 340142505 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563412888360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10446] ppid=10440 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10440 10442 4424 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 340142505 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563411835560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10442/tid=10447] ppid=10440 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10440 10442 4424 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 340142505 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563410783272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10448] ppid=10440 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10440 10442 4424 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 18 0 340142505 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563409730472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10449] ppid=10440 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10440 10442 4424 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 18 0 340142505 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563206629672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10450] ppid=10440 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10440 10442 4424 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 18 0 340142505 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563205576872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10451] ppid=10440 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10440 10442 4424 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 340142505 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563204524584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10452] ppid=10440 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10440 10442 4424 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 18 0 340142505 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563203471784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10453] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) S 10440 10442 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340142506 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563191274216 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10454] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) S 10440 10442 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340142506 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563190220280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10455] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340142506 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563189167880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10456] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340142509 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563188116368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10457] ppid=10440 vsize=2957856 CPUtime=0.48 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10440 10442 4424 0 -1 4202560 5491 0 0 0 48 0 0 0 20 0 18 0 340142509 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563187062968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10458] ppid=10440 vsize=2957856 CPUtime=0.42 cores=0,2,4,6
/proc/10442/task/10458/stat : 10458 (java) S 10440 10442 4424 0 -1 4202560 4694 0 0 0 42 0 0 0 20 0 18 0 340142509 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563186010168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10459] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10459/stat : 10459 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340142509 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563184958072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10460] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10460/stat : 10460 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340142509 3028844544 134796 33554432000 1073741824 1073778376 140734042991248 140563183905480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 2957856

[startup+6.30062 s]
/proc/loadavg: 2.19 2.09 2.02 3/212 10460
/proc/meminfo: memFree=26317648/32873648 swapFree=7112/7112
[pid=10442] ppid=10440 vsize=2957856 CPUtime=8.66 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10440 10442 4424 0 -1 4202496 15276 0 1 0 832 34 0 0 20 0 18 0 340142502 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140734042982384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10442/statm: 739464 163042 2270 9 0 729885 0
[pid=10442/tid=10444] ppid=10440 vsize=2957856 CPUtime=5.76 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10440 10442 4424 0 -1 4202560 3279 0 1 0 567 9 0 0 20 0 18 0 340142503 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563547144432 140563419761328 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10442/tid=10445] ppid=10440 vsize=2957856 CPUtime=0.24 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10440 10442 4424 0 -1 4202560 62 0 0 0 21 3 0 0 20 0 18 0 340142505 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563412888360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10442/tid=10446] ppid=10440 vsize=2957856 CPUtime=0.19 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10440 10442 4424 0 -1 4202560 44 0 0 0 17 2 0 0 20 0 18 0 340142505 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563411835560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10447] ppid=10440 vsize=2957856 CPUtime=0.16 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10440 10442 4424 0 -1 4202560 47 0 0 0 14 2 0 0 20 0 18 0 340142505 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563410783272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10448] ppid=10440 vsize=2957856 CPUtime=0.24 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10440 10442 4424 0 -1 4202560 72 0 0 0 20 4 0 0 20 0 18 0 340142505 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563409730472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10449] ppid=10440 vsize=2957856 CPUtime=0.21 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10440 10442 4424 0 -1 4202560 57 0 0 0 18 3 0 0 20 0 18 0 340142505 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563206629672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10450] ppid=10440 vsize=2957856 CPUtime=0.29 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10440 10442 4424 0 -1 4202560 116 0 0 0 26 3 0 0 20 0 18 0 340142505 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563205576872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10451] ppid=10440 vsize=2957856 CPUtime=0.2 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10440 10442 4424 0 -1 4202560 61 0 0 0 17 3 0 0 20 0 18 0 340142505 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563204524584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10452] ppid=10440 vsize=2957856 CPUtime=0.3 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10440 10442 4424 0 -1 4202560 168 0 0 0 26 4 0 0 20 0 18 0 340142505 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563203471784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10453] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) S 10440 10442 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340142506 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563191274216 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10454] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) S 10440 10442 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340142506 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563190220280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10455] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340142506 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563189167880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10456] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340142509 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563188116368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10457] ppid=10440 vsize=2957856 CPUtime=0.5 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10440 10442 4424 0 -1 4202560 5493 0 0 0 50 0 0 0 20 0 18 0 340142509 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563187062968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10458] ppid=10440 vsize=2957856 CPUtime=0.42 cores=0,2,4,6
/proc/10442/task/10458/stat : 10458 (java) S 10440 10442 4424 0 -1 4202560 4694 0 0 0 42 0 0 0 20 0 18 0 340142509 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563186010168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10459] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10459/stat : 10459 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340142509 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563184958072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10460] ppid=10440 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10460/stat : 10460 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340142509 3028844544 163042 33554432000 1073741824 1073778376 140734042991248 140563183905480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 2957856

[startup+12.7006 s]
/proc/loadavg: 2.18 2.09 2.02 3/213 10461
/proc/meminfo: memFree=26211628/32873648 swapFree=7112/7112
[pid=10442] ppid=10440 vsize=3024420 CPUtime=15.95 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10440 10442 4424 0 -1 4202496 15672 0 1 0 1555 40 0 0 20 0 19 0 340142502 3097006080 179217 33554432000 1073741824 1073778376 140734042991248 140734042982384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10442/statm: 756105 179217 2291 9 0 746526 0
[pid=10442/tid=10444] ppid=10440 vsize=3024420 CPUtime=11.99 cores=0,2,4,6

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

[pid=10442/tid=10450] ppid=10440 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10440 10442 4424 0 -1 4202560 185 0 0 0 40 7 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563205576872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10451] ppid=10440 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10440 10442 4424 0 -1 4202560 285 0 0 0 47 14 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563204524584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10452] ppid=10440 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10440 10442 4424 0 -1 4202560 252 0 0 0 38 9 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563203471784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10453] ppid=10440 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) S 10440 10442 4424 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 19 0 340142506 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563191274216 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10454] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) S 10440 10442 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340142506 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563190220280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10455] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340142506 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563189167880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10456] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563188116368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10457] ppid=10440 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10440 10442 4424 0 -1 4202560 5521 0 0 0 73 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563187062968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10458] ppid=10440 vsize=3024420 CPUtime=0.68 cores=0,2,4,6
/proc/10442/task/10458/stat : 10458 (java) S 10440 10442 4424 0 -1 4202560 4755 0 0 0 68 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563186010168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10459] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10459/stat : 10459 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563184958072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10460] ppid=10440 vsize=3024420 CPUtime=0.71 cores=0,2,4,6
/proc/10442/task/10460/stat : 10460 (java) S 10440 10442 4424 0 -1 4202560 99 0 0 0 39 32 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563183905480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10461] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10461/stat : 10461 (java) S 10440 10442 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340143253 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563181774248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.84
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.19 2.07 2.02 3/213 10647
/proc/meminfo: memFree=24989716/32873648 swapFree=7112/7112
[pid=10442] ppid=10440 vsize=3024420 CPUtime=1786.87 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10440 10442 4424 0 -1 4202496 16756 0 1 0 178575 112 0 0 20 0 19 0 340142502 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140734042982384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10442/statm: 756105 272089 2291 9 0 746526 0
[pid=10442/tid=10444] ppid=10440 vsize=3024420 CPUtime=1781.28 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10440 10442 4424 0 -1 4202560 3303 0 1 0 178090 38 0 0 20 0 19 0 340142503 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563547151680 140563420267454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10445] ppid=10440 vsize=3024420 CPUtime=0.51 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10440 10442 4424 0 -1 4202560 224 0 0 0 43 8 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563412888360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10446] ppid=10440 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10440 10442 4424 0 -1 4202560 161 0 0 0 33 7 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563411835560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10442/tid=10447] ppid=10440 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10440 10442 4424 0 -1 4202560 185 0 0 0 32 7 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563410783272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10448] ppid=10440 vsize=3024420 CPUtime=0.43 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10440 10442 4424 0 -1 4202560 214 0 0 0 34 9 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563409730472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10442/tid=10449] ppid=10440 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10440 10442 4424 0 -1 4202560 373 0 0 0 32 6 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563206629672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10450] ppid=10440 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10440 10442 4424 0 -1 4202560 185 0 0 0 40 7 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563205576872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10451] ppid=10440 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10440 10442 4424 0 -1 4202560 285 0 0 0 47 14 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563204524584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10452] ppid=10440 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10440 10442 4424 0 -1 4202560 252 0 0 0 38 9 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563203471784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10453] ppid=10440 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) S 10440 10442 4424 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 19 0 340142506 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563191274216 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10454] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) S 10440 10442 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340142506 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563190220280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10455] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340142506 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563189167880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10456] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563188116368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10457] ppid=10440 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10440 10442 4424 0 -1 4202560 5521 0 0 0 73 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563187062968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10458] ppid=10440 vsize=3024420 CPUtime=0.68 cores=0,2,4,6
/proc/10442/task/10458/stat : 10458 (java) S 10440 10442 4424 0 -1 4202560 4755 0 0 0 68 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563186010168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10459] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10459/stat : 10459 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563184958072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10460] ppid=10440 vsize=3024420 CPUtime=0.74 cores=0,2,4,6
/proc/10442/task/10460/stat : 10460 (java) S 10440 10442 4424 0 -1 4202560 103 0 0 0 40 34 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563183905480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10461] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10461/stat : 10461 (java) S 10440 10442 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340143253 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563181774248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.87
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.15 2.06 2.02 3/213 10647
/proc/meminfo: memFree=24987424/32873648 swapFree=7112/7112
[pid=10442] ppid=10440 vsize=3024420 CPUtime=1800.07 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10440 10442 4424 0 -1 4202496 16756 0 1 0 179895 112 0 0 20 0 19 0 340142502 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140734042982384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10442/statm: 756105 272089 2291 9 0 746526 0
[pid=10442/tid=10444] ppid=10440 vsize=3024420 CPUtime=1794.49 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10440 10442 4424 0 -1 4202560 3303 0 1 0 179411 38 0 0 20 0 19 0 340142503 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563547151680 140563420281915 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10445] ppid=10440 vsize=3024420 CPUtime=0.51 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10440 10442 4424 0 -1 4202560 224 0 0 0 43 8 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563412888360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10446] ppid=10440 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10440 10442 4424 0 -1 4202560 161 0 0 0 33 7 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563411835560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10442/tid=10447] ppid=10440 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10440 10442 4424 0 -1 4202560 185 0 0 0 32 7 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563410783272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10448] ppid=10440 vsize=3024420 CPUtime=0.43 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10440 10442 4424 0 -1 4202560 214 0 0 0 34 9 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563409730472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10442/tid=10449] ppid=10440 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10440 10442 4424 0 -1 4202560 373 0 0 0 32 6 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563206629672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10450] ppid=10440 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10440 10442 4424 0 -1 4202560 185 0 0 0 40 7 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563205576872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10451] ppid=10440 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10440 10442 4424 0 -1 4202560 285 0 0 0 47 14 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563204524584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10452] ppid=10440 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10440 10442 4424 0 -1 4202560 252 0 0 0 38 9 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563203471784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10453] ppid=10440 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) S 10440 10442 4424 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 19 0 340142506 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563191274216 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10454] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) S 10440 10442 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340142506 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563190220280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10455] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340142506 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563189167880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10456] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563188116368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10457] ppid=10440 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10440 10442 4424 0 -1 4202560 5521 0 0 0 73 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563187062968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10458] ppid=10440 vsize=3024420 CPUtime=0.68 cores=0,2,4,6
/proc/10442/task/10458/stat : 10458 (java) S 10440 10442 4424 0 -1 4202560 4755 0 0 0 68 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563186010168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10459] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10459/stat : 10459 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563184958072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10460] ppid=10440 vsize=3024420 CPUtime=0.74 cores=0,2,4,6
/proc/10442/task/10460/stat : 10460 (java) S 10440 10442 4424 0 -1 4202560 103 0 0 0 40 34 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563183905480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10461] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10461/stat : 10461 (java) S 10440 10442 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340143253 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563181774248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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+1795.5 s]
/proc/loadavg: 2.15 2.06 2.02 3/213 10647
/proc/meminfo: memFree=24987424/32873648 swapFree=7112/7112
[pid=10442] ppid=10440 vsize=3024420 CPUtime=1800.07 cores=0,2,4,6
/proc/10442/stat : 10442 (java) S 10440 10442 4424 0 -1 4202496 16756 0 1 0 179895 112 0 0 20 0 19 0 340142502 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140734042982384 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10442/statm: 756105 272089 2291 9 0 746526 0
[pid=10442/tid=10444] ppid=10440 vsize=3024420 CPUtime=1794.49 cores=0,2,4,6
/proc/10442/task/10444/stat : 10444 (java) R 10440 10442 4424 0 -1 4202560 3303 0 1 0 179411 38 0 0 20 0 19 0 340142503 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563547151680 140563420281915 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10445] ppid=10440 vsize=3024420 CPUtime=0.51 cores=0,2,4,6
/proc/10442/task/10445/stat : 10445 (java) S 10440 10442 4424 0 -1 4202560 224 0 0 0 43 8 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563412888360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10446] ppid=10440 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/10442/task/10446/stat : 10446 (java) S 10440 10442 4424 0 -1 4202560 161 0 0 0 33 7 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563411835560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10442/tid=10447] ppid=10440 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/10442/task/10447/stat : 10447 (java) S 10440 10442 4424 0 -1 4202560 185 0 0 0 32 7 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563410783272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10448] ppid=10440 vsize=3024420 CPUtime=0.43 cores=0,2,4,6
/proc/10442/task/10448/stat : 10448 (java) S 10440 10442 4424 0 -1 4202560 214 0 0 0 34 9 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563409730472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10442/tid=10449] ppid=10440 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/10442/task/10449/stat : 10449 (java) S 10440 10442 4424 0 -1 4202560 373 0 0 0 32 6 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563206629672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10450] ppid=10440 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/10442/task/10450/stat : 10450 (java) S 10440 10442 4424 0 -1 4202560 185 0 0 0 40 7 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563205576872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10451] ppid=10440 vsize=3024420 CPUtime=0.61 cores=0,2,4,6
/proc/10442/task/10451/stat : 10451 (java) S 10440 10442 4424 0 -1 4202560 285 0 0 0 47 14 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563204524584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10452] ppid=10440 vsize=3024420 CPUtime=0.47 cores=0,2,4,6
/proc/10442/task/10452/stat : 10452 (java) S 10440 10442 4424 0 -1 4202560 252 0 0 0 38 9 0 0 20 0 19 0 340142505 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563203471784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10453] ppid=10440 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/10442/task/10453/stat : 10453 (java) S 10440 10442 4424 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 19 0 340142506 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563191274216 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10454] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10454/stat : 10454 (java) S 10440 10442 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340142506 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563190220280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10455] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10455/stat : 10455 (java) S 10440 10442 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340142506 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563189167880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10456] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10456/stat : 10456 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563188116368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10457] ppid=10440 vsize=3024420 CPUtime=0.73 cores=0,2,4,6
/proc/10442/task/10457/stat : 10457 (java) S 10440 10442 4424 0 -1 4202560 5521 0 0 0 73 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563187062968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10442/tid=10458] ppid=10440 vsize=3024420 CPUtime=0.68 cores=0,2,4,6
/proc/10442/task/10458/stat : 10458 (java) S 10440 10442 4424 0 -1 4202560 4755 0 0 0 68 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563186010168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10459] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10459/stat : 10459 (java) S 10440 10442 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563184958072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10442/tid=10460] ppid=10440 vsize=3024420 CPUtime=0.74 cores=0,2,4,6
/proc/10442/task/10460/stat : 10460 (java) S 10440 10442 4424 0 -1 4202560 103 0 0 0 40 34 0 0 20 0 19 0 340142509 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563183905480 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10442/tid=10461] ppid=10440 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/10442/task/10461/stat : 10461 (java) S 10440 10442 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340143253 3097006080 272089 33554432000 1073741824 1073778376 140734042991248 140563181774248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3024420

Child status: 143
Real time (s): 1795.52
CPU time (s): 1800.6
CPU user time (s): 1799.06
CPU system time (s): 1.54277
CPU usage (%): 100.283
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.54276
maximum resident set size= 1088492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16791
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38451
involuntary context switches= 5684

runsolver used 6.551 second user time and 14.6038 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-03 18:16:06
IDJOB=3741077
IDBENCH=89756
IDSOLVER=2319
FILE ID=node126/3741077-1338740165
RUNJOBID= node126-1338713124-4440
PBS_JOBID= 14636723
Free space on /tmp= 70712 MiB

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

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

MD5SUM BENCH= 67d021e5b92124566c71fb431934058c
RANDOM SEED=859065233

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26931060 kB
Buffers:          424120 kB
Cached:          3911676 kB
SwapCached:         9476 kB
Active:          2349132 kB
Inactive:        2725128 kB
Active(anon):     728360 kB
Inactive(anon):    12168 kB
Active(file):    1620772 kB
Inactive(file):  2712960 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:             52988 kB
Writeback:             0 kB
AnonPages:        741028 kB
Mapped:            18008 kB
Shmem:                 0 kB
Slab:             725260 kB
SReclaimable:     169100 kB
SUnreclaim:       556160 kB
KernelStack:        1592 kB
PageTables:         5652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1828196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    692224 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= 70732 MiB
End job on node126 at 2012-06-03 18:46:04