Trace number 3743930

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.81 1785.46

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_0_mh.opb
MD5SUMfa15dfc7844dffcfc27adc27005c5c95
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12005073
Best CPU time to get the best result obtained on this benchmark1802.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 360045909092
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 360045909092
Number of bits of the biggest sum of numbers39
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.09	c no version file found!!!
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1599470296
0.00/0.09	c Max memory 1607860224
0.00/0.09	c Total memory 1607860224
0.00/0.09	c Number of processors 8
0.07/0.11	--- Begin Solver configuration ---
0.07/0.11	c Stops conflict analysis at the first Unique Implication Point
0.07/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.11	c No reason simplification
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3743930-1338789897.opb
0.07/0.11	c reading problem ... 
121.16/106.80	c ... done. Wall clock time 106.683s.
121.16/106.80	c CPU time (experimental) 25.7s.
121.16/106.80	c #vars     2000400
121.16/106.80	c #constraints  4940608
1800.81/1785.45	c starts		: 3
1800.81/1785.45	c conflicts		: 428
1800.81/1785.45	c decisions		: 783600
1800.81/1785.45	c propagations		: 11250445
1800.81/1785.45	c inspects		: 195454262
1800.81/1785.45	c learnt literals	: 0
1800.81/1785.45	c learnt binary clauses	: 1
1800.81/1785.45	c learnt ternary clauses	: 0
1800.81/1785.45	c learnt clauses	: 428
1800.81/1785.45	c root simplifications	: 0
1800.81/1785.45	c removed literals (reason simplification)	: 0
1800.81/1785.45	c reason swapping (by a shorter reason)	: 0
1800.81/1785.45	c Calls to reduceDB	: 0
1800.81/1785.45	c speed (decisions/second)	: 475.1648159736876
1800.81/1785.45	c non guided choices	0
1800.81/1785.45	s UNKNOWN
1800.81/1785.45	c Total wall clock time (ms): 1785.333

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-3743930-1338789897/watcher-3743930-1338789897 -o /tmp/evaluation-result-3743930-1338789897/solver-3743930-1338789897 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743930-1338789897.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.00 2.00 2.00 2/194 16902
/proc/meminfo: memFree=24465364/32873844 swapFree=7628/7628
[pid=16902] ppid=16900 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16902/stat : 16902 (java) D 16900 16902 14240 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 345114565 9515008 182 33554432000 1073741824 1073778376 140734166788368 140734166779400 254750310069 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/16902/statm: 2323 182 140 9 0 71 0

[startup+0.0207161 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 16902
/proc/meminfo: memFree=24465364/32873844 swapFree=7628/7628
[pid=16902] ppid=16900 vsize=102664 CPUtime=0 cores=1,3,5,7
/proc/16902/stat : 16902 (java) S 16900 16902 14240 0 -1 4202496 1429 0 1 0 0 0 0 0 20 0 2 0 345114565 105127936 1110 33554432000 1073741824 1073778376 140734713612480 140734713603616 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16902/statm: 25666 1110 857 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100322 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 16902
/proc/meminfo: memFree=24465364/32873844 swapFree=7628/7628
[pid=16902] ppid=16900 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/16902/stat : 16902 (java) S 16900 16902 14240 0 -1 4202496 4146 0 1 0 6 1 0 0 20 0 18 0 345114565 3028844544 5864 33554432000 1073741824 1073778376 140734713612480 140734713603616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16902/statm: 739464 5864 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300314 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 16902
/proc/meminfo: memFree=24465364/32873844 swapFree=7628/7628
[pid=16902] ppid=16900 vsize=2957856 CPUtime=0.44 cores=1,3,5,7
/proc/16902/stat : 16902 (java) S 16900 16902 14240 0 -1 4202496 5865 0 1 0 41 3 0 0 20 0 18 0 345114565 3028844544 29220 33554432000 1073741824 1073778376 140734713612480 140734713603616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16902/statm: 739464 29220 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2957856

[startup+0.700329 s]
/proc/loadavg: 2.00 2.00 2.00 2/194 16902
/proc/meminfo: memFree=24465364/32873844 swapFree=7628/7628
[pid=16902] ppid=16900 vsize=2957856 CPUtime=0.83 cores=1,3,5,7
/proc/16902/stat : 16902 (java) S 16900 16902 14240 0 -1 4202496 5926 0 1 0 78 5 0 0 20 0 18 0 345114565 3028844544 60452 33554432000 1073741824 1073778376 140734713612480 140734713603616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16902/statm: 739464 60452 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 2957856

[startup+1.50089 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 16920
/proc/meminfo: memFree=24136080/32873844 swapFree=7628/7628
[pid=16902] ppid=16900 vsize=2957856 CPUtime=1.94 cores=1,3,5,7
/proc/16902/stat : 16902 (java) S 16900 16902 14240 0 -1 4202496 6226 0 1 0 174 20 0 0 20 0 18 0 345114565 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140734713603616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16902/statm: 739464 137842 2249 9 0 729885 0
[pid=16902/tid=16904] ppid=16900 vsize=2957856 CPUtime=1.35 cores=1,3,5,7
/proc/16902/task/16904/stat : 16904 (java) R 16900 16902 14240 0 -1 4202560 3222 0 1 0 126 9 0 0 20 0 18 0 345114566 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140539085287000 254753694989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16905] ppid=16900 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/16902/task/16905/stat : 16905 (java) S 16900 16902 14240 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 18 0 345114568 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140539068713256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16906] ppid=16900 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/16902/task/16906/stat : 16906 (java) S 16900 16902 14240 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 18 0 345114568 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140539067660456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16907] ppid=16900 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/16902/task/16907/stat : 16907 (java) S 16900 16902 14240 0 -1 4202560 52 0 0 0 6 3 0 0 20 0 18 0 345114568 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140539066608168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16908] ppid=16900 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/16902/task/16908/stat : 16908 (java) S 16900 16902 14240 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 18 0 345114568 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140539065555368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16909] ppid=16900 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/16902/task/16909/stat : 16909 (java) S 16900 16902 14240 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 18 0 345114568 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140539064503080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16910] ppid=16900 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/16902/task/16910/stat : 16910 (java) S 16900 16902 14240 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 18 0 345114568 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140539063450280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16911] ppid=16900 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/16902/task/16911/stat : 16911 (java) S 16900 16902 14240 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 345114568 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140539062397992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16912] ppid=16900 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/16902/task/16912/stat : 16912 (java) S 16900 16902 14240 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 345114568 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140539061345192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16913] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16913/stat : 16913 (java) S 16900 16902 14240 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345114569 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140539048933608 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16914] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16914/stat : 16914 (java) S 16900 16902 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345114570 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140538929996792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16915] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16915/stat : 16915 (java) S 16900 16902 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345114570 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140538928944392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16916] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16916/stat : 16916 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345114573 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140538927892880 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16917] ppid=16900 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/16902/task/16917/stat : 16917 (java) S 16900 16902 14240 0 -1 4202560 736 0 0 0 7 0 0 0 20 0 18 0 345114573 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140538926840504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16918] ppid=16900 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/16902/task/16918/stat : 16918 (java) S 16900 16902 14240 0 -1 4202560 883 0 0 0 6 0 0 0 20 0 18 0 345114573 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140538925787704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16919] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16919/stat : 16919 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345114573 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140538924735608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16920] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16920/stat : 16920 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345114573 3028844544 137842 33554432000 1073741824 1073778376 140734713612480 140538923683016 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 2957856

[startup+3.10081 s]
/proc/loadavg: 2.00 2.00 2.00 5/212 16920
/proc/meminfo: memFree=23920180/32873844 swapFree=7628/7628
[pid=16902] ppid=16900 vsize=2957856 CPUtime=4.18 cores=1,3,5,7
/proc/16902/stat : 16902 (java) S 16900 16902 14240 0 -1 4202496 6785 0 1 0 381 37 0 0 20 0 18 0 345114565 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140734713603616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16902/statm: 739464 179532 2267 9 0 729885 0
[pid=16902/tid=16904] ppid=16900 vsize=2957856 CPUtime=2.79 cores=1,3,5,7
/proc/16902/task/16904/stat : 16904 (java) R 16900 16902 14240 0 -1 4202560 3234 0 1 0 270 9 0 0 20 0 18 0 345114566 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140539085279360 254753694989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16905] ppid=16900 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/16902/task/16905/stat : 16905 (java) S 16900 16902 14240 0 -1 4202560 41 0 0 0 5 3 0 0 20 0 18 0 345114568 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140539068713256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16906] ppid=16900 vsize=2957856 CPUtime=0.12 cores=1,3,5,7
/proc/16902/task/16906/stat : 16906 (java) S 16900 16902 14240 0 -1 4202560 54 0 0 0 8 4 0 0 20 0 18 0 345114568 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140539067660456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16907] ppid=16900 vsize=2957856 CPUtime=0.16 cores=1,3,5,7
/proc/16902/task/16907/stat : 16907 (java) S 16900 16902 14240 0 -1 4202560 82 0 0 0 12 4 0 0 20 0 18 0 345114568 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140539066608168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16908] ppid=16900 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/16902/task/16908/stat : 16908 (java) S 16900 16902 14240 0 -1 4202560 74 0 0 0 11 4 0 0 20 0 18 0 345114568 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140539065555368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16909] ppid=16900 vsize=2957856 CPUtime=0.11 cores=1,3,5,7
/proc/16902/task/16909/stat : 16909 (java) S 16900 16902 14240 0 -1 4202560 48 0 0 0 8 3 0 0 20 0 18 0 345114568 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140539064503080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16910] ppid=16900 vsize=2957856 CPUtime=0.11 cores=1,3,5,7
/proc/16902/task/16910/stat : 16910 (java) S 16900 16902 14240 0 -1 4202560 48 0 0 0 8 3 0 0 20 0 18 0 345114568 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140539063450280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16911] ppid=16900 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/16902/task/16911/stat : 16911 (java) S 16900 16902 14240 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 18 0 345114568 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140539062397992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16912] ppid=16900 vsize=2957856 CPUtime=0.11 cores=1,3,5,7
/proc/16902/task/16912/stat : 16912 (java) S 16900 16902 14240 0 -1 4202560 50 0 0 0 8 3 0 0 20 0 18 0 345114568 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140539061345192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16913] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16913/stat : 16913 (java) S 16900 16902 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345114569 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140539048933608 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16914] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16914/stat : 16914 (java) S 16900 16902 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345114570 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140538929996792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16915] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16915/stat : 16915 (java) S 16900 16902 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345114570 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140538928944392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16916] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16916/stat : 16916 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345114573 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140538927892880 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16917] ppid=16900 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/16902/task/16917/stat : 16917 (java) S 16900 16902 14240 0 -1 4202560 786 0 0 0 18 0 0 0 20 0 18 0 345114573 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140538926840504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16918] ppid=16900 vsize=2957856 CPUtime=0.12 cores=1,3,5,7
/proc/16902/task/16918/stat : 16918 (java) S 16900 16902 14240 0 -1 4202560 1146 0 0 0 12 0 0 0 20 0 18 0 345114573 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140538925787704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16919] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16919/stat : 16919 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345114573 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140538924735608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16920] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16920/stat : 16920 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345114573 3028844544 179532 33554432000 1073741824 1073778376 140734713612480 140538923683016 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 2957856

[startup+6.30081 s]
/proc/loadavg: 2.16 2.03 2.01 3/212 16920
/proc/meminfo: memFree=23559192/32873844 swapFree=7628/7628
[pid=16902] ppid=16900 vsize=2957856 CPUtime=9.84 cores=1,3,5,7
/proc/16902/stat : 16902 (java) S 16900 16902 14240 0 -1 4202496 15261 0 1 0 907 77 0 0 20 0 18 0 345114565 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140734713603616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16902/statm: 739464 242083 2277 9 0 729885 0
[pid=16902/tid=16904] ppid=16900 vsize=2957856 CPUtime=5.32 cores=1,3,5,7
/proc/16902/task/16904/stat : 16904 (java) R 16900 16902 14240 0 -1 4202560 3239 0 1 0 522 10 0 0 20 0 18 0 345114566 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140539085287040 254753694989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16905] ppid=16900 vsize=2957856 CPUtime=0.48 cores=1,3,5,7
/proc/16902/task/16905/stat : 16905 (java) S 16900 16902 14240 0 -1 4202560 168 0 0 0 39 9 0 0 20 0 18 0 345114568 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140539068713256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16906] ppid=16900 vsize=2957856 CPUtime=0.5 cores=1,3,5,7
/proc/16902/task/16906/stat : 16906 (java) S 16900 16902 14240 0 -1 4202560 160 0 0 0 42 8 0 0 20 0 18 0 345114568 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140539067660456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16907] ppid=16900 vsize=2957856 CPUtime=0.44 cores=1,3,5,7
/proc/16902/task/16907/stat : 16907 (java) S 16900 16902 14240 0 -1 4202560 180 0 0 0 35 9 0 0 20 0 18 0 345114568 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140539066608168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16908] ppid=16900 vsize=2957856 CPUtime=0.51 cores=1,3,5,7
/proc/16902/task/16908/stat : 16908 (java) S 16900 16902 14240 0 -1 4202560 171 0 0 0 41 10 0 0 20 0 18 0 345114568 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140539065555368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16909] ppid=16900 vsize=2957856 CPUtime=0.42 cores=1,3,5,7
/proc/16902/task/16909/stat : 16909 (java) S 16900 16902 14240 0 -1 4202560 151 0 0 0 34 8 0 0 20 0 18 0 345114568 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140539064503080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16910] ppid=16900 vsize=2957856 CPUtime=0.37 cores=1,3,5,7
/proc/16902/task/16910/stat : 16910 (java) S 16900 16902 14240 0 -1 4202560 135 0 0 0 30 7 0 0 20 0 18 0 345114568 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140539063450280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16911] ppid=16900 vsize=2957856 CPUtime=0.32 cores=1,3,5,7
/proc/16902/task/16911/stat : 16911 (java) S 16900 16902 14240 0 -1 4202560 111 0 0 0 26 6 0 0 20 0 18 0 345114568 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140539062397992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16912] ppid=16900 vsize=2957856 CPUtime=0.37 cores=1,3,5,7
/proc/16902/task/16912/stat : 16912 (java) S 16900 16902 14240 0 -1 4202560 122 0 0 0 30 7 0 0 20 0 18 0 345114568 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140539061345192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16913] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16913/stat : 16913 (java) S 16900 16902 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345114569 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140539048933608 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16914] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16914/stat : 16914 (java) S 16900 16902 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345114570 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140538929996792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16915] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16915/stat : 16915 (java) S 16900 16902 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345114570 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140538928944392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16916] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16916/stat : 16916 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345114573 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140538927892880 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16917] ppid=16900 vsize=2957856 CPUtime=0.52 cores=1,3,5,7
/proc/16902/task/16917/stat : 16917 (java) S 16900 16902 14240 0 -1 4202560 5598 0 0 0 51 1 0 0 20 0 18 0 345114573 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140538926840504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16918] ppid=16900 vsize=2957856 CPUtime=0.39 cores=1,3,5,7
/proc/16902/task/16918/stat : 16918 (java) S 16900 16902 14240 0 -1 4202560 4043 0 0 0 39 0 0 0 20 0 18 0 345114573 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140538925787704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16919] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16919/stat : 16919 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345114573 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140538924735608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16920] ppid=16900 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16920/stat : 16920 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345114573 3028844544 242083 33554432000 1073741824 1073778376 140734713612480 140538923683016 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.84
Current children cumulated vsize (KiB) 2957856

[startup+12.7008 s]
/proc/loadavg: 2.15 2.03 2.01 3/212 16920
/proc/meminfo: memFree=23232968/32873844 swapFree=7628/7628
[pid=16902] ppid=16900 vsize=2957856 CPUtime=21.84 cores=1,3,5,7
/proc/16902/stat : 16902 (java) S 16900 16902 14240 0 -1 4202496 19244 0 1 0 2073 111 0 0 20 0 18 0 345114565 3028844544 318387 33554432000 1073741824 1073778376 140734713612480 140734713603616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16902/statm: 739464 318387 2277 9 0 729885 0
[pid=16902/tid=16904] ppid=16900 vsize=2957856 CPUtime=9.79 cores=1,3,5,7

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

[pid=16902/tid=16917] ppid=16900 vsize=3024420 CPUtime=0.85 cores=1,3,5,7
/proc/16902/task/16917/stat : 16917 (java) S 16900 16902 14240 0 -1 4202560 5607 0 0 0 84 1 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538926840504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16918] ppid=16900 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/16902/task/16918/stat : 16918 (java) S 16900 16902 14240 0 -1 4202560 4058 0 0 0 75 0 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538925787704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16919] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16919/stat : 16919 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538924735608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16920] ppid=16900 vsize=3024420 CPUtime=1.07 cores=1,3,5,7
/proc/16902/task/16920/stat : 16920 (java) S 16900 16902 14240 0 -1 4202560 103 0 0 0 59 48 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538923683016 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16922] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16922/stat : 16922 (java) S 16900 16902 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345128199 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538921550760 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.71
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16995
/proc/meminfo: memFree=23005152/32873844 swapFree=7628/7628
[pid=16902] ppid=16900 vsize=3024420 CPUtime=1800.01 cores=1,3,5,7
/proc/16902/stat : 16902 (java) S 16900 16902 14240 0 -1 4202496 20477 0 1 0 179792 209 0 0 20 0 19 0 345114565 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140734713603616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16902/statm: 756105 424424 2306 9 0 746526 0
[pid=16902/tid=16904] ppid=16900 vsize=3024420 CPUtime=144.17 cores=1,3,5,7
/proc/16902/task/16904/stat : 16904 (java) S 16900 16902 14240 0 -1 4202560 3713 0 1 0 14397 20 0 0 20 0 19 0 345114566 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539085286760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16905] ppid=16900 vsize=3024420 CPUtime=2.38 cores=1,3,5,7
/proc/16902/task/16905/stat : 16905 (java) S 16900 16902 14240 0 -1 4202560 1060 0 0 0 217 21 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539068713256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16906] ppid=16900 vsize=3024420 CPUtime=2.18 cores=1,3,5,7
/proc/16902/task/16906/stat : 16906 (java) S 16900 16902 14240 0 -1 4202560 815 0 0 0 201 17 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539067660456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16907] ppid=16900 vsize=3024420 CPUtime=2.26 cores=1,3,5,7
/proc/16902/task/16907/stat : 16907 (java) S 16900 16902 14240 0 -1 4202560 542 0 0 0 209 17 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539066608168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16908] ppid=16900 vsize=3024420 CPUtime=2.3 cores=1,3,5,7
/proc/16902/task/16908/stat : 16908 (java) S 16900 16902 14240 0 -1 4202560 508 0 0 0 213 17 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539065555368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16909] ppid=16900 vsize=3024420 CPUtime=2.2 cores=1,3,5,7
/proc/16902/task/16909/stat : 16909 (java) S 16900 16902 14240 0 -1 4202560 799 0 0 0 204 16 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539064503080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16910] ppid=16900 vsize=3024420 CPUtime=2.34 cores=1,3,5,7
/proc/16902/task/16910/stat : 16910 (java) S 16900 16902 14240 0 -1 4202560 787 0 0 0 215 19 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539063450280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16911] ppid=16900 vsize=3024420 CPUtime=2.23 cores=1,3,5,7
/proc/16902/task/16911/stat : 16911 (java) S 16900 16902 14240 0 -1 4202560 667 0 0 0 208 15 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539062397992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16912] ppid=16900 vsize=3024420 CPUtime=1.99 cores=1,3,5,7
/proc/16902/task/16912/stat : 16912 (java) S 16900 16902 14240 0 -1 4202560 487 0 0 0 185 14 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539061345192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16913] ppid=16900 vsize=3024420 CPUtime=1630.79 cores=1,3,5,7
/proc/16902/task/16913/stat : 16913 (java) R 16900 16902 14240 0 -1 4202560 149 0 0 0 163052 27 0 0 20 0 19 0 345114569 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539048933768 140539091796040 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16914] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16914/stat : 16914 (java) S 16900 16902 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345114570 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538929996792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16915] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16915/stat : 16915 (java) S 16900 16902 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345114570 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538928944392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16916] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16916/stat : 16916 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538927892880 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16917] ppid=16900 vsize=3024420 CPUtime=0.85 cores=1,3,5,7
/proc/16902/task/16917/stat : 16917 (java) S 16900 16902 14240 0 -1 4202560 5607 0 0 0 84 1 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538926840504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16918] ppid=16900 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/16902/task/16918/stat : 16918 (java) S 16900 16902 14240 0 -1 4202560 4058 0 0 0 75 0 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538925787704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16919] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16919/stat : 16919 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538924735608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16920] ppid=16900 vsize=3024420 CPUtime=1.07 cores=1,3,5,7
/proc/16902/task/16920/stat : 16920 (java) S 16900 16902 14240 0 -1 4202560 103 0 0 0 59 48 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538923683016 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16922] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16922/stat : 16922 (java) S 16900 16902 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345128199 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538921550760 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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+1785 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16995
/proc/meminfo: memFree=23005152/32873844 swapFree=7628/7628
[pid=16902] ppid=16900 vsize=3024420 CPUtime=1800.41 cores=1,3,5,7
/proc/16902/stat : 16902 (java) S 16900 16902 14240 0 -1 4202496 20478 0 1 0 179832 209 0 0 20 0 19 0 345114565 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140734713603616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16902/statm: 756105 424424 2306 9 0 746526 0
[pid=16902/tid=16904] ppid=16900 vsize=3024420 CPUtime=144.17 cores=1,3,5,7
/proc/16902/task/16904/stat : 16904 (java) S 16900 16902 14240 0 -1 4202560 3713 0 1 0 14397 20 0 0 20 0 19 0 345114566 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539085286760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16905] ppid=16900 vsize=3024420 CPUtime=2.38 cores=1,3,5,7
/proc/16902/task/16905/stat : 16905 (java) S 16900 16902 14240 0 -1 4202560 1060 0 0 0 217 21 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539068713256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16906] ppid=16900 vsize=3024420 CPUtime=2.18 cores=1,3,5,7
/proc/16902/task/16906/stat : 16906 (java) S 16900 16902 14240 0 -1 4202560 815 0 0 0 201 17 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539067660456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16907] ppid=16900 vsize=3024420 CPUtime=2.26 cores=1,3,5,7
/proc/16902/task/16907/stat : 16907 (java) S 16900 16902 14240 0 -1 4202560 542 0 0 0 209 17 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539066608168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16908] ppid=16900 vsize=3024420 CPUtime=2.3 cores=1,3,5,7
/proc/16902/task/16908/stat : 16908 (java) S 16900 16902 14240 0 -1 4202560 508 0 0 0 213 17 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539065555368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16909] ppid=16900 vsize=3024420 CPUtime=2.2 cores=1,3,5,7
/proc/16902/task/16909/stat : 16909 (java) S 16900 16902 14240 0 -1 4202560 799 0 0 0 204 16 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539064503080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16910] ppid=16900 vsize=3024420 CPUtime=2.34 cores=1,3,5,7
/proc/16902/task/16910/stat : 16910 (java) S 16900 16902 14240 0 -1 4202560 787 0 0 0 215 19 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539063450280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16911] ppid=16900 vsize=3024420 CPUtime=2.23 cores=1,3,5,7
/proc/16902/task/16911/stat : 16911 (java) S 16900 16902 14240 0 -1 4202560 667 0 0 0 208 15 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539062397992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16912] ppid=16900 vsize=3024420 CPUtime=1.99 cores=1,3,5,7
/proc/16902/task/16912/stat : 16912 (java) S 16900 16902 14240 0 -1 4202560 487 0 0 0 185 14 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539061345192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16913] ppid=16900 vsize=3024420 CPUtime=1631.18 cores=1,3,5,7
/proc/16902/task/16913/stat : 16913 (java) R 16900 16902 14240 0 -1 4202560 149 0 0 0 163091 27 0 0 20 0 19 0 345114569 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539048933768 140539092143360 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16914] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16914/stat : 16914 (java) S 16900 16902 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345114570 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538929996792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16915] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16915/stat : 16915 (java) S 16900 16902 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345114570 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538928944392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16916] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16916/stat : 16916 (java) S 16900 16902 14240 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538927892424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16917] ppid=16900 vsize=3024420 CPUtime=0.85 cores=1,3,5,7
/proc/16902/task/16917/stat : 16917 (java) S 16900 16902 14240 0 -1 4202560 5607 0 0 0 84 1 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538926840504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16918] ppid=16900 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/16902/task/16918/stat : 16918 (java) S 16900 16902 14240 0 -1 4202560 4058 0 0 0 75 0 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538925787704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16919] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16919/stat : 16919 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538924735608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16920] ppid=16900 vsize=3024420 CPUtime=1.07 cores=1,3,5,7
/proc/16902/task/16920/stat : 16920 (java) S 16900 16902 14240 0 -1 4202560 103 0 0 0 59 48 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538923683016 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16922] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16922/stat : 16922 (java) S 16900 16902 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345128199 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538921550760 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 3024420

[startup+1785.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 16996
/proc/meminfo: memFree=23005144/32873844 swapFree=7628/7628
[pid=16902] ppid=16900 vsize=3024420 CPUtime=1800.81 cores=1,3,5,7
/proc/16902/stat : 16902 (java) S 16900 16902 14240 0 -1 4202496 20478 0 1 0 179872 209 0 0 20 0 19 0 345114565 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140734713603616 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16902/statm: 756105 424424 2306 9 0 746526 0
[pid=16902/tid=16904] ppid=16900 vsize=3024420 CPUtime=144.17 cores=1,3,5,7
/proc/16902/task/16904/stat : 16904 (java) S 16900 16902 14240 0 -1 4202560 3713 0 1 0 14397 20 0 0 20 0 19 0 345114566 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539085286760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16905] ppid=16900 vsize=3024420 CPUtime=2.38 cores=1,3,5,7
/proc/16902/task/16905/stat : 16905 (java) S 16900 16902 14240 0 -1 4202560 1060 0 0 0 217 21 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539068713256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16906] ppid=16900 vsize=3024420 CPUtime=2.18 cores=1,3,5,7
/proc/16902/task/16906/stat : 16906 (java) S 16900 16902 14240 0 -1 4202560 815 0 0 0 201 17 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539067660456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16907] ppid=16900 vsize=3024420 CPUtime=2.26 cores=1,3,5,7
/proc/16902/task/16907/stat : 16907 (java) S 16900 16902 14240 0 -1 4202560 542 0 0 0 209 17 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539066608168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16908] ppid=16900 vsize=3024420 CPUtime=2.3 cores=1,3,5,7
/proc/16902/task/16908/stat : 16908 (java) S 16900 16902 14240 0 -1 4202560 508 0 0 0 213 17 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539065555368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16909] ppid=16900 vsize=3024420 CPUtime=2.2 cores=1,3,5,7
/proc/16902/task/16909/stat : 16909 (java) S 16900 16902 14240 0 -1 4202560 799 0 0 0 204 16 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539064503080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16910] ppid=16900 vsize=3024420 CPUtime=2.34 cores=1,3,5,7
/proc/16902/task/16910/stat : 16910 (java) S 16900 16902 14240 0 -1 4202560 787 0 0 0 215 19 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539063450280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16911] ppid=16900 vsize=3024420 CPUtime=2.23 cores=1,3,5,7
/proc/16902/task/16911/stat : 16911 (java) S 16900 16902 14240 0 -1 4202560 667 0 0 0 208 15 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539062397992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16912] ppid=16900 vsize=3024420 CPUtime=1.99 cores=1,3,5,7
/proc/16902/task/16912/stat : 16912 (java) S 16900 16902 14240 0 -1 4202560 487 0 0 0 185 14 0 0 20 0 19 0 345114568 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539061345192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16913] ppid=16900 vsize=3024420 CPUtime=1631.58 cores=1,3,5,7
/proc/16902/task/16913/stat : 16913 (java) R 16900 16902 14240 0 -1 4202560 149 0 0 0 163131 27 0 0 20 0 19 0 345114569 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140539048933768 140539091412369 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16914] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16914/stat : 16914 (java) S 16900 16902 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345114570 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538929996792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16915] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16915/stat : 16915 (java) S 16900 16902 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345114570 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538928944392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16916] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16916/stat : 16916 (java) S 16900 16902 14240 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538927892424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16902/tid=16917] ppid=16900 vsize=3024420 CPUtime=0.85 cores=1,3,5,7
/proc/16902/task/16917/stat : 16917 (java) S 16900 16902 14240 0 -1 4202560 5607 0 0 0 84 1 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538926840504 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16902/tid=16918] ppid=16900 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/16902/task/16918/stat : 16918 (java) S 16900 16902 14240 0 -1 4202560 4058 0 0 0 75 0 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538925787704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16919] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16919/stat : 16919 (java) S 16900 16902 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538924735608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16902/tid=16920] ppid=16900 vsize=3024420 CPUtime=1.07 cores=1,3,5,7
/proc/16902/task/16920/stat : 16920 (java) S 16900 16902 14240 0 -1 4202560 103 0 0 0 59 48 0 0 20 0 19 0 345114573 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538923683016 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16902/tid=16922] ppid=16900 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/16902/task/16922/stat : 16922 (java) S 16900 16902 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345128199 3097006080 424424 33554432000 1073741824 1073778376 140734713612480 140538921550760 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (KiB) 3024420

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16902 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=149247
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=463625
# CPU time returned by wait4() is 1796.61
# while last known CPU time is 1800.81
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1785.46
CPU time (s): 1800.81
CPU user time (s): 1798.72
CPU system time (s): 2.09
CPU usage (%): 100.86
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 2.46362
maximum resident set size= 1697832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20512
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38586
involuntary context switches= 24933

runsolver used 6.73897 second user time and 16.8354 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-04 08:05:02
IDJOB=3743930
IDBENCH=92650
IDSOLVER=2319
FILE ID=node145/3743930-1338789897
RUNJOBID= node145-1338762649-14257
PBS_JOBID= 14636810
Free space on /tmp= 70488 MiB

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

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

MD5SUM BENCH= fa15dfc7844dffcfc27adc27005c5c95
RANDOM SEED=732359478

node145.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		: 2667.149
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	: 5334.29
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		: 2667.149
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		: 2667.149
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	: 5313.38
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		: 2667.149
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		: 2667.149
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		: 2667.149
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		: 2667.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24465900 kB
Buffers:          455340 kB
Cached:          5374980 kB
SwapCached:            0 kB
Active:          3860904 kB
Inactive:        3667904 kB
Active(anon):    1689892 kB
Inactive(anon):    10916 kB
Active(file):    2171012 kB
Inactive(file):  3656988 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            225356 kB
Writeback:             0 kB
AnonPages:       1707856 kB
Mapped:            22448 kB
Shmem:               200 kB
Slab:             736384 kB
SReclaimable:     174364 kB
SUnreclaim:       562020 kB
KernelStack:        1592 kB
PageTables:         7520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1646592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70696 MiB
End job on node145 at 2012-06-04 08:34:49