Trace number 3715209

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-topDown? (TO) 1800.06 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_45_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM6dc14d51c0879b2054c8b72501c6facc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.973851
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3600
Total number of constraints170
Number of soft constraints170
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 7974
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7973
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
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.28	c run usual solver
3.28/3.31	o 4037
3.28/3.31	c fallback to adder encoding
3.73/3.88	o 4015
3.73/3.88	c fallback to adder encoding
4.37/4.42	o 3982
4.37/4.42	c fallback to adder encoding
5.08/5.10	o 3622
5.08/5.10	c fallback to adder encoding
5.58/5.61	o 1588
5.58/5.61	c fallback to adder encoding
6.16/6.31	o 1585
6.16/6.31	c fallback to adder encoding
6.64/6.79	o 574
12.01/12.47	o 570
107.83/107.94	o 502
130.74/130.87	o 501
155.21/155.35	o 236
159.76/160.09	o 203
197.07/197.38	o 201
259.31/259.40	o 199
322.98/323.10	o 197
345.48/345.60	o 178
385.97/386.32	o 167
404.20/404.54	o 158
413.50/413.84	o 157
435.36/435.54	o 146
437.91/438.24	o 134
445.31/445.64	o 126
447.26/447.40	o 122
453.43/453.76	o 116
465.15/465.35	o 104
472.82/473.13	o 88
503.96/504.27	o 85
509.26/509.57	o 70
510.37/510.66	o 10
511.04/511.32	o 9
511.86/512.00	o 7
512.37/512.51	o 5
513.18/513.44	o 4
1800.06/1800.41	c error: unexpected solver exit code
1800.06/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3715209-1338208804/watcher-3715209-1338208804 -o /tmp/evaluation-result-3715209-1338208804/solver-3715209-1338208804 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715209-1338208804.wbo 785796991 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18672
/proc/meminfo: memFree=30615124/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0

[startup+0.0830369 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18672
/proc/meminfo: memFree=30615124/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18672
/proc/meminfo: memFree=30615124/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300233 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18672
/proc/meminfo: memFree=30615124/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700268 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18672
/proc/meminfo: memFree=30615124/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 18676
/proc/meminfo: memFree=30539460/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=10524 CPUtime=0.27 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 4777 0 0 0 26 1 0 0 20 0 1 0 287005303 10776576 2212 33554432000 4194304 5990268 140733787372192 140733787365344 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18673/statm: 2631 2212 156 439 0 2188 0
[pid=18675] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18675/stat : 18675 (cp2_pre.sh) S 18673 18672 16422 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287005331 9367552 277 33554432000 4194304 5064252 140737127634896 140737127633600 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18675/statm: 2287 277 234 213 0 72 0
[pid=18676] ppid=18675 vsize=66536 CPUtime=1.2 cores=0,2,4,6
/proc/18676/stat : 18676 (coprocessor) R 18675 18672 16422 0 -1 4202496 13337 0 0 0 119 1 0 0 20 0 1 0 287005331 68132864 15966 33554432000 4194304 6586260 140736512490000 140736512485864 5599231 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/18676/statm: 16634 15966 191 584 0 16046 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 95356

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 18676
/proc/meminfo: memFree=30522336/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=10524 CPUtime=3.07 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 4794 22455 0 0 26 1 247 33 20 0 1 0 287005303 10776576 2214 33554432000 4194304 5990268 140733787372192 140733787365920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18673/statm: 2631 2214 158 439 0 2188 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19672

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 18707
/proc/meminfo: memFree=30572836/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=16096 CPUtime=6.16 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 13324 82057 0 0 43 10 512 51 20 0 1 0 287005303 16482304 3457 33554432000 4194304 5990268 140733787372192 140733787363104 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18673/statm: 4024 3457 169 439 0 3581 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 25244

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 18728
/proc/meminfo: memFree=30469380/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=36180 CPUtime=12.57 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 21497 125678 0 0 68 14 1099 76 20 0 1 0 287005303 37048320 8509 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18673/statm: 9045 8509 170 439 0 8602 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 45328

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 18735
/proc/meminfo: memFree=30451624/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=36180 CPUtime=12.57 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 21497 125678 0 0 68 14 1099 76 20 0 1 0 287005303 37048320 8509 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18673/statm: 9045 8509 170 439 0 8602 0
[pid=18734] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18734/stat : 18734 (satsolver.sh) S 18673 18672 16422 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287006562 9367552 267 33554432000 4194304 5064252 140735759394704 140735759393616 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18734/statm: 2287 267 226 213 0 72 0
[pid=18735] ppid=18734 vsize=77668 CPUtime=12.89 cores=0,2,4,6
/proc/18735/stat : 18735 (glucose) R 18734 18672 16422 0 -1 4202496 16772 0 0 0 1286 3 0 0 20 0 1 0 287006562 79532032 17530 33554432000 4194304 5208918 140734672908704 140734672906552 4229169 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18735/statm: 19417 17530 104 248 0 19166 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 132144

[startup+51.1004 s]
/proc/loadavg: 2.12 2.03 2.01 3/184 18735
/proc/meminfo: memFree=30423284/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=36180 CPUtime=12.57 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 21497 125678 0 0 68 14 1099 76 20 0 1 0 287005303 37048320 8509 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18673/statm: 9045 8509 170 439 0 8602 0
[pid=18734] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18734/stat : 18734 (satsolver.sh) S 18673 18672 16422 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287006562 9367552 267 33554432000 4194304 5064252 140735759394704 140735759393616 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18734/statm: 2287 267 226 213 0 72 0
[pid=18735] ppid=18734 vsize=109360 CPUtime=38.49 cores=0,2,4,6
/proc/18735/stat : 18735 (glucose) R 18734 18672 16422 0 -1 4202496 18920 0 0 0 3845 4 0 0 20 0 1 0 287006562 111984640 24694 33554432000 4194304 5208918 140734672908704 140734672906568 4228982 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18735/statm: 27340 24694 104 248 0 27089 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 163836

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 18735
/proc/meminfo: memFree=30397384/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=36180 CPUtime=12.57 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 21497 125678 0 0 68 14 1099 76 20 0 1 0 287005303 37048320 8509 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18673/statm: 9045 8509 170 439 0 8602 0
[pid=18734] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18734/stat : 18734 (satsolver.sh) S 18673 18672 16422 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287006562 9367552 267 33554432000 4194304 5064252 140735759394704 140735759393616 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18734/statm: 2287 267 226 213 0 72 0
[pid=18735] ppid=18734 vsize=109360 CPUtime=89.69 cores=0,2,4,6
/proc/18735/stat : 18735 (glucose) R 18734 18672 16422 0 -1 4202496 18921 0 0 0 8965 4 0 0 20 0 1 0 287006562 111984640 24695 33554432000 4194304 5208918 140734672908704 140734672906568 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18735/statm: 27340 24695 104 248 0 27089 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 163836

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 18763
/proc/meminfo: memFree=30513776/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=28384 CPUtime=160.07 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 30626 221334 0 0 97 19 15748 143 20 0 1 0 287005303 29065216 6324 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18673/statm: 7096 6324 170 439 0 6653 0
[pid=18762] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18762/stat : 18762 (satsolver.sh) S 18673 18672 16422 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287021316 9367552 267 33554432000 4194304 5064252 140734909629392 140734909628304 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18762/statm: 2287 267 226 213 0 72 0
[pid=18763] ppid=18762 vsize=41504 CPUtime=2.15 cores=0,2,4,6
/proc/18763/stat : 18763 (glucose) R 18762 18672 16422 0 -1 4202496 8745 0 0 0 214 1 0 0 20 0 1 0 287021316 42500096 9375 33554432000 4194304 5208918 140734324289712 140734324287560 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18763/statm: 10376 9375 102 248 0 10125 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 88184

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 18771
/proc/meminfo: memFree=30459548/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=28384 CPUtime=197.34 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 32544 240029 0 0 101 19 19460 154 20 0 1 0 287005303 29065216 6324 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18673/statm: 7096 6324 170 439 0 6653 0
[pid=18770] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/18912/stat : 18912 (glucose) R 18911 18672 16422 0 -1 4202496 32896 0 0 0 84829 43 0 0 20 0 1 0 287056647 154923008 36914 33554432000 4194304 5208918 140736883790592 140736883786904 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18912/statm: 37823 36914 105 248 0 37572 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 197972

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19080
/proc/meminfo: memFree=30332736/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=28384 CPUtime=513.31 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 60800 554007 0 0 146 27 50858 300 20 0 1 0 287005303 29065216 6324 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18673/statm: 7096 6324 170 439 0 6653 0
[pid=18911] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18911/stat : 18911 (satsolver.sh) S 18673 18672 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287056647 9367552 267 33554432000 4194304 5064252 140734206155136 140734206154048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18911/statm: 2287 267 226 213 0 72 0
[pid=18912] ppid=18911 vsize=261876 CPUtime=908.71 cores=0,2,4,6
/proc/18912/stat : 18912 (glucose) R 18911 18672 16422 0 -1 4202496 35557 0 0 0 90824 47 0 0 20 0 1 0 287056647 268161024 62688 33554432000 4194304 5208918 140736883790592 140736883786968 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18912/statm: 65469 62688 105 248 0 65218 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 308556

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19101
/proc/meminfo: memFree=30366632/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=28384 CPUtime=513.31 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 60800 554007 0 0 146 27 50858 300 20 0 1 0 287005303 29065216 6324 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18673/statm: 7096 6324 170 439 0 6653 0
[pid=18911] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18911/stat : 18911 (satsolver.sh) S 18673 18672 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287056647 9367552 267 33554432000 4194304 5064252 140734206155136 140734206154048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18911/statm: 2287 267 226 213 0 72 0
[pid=18912] ppid=18911 vsize=231056 CPUtime=968.69 cores=0,2,4,6
/proc/18912/stat : 18912 (glucose) R 18911 18672 16422 0 -1 4202496 38240 0 0 0 96817 52 0 0 20 0 1 0 287056647 236601344 54941 33554432000 4194304 5208918 140736883790592 140736883788584 4229427 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18912/statm: 57764 54941 105 248 0 57513 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 277736

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19101
/proc/meminfo: memFree=30312540/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=28384 CPUtime=513.31 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 60800 554007 0 0 146 27 50858 300 20 0 1 0 287005303 29065216 6324 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18673/statm: 7096 6324 170 439 0 6653 0
[pid=18911] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18911/stat : 18911 (satsolver.sh) S 18673 18672 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287056647 9367552 267 33554432000 4194304 5064252 140734206155136 140734206154048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18911/statm: 2287 267 226 213 0 72 0
[pid=18912] ppid=18911 vsize=261876 CPUtime=1028.68 cores=0,2,4,6
/proc/18912/stat : 18912 (glucose) R 18911 18672 16422 0 -1 4202496 40478 0 0 0 102812 56 0 0 20 0 1 0 287056647 268161024 64224 33554432000 4194304 5208918 140736883790592 140736883786904 4229712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18912/statm: 65469 64224 105 248 0 65218 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 308556

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19108
/proc/meminfo: memFree=30373108/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=28384 CPUtime=513.31 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 60800 554007 0 0 146 27 50858 300 20 0 1 0 287005303 29065216 6324 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18673/statm: 7096 6324 170 439 0 6653 0
[pid=18911] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18911/stat : 18911 (satsolver.sh) S 18673 18672 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287056647 9367552 267 33554432000 4194304 5064252 140734206155136 140734206154048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18911/statm: 2287 267 226 213 0 72 0
[pid=18912] ppid=18911 vsize=231056 CPUtime=1088.67 cores=0,2,4,6
/proc/18912/stat : 18912 (glucose) R 18911 18672 16422 0 -1 4202496 43154 0 0 0 108806 61 0 0 20 0 1 0 287056647 236601344 53917 33554432000 4194304 5208918 140736883790592 140736883786968 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18912/statm: 57764 53917 105 248 0 57513 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 277736

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 19122
/proc/meminfo: memFree=30341244/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=28384 CPUtime=513.31 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 60800 554007 0 0 146 27 50858 300 20 0 1 0 287005303 29065216 6324 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18673/statm: 7096 6324 170 439 0 6653 0
[pid=18911] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18911/stat : 18911 (satsolver.sh) S 18673 18672 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287056647 9367552 267 33554432000 4194304 5064252 140734206155136 140734206154048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18911/statm: 2287 267 226 213 0 72 0
[pid=18912] ppid=18911 vsize=261876 CPUtime=1148.66 cores=0,2,4,6
/proc/18912/stat : 18912 (glucose) R 18911 18672 16422 0 -1 4202496 45399 0 0 0 114801 65 0 0 20 0 1 0 287056647 268161024 61152 33554432000 4194304 5208918 140736883790592 140736883788744 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18912/statm: 65469 61152 105 248 0 65218 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 308556

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 19144
/proc/meminfo: memFree=30378228/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=28384 CPUtime=513.31 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 60800 554007 0 0 146 27 50858 300 20 0 1 0 287005303 29065216 6324 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18673/statm: 7096 6324 170 439 0 6653 0
[pid=18911] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18911/stat : 18911 (satsolver.sh) S 18673 18672 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287056647 9367552 267 33554432000 4194304 5064252 140734206155136 140734206154048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18911/statm: 2287 267 226 213 0 72 0
[pid=18912] ppid=18911 vsize=231056 CPUtime=1208.65 cores=0,2,4,6
/proc/18912/stat : 18912 (glucose) R 18911 18672 16422 0 -1 4202496 48064 0 0 0 120795 70 0 0 20 0 1 0 287056647 236601344 53917 33554432000 4194304 5208918 140736883790592 140736883786360 4229757 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18912/statm: 57764 53917 105 248 0 57513 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 277736

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 19151
/proc/meminfo: memFree=30343904/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=28384 CPUtime=513.31 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 60800 554007 0 0 146 27 50858 300 20 0 1 0 287005303 29065216 6324 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18673/statm: 7096 6324 170 439 0 6653 0
[pid=18911] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18911/stat : 18911 (satsolver.sh) S 18673 18672 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287056647 9367552 267 33554432000 4194304 5064252 140734206155136 140734206154048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18911/statm: 2287 267 226 213 0 72 0
[pid=18912] ppid=18911 vsize=261876 CPUtime=1268.64 cores=0,2,4,6
/proc/18912/stat : 18912 (glucose) R 18911 18672 16422 0 -1 4202496 50288 0 0 0 126790 74 0 0 20 0 1 0 287056647 268161024 62176 33554432000 4194304 5208918 140736883790592 140736883786968 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18912/statm: 65469 62176 105 248 0 65218 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 308556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 19154
/proc/meminfo: memFree=30297728/32873844 swapFree=6600/6600
[pid=18672] ppid=18670 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18672/stat : 18672 (npSolver-wbo-It) S 18670 18672 16422 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287005302 9367552 274 33554432000 4194304 5064252 140733993962784 140733993961696 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18672/statm: 2287 274 233 213 0 72 0
[pid=18673] ppid=18672 vsize=28384 CPUtime=513.31 cores=0,2,4,6
/proc/18673/stat : 18673 (npSolver-wbo) S 18672 18672 16422 0 -1 4202496 60800 554007 0 0 146 27 50858 300 20 0 1 0 287005303 29065216 6324 33554432000 4194304 5990268 140733787372192 140733787363616 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18673/statm: 7096 6324 170 439 0 6653 0
[pid=18911] ppid=18673 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18911/stat : 18911 (satsolver.sh) S 18673 18672 16422 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287056647 9367552 267 33554432000 4194304 5064252 140734206155136 140734206154048 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18911/statm: 2287 267 226 213 0 72 0
[pid=18912] ppid=18911 vsize=311964 CPUtime=1286.75 cores=0,2,4,6
/proc/18912/stat : 18912 (glucose) R 18911 18672 16422 0 -1 4202496 51125 0 0 0 128600 75 0 0 20 0 1 0 287056647 319451136 69133 33554432000 4194304 5208918 140736883790592 140736883786968 4211625 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18912/statm: 77991 69133 105 248 0 77740 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 358644

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 18672 and gives
#  childrusage.ru_utime.tv_sec=510
#  childrusage.ru_utime.tv_usec=52460
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=282500
# CPU time returned by wait4() is 513.335
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1796.04
CPU system time (s): 4.02
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 358644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 510.052
system time used= 3.2825
maximum resident set size= 99088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 615783
page faults= 0
swaps= 0
block input operations= 0
block output operations= 359392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8876
involuntary context switches= 921

runsolver used 4.01339 second user time and 10.2064 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-28 14:40:05
IDJOB=3715209
IDBENCH=79149
IDSOLVER=2296
FILE ID=node140/3715209-1338208804
RUNJOBID= node140-1338193685-16438
PBS_JOBID= 14624590
Free space on /tmp= 71328 MiB

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

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

MD5SUM BENCH= 6dc14d51c0879b2054c8b72501c6facc
RANDOM SEED=785796991

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.88
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.094
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		: 2667.094
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:        30615388 kB
Buffers:          493904 kB
Cached:           770004 kB
SwapCached:         1516 kB
Active:          1071612 kB
Inactive:         306488 kB
Active(anon):     106116 kB
Inactive(anon):     8636 kB
Active(file):     965496 kB
Inactive(file):   297852 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105308 kB
Dirty:              8220 kB
Writeback:             0 kB
AnonPages:        148208 kB
Mapped:            12748 kB
Shmem:                 8 kB
Slab:             740172 kB
SReclaimable:     182308 kB
SUnreclaim:       557864 kB
KernelStack:        1528 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     229668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71300 MiB
End job on node140 at 2012-05-28 15:10:05