Trace number 3717360

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.03 1800.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-35-30--soft-0-100-0.wbo
MD5SUM169186b65db4bc0391cc8aa4ed776345
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.047992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1050
Total number of constraints65
Number of soft constraints65
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
Top cost 3654
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3653
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
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.16	o 1522
0.00/0.16	c current bound: 761
23.75/23.87	o 451
23.75/23.87	c current bound: 225
27.76/27.81	o 221
27.76/27.81	c current bound: 110
27.79/28.07	o 88
27.79/28.07	c current bound: 44
28.56/28.67	o 39
28.56/28.67	c current bound: 19
28.84/29.02	o 11
28.84/29.02	c current bound: 5
28.85/29.16	o 4
28.85/29.16	c current bound: 2
1800.03/1800.61	c error: unexpected solver exit code
1800.03/1800.61	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-3717360-1338208833/watcher-3717360-1338208833 -o /tmp/evaluation-result-3717360-1338208833/solver-3717360-1338208833 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3717360-1338208833.wbo 1586504584 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.01 2.02 2.00 3/178 3397
/proc/meminfo: memFree=27374872/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0

[startup+0.0551811 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3397
/proc/meminfo: memFree=27374872/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100292 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3397
/proc/meminfo: memFree=27374872/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300272 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3397
/proc/meminfo: memFree=27374872/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700174 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 3397
/proc/meminfo: memFree=27374872/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 3406
/proc/meminfo: memFree=27256760/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=8160 CPUtime=0.18 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 3231 2341 0 0 8 3 7 0 20 0 1 0 287010196 8355840 1627 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 2040 1627 173 410 0 1622 0
[pid=3403] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3403/stat : 3403 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287010216 9367552 267 33554432000 4194304 5064252 140737467125776 140737467124688 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3403/statm: 2287 267 226 213 0 72 0
[pid=3404] ppid=3403 vsize=29756 CPUtime=1.28 cores=1,3,5,7
/proc/3404/stat : 3404 (glucose_static) R 3403 3397 3198 0 -1 4202496 6206 0 0 0 127 1 0 0 20 0 1 0 287010217 30470144 6507 33554432000 4194304 4896791 140734003016512 140734003013720 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3404/statm: 7439 6507 78 172 0 7265 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 56212

[startup+3.10029 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 3406
/proc/meminfo: memFree=27300852/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=8160 CPUtime=0.18 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 3231 2341 0 0 8 3 7 0 20 0 1 0 287010196 8355840 1627 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 2040 1627 173 410 0 1622 0
[pid=3403] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3403/stat : 3403 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287010216 9367552 267 33554432000 4194304 5064252 140737467125776 140737467124688 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3403/statm: 2287 267 226 213 0 72 0
[pid=3404] ppid=3403 vsize=30296 CPUtime=2.88 cores=1,3,5,7
/proc/3404/stat : 3404 (glucose_static) R 3403 3397 3198 0 -1 4202496 8195 0 0 0 286 2 0 0 20 0 1 0 287010217 31023104 6575 33554432000 4194304 4896791 140734003016512 140734003014088 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3404/statm: 7574 6575 78 172 0 7400 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 56752

[startup+6.30029 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 3415
/proc/meminfo: memFree=27141592/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=8160 CPUtime=0.18 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 3231 2341 0 0 8 3 7 0 20 0 1 0 287010196 8355840 1627 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 2040 1627 173 410 0 1622 0
[pid=3403] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3403/stat : 3403 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287010216 9367552 267 33554432000 4194304 5064252 140737467125776 140737467124688 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3403/statm: 2287 267 226 213 0 72 0
[pid=3404] ppid=3403 vsize=31096 CPUtime=6.08 cores=1,3,5,7
/proc/3404/stat : 3404 (glucose_static) R 3403 3397 3198 0 -1 4202496 10790 0 0 0 606 2 0 0 20 0 1 0 287010217 31842304 7104 33554432000 4194304 4896791 140734003016512 140734003014088 4203806 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3404/statm: 7774 7104 78 172 0 7600 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 57552

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 3415
/proc/meminfo: memFree=27135752/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=8160 CPUtime=0.18 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 3231 2341 0 0 8 3 7 0 20 0 1 0 287010196 8355840 1627 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 2040 1627 173 410 0 1622 0
[pid=3403] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3403/stat : 3403 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287010216 9367552 267 33554432000 4194304 5064252 140737467125776 140737467124688 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3403/statm: 2287 267 226 213 0 72 0
[pid=3404] ppid=3403 vsize=32240 CPUtime=12.48 cores=1,3,5,7
/proc/3404/stat : 3404 (glucose_static) R 3403 3397 3198 0 -1 4202496 14578 0 0 0 1244 4 0 0 20 0 1 0 287010217 33013760 7423 33554432000 4194304 4896791 140734003016512 140734003013720 4203873 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3404/statm: 8060 7423 78 172 0 7886 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 58696

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 3418
/proc/meminfo: memFree=27156060/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=6696 CPUtime=23.86 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 4389 23868 0 0 10 3 2366 7 20 0 1 0 287010196 6856704 1279 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 1674 1279 173 410 0 1256 0
[pid=3417] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3417/stat : 3417 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 287012584 9367552 267 33554432000 4194304 5064252 140735344210992 140735344209904 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3417/statm: 2287 267 226 213 0 72 0
[pid=3418] ppid=3417 vsize=15504 CPUtime=1.59 cores=1,3,5,7
/proc/3418/stat : 3418 (glucose_static) R 3417 3397 3198 0 -1 4202496 4337 0 0 0 159 0 0 0 20 0 1 0 287012585 15876096 3206 33554432000 4194304 4896791 140734106342640 140734106339960 4224924 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3418/statm: 3876 3206 78 172 0 3702 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 40496

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 3442
/proc/meminfo: memFree=27225900/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=6696 CPUtime=28.98 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 5606 42597 0 0 12 4 2871 11 20 0 1 0 287010196 6856704 1279 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 1674 1279 173 410 0 1256 0
[pid=3435] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3435/stat : 3435 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287013111 9367552 266 33554432000 4194304 5064252 140735593227168 140735593226080 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 2287 266 226 213 0 72 0
[pid=3436] ppid=3435 vsize=16524 CPUtime=21.92 cores=1,3,5,7
/proc/3436/stat : 3436 (glucose_static) R 3435 3397 3198 0 -1 4202496 13382 0 0 0 2190 2 0 0 20 0 1 0 287013112 16920576 3688 33554432000 4194304 4896791 140737278645792 140737278643368 4224960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3436/statm: 4131 3688 78 172 0 3957 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 41516

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 3455
/proc/meminfo: memFree=27215540/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=6696 CPUtime=28.98 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 5606 42597 0 0 12 4 2871 11 20 0 1 0 287010196 6856704 1279 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 1674 1279 173 410 0 1256 0
[pid=3435] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3435/stat : 3435 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287013111 9367552 266 33554432000 4194304 5064252 140735593227168 140735593226080 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 2287 266 226 213 0 72 0
[pid=3436] ppid=3435 vsize=33216 CPUtime=73.12 cores=1,3,5,7
/proc/3436/stat : 3436 (glucose_static) R 3435 3397 3198 0 -1 4202496 25897 0 0 0 7306 6 0 0 20 0 1 0 287013112 34013184 6845 33554432000 4194304 4896791 140737278645792 140737278643368 4203856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3436/statm: 8304 6845 78 172 0 8130 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 58208

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 3455
/proc/meminfo: memFree=27184672/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=6696 CPUtime=28.98 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 5606 42597 0 0 12 4 2871 11 20 0 1 0 287010196 6856704 1279 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 1674 1279 173 410 0 1256 0
[pid=3435] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/3436/stat : 3436 (glucose_static) R 3435 3397 3198 0 -1 4202496 102293 0 0 0 133201 83 0 0 20 0 1 0 287013112 179298304 39800 33554432000 4194304 4896791 140737278645792 140737278643000 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3436/statm: 43774 39800 78 172 0 43600 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 200088

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3489
/proc/meminfo: memFree=26964688/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=6696 CPUtime=28.98 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 5606 42597 0 0 12 4 2871 11 20 0 1 0 287010196 6856704 1279 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 1674 1279 173 410 0 1256 0
[pid=3435] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3435/stat : 3435 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287013111 9367552 266 33554432000 4194304 5064252 140735593227168 140735593226080 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 2287 266 226 213 0 72 0
[pid=3436] ppid=3435 vsize=177092 CPUtime=1392.84 cores=1,3,5,7
/proc/3436/stat : 3436 (glucose_static) R 3435 3397 3198 0 -1 4202496 103984 0 0 0 139198 86 0 0 20 0 1 0 287013112 181342208 42808 33554432000 4194304 4896791 140737278645792 140737278643000 4203846 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3436/statm: 44273 42808 78 172 0 44099 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 202084

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3489
/proc/meminfo: memFree=26951488/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=6696 CPUtime=28.98 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 5606 42597 0 0 12 4 2871 11 20 0 1 0 287010196 6856704 1279 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 1674 1279 173 410 0 1256 0
[pid=3435] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3435/stat : 3435 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287013111 9367552 266 33554432000 4194304 5064252 140735593227168 140735593226080 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 2287 266 226 213 0 72 0
[pid=3436] ppid=3435 vsize=229100 CPUtime=1452.81 cores=1,3,5,7
/proc/3436/stat : 3436 (glucose_static) R 3435 3397 3198 0 -1 4202496 105991 0 0 0 145192 89 0 0 20 0 1 0 287013112 234598400 46335 33554432000 4194304 4896791 140737278645792 140737278643000 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3436/statm: 57275 46335 78 172 0 57101 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 254092

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3489
/proc/meminfo: memFree=26990932/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=6696 CPUtime=28.98 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 5606 42597 0 0 12 4 2871 11 20 0 1 0 287010196 6856704 1279 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 1674 1279 173 410 0 1256 0
[pid=3435] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3435/stat : 3435 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287013111 9367552 266 33554432000 4194304 5064252 140735593227168 140735593226080 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 2287 266 226 213 0 72 0
[pid=3436] ppid=3435 vsize=180280 CPUtime=1512.8 cores=1,3,5,7
/proc/3436/stat : 3436 (glucose_static) R 3435 3397 3198 0 -1 4202496 108458 0 0 0 151187 93 0 0 20 0 1 0 287013112 184606720 37092 33554432000 4194304 4896791 140737278645792 140737278643320 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3436/statm: 45070 37092 78 172 0 44896 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 205272

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3489
/proc/meminfo: memFree=26966884/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=6696 CPUtime=28.98 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 5606 42597 0 0 12 4 2871 11 20 0 1 0 287010196 6856704 1279 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 1674 1279 173 410 0 1256 0
[pid=3435] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3435/stat : 3435 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287013111 9367552 266 33554432000 4194304 5064252 140735593227168 140735593226080 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 2287 266 226 213 0 72 0
[pid=3436] ppid=3435 vsize=182120 CPUtime=1572.79 cores=1,3,5,7
/proc/3436/stat : 3436 (glucose_static) R 3435 3397 3198 0 -1 4202496 110303 0 0 0 157183 96 0 0 20 0 1 0 287013112 186490880 39178 33554432000 4194304 4896791 140737278645792 140737278643320 4225148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3436/statm: 45530 39178 78 172 0 45356 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 207112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3490
/proc/meminfo: memFree=26962796/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=6696 CPUtime=28.98 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 5606 42597 0 0 12 4 2871 11 20 0 1 0 287010196 6856704 1279 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 1674 1279 173 410 0 1256 0
[pid=3435] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3435/stat : 3435 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287013111 9367552 266 33554432000 4194304 5064252 140735593227168 140735593226080 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 2287 266 226 213 0 72 0
[pid=3436] ppid=3435 vsize=186524 CPUtime=1632.78 cores=1,3,5,7
/proc/3436/stat : 3436 (glucose_static) R 3435 3397 3198 0 -1 4202496 112030 0 0 0 163179 99 0 0 20 0 1 0 287013112 191000576 40584 33554432000 4194304 4896791 140737278645792 140737278641528 4225417 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3436/statm: 46631 40584 78 172 0 46457 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 211516

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3490
/proc/meminfo: memFree=26959428/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=6696 CPUtime=28.98 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 5606 42597 0 0 12 4 2871 11 20 0 1 0 287010196 6856704 1279 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 1674 1279 173 410 0 1256 0
[pid=3435] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3435/stat : 3435 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287013111 9367552 266 33554432000 4194304 5064252 140735593227168 140735593226080 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 2287 266 226 213 0 72 0
[pid=3436] ppid=3435 vsize=188028 CPUtime=1692.76 cores=1,3,5,7
/proc/3436/stat : 3436 (glucose_static) R 3435 3397 3198 0 -1 4202496 113703 0 0 0 169173 103 0 0 20 0 1 0 287013112 192540672 42658 33554432000 4194304 4896791 140737278645792 140737278640920 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3436/statm: 47007 42658 78 172 0 46833 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 213020

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 3493
/proc/meminfo: memFree=26933676/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=6696 CPUtime=28.98 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 5606 42597 0 0 12 4 2871 11 20 0 1 0 287010196 6856704 1279 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 1674 1279 173 410 0 1256 0
[pid=3435] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3435/stat : 3435 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287013111 9367552 266 33554432000 4194304 5064252 140735593227168 140735593226080 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 2287 266 226 213 0 72 0
[pid=3436] ppid=3435 vsize=191648 CPUtime=1752.74 cores=1,3,5,7
/proc/3436/stat : 3436 (glucose_static) R 3435 3397 3198 0 -1 4202496 115876 0 0 0 175167 107 0 0 20 0 1 0 287013112 196247552 44962 33554432000 4194304 4896791 140737278645792 140737278640888 4223862 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3436/statm: 47912 44962 78 172 0 47738 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 216640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 3523
/proc/meminfo: memFree=27195020/32873648 swapFree=6848/6848
[pid=3397] ppid=3395 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3397/stat : 3397 (runWbo2satCp2.s) S 3395 3397 3198 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287010195 9367552 274 33554432000 4194304 5064252 140734000905728 140734000904640 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3397/statm: 2287 274 233 213 0 72 0
[pid=3398] ppid=3397 vsize=6696 CPUtime=28.98 cores=1,3,5,7
/proc/3398/stat : 3398 (wbo2sat) S 3397 3397 3198 0 -1 4202496 5606 42597 0 0 12 4 2871 11 20 0 1 0 287010196 6856704 1279 33554432000 4194304 5872148 140735732947664 140735732940936 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3398/statm: 1674 1279 173 410 0 1256 0
[pid=3435] ppid=3398 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3435/stat : 3435 (satsolver.sh) S 3398 3397 3198 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287013111 9367552 266 33554432000 4194304 5064252 140735593227168 140735593226080 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 2287 266 226 213 0 72 0
[pid=3436] ppid=3435 vsize=241988 CPUtime=1771.05 cores=1,3,5,7
/proc/3436/stat : 3436 (glucose_static) R 3435 3397 3198 0 -1 4202496 116213 0 0 0 176998 107 0 0 20 0 1 0 287013112 247795712 48869 33554432000 4194304 4896791 140737278645792 140737278643320 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3436/statm: 60497 48869 78 172 0 60323 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 266980

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 3397 and gives
#  childrusage.ru_utime.tv_sec=28
#  childrusage.ru_utime.tv_usec=841615
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=158975
# CPU time returned by wait4() is 29.0006
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.03
CPU user time (s): 1798.81
CPU system time (s): 1.22
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 316048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.8416
system time used= 0.158975
maximum resident set size= 46396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49182
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52
involuntary context switches= 70

runsolver used 3.2745 second user time and 7.80781 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-28 14:40:33
IDJOB=3717360
IDBENCH=79184
IDSOLVER=2299
FILE ID=node113/3717360-1338208833
RUNJOBID= node113-1338207032-3215
PBS_JOBID= 14624614
Free space on /tmp= 71384 MiB

SOLVER NAME= wbo2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30--soft-0-100-0.wbo
COMMAND LINE= DIR/runWbo2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717360-1338208833/watcher-3717360-1338208833 -o /tmp/evaluation-result-3717360-1338208833/solver-3717360-1338208833 -C 1800 -W 1900 -M 15500  HOME/runWbo2satCp2.sh HOME/instance-3717360-1338208833.wbo 1586504584 HOME HOME

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

MD5SUM BENCH= 169186b65db4bc0391cc8aa4ed776345
RANDOM SEED=1586504584

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:       32873648 kB
MemFree:        27375896 kB
Buffers:          399744 kB
Cached:          4222760 kB
SwapCached:            0 kB
Active:          1188104 kB
Inactive:        3468972 kB
Active(anon):      36728 kB
Inactive(anon):        0 kB
Active(file):    1151376 kB
Inactive(file):  3468972 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17428 kB
Writeback:             0 kB
AnonPages:        159856 kB
Mapped:            14796 kB
Shmem:               200 kB
Slab:             702280 kB
SReclaimable:     146060 kB
SUnreclaim:       556220 kB
KernelStack:        1512 kB
PageTables:         3824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     159588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71372 MiB
End job on node113 at 2012-05-28 15:10:34