Trace number 3733759

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.02 1797.43

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-21-20.opb
MD5SUM2f4fbbd7ac7eea50904b3e0a14134afd
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.004999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints41
Number of constraints which are clauses21
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-3733759-1338698556/watcher-3733759-1338698556 -o /tmp/evaluation-result-3733759-1338698556/solver-3733759-1338698556 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733759-1338698556.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.01 2.02 2.00 3/194 18793
/proc/meminfo: memFree=26536212/32873844 swapFree=7108/7108
[pid=18793] ppid=18791 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18793/stat : 18793 (java) D 18791 18793 15746 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 335980127 9515008 183 33554432000 1073741824 1073778376 140737167768976 140737167760008 248790204085 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/18793/statm: 2323 183 140 9 0 71 0

[startup+0.057266 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 18793
/proc/meminfo: memFree=26536212/32873844 swapFree=7108/7108
[pid=18793] ppid=18791 vsize=2623916 CPUtime=0.03 cores=1,3,5,7
/proc/18793/stat : 18793 (java) S 18791 18793 15746 0 -1 4202496 3949 0 1 0 2 1 0 0 20 0 13 0 335980127 2686889984 5156 33554432000 1073741824 1073778376 140736267594000 140736267585136 248793563197 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18793/statm: 655979 5156 1708 9 0 646680 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2623916

[startup+0.10028 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 18793
/proc/meminfo: memFree=26536212/32873844 swapFree=7108/7108
[pid=18793] ppid=18791 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/18793/stat : 18793 (java) S 18791 18793 15746 0 -1 4202496 4851 0 1 0 7 1 0 0 20 0 18 0 335980127 3028844544 6551 33554432000 1073741824 1073778376 140736267594000 140736267585136 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18793/statm: 739464 6552 2089 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300252 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 18793
/proc/meminfo: memFree=26536212/32873844 swapFree=7108/7108
[pid=18793] ppid=18791 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/18793/stat : 18793 (java) S 18791 18793 15746 0 -1 4202496 7525 0 1 0 44 2 0 0 20 0 19 0 335980127 3097006080 9491 33554432000 1073741824 1073778376 140736267594000 140736267585136 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18793/statm: 756105 9491 2250 9 0 746526 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 3024420

[startup+0.700215 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 18793
/proc/meminfo: memFree=26536212/32873844 swapFree=7108/7108
[pid=18793] ppid=18791 vsize=3024420 CPUtime=0.91 cores=1,3,5,7
/proc/18793/stat : 18793 (java) S 18791 18793 15746 0 -1 4202496 7555 0 1 0 89 2 0 0 20 0 19 0 335980127 3097006080 10032 33554432000 1073741824 1073778376 140736267594000 140736267585136 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18793/statm: 756105 10032 2254 9 0 746526 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 3024420

[startup+1.50068 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 18812
/proc/meminfo: memFree=26502812/32873844 swapFree=7108/7108
[pid=18793] ppid=18791 vsize=3024420 CPUtime=1.76 cores=1,3,5,7
/proc/18793/stat : 18793 (java) S 18791 18793 15746 0 -1 4202496 7620 0 1 0 174 2 0 0 20 0 19 0 335980127 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 140736267585136 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18793/statm: 756105 11573 2258 9 0 746526 0
[pid=18793/tid=18795] ppid=18791 vsize=3024420 CPUtime=1.46 cores=1,3,5,7
/proc/18793/task/18795/stat : 18795 (java) R 18791 18793 15746 0 -1 4202560 3028 0 1 0 144 2 0 0 20 0 19 0 335980128 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980146704792 139979980761989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18793/tid=18796] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18796/stat : 18796 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980129 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980130130856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18797] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18797/stat : 18797 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980129 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980129078312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18798] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18798/stat : 18798 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980129 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980128025256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18793/tid=18799] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18799/stat : 18799 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980129 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980126972712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18793/tid=18800] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18800/stat : 18800 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980130 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980125919656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18801] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18801/stat : 18801 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980130 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980124867112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18793/tid=18802] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18802/stat : 18802 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980130 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980123814056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18803] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18803/stat : 18803 (java) S 18791 18793 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335980130 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980122761512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18804] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18804/stat : 18804 (java) S 18791 18793 15746 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980110351208 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18805] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18805/stat : 18805 (java) S 18791 18793 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980109297528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18806] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18806/stat : 18806 (java) S 18791 18793 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980108244360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18807] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18807/stat : 18807 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980107193104 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18808] ppid=18791 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/18793/task/18808/stat : 18808 (java) S 18791 18793 15746 0 -1 4202560 2020 0 0 0 10 0 0 0 20 0 19 0 335980134 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980106139960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18809] ppid=18791 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/18793/task/18809/stat : 18809 (java) S 18791 18793 15746 0 -1 4202560 1376 0 0 0 16 0 0 0 20 0 19 0 335980134 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980105087416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18810] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18810/stat : 18810 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980104034552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18811] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18811/stat : 18811 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980102982216 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18812] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18812/stat : 18812 (java) S 18791 18793 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335980142 3097006080 11573 33554432000 1073741824 1073778376 140736267594000 139980100781608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 3024420

[startup+3.10073 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 18812
/proc/meminfo: memFree=26496048/32873844 swapFree=7108/7108
[pid=18793] ppid=18791 vsize=3024420 CPUtime=3.36 cores=1,3,5,7
/proc/18793/stat : 18793 (java) S 18791 18793 15746 0 -1 4202496 7624 0 1 0 334 2 0 0 20 0 19 0 335980127 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 140736267585136 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18793/statm: 756105 13109 2258 9 0 746526 0
[pid=18793/tid=18795] ppid=18791 vsize=3024420 CPUtime=3.06 cores=1,3,5,7
/proc/18793/task/18795/stat : 18795 (java) R 18791 18793 15746 0 -1 4202560 3032 0 1 0 304 2 0 0 20 0 19 0 335980128 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980146704912 139979980688967 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18793/tid=18796] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18796/stat : 18796 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980129 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980130130856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18797] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18797/stat : 18797 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980129 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980129078312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18798] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18798/stat : 18798 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980129 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980128025256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18793/tid=18799] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18799/stat : 18799 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980129 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980126972712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18793/tid=18800] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18800/stat : 18800 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980130 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980125919656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18801] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18801/stat : 18801 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980130 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980124867112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18793/tid=18802] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18802/stat : 18802 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980130 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980123814056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18803] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18803/stat : 18803 (java) S 18791 18793 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335980130 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980122761512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18804] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18804/stat : 18804 (java) S 18791 18793 15746 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980110351208 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18805] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18805/stat : 18805 (java) S 18791 18793 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980109297528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18806] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18806/stat : 18806 (java) S 18791 18793 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980108244360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18807] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18807/stat : 18807 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980107193104 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18808] ppid=18791 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/18793/task/18808/stat : 18808 (java) S 18791 18793 15746 0 -1 4202560 2020 0 0 0 10 0 0 0 20 0 19 0 335980134 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980106139960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18809] ppid=18791 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/18793/task/18809/stat : 18809 (java) S 18791 18793 15746 0 -1 4202560 1376 0 0 0 16 0 0 0 20 0 19 0 335980134 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980105087416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18810] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18810/stat : 18810 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980104034552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18811] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18811/stat : 18811 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980102982216 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18812] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18812/stat : 18812 (java) S 18791 18793 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335980142 3097006080 13109 33554432000 1073741824 1073778376 140736267594000 139980100781608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 3024420

[startup+6.30068 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 18812
/proc/meminfo: memFree=26485320/32873844 swapFree=7108/7108
[pid=18793] ppid=18791 vsize=3024420 CPUtime=6.56 cores=1,3,5,7
/proc/18793/stat : 18793 (java) S 18791 18793 15746 0 -1 4202496 7631 0 1 0 654 2 0 0 20 0 19 0 335980127 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 140736267585136 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18793/statm: 756105 15564 2259 9 0 746526 0
[pid=18793/tid=18795] ppid=18791 vsize=3024420 CPUtime=6.24 cores=1,3,5,7
/proc/18793/task/18795/stat : 18795 (java) R 18791 18793 15746 0 -1 4202560 3038 0 1 0 622 2 0 0 20 0 19 0 335980128 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980146704896 139979980761963 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18793/tid=18796] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18796/stat : 18796 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980129 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980130130856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18797] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18797/stat : 18797 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980129 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980129078312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18798] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18798/stat : 18798 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980129 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980128025256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18793/tid=18799] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18799/stat : 18799 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980129 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980126972712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18793/tid=18800] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18800/stat : 18800 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980130 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980125919656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18801] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18801/stat : 18801 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980130 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980124867112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18793/tid=18802] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18802/stat : 18802 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980130 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980123814056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18803] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18803/stat : 18803 (java) S 18791 18793 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335980130 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980122761512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18804] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18804/stat : 18804 (java) S 18791 18793 15746 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980110351208 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18805] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18805/stat : 18805 (java) S 18791 18793 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980109297528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18806] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18806/stat : 18806 (java) S 18791 18793 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980108244360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18807] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18807/stat : 18807 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980107193104 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18808] ppid=18791 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/18793/task/18808/stat : 18808 (java) S 18791 18793 15746 0 -1 4202560 2020 0 0 0 10 0 0 0 20 0 19 0 335980134 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980106139960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18809] ppid=18791 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/18793/task/18809/stat : 18809 (java) S 18791 18793 15746 0 -1 4202560 1376 0 0 0 16 0 0 0 20 0 19 0 335980134 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980105087416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18810] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18810/stat : 18810 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980104034552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18811] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18811/stat : 18811 (java) S 18791 18793 15746 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980102982216 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18812] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18812/stat : 18812 (java) S 18791 18793 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335980142 3097006080 15564 33554432000 1073741824 1073778376 140736267594000 139980100781608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]

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

[pid=18793/tid=18808] ppid=18791 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/18793/task/18808/stat : 18808 (java) S 18791 18793 15746 0 -1 4202560 2038 0 0 0 11 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980106139960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18809] ppid=18791 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/18793/task/18809/stat : 18809 (java) S 18791 18793 15746 0 -1 4202560 1376 0 0 0 16 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980105087416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18810] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18810/stat : 18810 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980104034552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18811] ppid=18791 vsize=3024420 CPUtime=0.94 cores=1,3,5,7
/proc/18793/task/18811/stat : 18811 (java) S 18791 18793 15746 0 -1 4202560 96 0 0 0 50 44 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980102982216 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18812] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18812/stat : 18812 (java) S 18791 18793 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335980142 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980100781608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1664.75
Current children cumulated vsize (KiB) 3024420

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/213 19038
/proc/meminfo: memFree=26637144/32873844 swapFree=7108/7108
[pid=18793] ppid=18791 vsize=3024420 CPUtime=1724.8 cores=1,3,5,7
/proc/18793/stat : 18793 (java) S 18791 18793 15746 0 -1 4202496 8712 0 1 0 172335 145 0 0 20 0 19 0 335980127 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 140736267585136 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18793/statm: 756105 207693 2272 9 0 746526 0
[pid=18793/tid=18795] ppid=18791 vsize=3024420 CPUtime=1717.52 cores=1,3,5,7
/proc/18793/task/18795/stat : 18795 (java) R 18791 18793 15746 0 -1 4202560 3228 0 1 0 171717 35 0 0 20 0 19 0 335980128 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980146703688 139979980688888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18793/tid=18796] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18796/stat : 18796 (java) S 18791 18793 15746 0 -1 4202560 95 0 0 0 6 7 0 0 20 0 19 0 335980129 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980130130856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18797] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18797/stat : 18797 (java) S 18791 18793 15746 0 -1 4202560 95 0 0 0 7 6 0 0 20 0 19 0 335980129 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980129078312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18798] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18798/stat : 18798 (java) S 18791 18793 15746 0 -1 4202560 95 0 0 0 5 8 0 0 20 0 19 0 335980129 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980128025256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18793/tid=18799] ppid=18791 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/18793/task/18799/stat : 18799 (java) S 18791 18793 15746 0 -1 4202560 165 0 0 0 11 12 0 0 20 0 19 0 335980129 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980126972712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18800] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18800/stat : 18800 (java) S 18791 18793 15746 0 -1 4202560 95 0 0 0 6 7 0 0 20 0 19 0 335980130 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980125919656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18801] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18801/stat : 18801 (java) S 18791 18793 15746 0 -1 4202560 94 0 0 0 6 7 0 0 20 0 19 0 335980130 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980124867112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18793/tid=18802] ppid=18791 vsize=3024420 CPUtime=0.08 cores=1,3,5,7
/proc/18793/task/18802/stat : 18802 (java) S 18791 18793 15746 0 -1 4202560 66 0 0 0 4 4 0 0 20 0 19 0 335980130 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980123814056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18793/tid=18803] ppid=18791 vsize=3024420 CPUtime=0.09 cores=1,3,5,7
/proc/18793/task/18803/stat : 18803 (java) S 18791 18793 15746 0 -1 4202560 72 0 0 0 3 6 0 0 20 0 19 0 335980130 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980122761512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18804] ppid=18791 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/18793/task/18804/stat : 18804 (java) S 18791 18793 15746 0 -1 4202560 11 0 0 0 1 2 0 0 20 0 19 0 335980131 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980110351208 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18805] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18805/stat : 18805 (java) S 18791 18793 15746 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980109297528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18806] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18806/stat : 18806 (java) S 18791 18793 15746 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980108244360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18807] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18807/stat : 18807 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980107193104 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18808] ppid=18791 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/18793/task/18808/stat : 18808 (java) S 18791 18793 15746 0 -1 4202560 2038 0 0 0 11 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980106139960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18809] ppid=18791 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/18793/task/18809/stat : 18809 (java) S 18791 18793 15746 0 -1 4202560 1376 0 0 0 16 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980105087416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18810] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18810/stat : 18810 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980104034552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18811] ppid=18791 vsize=3024420 CPUtime=0.98 cores=1,3,5,7
/proc/18793/task/18811/stat : 18811 (java) S 18791 18793 15746 0 -1 4202560 100 0 0 0 52 46 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980102982216 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18812] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18812/stat : 18812 (java) S 18791 18793 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335980142 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980100781608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.8
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 19038
/proc/meminfo: memFree=26635220/32873844 swapFree=7108/7108
[pid=18793] ppid=18791 vsize=3024420 CPUtime=1784.88 cores=1,3,5,7
/proc/18793/stat : 18793 (java) S 18791 18793 15746 0 -1 4202496 8716 0 1 0 178337 151 0 0 20 0 19 0 335980127 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 140736267585136 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18793/statm: 756105 207693 2272 9 0 746526 0
[pid=18793/tid=18795] ppid=18791 vsize=3024420 CPUtime=1777.36 cores=1,3,5,7
/proc/18793/task/18795/stat : 18795 (java) R 18791 18793 15746 0 -1 4202560 3228 0 1 0 177700 36 0 0 20 0 19 0 335980128 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980146703688 139979980761989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18793/tid=18796] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18796/stat : 18796 (java) S 18791 18793 15746 0 -1 4202560 95 0 0 0 6 7 0 0 20 0 19 0 335980129 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980130130856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18797] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18797/stat : 18797 (java) S 18791 18793 15746 0 -1 4202560 95 0 0 0 7 6 0 0 20 0 19 0 335980129 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980129078312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18798] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18798/stat : 18798 (java) S 18791 18793 15746 0 -1 4202560 95 0 0 0 5 8 0 0 20 0 19 0 335980129 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980128025256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18793/tid=18799] ppid=18791 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/18793/task/18799/stat : 18799 (java) S 18791 18793 15746 0 -1 4202560 165 0 0 0 11 12 0 0 20 0 19 0 335980129 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980126972712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18800] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18800/stat : 18800 (java) S 18791 18793 15746 0 -1 4202560 95 0 0 0 6 7 0 0 20 0 19 0 335980130 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980125919656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18801] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18801/stat : 18801 (java) S 18791 18793 15746 0 -1 4202560 94 0 0 0 6 7 0 0 20 0 19 0 335980130 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980124867112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18793/tid=18802] ppid=18791 vsize=3024420 CPUtime=0.08 cores=1,3,5,7
/proc/18793/task/18802/stat : 18802 (java) S 18791 18793 15746 0 -1 4202560 66 0 0 0 4 4 0 0 20 0 19 0 335980130 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980123814056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18793/tid=18803] ppid=18791 vsize=3024420 CPUtime=0.09 cores=1,3,5,7
/proc/18793/task/18803/stat : 18803 (java) S 18791 18793 15746 0 -1 4202560 72 0 0 0 3 6 0 0 20 0 19 0 335980130 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980122761512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18804] ppid=18791 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/18793/task/18804/stat : 18804 (java) S 18791 18793 15746 0 -1 4202560 11 0 0 0 1 2 0 0 20 0 19 0 335980131 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980110351208 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18805] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18805/stat : 18805 (java) S 18791 18793 15746 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980109297528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18806] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18806/stat : 18806 (java) S 18791 18793 15746 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980108244360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18807] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18807/stat : 18807 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980107193104 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18808] ppid=18791 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/18793/task/18808/stat : 18808 (java) S 18791 18793 15746 0 -1 4202560 2038 0 0 0 11 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980106139960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18809] ppid=18791 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/18793/task/18809/stat : 18809 (java) S 18791 18793 15746 0 -1 4202560 1376 0 0 0 16 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980105087416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18810] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18810/stat : 18810 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980104034552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18811] ppid=18791 vsize=3024420 CPUtime=1.02 cores=1,3,5,7
/proc/18793/task/18811/stat : 18811 (java) S 18791 18793 15746 0 -1 4202560 104 0 0 0 53 49 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980102982216 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18812] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18812/stat : 18812 (java) S 18791 18793 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335980142 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980100781608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.88
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.41 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 19038
/proc/meminfo: memFree=26633048/32873844 swapFree=7108/7108
[pid=18793] ppid=18791 vsize=3024420 CPUtime=1800.02 cores=1,3,5,7
/proc/18793/stat : 18793 (java) S 18791 18793 15746 0 -1 4202496 8716 0 1 0 179850 152 0 0 20 0 19 0 335980127 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 140736267585136 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18793/statm: 756105 207693 2272 9 0 746526 0
[pid=18793/tid=18795] ppid=18791 vsize=3024420 CPUtime=1792.44 cores=1,3,5,7
/proc/18793/task/18795/stat : 18795 (java) R 18791 18793 15746 0 -1 4202560 3228 0 1 0 179208 36 0 0 20 0 19 0 335980128 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980146703688 139979980761989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18793/tid=18796] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18796/stat : 18796 (java) S 18791 18793 15746 0 -1 4202560 95 0 0 0 6 7 0 0 20 0 19 0 335980129 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980130130856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18797] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18797/stat : 18797 (java) S 18791 18793 15746 0 -1 4202560 95 0 0 0 7 6 0 0 20 0 19 0 335980129 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980129078312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18798] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18798/stat : 18798 (java) S 18791 18793 15746 0 -1 4202560 95 0 0 0 5 8 0 0 20 0 19 0 335980129 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980128025256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18793/tid=18799] ppid=18791 vsize=3024420 CPUtime=0.23 cores=1,3,5,7
/proc/18793/task/18799/stat : 18799 (java) S 18791 18793 15746 0 -1 4202560 165 0 0 0 11 12 0 0 20 0 19 0 335980129 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980126972712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18800] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18800/stat : 18800 (java) S 18791 18793 15746 0 -1 4202560 95 0 0 0 6 7 0 0 20 0 19 0 335980130 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980125919656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18801] ppid=18791 vsize=3024420 CPUtime=0.13 cores=1,3,5,7
/proc/18793/task/18801/stat : 18801 (java) S 18791 18793 15746 0 -1 4202560 94 0 0 0 6 7 0 0 20 0 19 0 335980130 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980124867112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18793/tid=18802] ppid=18791 vsize=3024420 CPUtime=0.08 cores=1,3,5,7
/proc/18793/task/18802/stat : 18802 (java) S 18791 18793 15746 0 -1 4202560 66 0 0 0 4 4 0 0 20 0 19 0 335980130 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980123814056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18793/tid=18803] ppid=18791 vsize=3024420 CPUtime=0.09 cores=1,3,5,7
/proc/18793/task/18803/stat : 18803 (java) S 18791 18793 15746 0 -1 4202560 72 0 0 0 3 6 0 0 20 0 19 0 335980130 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980122761512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18804] ppid=18791 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/18793/task/18804/stat : 18804 (java) S 18791 18793 15746 0 -1 4202560 11 0 0 0 1 2 0 0 20 0 19 0 335980131 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980110351208 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18805] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18805/stat : 18805 (java) S 18791 18793 15746 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980109297528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18806] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18806/stat : 18806 (java) S 18791 18793 15746 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 335980131 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980108244360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18807] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18807/stat : 18807 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980107193104 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18808] ppid=18791 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/18793/task/18808/stat : 18808 (java) S 18791 18793 15746 0 -1 4202560 2038 0 0 0 11 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980106139960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18809] ppid=18791 vsize=3024420 CPUtime=0.16 cores=1,3,5,7
/proc/18793/task/18809/stat : 18809 (java) S 18791 18793 15746 0 -1 4202560 1376 0 0 0 16 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980105087416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18810] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18810/stat : 18810 (java) S 18791 18793 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980104034552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18793/tid=18811] ppid=18791 vsize=3024420 CPUtime=1.02 cores=1,3,5,7
/proc/18793/task/18811/stat : 18811 (java) S 18791 18793 15746 0 -1 4202560 104 0 0 0 53 49 0 0 20 0 19 0 335980134 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980102982216 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18793/tid=18812] ppid=18791 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/18793/task/18812/stat : 18812 (java) S 18791 18793 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335980142 3097006080 207693 33554432000 1073741824 1073778376 140736267594000 139980100781608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3024420

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18793 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=510344
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=581759
# CPU time returned by wait4() is 1795.09
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.43
CPU time (s): 1800.02
CPU user time (s): 1798.5
CPU system time (s): 1.52
CPU usage (%): 100.144
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.51
system time used= 1.58176
maximum resident set size= 830888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8748
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37933
involuntary context switches= 2940

runsolver used 6.602 second user time and 16.5815 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-03 06:42:36
IDJOB=3733759
IDBENCH=2598
IDSOLVER=2319
FILE ID=node139/3733759-1338698556
RUNJOBID= node139-1338678624-15766
PBS_JOBID= 14636674
Free space on /tmp= 71096 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-21-20.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733759-1338698556/watcher-3733759-1338698556 -o /tmp/evaluation-result-3733759-1338698556/solver-3733759-1338698556 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733759-1338698556.opb           

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

MD5SUM BENCH= 2f4fbbd7ac7eea50904b3e0a14134afd
RANDOM SEED=611736190

node139.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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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.750
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.750
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.90
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.750
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.750
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.750
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.750
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26536840 kB
Buffers:          497600 kB
Cached:          3287284 kB
SwapCached:          828 kB
Active:          3357720 kB
Inactive:        2102004 kB
Active(anon):    1668532 kB
Inactive(anon):     7952 kB
Active(file):    1689188 kB
Inactive(file):  2094052 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:              3588 kB
Writeback:             0 kB
AnonPages:       1736052 kB
Mapped:            19888 kB
Shmem:                 8 kB
Slab:             732592 kB
SReclaimable:     174760 kB
SUnreclaim:       557832 kB
KernelStack:        1760 kB
PageTables:         7140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1699840 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= 71084 MiB
End job on node139 at 2012-06-03 07:12:35