Trace number 3717055

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
wbo2satCp2 2012-05-19? (TO) 1800.09 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-55-50--soft-33-100-0.wbo
MD5SUM7dae57beceb3170ed40c9307fdc88b85
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.791879
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2750
Total number of constraints105
Number of soft constraints69
Number of constraints which are clauses55
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
Top cost 3856
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3855
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
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.81	o 1611
0.00/0.81	c current bound: 805
15.75/15.88	o 215
15.75/15.88	c current bound: 107
18.57/18.68	o 107
18.57/18.68	c current bound: 53
21.87/21.99	o 39
21.87/21.99	c current bound: 19
25.57/25.68	o 15
25.57/25.68	c current bound: 7
25.66/26.27	o 2
25.66/26.27	c current bound: 1
26.95/27.09	o 1
26.95/27.09	c current bound: 0
1800.09/1800.51	c error: unexpected solver exit code
1800.09/1800.51	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-3717055-1338181155/watcher-3717055-1338181155 -o /tmp/evaluation-result-3717055-1338181155/solver-3717055-1338181155 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3717055-1338181155.wbo 238519790 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8892
/proc/meminfo: memFree=28866380/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0

[startup+0.020834 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8892
/proc/meminfo: memFree=28866380/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100162 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8892
/proc/meminfo: memFree=28866380/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300299 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8892
/proc/meminfo: memFree=28866380/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700296 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8892
/proc/meminfo: memFree=28866380/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8899
/proc/meminfo: memFree=28812264/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=13184 CPUtime=0.83 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 5165 5103 0 0 23 15 44 1 20 0 1 0 284241387 13500416 2662 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 3296 2662 173 410 0 2878 0
[pid=8898] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8898/stat : 8898 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284241474 9367552 267 33554432000 4194304 5064252 140733217050880 140733217049792 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8898/statm: 2287 267 226 213 0 72 0
[pid=8899] ppid=8898 vsize=44560 CPUtime=0.62 cores=1,3,5,7
/proc/8899/stat : 8899 (glucose_static) R 8898 8892 6720 0 -1 4202496 9592 0 0 0 61 1 0 0 20 0 1 0 284241474 45629440 9560 33554432000 4194304 4896791 140736468424160 140736467373256 4203877 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8899/statm: 11140 9561 76 172 0 10966 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 76040

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8899
/proc/meminfo: memFree=28806984/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=13184 CPUtime=0.83 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 5165 5103 0 0 23 15 44 1 20 0 1 0 284241387 13500416 2662 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 3296 2662 173 410 0 2878 0
[pid=8898] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8898/stat : 8898 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284241474 9367552 267 33554432000 4194304 5064252 140733217050880 140733217049792 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8898/statm: 2287 267 226 213 0 72 0
[pid=8899] ppid=8898 vsize=45088 CPUtime=2.23 cores=1,3,5,7
/proc/8899/stat : 8899 (glucose_static) R 8898 8892 6720 0 -1 4202496 10303 0 0 0 221 2 0 0 20 0 1 0 284241474 46170112 9711 33554432000 4194304 4896791 140736468424160 140736468421368 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8899/statm: 11272 9711 78 172 0 11098 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 76568

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8899
/proc/meminfo: memFree=28805856/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=13184 CPUtime=0.83 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 5165 5103 0 0 23 15 44 1 20 0 1 0 284241387 13500416 2662 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 3296 2662 173 410 0 2878 0
[pid=8898] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8898/stat : 8898 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284241474 9367552 267 33554432000 4194304 5064252 140733217050880 140733217049792 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8898/statm: 2287 267 226 213 0 72 0
[pid=8899] ppid=8898 vsize=46484 CPUtime=5.42 cores=1,3,5,7
/proc/8899/stat : 8899 (glucose_static) R 8898 8892 6720 0 -1 4202496 11132 0 0 0 540 2 0 0 20 0 1 0 284241474 47599616 10243 33554432000 4194304 4896791 140736468424160 140736468421368 4225201 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8899/statm: 11621 10243 78 172 0 11447 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 77964

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8899
/proc/meminfo: memFree=28824688/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=13184 CPUtime=0.83 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 5165 5103 0 0 23 15 44 1 20 0 1 0 284241387 13500416 2662 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 3296 2662 173 410 0 2878 0
[pid=8898] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8898/stat : 8898 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284241474 9367552 267 33554432000 4194304 5064252 140733217050880 140733217049792 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8898/statm: 2287 267 226 213 0 72 0
[pid=8899] ppid=8898 vsize=47424 CPUtime=11.83 cores=1,3,5,7
/proc/8899/stat : 8899 (glucose_static) R 8898 8892 6720 0 -1 4202496 12364 0 0 0 1180 3 0 0 20 0 1 0 284241474 48562176 10405 33554432000 4194304 4896791 140736468424160 140736468421736 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8899/statm: 11856 10405 78 172 0 11682 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 78904

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8908
/proc/meminfo: memFree=28847808/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=10108 CPUtime=21.97 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 7162 33576 0 0 26 16 2144 11 20 0 1 0 284241387 10350592 2089 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 2527 2089 173 410 0 2109 0
[pid=8907] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8907/stat : 8907 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284243586 9367552 266 33554432000 4194304 5064252 140733532094288 140733532093200 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8907/statm: 2287 266 226 213 0 72 0
[pid=8908] ppid=8907 vsize=22408 CPUtime=3.5 cores=1,3,5,7
/proc/8908/stat : 8908 (glucose_static) R 8907 8892 6720 0 -1 4202496 7626 0 0 0 349 1 0 0 20 0 1 0 284243587 22945792 4631 33554432000 4194304 4896791 140735224380240 140735224377768 4207101 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8908/statm: 5602 4631 78 172 0 5428 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 50812

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8920
/proc/meminfo: memFree=28829708/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=10108 CPUtime=27.07 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 8252 52344 0 0 27 16 2647 17 20 0 1 0 284241387 10350592 2090 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 2527 2090 174 410 0 2109 0
[pid=8916] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8916/stat : 8916 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284244097 9367552 267 33554432000 4194304 5064252 140736036560560 140736036559472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8916/statm: 2287 267 226 213 0 72 0
[pid=8917] ppid=8916 vsize=29932 CPUtime=23.99 cores=1,3,5,7
/proc/8917/stat : 8917 (glucose_static) R 8916 8892 6720 0 -1 4202496 9679 0 0 0 2396 3 0 0 20 0 1 0 284244097 30650368 6280 33554432000 4194304 4896791 140737282210128 140737282207336 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8917/statm: 7483 6280 78 172 0 7309 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 58336

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8920
/proc/meminfo: memFree=28815456/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=10108 CPUtime=27.07 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 8252 52344 0 0 27 16 2647 17 20 0 1 0 284241387 10350592 2090 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 2527 2090 174 410 0 2109 0
[pid=8916] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8916/stat : 8916 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284244097 9367552 267 33554432000 4194304 5064252 140736036560560 140736036559472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8916/statm: 2287 267 226 213 0 72 0
[pid=8917] ppid=8916 vsize=43060 CPUtime=75.18 cores=1,3,5,7
/proc/8917/stat : 8917 (glucose_static) R 8916 8892 6720 0 -1 4202496 16302 0 0 0 7512 6 0 0 20 0 1 0 284244097 44093440 9765 33554432000 4194304 4896791 140737282210128 140737282207336 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8917/statm: 10765 9765 78 172 0 10591 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 71464

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8944
/proc/meminfo: memFree=28801640/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=10108 CPUtime=27.07 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 8252 52344 0 0 27 16 2647 17 20 0 1 0 284241387 10350592 2090 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 2527 2090 174 410 0 2109 0
[pid=8916] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/8917/stat : 8917 (glucose_static) R 8916 8892 6720 0 -1 4202496 59409 0 0 0 139432 60 0 0 20 0 1 0 284244097 176656384 35901 33554432000 4194304 4896791 140737282210128 140737282205800 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8917/statm: 43129 35901 78 172 0 42955 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 200920

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 9023
/proc/meminfo: memFree=28737140/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=10108 CPUtime=27.07 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 8252 52344 0 0 27 16 2647 17 20 0 1 0 284241387 10350592 2090 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 2527 2090 174 410 0 2109 0
[pid=8916] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8916/stat : 8916 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284244097 9367552 267 33554432000 4194304 5064252 140736036560560 140736036559472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8916/statm: 2287 267 226 213 0 72 0
[pid=8917] ppid=8916 vsize=174248 CPUtime=1454.89 cores=1,3,5,7
/proc/8917/stat : 8917 (glucose_static) R 8916 8892 6720 0 -1 4202496 60688 0 0 0 145428 61 0 0 20 0 1 0 284244097 178429952 35225 33554432000 4194304 4896791 140737282210128 140737282207656 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8917/statm: 43562 35225 78 172 0 43388 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 202652

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 9023
/proc/meminfo: memFree=28733200/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=10108 CPUtime=27.07 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 8252 52344 0 0 27 16 2647 17 20 0 1 0 284241387 10350592 2090 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 2527 2090 174 410 0 2109 0
[pid=8916] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8916/stat : 8916 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284244097 9367552 267 33554432000 4194304 5064252 140736036560560 140736036559472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8916/statm: 2287 267 226 213 0 72 0
[pid=8917] ppid=8916 vsize=147512 CPUtime=1514.87 cores=1,3,5,7
/proc/8917/stat : 8917 (glucose_static) R 8916 8892 6720 0 -1 4202496 61565 0 0 0 151424 63 0 0 20 0 1 0 284244097 151052288 35171 33554432000 4194304 4896791 140737282210128 140737282207336 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8917/statm: 36878 35171 78 172 0 36704 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 175916

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 9023
/proc/meminfo: memFree=28724860/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=10108 CPUtime=27.07 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 8252 52344 0 0 27 16 2647 17 20 0 1 0 284241387 10350592 2090 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 2527 2090 174 410 0 2109 0
[pid=8916] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8916/stat : 8916 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284244097 9367552 267 33554432000 4194304 5064252 140736036560560 140736036559472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8916/statm: 2287 267 226 213 0 72 0
[pid=8917] ppid=8916 vsize=149264 CPUtime=1574.87 cores=1,3,5,7
/proc/8917/stat : 8917 (glucose_static) R 8916 8892 6720 0 -1 4202496 62924 0 0 0 157420 67 0 0 20 0 1 0 284244097 152846336 35469 33554432000 4194304 4896791 140737282210128 140737282205864 4225393 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8917/statm: 37316 35469 78 172 0 37142 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 177668

[startup+1662.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/181 9024
/proc/meminfo: memFree=28692420/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=10108 CPUtime=27.07 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 8252 52344 0 0 27 16 2647 17 20 0 1 0 284241387 10350592 2090 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 2527 2090 174 410 0 2109 0
[pid=8916] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8916/stat : 8916 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284244097 9367552 267 33554432000 4194304 5064252 140736036560560 140736036559472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8916/statm: 2287 267 226 213 0 72 0
[pid=8917] ppid=8916 vsize=181552 CPUtime=1634.86 cores=1,3,5,7
/proc/8917/stat : 8917 (glucose_static) R 8916 8892 6720 0 -1 4202496 63899 0 0 0 163418 68 0 0 20 0 1 0 284244097 185909248 41019 33554432000 4194304 4896791 140737282210128 140737282205864 4224722 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8917/statm: 45388 41019 78 172 0 45214 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 209956

[startup+1722.3 s]
/proc/loadavg: 2.21 2.07 2.02 3/181 9024
/proc/meminfo: memFree=28699012/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=10108 CPUtime=27.07 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 8252 52344 0 0 27 16 2647 17 20 0 1 0 284241387 10350592 2090 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 2527 2090 174 410 0 2109 0
[pid=8916] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8916/stat : 8916 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284244097 9367552 267 33554432000 4194304 5064252 140736036560560 140736036559472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8916/statm: 2287 267 226 213 0 72 0
[pid=8917] ppid=8916 vsize=182748 CPUtime=1694.83 cores=1,3,5,7
/proc/8917/stat : 8917 (glucose_static) R 8916 8892 6720 0 -1 4202496 65149 0 0 0 169413 70 0 0 20 0 1 0 284244097 187133952 39796 33554432000 4194304 4896791 140737282210128 140737282207336 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8917/statm: 45687 39796 78 172 0 45513 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 211152

[startup+1782.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/181 9024
/proc/meminfo: memFree=28692052/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=10108 CPUtime=27.07 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 8252 52344 0 0 27 16 2647 17 20 0 1 0 284241387 10350592 2090 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 2527 2090 174 410 0 2109 0
[pid=8916] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8916/stat : 8916 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284244097 9367552 267 33554432000 4194304 5064252 140736036560560 140736036559472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8916/statm: 2287 267 226 213 0 72 0
[pid=8917] ppid=8916 vsize=184364 CPUtime=1754.82 cores=1,3,5,7
/proc/8917/stat : 8917 (glucose_static) R 8916 8892 6720 0 -1 4202496 66500 0 0 0 175410 72 0 0 20 0 1 0 284244097 188788736 39694 33554432000 4194304 4896791 140737282210128 140737282205800 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8917/statm: 46091 39694 78 172 0 45917 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 212768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.08 2.07 2.02 3/181 9024
/proc/meminfo: memFree=28704168/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=10108 CPUtime=27.07 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 8252 52344 0 0 27 16 2647 17 20 0 1 0 284241387 10350592 2090 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 2527 2090 174 410 0 2109 0
[pid=8916] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8916/stat : 8916 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284244097 9367552 267 33554432000 4194304 5064252 140736036560560 140736036559472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8916/statm: 2287 267 226 213 0 72 0
[pid=8917] ppid=8916 vsize=184760 CPUtime=1773.02 cores=1,3,5,7
/proc/8917/stat : 8917 (glucose_static) R 8916 8892 6720 0 -1 4202496 66599 0 0 0 177230 72 0 0 20 0 1 0 284244097 189194240 40815 33554432000 4194304 4896791 140737282210128 140737282207336 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8917/statm: 46190 40815 78 172 0 46016 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 213164

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.08 2.07 2.02 3/181 9024
/proc/meminfo: memFree=28704168/32873852 swapFree=6856/6856
[pid=8892] ppid=8890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8892/stat : 8892 (runWbo2satCp2.s) S 8890 8892 6720 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284241387 9367552 275 33554432000 4194304 5064252 140736498918512 140736498917424 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8892/statm: 2287 275 233 213 0 72 0
[pid=8893] ppid=8892 vsize=10108 CPUtime=27.07 cores=1,3,5,7
/proc/8893/stat : 8893 (wbo2sat) S 8892 8892 6720 0 -1 4202496 8252 52344 0 0 27 16 2647 17 20 0 1 0 284241387 10350592 2090 33554432000 4194304 5872148 140737333834896 140737333828168 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8893/statm: 2527 2090 174 410 0 2109 0
[pid=8916] ppid=8893 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8916/stat : 8916 (satsolver.sh) S 8893 8892 6720 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284244097 9367552 267 33554432000 4194304 5064252 140736036560560 140736036559472 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8916/statm: 2287 267 226 213 0 72 0
[pid=8917] ppid=8916 vsize=184760 CPUtime=1773.02 cores=1,3,5,7
/proc/8917/stat : 8917 (glucose_static) R 8916 8892 6720 0 -1 4202496 66599 0 0 0 177230 72 0 0 20 0 1 0 284244097 189194240 40815 33554432000 4194304 4896791 140737282210128 140737282207336 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8917/statm: 46190 40815 78 172 0 46016 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 213164

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8892 and gives
#  childrusage.ru_utime.tv_sec=26
#  childrusage.ru_utime.tv_usec=748933
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=347947
# CPU time returned by wait4() is 27.0969
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1799.04
CPU system time (s): 1.05
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 261548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.7489
system time used= 0.347947
maximum resident set size= 49076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61573
page faults= 0
swaps= 0
block input operations= 0
block output operations= 50264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49
involuntary context switches= 70

runsolver used 3.50547 second user time and 9.14661 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-28 06:59:15
IDJOB=3717055
IDBENCH=78719
IDSOLVER=2299
FILE ID=node128/3717055-1338181155
RUNJOBID= node128-1338159808-6737
PBS_JOBID= 14624556
Free space on /tmp= 71240 MiB

SOLVER NAME= wbo2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-55-50--soft-33-100-0.wbo
COMMAND LINE= DIR/runWbo2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717055-1338181155/watcher-3717055-1338181155 -o /tmp/evaluation-result-3717055-1338181155/solver-3717055-1338181155 -C 1800 -W 1900 -M 15500  HOME/runWbo2satCp2.sh HOME/instance-3717055-1338181155.wbo 238519790 HOME HOME

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

MD5SUM BENCH= 7dae57beceb3170ed40c9307fdc88b85
RANDOM SEED=238519790

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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.389
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:       32873852 kB
MemFree:        28866744 kB
Buffers:          458584 kB
Cached:          2502288 kB
SwapCached:          584 kB
Active:          1375660 kB
Inactive:        1772176 kB
Active(anon):     176840 kB
Inactive(anon):    12304 kB
Active(file):    1198820 kB
Inactive(file):  1759872 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67107332 kB
Dirty:              8600 kB
Writeback:             0 kB
AnonPages:        193256 kB
Mapped:            15316 kB
Shmem:               200 kB
Slab:             720468 kB
SReclaimable:     162936 kB
SUnreclaim:       557532 kB
KernelStack:        1488 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     321240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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= 71228 MiB
End job on node128 at 2012-05-28 07:29:15