Trace number 3740908

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-23UNSAT 1125.36 1115.02

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-101.opb
MD5SUMa3ed9477da365050d631dd031519efe8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark79.04
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.02/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.02/0.09	c no version file found!!!
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version	1.6.0_24
0.02/0.09	c os.name	Linux
0.02/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch	amd64
0.02/0.09	c Free memory 1599470296
0.02/0.09	c Max memory 1607860224
0.02/0.09	c Total memory 1607860224
0.02/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-3740908-1338737912.opb
0.07/0.11	c reading problem ... 
2.58/1.66	c ... done. Wall clock time 1.55s.
2.58/1.66	c CPU time (experimental) 1.6s.
2.58/1.66	c #vars     7936
2.58/1.66	c #constraints  177125
1125.36/1115.01	c starts		: 21
1125.36/1115.01	c conflicts		: 902152
1125.36/1115.01	c decisions		: 2316752
1125.36/1115.01	c propagations		: 201550530
1125.36/1115.01	c inspects		: 9339994983
1125.36/1115.01	c learnt literals	: 16
1125.36/1115.01	c learnt binary clauses	: 94
1125.36/1115.01	c learnt ternary clauses	: 626
1125.36/1115.01	c learnt clauses	: 902135
1125.36/1115.01	c root simplifications	: 0
1125.36/1115.01	c removed literals (reason simplification)	: 0
1125.36/1115.01	c reason swapping (by a shorter reason)	: 0
1125.36/1115.01	c Calls to reduceDB	: 0
1125.36/1115.01	c speed (decisions/second)	: 2080.902509565811
1125.36/1115.01	c non guided choices	69282
1125.36/1115.01	s UNSATISFIABLE
1125.36/1115.01	c Total wall clock time (ms): 1114.898

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

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.03 2.01 3/192 13544
/proc/meminfo: memFree=27779628/32873844 swapFree=6088/6088
[pid=13544] ppid=13542 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13544/stat : 13544 (java) R 13542 13544 7296 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 339919602 9515008 183 33554432000 1073741824 1073778376 140737180282240 140737180264968 226329706165 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 2323 183 140 9 0 71 0

[startup+0.040943 s]
/proc/loadavg: 2.13 2.03 2.01 3/192 13544
/proc/meminfo: memFree=27779628/32873844 swapFree=6088/6088
[pid=13544] ppid=13542 vsize=2490788 CPUtime=0.02 cores=0,2,4,6
/proc/13544/stat : 13544 (java) S 13542 13544 7296 0 -1 4202496 3878 0 1 0 1 1 0 0 20 0 11 0 339919602 2550566912 4577 33554432000 1073741824 1073778376 140735724806160 140735724797296 226333065277 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13544/statm: 622697 4577 1645 9 0 613398 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2490788

[startup+0.100192 s]
/proc/loadavg: 2.13 2.03 2.01 3/192 13544
/proc/meminfo: memFree=27779628/32873844 swapFree=6088/6088
[pid=13544] ppid=13542 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/13544/stat : 13544 (java) S 13542 13544 7296 0 -1 4202496 4435 0 1 0 6 1 0 0 20 0 18 0 339919602 3028844544 5642 33554432000 1073741824 1073778376 140735724806160 140735724797296 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13544/statm: 739464 5642 1951 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300222 s]
/proc/loadavg: 2.13 2.03 2.01 3/192 13544
/proc/meminfo: memFree=27779628/32873844 swapFree=6088/6088
[pid=13544] ppid=13542 vsize=2957856 CPUtime=0.42 cores=0,2,4,6
/proc/13544/stat : 13544 (java) S 13542 13544 7296 0 -1 4202496 5836 0 1 0 41 1 0 0 20 0 18 0 339919602 3028844544 8791 33554432000 1073741824 1073778376 140735724806160 140735724797296 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13544/statm: 739464 8791 2237 9 0 729885 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2957856

[startup+0.700278 s]
/proc/loadavg: 2.13 2.03 2.01 3/192 13544
/proc/meminfo: memFree=27779628/32873844 swapFree=6088/6088
[pid=13544] ppid=13542 vsize=2957856 CPUtime=1.58 cores=0,2,4,6
/proc/13544/stat : 13544 (java) S 13542 13544 7296 0 -1 4202496 14535 0 1 0 154 4 0 0 20 0 18 0 339919602 3028844544 35898 33554432000 1073741824 1073778376 140735724806160 140735724797296 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13544/statm: 739464 35898 2254 9 0 729885 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 2957856

[startup+1.50072 s]
/proc/loadavg: 2.13 2.03 2.01 3/210 13562
/proc/meminfo: memFree=27488760/32873844 swapFree=6088/6088
[pid=13544] ppid=13542 vsize=2957856 CPUtime=2.48 cores=0,2,4,6
/proc/13544/stat : 13544 (java) S 13542 13544 7296 0 -1 4202496 14753 0 1 0 238 10 0 0 20 0 18 0 339919602 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140735724797296 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13544/statm: 739464 117847 2270 9 0 729885 0
[pid=13544/tid=13546] ppid=13542 vsize=2957856 CPUtime=1.43 cores=0,2,4,6
/proc/13544/task/13546/stat : 13546 (java) R 13542 13544 7296 0 -1 4202560 3288 0 1 0 137 6 0 0 20 0 18 0 339919603 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663267274344 226333091085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13547] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13547/stat : 13547 (java) S 13542 13544 7296 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339919605 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663133215784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13548] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13548/stat : 13548 (java) S 13542 13544 7296 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339919605 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663064619944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13549] ppid=13542 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/13544/task/13549/stat : 13549 (java) S 13542 13544 7296 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 339919605 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663063567144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13550] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13550/stat : 13550 (java) S 13542 13544 7296 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 339919605 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663062514344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13551] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13551/stat : 13551 (java) S 13542 13544 7296 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 339919605 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663061461544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13552] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13552/stat : 13552 (java) S 13542 13544 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 339919605 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663060408744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13553] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13553/stat : 13553 (java) S 13542 13544 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 339919605 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663059355944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13554] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13554/stat : 13554 (java) S 13542 13544 7296 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 339919605 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663058303144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13555] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13555/stat : 13555 (java) S 13542 13544 7296 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339919606 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663046106088 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13556] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13556/stat : 13556 (java) S 13542 13544 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339919606 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663045052152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13557] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13557/stat : 13557 (java) S 13542 13544 7296 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339919606 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663043999240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13558] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13558/stat : 13558 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339919609 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663042947728 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13559] ppid=13542 vsize=2957856 CPUtime=0.47 cores=0,2,4,6
/proc/13544/task/13559/stat : 13559 (java) S 13542 13544 7296 0 -1 4202560 5138 0 0 0 47 0 0 0 20 0 18 0 339919609 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663041894840 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13560] ppid=13542 vsize=2957856 CPUtime=0.43 cores=0,2,4,6
/proc/13544/task/13560/stat : 13560 (java) S 13542 13544 7296 0 -1 4202560 5088 0 0 0 43 0 0 0 20 0 18 0 339919609 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663040842040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13561] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13561/stat : 13561 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339919609 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663039789432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13562] ppid=13542 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13562/stat : 13562 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339919609 3028844544 117847 33554432000 1073741824 1073778376 140735724806160 140663038736840 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 2957856

[startup+3.10065 s]
/proc/loadavg: 2.13 2.03 2.01 3/211 13563
/proc/meminfo: memFree=27315992/32873844 swapFree=6088/6088
[pid=13544] ppid=13542 vsize=3024420 CPUtime=4.46 cores=0,2,4,6
/proc/13544/stat : 13544 (java) S 13542 13544 7296 0 -1 4202496 14856 0 1 0 436 10 0 0 20 0 19 0 339919602 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140735724797296 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13544/statm: 756105 117948 2290 9 0 746526 0
[pid=13544/tid=13546] ppid=13542 vsize=3024420 CPUtime=3.04 cores=0,2,4,6
/proc/13544/task/13546/stat : 13546 (java) R 13542 13544 7296 0 -1 4202560 3303 0 1 0 297 7 0 0 20 0 19 0 339919603 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663267275400 140663140611766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13547] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13547/stat : 13547 (java) S 13542 13544 7296 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339919605 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663133215784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13548] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13548/stat : 13548 (java) S 13542 13544 7296 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339919605 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663064619944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13549] ppid=13542 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/13544/task/13549/stat : 13549 (java) S 13542 13544 7296 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 339919605 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663063567144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13550] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13550/stat : 13550 (java) S 13542 13544 7296 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 339919605 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663062514344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13551] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13551/stat : 13551 (java) S 13542 13544 7296 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 339919605 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663061461544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13552] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13552/stat : 13552 (java) S 13542 13544 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 339919605 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663060408744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13553] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13553/stat : 13553 (java) S 13542 13544 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 339919605 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663059355944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13554] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13554/stat : 13554 (java) S 13542 13544 7296 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 339919605 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663058303144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13555] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13555/stat : 13555 (java) S 13542 13544 7296 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663046106088 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13556] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13556/stat : 13556 (java) S 13542 13544 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663045052152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13557] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13557/stat : 13557 (java) S 13542 13544 7296 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663043999240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13558] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13558/stat : 13558 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663042947728 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13559] ppid=13542 vsize=3024420 CPUtime=0.64 cores=0,2,4,6
/proc/13544/task/13559/stat : 13559 (java) S 13542 13544 7296 0 -1 4202560 5183 0 0 0 64 0 0 0 20 0 19 0 339919609 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663041894840 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13560] ppid=13542 vsize=3024420 CPUtime=0.65 cores=0,2,4,6
/proc/13544/task/13560/stat : 13560 (java) S 13542 13544 7296 0 -1 4202560 5122 0 0 0 65 0 0 0 20 0 19 0 339919609 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663040842040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13561] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13561/stat : 13561 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663039789432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13562] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13562/stat : 13562 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663038736840 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13563] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13563/stat : 13563 (java) S 13542 13544 7296 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339919770 3097006080 117948 33554432000 1073741824 1073778376 140735724806160 140663036536488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 3024420

[startup+6.30075 s]
/proc/loadavg: 2.12 2.03 2.01 3/211 13563
/proc/meminfo: memFree=27286440/32873844 swapFree=6088/6088
[pid=13544] ppid=13542 vsize=3024420 CPUtime=7.88 cores=0,2,4,6
/proc/13544/stat : 13544 (java) S 13542 13544 7296 0 -1 4202496 14958 0 1 0 774 14 0 0 20 0 19 0 339919602 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140735724797296 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13544/statm: 756105 128688 2290 9 0 746526 0
[pid=13544/tid=13546] ppid=13542 vsize=3024420 CPUtime=6.16 cores=0,2,4,6
/proc/13544/task/13546/stat : 13546 (java) R 13542 13544 7296 0 -1 4202560 3308 0 1 0 609 7 0 0 20 0 19 0 339919603 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663267274088 140663140532234 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13547] ppid=13542 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/13544/task/13547/stat : 13547 (java) S 13542 13544 7296 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 339919605 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663133215784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13548] ppid=13542 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/13544/task/13548/stat : 13548 (java) S 13542 13544 7296 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 339919605 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663064619944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13549] ppid=13542 vsize=3024420 CPUtime=0.04 cores=0,2,4,6
/proc/13544/task/13549/stat : 13549 (java) S 13542 13544 7296 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 339919605 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663063567144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13550] ppid=13542 vsize=3024420 CPUtime=0.04 cores=0,2,4,6
/proc/13544/task/13550/stat : 13550 (java) S 13542 13544 7296 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 19 0 339919605 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663062514344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13551] ppid=13542 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/13544/task/13551/stat : 13551 (java) S 13542 13544 7296 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 339919605 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663061461544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13552] ppid=13542 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/13544/task/13552/stat : 13552 (java) S 13542 13544 7296 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 19 0 339919605 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663060408744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13553] ppid=13542 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/13544/task/13553/stat : 13553 (java) S 13542 13544 7296 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 339919605 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663059355944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13554] ppid=13542 vsize=3024420 CPUtime=0.05 cores=0,2,4,6
/proc/13544/task/13554/stat : 13554 (java) S 13542 13544 7296 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 19 0 339919605 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663058303144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13555] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13555/stat : 13555 (java) S 13542 13544 7296 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663046106088 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13556] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13556/stat : 13556 (java) S 13542 13544 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663045052152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13557] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13557/stat : 13557 (java) S 13542 13544 7296 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663043999240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13558] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13558/stat : 13558 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663042947728 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13559] ppid=13542 vsize=3024420 CPUtime=0.67 cores=0,2,4,6
/proc/13544/task/13559/stat : 13559 (java) S 13542 13544 7296 0 -1 4202560 5185 0 0 0 67 0 0 0 20 0 19 0 339919609 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663041894840 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13560] ppid=13542 vsize=3024420 CPUtime=0.66 cores=0,2,4,6
/proc/13544/task/13560/stat : 13560 (java) S 13542 13544 7296 0 -1 4202560 5123 0 0 0 66 0 0 0 20 0 19 0 339919609 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663040842040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13561] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13561/stat : 13561 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663039789432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13562] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13562/stat : 13562 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663038736840 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13563] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13563/stat : 13563 (java) S 13542 13544 7296 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339919770 3097006080 128688 33554432000 1073741824 1073778376 140735724806160 140663036536488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]
/proc/loadavg: 2.11 2.03 2.01 3/211 13563
/proc/meminfo: memFree=27265480/32873844 swapFree=6088/6088

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

/proc/13544/task/13554/stat : 13554 (java) S 13542 13544 7296 0 -1 4202560 292 0 0 0 151 11 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663058303144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13555] ppid=13542 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/13544/task/13555/stat : 13555 (java) S 13542 13544 7296 0 -1 4202560 73 0 0 0 2 1 0 0 20 0 19 0 339919606 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663046106088 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13556] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13556/stat : 13556 (java) S 13542 13544 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663045052152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13557] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13557/stat : 13557 (java) S 13542 13544 7296 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663043999240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13558] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13558/stat : 13558 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663042947728 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13559] ppid=13542 vsize=3024420 CPUtime=0.68 cores=0,2,4,6
/proc/13544/task/13559/stat : 13559 (java) S 13542 13544 7296 0 -1 4202560 5187 0 0 0 68 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663041894840 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13560] ppid=13542 vsize=3024420 CPUtime=0.66 cores=0,2,4,6
/proc/13544/task/13560/stat : 13560 (java) S 13542 13544 7296 0 -1 4202560 5123 0 0 0 66 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663040842040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13561] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13561/stat : 13561 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663039789432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13562] ppid=13542 vsize=3024420 CPUtime=0.42 cores=0,2,4,6
/proc/13544/task/13562/stat : 13562 (java) S 13542 13544 7296 0 -1 4202560 65 0 0 0 26 16 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663038736840 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13563] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13563/stat : 13563 (java) S 13542 13544 7296 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339919770 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663036536488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1124.66
Current children cumulated vsize (KiB) 3024420

[startup+1114.7 s]
/proc/loadavg: 2.05 2.01 2.00 3/211 13573
/proc/meminfo: memFree=26281384/32873844 swapFree=6088/6088
[pid=13544] ppid=13542 vsize=3024420 CPUtime=1125.06 cores=0,2,4,6
/proc/13544/stat : 13544 (java) S 13542 13544 7296 0 -1 4202496 17341 0 1 0 112400 106 0 0 20 0 19 0 339919602 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140735724797296 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13544/statm: 756105 362844 2290 9 0 746526 0
[pid=13544/tid=13546] ppid=13542 vsize=3024420 CPUtime=1108.06 cores=0,2,4,6
/proc/13544/task/13546/stat : 13546 (java) R 13542 13544 7296 0 -1 4202560 3449 0 1 0 110783 23 0 0 20 0 19 0 339919603 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663267273952 140663140565697 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13547] ppid=13542 vsize=3024420 CPUtime=1.55 cores=0,2,4,6
/proc/13544/task/13547/stat : 13547 (java) S 13542 13544 7296 0 -1 4202560 301 0 0 0 145 10 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663133215784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13548] ppid=13542 vsize=3024420 CPUtime=1.64 cores=0,2,4,6
/proc/13544/task/13548/stat : 13548 (java) S 13542 13544 7296 0 -1 4202560 280 0 0 0 153 11 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663064619944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13549] ppid=13542 vsize=3024420 CPUtime=1.52 cores=0,2,4,6
/proc/13544/task/13549/stat : 13549 (java) S 13542 13544 7296 0 -1 4202560 308 0 0 0 139 13 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663063567144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13550] ppid=13542 vsize=3024420 CPUtime=1.59 cores=0,2,4,6
/proc/13544/task/13550/stat : 13550 (java) S 13542 13544 7296 0 -1 4202560 290 0 0 0 147 12 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663062514344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13551] ppid=13542 vsize=3024420 CPUtime=1.53 cores=0,2,4,6
/proc/13544/task/13551/stat : 13551 (java) S 13542 13544 7296 0 -1 4202560 266 0 0 0 143 10 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663061461544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13552] ppid=13542 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/13544/task/13552/stat : 13552 (java) S 13542 13544 7296 0 -1 4202560 256 0 0 0 135 11 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663060408744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13553] ppid=13542 vsize=3024420 CPUtime=1.51 cores=0,2,4,6
/proc/13544/task/13553/stat : 13553 (java) S 13542 13544 7296 0 -1 4202560 270 0 0 0 142 9 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663059355944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13554] ppid=13542 vsize=3024420 CPUtime=1.62 cores=0,2,4,6
/proc/13544/task/13554/stat : 13554 (java) S 13542 13544 7296 0 -1 4202560 292 0 0 0 151 11 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663058303144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13555] ppid=13542 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/13544/task/13555/stat : 13555 (java) S 13542 13544 7296 0 -1 4202560 73 0 0 0 2 1 0 0 20 0 19 0 339919606 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663046106088 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13556] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13556/stat : 13556 (java) S 13542 13544 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663045052152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13557] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13557/stat : 13557 (java) S 13542 13544 7296 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663043999240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13558] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13558/stat : 13558 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663042947728 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13559] ppid=13542 vsize=3024420 CPUtime=0.68 cores=0,2,4,6
/proc/13544/task/13559/stat : 13559 (java) S 13542 13544 7296 0 -1 4202560 5187 0 0 0 68 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663041894840 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13560] ppid=13542 vsize=3024420 CPUtime=0.66 cores=0,2,4,6
/proc/13544/task/13560/stat : 13560 (java) S 13542 13544 7296 0 -1 4202560 5123 0 0 0 66 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663040842040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13561] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13561/stat : 13561 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663039789432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13562] ppid=13542 vsize=3024420 CPUtime=0.42 cores=0,2,4,6
/proc/13544/task/13562/stat : 13562 (java) S 13542 13544 7296 0 -1 4202560 65 0 0 0 26 16 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663038736840 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13563] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13563/stat : 13563 (java) S 13542 13544 7296 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339919770 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663036536488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1125.06
Current children cumulated vsize (KiB) 3024420

[startup+1114.9 s]
/proc/loadavg: 2.05 2.01 2.00 3/211 13573
/proc/meminfo: memFree=26281384/32873844 swapFree=6088/6088
[pid=13544] ppid=13542 vsize=3024420 CPUtime=1125.26 cores=0,2,4,6
/proc/13544/stat : 13544 (java) S 13542 13544 7296 0 -1 4202496 17341 0 1 0 112420 106 0 0 20 0 19 0 339919602 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140735724797296 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13544/statm: 756105 362844 2290 9 0 746526 0
[pid=13544/tid=13546] ppid=13542 vsize=3024420 CPUtime=1108.26 cores=0,2,4,6
/proc/13544/task/13546/stat : 13546 (java) R 13542 13544 7296 0 -1 4202560 3449 0 1 0 110803 23 0 0 20 0 19 0 339919603 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663267273952 140663140626579 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13547] ppid=13542 vsize=3024420 CPUtime=1.55 cores=0,2,4,6
/proc/13544/task/13547/stat : 13547 (java) S 13542 13544 7296 0 -1 4202560 301 0 0 0 145 10 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663133215784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13548] ppid=13542 vsize=3024420 CPUtime=1.64 cores=0,2,4,6
/proc/13544/task/13548/stat : 13548 (java) S 13542 13544 7296 0 -1 4202560 280 0 0 0 153 11 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663064619944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13549] ppid=13542 vsize=3024420 CPUtime=1.52 cores=0,2,4,6
/proc/13544/task/13549/stat : 13549 (java) S 13542 13544 7296 0 -1 4202560 308 0 0 0 139 13 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663063567144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13550] ppid=13542 vsize=3024420 CPUtime=1.59 cores=0,2,4,6
/proc/13544/task/13550/stat : 13550 (java) S 13542 13544 7296 0 -1 4202560 290 0 0 0 147 12 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663062514344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13551] ppid=13542 vsize=3024420 CPUtime=1.53 cores=0,2,4,6
/proc/13544/task/13551/stat : 13551 (java) S 13542 13544 7296 0 -1 4202560 266 0 0 0 143 10 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663061461544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13552] ppid=13542 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/13544/task/13552/stat : 13552 (java) S 13542 13544 7296 0 -1 4202560 256 0 0 0 135 11 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663060408744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13553] ppid=13542 vsize=3024420 CPUtime=1.51 cores=0,2,4,6
/proc/13544/task/13553/stat : 13553 (java) S 13542 13544 7296 0 -1 4202560 270 0 0 0 142 9 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663059355944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13554] ppid=13542 vsize=3024420 CPUtime=1.62 cores=0,2,4,6
/proc/13544/task/13554/stat : 13554 (java) S 13542 13544 7296 0 -1 4202560 292 0 0 0 151 11 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663058303144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13555] ppid=13542 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/13544/task/13555/stat : 13555 (java) S 13542 13544 7296 0 -1 4202560 73 0 0 0 2 1 0 0 20 0 19 0 339919606 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663046106088 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13556] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13556/stat : 13556 (java) S 13542 13544 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663045052152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13557] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13557/stat : 13557 (java) S 13542 13544 7296 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663043999240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13558] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13558/stat : 13558 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663042947728 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13559] ppid=13542 vsize=3024420 CPUtime=0.68 cores=0,2,4,6
/proc/13544/task/13559/stat : 13559 (java) S 13542 13544 7296 0 -1 4202560 5187 0 0 0 68 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663041894840 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13560] ppid=13542 vsize=3024420 CPUtime=0.66 cores=0,2,4,6
/proc/13544/task/13560/stat : 13560 (java) S 13542 13544 7296 0 -1 4202560 5123 0 0 0 66 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663040842040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13561] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13561/stat : 13561 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663039789432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13562] ppid=13542 vsize=3024420 CPUtime=0.42 cores=0,2,4,6
/proc/13544/task/13562/stat : 13562 (java) S 13542 13544 7296 0 -1 4202560 65 0 0 0 26 16 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663038736840 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13563] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13563/stat : 13563 (java) S 13542 13544 7296 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339919770 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663036536488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1125.26
Current children cumulated vsize (KiB) 3024420

[startup+1115 s]
/proc/loadavg: 2.05 2.01 2.00 3/211 13573
/proc/meminfo: memFree=26281384/32873844 swapFree=6088/6088
[pid=13544] ppid=13542 vsize=3024420 CPUtime=1125.36 cores=0,2,4,6
/proc/13544/stat : 13544 (java) S 13542 13544 7296 0 -1 4202496 17341 0 1 0 112430 106 0 0 20 0 19 0 339919602 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140735724797296 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13544/statm: 756105 362844 2290 9 0 746526 0
[pid=13544/tid=13546] ppid=13542 vsize=3024420 CPUtime=1108.36 cores=0,2,4,6
/proc/13544/task/13546/stat : 13546 (java) R 13542 13544 7296 0 -1 4202560 3449 0 1 0 110813 23 0 0 20 0 19 0 339919603 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663267273952 140663139911574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13547] ppid=13542 vsize=3024420 CPUtime=1.55 cores=0,2,4,6
/proc/13544/task/13547/stat : 13547 (java) S 13542 13544 7296 0 -1 4202560 301 0 0 0 145 10 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663133215784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13548] ppid=13542 vsize=3024420 CPUtime=1.64 cores=0,2,4,6
/proc/13544/task/13548/stat : 13548 (java) S 13542 13544 7296 0 -1 4202560 280 0 0 0 153 11 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663064619944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13549] ppid=13542 vsize=3024420 CPUtime=1.52 cores=0,2,4,6
/proc/13544/task/13549/stat : 13549 (java) S 13542 13544 7296 0 -1 4202560 308 0 0 0 139 13 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663063567144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13550] ppid=13542 vsize=3024420 CPUtime=1.59 cores=0,2,4,6
/proc/13544/task/13550/stat : 13550 (java) S 13542 13544 7296 0 -1 4202560 290 0 0 0 147 12 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663062514344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13551] ppid=13542 vsize=3024420 CPUtime=1.53 cores=0,2,4,6
/proc/13544/task/13551/stat : 13551 (java) S 13542 13544 7296 0 -1 4202560 266 0 0 0 143 10 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663061461544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13552] ppid=13542 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/13544/task/13552/stat : 13552 (java) S 13542 13544 7296 0 -1 4202560 256 0 0 0 135 11 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663060408744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13553] ppid=13542 vsize=3024420 CPUtime=1.51 cores=0,2,4,6
/proc/13544/task/13553/stat : 13553 (java) S 13542 13544 7296 0 -1 4202560 270 0 0 0 142 9 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663059355944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13554] ppid=13542 vsize=3024420 CPUtime=1.62 cores=0,2,4,6
/proc/13544/task/13554/stat : 13554 (java) S 13542 13544 7296 0 -1 4202560 292 0 0 0 151 11 0 0 20 0 19 0 339919605 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663058303144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13555] ppid=13542 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/13544/task/13555/stat : 13555 (java) S 13542 13544 7296 0 -1 4202560 73 0 0 0 2 1 0 0 20 0 19 0 339919606 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663046106088 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13556] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13556/stat : 13556 (java) S 13542 13544 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663045052152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13557] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13557/stat : 13557 (java) S 13542 13544 7296 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339919606 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663043999240 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13558] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13558/stat : 13558 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663042947728 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13559] ppid=13542 vsize=3024420 CPUtime=0.68 cores=0,2,4,6
/proc/13544/task/13559/stat : 13559 (java) S 13542 13544 7296 0 -1 4202560 5187 0 0 0 68 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663041894840 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13544/tid=13560] ppid=13542 vsize=3024420 CPUtime=0.66 cores=0,2,4,6
/proc/13544/task/13560/stat : 13560 (java) S 13542 13544 7296 0 -1 4202560 5123 0 0 0 66 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663040842040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13544/tid=13561] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13561/stat : 13561 (java) S 13542 13544 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663039789432 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13544/tid=13562] ppid=13542 vsize=3024420 CPUtime=0.42 cores=0,2,4,6
/proc/13544/task/13562/stat : 13562 (java) S 13542 13544 7296 0 -1 4202560 65 0 0 0 26 16 0 0 20 0 19 0 339919609 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663038736840 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13544/tid=13563] ppid=13542 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/13544/task/13563/stat : 13563 (java) S 13542 13544 7296 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339919770 3097006080 362844 33554432000 1073741824 1073778376 140735724806160 140663036536488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1125.36
Current children cumulated vsize (KiB) 3024420

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13544 and gives
#  childrusage.ru_utime.tv_sec=1121
#  childrusage.ru_utime.tv_usec=429516
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=403786
# CPU time returned by wait4() is 1122.83
# while last known CPU time is 1125.36
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1115.02
CPU time (s): 1125.36
CPU user time (s): 1124.3
CPU system time (s): 1.06
CPU usage (%): 100.927
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1121.43
system time used= 1.40379
maximum resident set size= 1451396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17351
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27960
involuntary context switches= 30778

runsolver used 1.76873 second user time and 4.47432 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-03 17:38:32
IDJOB=3740908
IDBENCH=89675
IDSOLVER=2319
FILE ID=node110/3740908-1338737912
RUNJOBID= node110-1338713878-7312
PBS_JOBID= 14636746
Free space on /tmp= 71012 MiB

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

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

MD5SUM BENCH= a3ed9477da365050d631dd031519efe8
RANDOM SEED=432533367

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.893
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.893
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.90
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.893
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.893
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:        27779784 kB
Buffers:          896036 kB
Cached:          2570804 kB
SwapCached:          604 kB
Active:          2655928 kB
Inactive:        1590660 kB
Active(anon):     768124 kB
Inactive(anon):    12316 kB
Active(file):    1887804 kB
Inactive(file):  1578344 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:             11088 kB
Writeback:             0 kB
AnonPages:        783416 kB
Mapped:            19904 kB
Shmem:                40 kB
Slab:             707968 kB
SReclaimable:     149840 kB
SUnreclaim:       558128 kB
KernelStack:        1576 kB
PageTables:         5656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1815224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 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= 71008 MiB
End job on node110 at 2012-06-03 17:57:07