Trace number 3754593

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
npSolver inc (fixed)? (TO) 1800.07 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_55_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM6f81f937ed71e1dab8ff48fcb963c1e2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2.66859
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5500
Total number of constraints210
Number of soft constraints210
Number of constraints which are clauses110
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
Top cost 10479
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 10478
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.04	c run usual solver
0.00/0.64	o 4102
0.00/0.64	c current bound: 2051
0.00/0.64	c fallback to adder encoding
1.07/1.16	o 1954
1.07/1.16	c current bound: 977
1.07/1.16	c fallback to adder encoding
13.86/13.99	o 956
13.86/13.99	c current bound: 478
18.21/18.56	o 439
18.21/18.56	c current bound: 219
1800.07/1800.51	c error: unexpected solver exit code
1800.07/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-3754593-1339191809/watcher-3754593-1339191809 -o /tmp/evaluation-result-3754593-1339191809/solver-3754593-1339191809 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754593-1339191809.wbo 2064797441 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.02 2.01 2.00 3/179 1512
/proc/meminfo: memFree=22624708/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0

[startup+0.0126139 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1512
/proc/meminfo: memFree=22624708/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100223 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1512
/proc/meminfo: memFree=22624708/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300125 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1512
/proc/meminfo: memFree=22624708/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700275 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1512
/proc/meminfo: memFree=22624708/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/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.02 2.01 2.00 3/183 1526
/proc/meminfo: memFree=22608304/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=7824 CPUtime=1.16 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 4314 14187 0 0 8 4 101 3 20 0 1 0 385306544 8011776 1455 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 1956 1455 179 443 0 1509 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 16972

[startup+3.10036 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 1534
/proc/meminfo: memFree=22602344/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=7824 CPUtime=1.16 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 4314 14187 0 0 8 4 101 3 20 0 1 0 385306544 8011776 1455 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 1956 1455 179 443 0 1509 0
[pid=1532] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1532/stat : 1532 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385306663 9367552 267 33554432000 4194304 5064252 140737407742096 140737407741008 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1532/statm: 2287 267 226 213 0 72 0
[pid=1534] ppid=1532 vsize=44836 CPUtime=1.9 cores=0,2,4,6
/proc/1534/stat : 1534 (glucose) R 1532 1512 32059 0 -1 4202496 5801 0 0 0 189 1 0 0 20 0 1 0 385306663 45912064 8309 33554432000 4194304 5208918 140734994862256 140734994860200 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1534/statm: 11209 8309 96 248 0 10958 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 70956

[startup+6.30035 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 1534
/proc/meminfo: memFree=22572872/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=7824 CPUtime=1.16 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 4314 14187 0 0 8 4 101 3 20 0 1 0 385306544 8011776 1455 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 1956 1455 179 443 0 1509 0
[pid=1532] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1532/stat : 1532 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385306663 9367552 267 33554432000 4194304 5064252 140737407742096 140737407741008 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1532/statm: 2287 267 226 213 0 72 0
[pid=1534] ppid=1532 vsize=113012 CPUtime=5.1 cores=0,2,4,6
/proc/1534/stat : 1534 (glucose) R 1532 1512 32059 0 -1 4202496 6630 0 0 0 508 2 0 0 20 0 1 0 385306663 115724288 19068 33554432000 4194304 5208918 140734994862256 140734994860248 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1534/statm: 28253 19068 96 248 0 28002 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 139132

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 1534
/proc/meminfo: memFree=22510076/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=7824 CPUtime=1.16 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 4314 14187 0 0 8 4 101 3 20 0 1 0 385306544 8011776 1455 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 1956 1455 179 443 0 1509 0
[pid=1532] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1532/stat : 1532 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385306663 9367552 267 33554432000 4194304 5064252 140737407742096 140737407741008 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1532/statm: 2287 267 226 213 0 72 0
[pid=1534] ppid=1532 vsize=143832 CPUtime=11.5 cores=0,2,4,6
/proc/1534/stat : 1534 (glucose) R 1532 1512 32059 0 -1 4202496 7652 0 0 0 1146 4 0 0 20 0 1 0 385306663 147283968 24767 33554432000 4194304 5208918 140734994862256 140734994860408 4229456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1534/statm: 35958 24767 96 248 0 35707 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 169952

[startup+25.5004 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 1603
/proc/meminfo: memFree=30851044/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=20556 CPUtime=18.61 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 7967 42112 0 0 25 6 1802 28 20 0 1 0 385306544 21049344 4536 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 5139 4536 180 443 0 4692 0
[pid=1578] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1578/stat : 1578 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385308407 9367552 267 33554432000 4194304 5064252 140733794650672 140733794649584 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1578/statm: 2287 267 226 213 0 72 0
[pid=1579] ppid=1578 vsize=39492 CPUtime=6.86 cores=0,2,4,6
/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 8417 0 0 0 685 1 0 0 20 0 1 0 385308407 40439808 8327 33554432000 4194304 5208918 140737290029152 140737290027304 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 9873 8327 104 248 0 9622 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 78344

[startup+51.1004 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 1603
/proc/meminfo: memFree=30777376/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=20556 CPUtime=18.61 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 7967 42112 0 0 25 6 1802 28 20 0 1 0 385306544 21049344 4536 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 5139 4536 180 443 0 4692 0
[pid=1578] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1578/stat : 1578 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385308407 9367552 267 33554432000 4194304 5064252 140733794650672 140733794649584 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1578/statm: 2287 267 226 213 0 72 0
[pid=1579] ppid=1578 vsize=77716 CPUtime=32.45 cores=0,2,4,6
/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 11578 0 0 0 3242 3 0 0 20 0 1 0 385308407 79581184 18345 33554432000 4194304 5208918 140737290029152 140737290027240 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 19429 18345 104 248 0 19178 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 116568

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1603
/proc/meminfo: memFree=30713836/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=20556 CPUtime=18.61 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 7967 42112 0 0 25 6 1802 28 20 0 1 0 385306544 21049344 4536 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 5139 4536 180 443 0 4692 0
[pid=1578] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1578/stat : 1578 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385308407 9367552 267 33554432000 4194304 5064252 140733794650672 140733794649584 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1578/statm: 2287 267 226 213 0 72 0
[pid=1579] ppid=1578 vsize=157856 CPUtime=83.65 cores=0,2,4,6
/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 13918 0 0 0 8358 7 0 0 20 0 1 0 385308407 161644544 33675 33554432000 4194304 5208918 140737290029152 140737290027304 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 39464 33675 104 248 0 39213 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 196708

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 1604
/proc/meminfo: memFree=30676752/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=20556 CPUtime=18.61 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 7967 42112 0 0 25 6 1802 28 20 0 1 0 385306544 21049344 4536 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 5139 4536 180 443 0 4692 0
[pid=1578] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1578/stat : 1578 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385308407 9367552 267 33554432000 4194304 5064252 140733794650672 140733794649584 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1578/statm: 2287 267 226 213 0 72 0
[pid=1579] ppid=1578 vsize=157856 CPUtime=143.63 cores=0,2,4,6
/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 16190 0 0 0 14352 11 0 0 20 0 1 0 385308407 161644544 35724 33554432000 4194304 5208918 140737290029152 140737290027304 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 39464 35724 104 248 0 39213 0
Current children cumulated CPU time (s) 162.24

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

/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 42104 0 0 0 140262 70 0 0 20 0 1 0 385308407 212934656 50556 33554432000 4194304 5208918 140737290029152 140737290027304 4211851 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 51986 50556 104 248 0 51735 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 246796

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 1650
/proc/meminfo: memFree=30468164/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=20556 CPUtime=18.61 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 7967 42112 0 0 25 6 1802 28 20 0 1 0 385306544 21049344 4536 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 5139 4536 180 443 0 4692 0
[pid=1578] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1578/stat : 1578 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385308407 9367552 267 33554432000 4194304 5064252 140733794650672 140733794649584 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1578/statm: 2287 267 226 213 0 72 0
[pid=1579] ppid=1578 vsize=421592 CPUtime=1463.3 cores=0,2,4,6
/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 43178 0 0 0 146258 72 0 0 20 0 1 0 385308407 431710208 76156 33554432000 4194304 5208918 140737290029152 140737290027304 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 105398 76156 104 248 0 105147 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 460444

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 1650
/proc/meminfo: memFree=30547836/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=20556 CPUtime=18.61 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 7967 42112 0 0 25 6 1802 28 20 0 1 0 385306544 21049344 4536 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 5139 4536 180 443 0 4692 0
[pid=1578] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1578/stat : 1578 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385308407 9367552 267 33554432000 4194304 5064252 140733794650672 140733794649584 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1578/statm: 2287 267 226 213 0 72 0
[pid=1579] ppid=1578 vsize=207944 CPUtime=1523.3 cores=0,2,4,6
/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 43953 0 0 0 152255 75 0 0 20 0 1 0 385308407 212934656 49809 33554432000 4194304 5208918 140737290029152 140737290027304 4211719 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 51986 49809 104 248 0 51735 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 246796

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/184 1656
/proc/meminfo: memFree=30440264/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=20556 CPUtime=18.61 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 7967 42112 0 0 25 6 1802 28 20 0 1 0 385306544 21049344 4536 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 5139 4536 180 443 0 4692 0
[pid=1578] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1578/stat : 1578 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385308407 9367552 267 33554432000 4194304 5064252 140733794650672 140733794649584 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1578/statm: 2287 267 226 213 0 72 0
[pid=1579] ppid=1578 vsize=289332 CPUtime=1583.29 cores=0,2,4,6
/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 44162 0 0 0 158251 78 0 0 20 0 1 0 385308407 296275968 70969 33554432000 4194304 5208918 140737290029152 140737290027304 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 72333 70969 104 248 0 72082 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 328184

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 1657
/proc/meminfo: memFree=30544956/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=20556 CPUtime=18.61 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 7967 42112 0 0 25 6 1802 28 20 0 1 0 385306544 21049344 4536 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 5139 4536 180 443 0 4692 0
[pid=1578] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1578/stat : 1578 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385308407 9367552 267 33554432000 4194304 5064252 140733794650672 140733794649584 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1578/statm: 2287 267 226 213 0 72 0
[pid=1579] ppid=1578 vsize=207944 CPUtime=1643.28 cores=0,2,4,6
/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 45689 0 0 0 164247 81 0 0 20 0 1 0 385308407 212934656 45436 33554432000 4194304 5208918 140737290029152 140737290027304 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 51986 45436 104 248 0 51735 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 246796

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 1657
/proc/meminfo: memFree=30440996/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=20556 CPUtime=18.61 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 7967 42112 0 0 25 6 1802 28 20 0 1 0 385306544 21049344 4536 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 5139 4536 180 443 0 4692 0
[pid=1578] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1578/stat : 1578 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385308407 9367552 267 33554432000 4194304 5064252 140733794650672 140733794649584 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1578/statm: 2287 267 226 213 0 72 0
[pid=1579] ppid=1578 vsize=421592 CPUtime=1703.27 cores=0,2,4,6
/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 46764 0 0 0 170244 83 0 0 20 0 1 0 385308407 431710208 72060 33554432000 4194304 5208918 140737290029152 140737290027304 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 105398 72060 104 248 0 105147 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 460444

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 1657
/proc/meminfo: memFree=30572424/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=20556 CPUtime=18.61 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 7967 42112 0 0 25 6 1802 28 20 0 1 0 385306544 21049344 4536 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 5139 4536 180 443 0 4692 0
[pid=1578] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1578/stat : 1578 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385308407 9367552 267 33554432000 4194304 5064252 140733794650672 140733794649584 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1578/statm: 2287 267 226 213 0 72 0
[pid=1579] ppid=1578 vsize=207944 CPUtime=1763.27 cores=0,2,4,6
/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 47539 0 0 0 176240 87 0 0 20 0 1 0 385308407 212934656 42129 33554432000 4194304 5208918 140737290029152 140737290027304 4211599 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 51986 42129 104 248 0 51735 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 246796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 1657
/proc/meminfo: memFree=30525072/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=20556 CPUtime=18.61 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 7967 42112 0 0 25 6 1802 28 20 0 1 0 385306544 21049344 4536 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 5139 4536 180 443 0 4692 0
[pid=1578] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1578/stat : 1578 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385308407 9367552 267 33554432000 4194304 5064252 140733794650672 140733794649584 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1578/statm: 2287 267 226 213 0 72 0
[pid=1579] ppid=1578 vsize=207944 CPUtime=1781.46 cores=0,2,4,6
/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 47551 0 0 0 178059 87 0 0 20 0 1 0 385308407 212934656 48273 33554432000 4194304 5208918 140737290029152 140737290027304 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 51986 48273 104 248 0 51735 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 246796

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.00 2.01 2.00 3/183 1657
/proc/meminfo: memFree=30525072/32873844 swapFree=7632/7632
[pid=1512] ppid=1510 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1512/stat : 1512 (npSolver-wbo-I.) S 1510 1512 32059 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385306544 9367552 274 33554432000 4194304 5064252 140734848163536 140734848162448 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1512/statm: 2287 274 233 213 0 72 0
[pid=1513] ppid=1512 vsize=20556 CPUtime=18.61 cores=0,2,4,6
/proc/1513/stat : 1513 (npSolver-wbo) S 1512 1512 32059 0 -1 4202496 7967 42112 0 0 25 6 1802 28 20 0 1 0 385306544 21049344 4536 33554432000 4194304 6006132 140737108094992 140737108086400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1513/statm: 5139 4536 180 443 0 4692 0
[pid=1578] ppid=1513 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1578/stat : 1578 (satsolver.sh) S 1513 1512 32059 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385308407 9367552 267 33554432000 4194304 5064252 140733794650672 140733794649584 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1578/statm: 2287 267 226 213 0 72 0
[pid=1579] ppid=1578 vsize=207944 CPUtime=1781.46 cores=0,2,4,6
/proc/1579/stat : 1579 (glucose) R 1578 1512 32059 0 -1 4202496 47551 0 0 0 178059 87 0 0 20 0 1 0 385308407 212934656 48273 33554432000 4194304 5208918 140737290029152 140737290027304 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1579/statm: 51986 48273 104 248 0 51735 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 246796

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1512 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=276221
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=353946
# CPU time returned by wait4() is 18.6302
# 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): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1798.86
CPU system time (s): 1.21
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 540584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.2762
system time used= 0.353946
maximum resident set size= 105244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51057
page faults= 0
swaps= 0
block input operations= 0
block output operations= 34896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 450
involuntary context switches= 78

runsolver used 3.14552 second user time and 10.2254 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-08 23:43:29
IDJOB=3754593
IDBENCH=79158
IDSOLVER=2338
FILE ID=node119/3754593-1339191809
RUNJOBID= node119-1339184603-802
PBS_JOBID= 14643814
Free space on /tmp= 68856 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_55_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754593-1339191809/watcher-3754593-1339191809 -o /tmp/evaluation-result-3754593-1339191809/solver-3754593-1339191809 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3754593-1339191809.wbo 2064797441 HOME HOME

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

MD5SUM BENCH= 6f81f937ed71e1dab8ff48fcb963c1e2
RANDOM SEED=2064797441

node119.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.943
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.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:        22624972 kB
Buffers:          279892 kB
Cached:          2795268 kB
SwapCached:         2572 kB
Active:          8627036 kB
Inactive:         746296 kB
Active(anon):    6295396 kB
Inactive(anon):     3960 kB
Active(file):    2331640 kB
Inactive(file):   742336 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097024 kB
Dirty:              8548 kB
Writeback:             0 kB
AnonPages:       6364988 kB
Mapped:             9816 kB
Shmem:                 0 kB
Slab:             717208 kB
SReclaimable:     157996 kB
SUnreclaim:       559212 kB
KernelStack:        1520 kB
PageTables:        16612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    7462460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3598336 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= 70800 MiB
End job on node119 at 2012-06-09 00:13:29