Trace number 3694543

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
pb2satCp2 2012-05-19? (TO) 1800.07 1801.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_5.opb
MD5SUM20017986f9960b1d860bf846232b7a22
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5696927
Best CPU time to get the best result obtained on this benchmark1801.28
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 145531576
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 56160700102
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 145531576
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 56160700102
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.79	c model valid
0.00/0.79	c current solution ok
1.27/1.38	o 139969495
1.27/1.38	c fallback to adder encoding
14.33/14.61	c model valid
14.33/14.61	c current solution ok
14.33/14.64	o 127358945
14.33/14.64	c fallback to adder encoding
20.92/21.32	c model valid
20.92/21.32	c current solution ok
20.96/21.89	o 17151213
20.96/21.89	c fallback to adder encoding
59.87/60.83	c model valid
59.87/60.83	c current solution ok
59.87/60.85	o 12554063
59.87/60.85	c fallback to adder encoding
179.78/180.83	c model valid
179.78/180.83	c current solution ok
179.78/180.85	o 12097615
179.78/180.85	c fallback to adder encoding
285.25/286.30	c model valid
285.25/286.30	c current solution ok
285.25/286.32	o 11280137
285.25/286.32	c fallback to adder encoding
287.75/288.80	c model valid
287.75/288.80	c current solution ok
287.75/288.82	o 9907081
287.75/288.82	c fallback to adder encoding
388.04/389.14	c model valid
388.04/389.14	c current solution ok
388.04/389.16	o 8996519
388.04/389.16	c fallback to adder encoding
1140.39/1141.62	c model valid
1140.39/1141.62	c current solution ok
1140.39/1141.64	o 7572375
1140.39/1141.64	c fallback to adder encoding
1263.46/1264.77	c model valid
1263.46/1264.77	c current solution ok
1263.46/1264.79	o 6791889
1263.46/1264.79	c fallback to adder encoding
1800.07/1801.41	c error: unexpected solver exit code
1800.07/1801.41	s UNKNOWN

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-3694543-1338189123/watcher-3694543-1338189123 -o /tmp/evaluation-result-3694543-1338189123/solver-3694543-1338189123 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694543-1338189123.opb 1317000133 HOME HOME 

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.00 2.00 2.00 3/179 19937
/proc/meminfo: memFree=30963724/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runsolver) D 19935 19937 17405 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 285036834 12095488 50 33554432000 4194304 5436572 140736704595936 140736704592232 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/19937/statm: 2953 50 31 304 0 2645 0

[startup+0.0306331 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19937
/proc/meminfo: memFree=30963724/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100213 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19937
/proc/meminfo: memFree=30963724/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300266 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19937
/proc/meminfo: memFree=30963724/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700277 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19937
/proc/meminfo: memFree=30963724/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 19941
/proc/meminfo: memFree=30937148/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=37788 CPUtime=1.48 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) R 19937 19937 17405 0 -1 4202496 7654 9052 0 0 36 52 56 4 20 0 1 0 285036835 38694912 8258 33554432000 4194304 5873084 140737100840144 140737100835480 4277721 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19939/statm: 9447 8258 184 410 0 9029 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 46936

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19942
/proc/meminfo: memFree=30969304/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=95132 CPUtime=2.27 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 10069 9052 0 0 103 64 56 4 20 0 1 0 285036835 97415168 20034 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19939/statm: 23783 20034 184 410 0 23365 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 104280
heavy processes:

[startup+6.30662 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19947
/proc/meminfo: memFree=30226304/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=95132 CPUtime=2.27 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 10069 9052 0 0 103 64 56 4 20 0 1 0 285036835 97415168 20034 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19939/statm: 23783 20034 184 410 0 23365 0
[pid=19943] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19943/stat : 19943 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285037064 9367552 267 33554432000 4194304 5064252 140733309298720 140733309297632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19943/statm: 2287 267 226 213 0 72 0
[pid=19944] ppid=19943 vsize=182228 CPUtime=3.77 cores=0,2,4,6
/proc/19944/stat : 19944 (glucose_static) R 19943 19937 17405 0 -1 4202496 32642 0 0 0 368 9 0 0 20 0 1 0 285037064 186601472 38472 33554432000 4194304 4896791 140734245532096 140734245529304 4224983 0 0 4096 0 0 0 0 17 2 0 0 23 0 0
/proc/19944/statm: 45557 38472 78 172 0 45383 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 295656

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19947
/proc/meminfo: memFree=30065336/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=95132 CPUtime=2.27 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 10069 9052 0 0 103 64 56 4 20 0 1 0 285036835 97415168 20034 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19939/statm: 23783 20034 184 410 0 23365 0
[pid=19943] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19943/stat : 19943 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285037064 9367552 267 33554432000 4194304 5064252 140733309298720 140733309297632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19943/statm: 2287 267 226 213 0 72 0
[pid=19944] ppid=19943 vsize=182888 CPUtime=10.16 cores=0,2,4,6
/proc/19944/stat : 19944 (glucose_static) R 19943 19937 17405 0 -1 4202496 32817 0 0 0 1007 9 0 0 20 0 1 0 285037064 187277312 39158 33554432000 4194304 4896791 140734245532096 140734245529304 4224983 0 0 4096 0 0 0 0 17 2 0 0 23 0 0
/proc/19944/statm: 45722 39158 78 172 0 45548 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 296316

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 19953
/proc/meminfo: memFree=30104692/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=123144 CPUtime=21.59 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 26156 77266 0 0 237 81 1811 30 20 0 1 0 285036835 126099456 22941 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/19939/statm: 30786 22941 184 410 0 30368 0
[pid=19952] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19952/stat : 19952 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285039085 9367552 267 33554432000 4194304 5064252 140736260552352 140736260551264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19952/statm: 2287 267 226 213 0 72 0
[pid=19953] ppid=19952 vsize=130456 CPUtime=2.97 cores=0,2,4,6
/proc/19953/stat : 19953 (glucose_static) R 19952 19937 17405 0 -1 4202496 26385 0 0 0 291 6 0 0 20 0 1 0 285039086 133586944 29027 33554432000 4194304 4896791 140735712048352 140735712045992 4224913 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19953/statm: 32614 29027 78 172 0 32440 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 271896

[startup+51.1004 s]
/proc/loadavg: 2.11 2.03 2.01 3/182 19953
/proc/meminfo: memFree=30086520/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=123144 CPUtime=21.59 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 26156 77266 0 0 237 81 1811 30 20 0 1 0 285036835 126099456 22941 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/19939/statm: 30786 22941 184 410 0 30368 0
[pid=19952] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19952/stat : 19952 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285039085 9367552 267 33554432000 4194304 5064252 140736260552352 140736260551264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19952/statm: 2287 267 226 213 0 72 0
[pid=19953] ppid=19952 vsize=133360 CPUtime=28.57 cores=0,2,4,6
/proc/19953/stat : 19953 (glucose_static) R 19952 19937 17405 0 -1 4202496 27273 0 0 0 2850 7 0 0 20 0 1 0 285039086 136560640 30754 33554432000 4194304 4896791 140735712048352 140735712045560 4401607 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19953/statm: 33340 30754 78 172 0 33166 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 274800

[startup+102.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/183 19960
/proc/meminfo: memFree=30078988/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=123144 CPUtime=60.49 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 33262 106661 0 0 291 88 5629 41 20 0 1 0 285036835 126099456 21917 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 16 0 0
/proc/19939/statm: 30786 21917 184 410 0 30368 0
[pid=19956] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19956/stat : 19956 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285042982 9367552 266 33554432000 4194304 5064252 140735110885120 140735110884032 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19956/statm: 2287 266 226 213 0 72 0
[pid=19957] ppid=19956 vsize=131800 CPUtime=40.78 cores=0,2,4,6
/proc/19957/stat : 19957 (glucose_static) R 19956 19937 17405 0 -1 4202496 28695 0 0 0 4070 8 0 0 20 0 1 0 285042982 134963200 29925 33554432000 4194304 4896791 140734796931824 140734796929032 4225240 0 0 4096 0 0 0 0 17 2 0 0 2 0 0
/proc/19957/statm: 32950 29925 78 172 0 32776 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 273240

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 19960
/proc/meminfo: memFree=30078532/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=123144 CPUtime=60.49 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 33262 106661 0 0 291 88 5629 41 20 0 1 0 285036835 126099456 21917 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 16 0 0
/proc/19939/statm: 30786 21917 184 410 0 30368 0
[pid=19956] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19956/stat : 19956 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285042982 9367552 266 33554432000 4194304 5064252 140735110885120 140735110884032 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19956/statm: 2287 266 226 213 0 72 0
[pid=19957] ppid=19956 vsize=154732 CPUtime=100.78 cores=0,2,4,6
/proc/19957/stat : 19957 (glucose_static) R 19956 19937 17405 0 -1 4202496 33193 0 0 0 10065 13 0 0 20 0 1 0 285042982 158445568 33012 33554432000 4194304 4896791 140734796931824 140734796929336 4225417 0 0 4096 0 0 0 0 17 2 0 0 2 0 0
/proc/19957/statm: 38683 33012 78 172 0 38509 0
Current children cumulated CPU time (s) 161.27
Current children cumulated vsize (KiB) 296172

[startup+222.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 19966
/proc/meminfo: memFree=30123024/32873844 swapFree=6080/6080

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

/proc/19999/stat : 19999 (glucose_static) R 19998 19937 17405 0 -1 4202496 30149 0 0 0 9694 7 0 0 20 0 1 0 285163360 124710912 28012 33554432000 4194304 4896791 140733786865712 140733786863224 4224960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19999/statm: 30447 28012 78 172 0 30273 0
Current children cumulated CPU time (s) 1361.03
Current children cumulated vsize (KiB) 232244

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 20001
/proc/meminfo: memFree=30120636/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=92160 CPUtime=1264.02 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 68665 331741 0 0 590 121 125521 170 20 0 1 0 285036835 94371840 21851 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/19939/statm: 23040 21851 184 410 0 22622 0
[pid=19998] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19998/stat : 19998 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285163360 9367552 266 33554432000 4194304 5064252 140736504577008 140736504575920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19998/statm: 2287 266 226 213 0 72 0
[pid=19999] ppid=19998 vsize=123272 CPUtime=157.01 cores=0,2,4,6
/proc/19999/stat : 19999 (glucose_static) R 19998 19937 17405 0 -1 4202496 34618 0 0 0 15692 9 0 0 20 0 1 0 285163360 126230528 29222 33554432000 4194304 4896791 140733786865712 140733786861448 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19999/statm: 30818 29222 78 172 0 30644 0
Current children cumulated CPU time (s) 1421.03
Current children cumulated vsize (KiB) 233728

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 20004
/proc/meminfo: memFree=30159324/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=92160 CPUtime=1264.02 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 68665 331741 0 0 590 121 125521 170 20 0 1 0 285036835 94371840 21851 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/19939/statm: 23040 21851 184 410 0 22622 0
[pid=19998] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19998/stat : 19998 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285163360 9367552 266 33554432000 4194304 5064252 140736504577008 140736504575920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19998/statm: 2287 266 226 213 0 72 0
[pid=19999] ppid=19998 vsize=143952 CPUtime=216.98 cores=0,2,4,6
/proc/19999/stat : 19999 (glucose_static) R 19998 19937 17405 0 -1 4202496 38904 0 0 0 21687 11 0 0 20 0 1 0 285163360 147406848 30577 33554432000 4194304 4896791 140733786865712 140733786862856 4203058 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19999/statm: 35988 30577 78 172 0 35814 0
Current children cumulated CPU time (s) 1481
Current children cumulated vsize (KiB) 254408

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 20004
/proc/meminfo: memFree=30138448/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=92160 CPUtime=1264.02 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 68665 331741 0 0 590 121 125521 170 20 0 1 0 285036835 94371840 21851 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/19939/statm: 23040 21851 184 410 0 22622 0
[pid=19998] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19998/stat : 19998 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285163360 9367552 266 33554432000 4194304 5064252 140736504577008 140736504575920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19998/statm: 2287 266 226 213 0 72 0
[pid=19999] ppid=19998 vsize=146632 CPUtime=276.97 cores=0,2,4,6
/proc/19999/stat : 19999 (glucose_static) R 19998 19937 17405 0 -1 4202496 41911 0 0 0 27682 15 0 0 20 0 1 0 285163360 150151168 32823 33554432000 4194304 4896791 140733786865712 140733786863352 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19999/statm: 36658 32823 78 172 0 36484 0
Current children cumulated CPU time (s) 1540.99
Current children cumulated vsize (KiB) 257088

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 20005
/proc/meminfo: memFree=30070888/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=92160 CPUtime=1264.02 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 68665 331741 0 0 590 121 125521 170 20 0 1 0 285036835 94371840 21851 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/19939/statm: 23040 21851 184 410 0 22622 0
[pid=19998] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19998/stat : 19998 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285163360 9367552 266 33554432000 4194304 5064252 140736504577008 140736504575920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19998/statm: 2287 266 226 213 0 72 0
[pid=19999] ppid=19998 vsize=148092 CPUtime=336.97 cores=0,2,4,6
/proc/19999/stat : 19999 (glucose_static) R 19998 19937 17405 0 -1 4202496 45765 0 0 0 33680 17 0 0 20 0 1 0 285163360 151646208 33714 33554432000 4194304 4896791 140733786865712 140733786863240 4224821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19999/statm: 37023 33714 78 172 0 36849 0
Current children cumulated CPU time (s) 1600.99
Current children cumulated vsize (KiB) 258548

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 20008
/proc/meminfo: memFree=30160452/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=92160 CPUtime=1264.02 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 68665 331741 0 0 590 121 125521 170 20 0 1 0 285036835 94371840 21851 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/19939/statm: 23040 21851 184 410 0 22622 0
[pid=19998] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19998/stat : 19998 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285163360 9367552 266 33554432000 4194304 5064252 140736504577008 140736504575920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19998/statm: 2287 266 226 213 0 72 0
[pid=19999] ppid=19998 vsize=181160 CPUtime=396.96 cores=0,2,4,6
/proc/19999/stat : 19999 (glucose_static) R 19998 19937 17405 0 -1 4202496 49650 0 0 0 39676 20 0 0 20 0 1 0 285163360 185507840 36874 33554432000 4194304 4896791 140733786865712 140733786863256 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19999/statm: 45290 36874 78 172 0 45116 0
Current children cumulated CPU time (s) 1660.98
Current children cumulated vsize (KiB) 291616

[startup+1722.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 20011
/proc/meminfo: memFree=30153576/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=92160 CPUtime=1264.02 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 68665 331741 0 0 590 121 125521 170 20 0 1 0 285036835 94371840 21851 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/19939/statm: 23040 21851 184 410 0 22622 0
[pid=19998] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19998/stat : 19998 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285163360 9367552 266 33554432000 4194304 5064252 140736504577008 140736504575920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19998/statm: 2287 266 226 213 0 72 0
[pid=19999] ppid=19998 vsize=182592 CPUtime=456.95 cores=0,2,4,6
/proc/19999/stat : 19999 (glucose_static) R 19998 19937 17405 0 -1 4202496 51823 0 0 0 45673 22 0 0 20 0 1 0 285163360 186974208 36628 33554432000 4194304 4896791 140733786865712 140733786863240 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19999/statm: 45648 36628 78 172 0 45474 0
Current children cumulated CPU time (s) 1720.97
Current children cumulated vsize (KiB) 293048

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20011
/proc/meminfo: memFree=30146160/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=92160 CPUtime=1264.02 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 68665 331741 0 0 590 121 125521 170 20 0 1 0 285036835 94371840 21851 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/19939/statm: 23040 21851 184 410 0 22622 0
[pid=19998] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19998/stat : 19998 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285163360 9367552 266 33554432000 4194304 5064252 140736504577008 140736504575920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19998/statm: 2287 266 226 213 0 72 0
[pid=19999] ppid=19998 vsize=184188 CPUtime=516.93 cores=0,2,4,6
/proc/19999/stat : 19999 (glucose_static) R 19998 19937 17405 0 -1 4202496 53662 0 0 0 51670 23 0 0 20 0 1 0 285163360 188608512 37033 33554432000 4194304 4896791 140733786865712 140733786863352 4224960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19999/statm: 46047 37033 78 172 0 45873 0
Current children cumulated CPU time (s) 1780.95
Current children cumulated vsize (KiB) 294644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 20053
/proc/meminfo: memFree=30678380/32873844 swapFree=6080/6080
[pid=19937] ppid=19935 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19937/stat : 19937 (runPb2satCp2.sh) S 19935 19937 17405 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285036834 9367552 275 33554432000 4194304 5064252 140734836525648 140734836524560 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19937/statm: 2287 275 233 213 0 72 0
[pid=19939] ppid=19937 vsize=92160 CPUtime=1264.02 cores=0,2,4,6
/proc/19939/stat : 19939 (pb2sat) S 19937 19937 17405 0 -1 4202496 68665 331741 0 0 590 121 125521 170 20 0 1 0 285036835 94371840 21851 33554432000 4194304 5873084 140737100840144 140737100833960 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 16 0 0
/proc/19939/statm: 23040 21851 184 410 0 22622 0
[pid=19998] ppid=19939 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19998/stat : 19998 (satsolver.sh) S 19939 19937 17405 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285163360 9367552 266 33554432000 4194304 5064252 140736504577008 140736504575920 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19998/statm: 2287 266 226 213 0 72 0
[pid=19999] ppid=19998 vsize=184400 CPUtime=536.05 cores=0,2,4,6
/proc/19999/stat : 19999 (glucose_static) R 19998 19937 17405 0 -1 4202496 54148 0 0 0 53581 24 0 0 20 0 1 0 285163360 188825600 38741 33554432000 4194304 4896791 140733786865712 140733786862920 4204939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19999/statm: 46100 38741 78 172 0 45926 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 294856

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19937 and gives
#  childrusage.ru_utime.tv_sec=1261
#  childrusage.ru_utime.tv_usec=121280
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=919556
# CPU time returned by wait4() is 1264.04
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.42
CPU time (s): 1800.07
CPU user time (s): 1796.92
CPU system time (s): 3.15
CPU usage (%): 99.925
Max. virtual memory (cumulated for all children) (KiB): 406016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1261.12
system time used= 2.91956
maximum resident set size= 269452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 876488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 250
involuntary context switches= 1453

runsolver used 2.80057 second user time and 7.07092 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 09:12:03
IDJOB=3694543
IDBENCH=92735
IDSOLVER=2273
FILE ID=node139/3694543-1338189123
RUNJOBID= node139-1338158499-17421
PBS_JOBID= 14624542
Free space on /tmp= 71624 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat50_4_16_5.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694543-1338189123/watcher-3694543-1338189123 -o /tmp/evaluation-result-3694543-1338189123/solver-3694543-1338189123 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694543-1338189123.opb 1317000133 HOME HOME

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

MD5SUM BENCH= 20017986f9960b1d860bf846232b7a22
RANDOM SEED=1317000133

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:        30963732 kB
Buffers:          418988 kB
Cached:           470708 kB
SwapCached:          828 kB
Active:           856160 kB
Inactive:         199352 kB
Active(anon):     159240 kB
Inactive(anon):     7968 kB
Active(file):     696920 kB
Inactive(file):   191384 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:             38356 kB
Writeback:             0 kB
AnonPages:        356244 kB
Mapped:            12728 kB
Shmem:                 8 kB
Slab:             718012 kB
SReclaimable:     160040 kB
SUnreclaim:       557972 kB
KernelStack:        1520 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     298772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 71576 MiB
End job on node139 at 2012-05-28 09:42:04