Trace number 3715196

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.08 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_16_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMbec517e59b6734cb4022e119f1959006
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.073988
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables480
Total number of constraints62
Number of soft constraints62
Number of constraints which are clauses32
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 constraint15
Maximum length of a constraint16
Top cost 2961
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 2960
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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.00	c run usual solver
14.96/15.02	o 488
29.55/29.63	o 121
29.60/29.96	o 21
29.92/30.05	o 19
30.01/30.18	o 17
30.75/30.86	o 15
30.79/31.02	o 8
1800.04/1800.40	./satsolver.sh: line 5: 31739 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.40	c error: unexpected solver exit code
1800.04/1800.40	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-3715196-1338208902/watcher-3715196-1338208902 -o /tmp/evaluation-result-3715196-1338208902/solver-3715196-1338208902 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715196-1338208902.wbo 232191029 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.03 2.02 2.00 3/179 31683
/proc/meminfo: memFree=31225324/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0

[startup+0.099568 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 31683
/proc/meminfo: memFree=31225324/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100167 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 31683
/proc/meminfo: memFree=31225324/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300223 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 31683
/proc/meminfo: memFree=31225324/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700226 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 31683
/proc/meminfo: memFree=31225324/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/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.03 2.02 2.00 3/183 31690
/proc/meminfo: memFree=31218796/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 273 2203 0 0 0 0 0 0 20 0 1 0 287016937 2306048 219 33554432000 4194304 5990268 140735829406576 140735829400816 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31684/statm: 563 219 153 439 0 120 0
[pid=31689] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31689/stat : 31689 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287016939 9367552 266 33554432000 4194304 5064252 140734777414544 140734777413456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31689/statm: 2287 266 226 213 0 72 0
[pid=31690] ppid=31689 vsize=10804 CPUtime=1.47 cores=1,3,5,7
/proc/31690/stat : 31690 (glucose) R 31689 31683 29981 0 -1 4202496 2020 0 0 0 147 0 0 0 20 0 1 0 287016939 11063296 1902 33554432000 4194304 5208918 140734982357040 140734982354984 4212700 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 2701 1902 96 248 0 2450 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 31352

[startup+3.10033 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 31690
/proc/meminfo: memFree=31214880/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 273 2203 0 0 0 0 0 0 20 0 1 0 287016937 2306048 219 33554432000 4194304 5990268 140735829406576 140735829400816 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31684/statm: 563 219 153 439 0 120 0
[pid=31689] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31689/stat : 31689 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287016939 9367552 266 33554432000 4194304 5064252 140734777414544 140734777413456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31689/statm: 2287 266 226 213 0 72 0
[pid=31690] ppid=31689 vsize=13484 CPUtime=3.07 cores=1,3,5,7
/proc/31690/stat : 31690 (glucose) R 31689 31683 29981 0 -1 4202496 3031 0 0 0 307 0 0 0 20 0 1 0 287016939 13807616 2893 33554432000 4194304 5208918 140734982357040 140734982354984 4229712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 3371 2893 96 248 0 3120 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 34032

[startup+6.30032 s]
/proc/loadavg: 2.11 2.03 2.01 3/183 31690
/proc/meminfo: memFree=31208076/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 273 2203 0 0 0 0 0 0 20 0 1 0 287016937 2306048 219 33554432000 4194304 5990268 140735829406576 140735829400816 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31684/statm: 563 219 153 439 0 120 0
[pid=31689] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31689/stat : 31689 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287016939 9367552 266 33554432000 4194304 5064252 140734777414544 140734777413456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31689/statm: 2287 266 226 213 0 72 0
[pid=31690] ppid=31689 vsize=16204 CPUtime=6.27 cores=1,3,5,7
/proc/31690/stat : 31690 (glucose) R 31689 31683 29981 0 -1 4202496 3243 0 0 0 627 0 0 0 20 0 1 0 287016939 16592896 3612 33554432000 4194304 5208918 140734982357040 140734982354904 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 4051 3612 96 248 0 3800 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36752

[startup+12.7003 s]
/proc/loadavg: 2.10 2.03 2.00 3/183 31690
/proc/meminfo: memFree=31201932/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=2252 CPUtime=0 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 273 2203 0 0 0 0 0 0 20 0 1 0 287016937 2306048 219 33554432000 4194304 5990268 140735829406576 140735829400816 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31684/statm: 563 219 153 439 0 120 0
[pid=31689] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31689/stat : 31689 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287016939 9367552 266 33554432000 4194304 5064252 140734777414544 140734777413456 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31689/statm: 2287 266 226 213 0 72 0
[pid=31690] ppid=31689 vsize=22296 CPUtime=12.66 cores=1,3,5,7
/proc/31690/stat : 31690 (glucose) R 31689 31683 29981 0 -1 4202496 5184 0 0 0 1266 0 0 0 20 0 1 0 287016939 22831104 5122 33554432000 4194304 5208918 140734982357040 140734982354904 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31690/statm: 5574 5122 96 248 0 5323 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 42844

[startup+25.5004 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 31697
/proc/meminfo: memFree=31177892/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=4564 CPUtime=15.04 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 1932 10307 0 0 3 0 1499 2 20 0 1 0 287016937 4673536 817 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 1141 817 160 439 0 698 0
[pid=31696] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31696/stat : 31696 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287018443 9367552 266 33554432000 4194304 5064252 140734893667232 140734893666144 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31696/statm: 2287 266 226 213 0 72 0
[pid=31697] ppid=31696 vsize=42588 CPUtime=10.42 cores=1,3,5,7
/proc/31697/stat : 31697 (glucose) R 31696 31683 29981 0 -1 4202496 8464 0 0 0 1041 1 0 0 20 0 1 0 287018443 43610112 9745 33554432000 4194304 5208918 140736379352576 140736379350440 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31697/statm: 10647 9745 104 248 0 10396 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 65448

[startup+51.1004 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 31740
/proc/meminfo: memFree=31188436/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=3352 CPUtime=30.95 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 2616 44045 0 0 4 0 3079 12 20 0 1 0 287016937 3432448 471 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 838 471 160 439 0 395 0
[pid=31738] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287020039 9367552 267 33554432000 4194304 5064252 140736007611072 140736007609984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=37392 CPUtime=20.05 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31683 29981 0 -1 4202496 4839 0 0 0 2005 0 0 0 20 0 1 0 287020039 38289408 8282 33554432000 4194304 5208918 140733295046928 140733295044920 4229483 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31739/statm: 9348 8282 105 248 0 9097 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 59040

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 31740
/proc/meminfo: memFree=31152416/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=3352 CPUtime=30.95 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 2616 44045 0 0 4 0 3079 12 20 0 1 0 287016937 3432448 471 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 838 471 160 439 0 395 0
[pid=31738] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287020039 9367552 267 33554432000 4194304 5064252 140736007611072 140736007609984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=51712 CPUtime=71.25 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31683 29981 0 -1 4202496 6186 0 0 0 7124 1 0 0 20 0 1 0 287020039 52953088 11972 33554432000 4194304 5208918 140733295046928 140733295044872 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31739/statm: 12928 11972 105 248 0 12677 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 73360

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 31740
/proc/meminfo: memFree=31151064/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=3352 CPUtime=30.95 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 2616 44045 0 0 4 0 3079 12 20 0 1 0 287016937 3432448 471 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 838 471 160 439 0 395 0
[pid=31738] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31819
/proc/meminfo: memFree=31073144/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=3352 CPUtime=30.95 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 2616 44045 0 0 4 0 3079 12 20 0 1 0 287016937 3432448 471 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 838 471 160 439 0 395 0
[pid=31738] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287020039 9367552 267 33554432000 4194304 5064252 140736007611072 140736007609984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=123792 CPUtime=1331.05 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31683 29981 0 -1 4202496 18671 0 0 0 133089 16 0 0 20 0 1 0 287020039 126763008 26221 33554432000 4194304 5208918 140733295046928 140733295045016 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31739/statm: 30948 26221 105 248 0 30697 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 145440

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31819
/proc/meminfo: memFree=31024808/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=3352 CPUtime=30.95 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 2616 44045 0 0 4 0 3079 12 20 0 1 0 287016937 3432448 471 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 838 471 160 439 0 395 0
[pid=31738] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287020039 9367552 267 33554432000 4194304 5064252 140736007611072 140736007609984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=173112 CPUtime=1391.05 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31683 29981 0 -1 4202496 19628 0 0 0 139088 17 0 0 20 0 1 0 287020039 177266688 36407 33554432000 4194304 5208918 140733295046928 140733295044920 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31739/statm: 43278 36407 105 248 0 43027 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 194760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31819
/proc/meminfo: memFree=31030832/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=3352 CPUtime=30.95 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 2616 44045 0 0 4 0 3079 12 20 0 1 0 287016937 3432448 471 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 838 471 160 439 0 395 0
[pid=31738] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287020039 9367552 267 33554432000 4194304 5064252 140736007611072 140736007609984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=173112 CPUtime=1451.04 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31683 29981 0 -1 4202496 20584 0 0 0 145085 19 0 0 20 0 1 0 287020039 177266688 35383 33554432000 4194304 5208918 140733295046928 140733295044920 4229728 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31739/statm: 43278 35383 105 248 0 43027 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 194760

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31819
/proc/meminfo: memFree=31007640/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=3352 CPUtime=30.95 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 2616 44045 0 0 4 0 3079 12 20 0 1 0 287016937 3432448 471 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 838 471 160 439 0 395 0
[pid=31738] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287020039 9367552 267 33554432000 4194304 5064252 140736007611072 140736007609984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=189336 CPUtime=1511.02 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31683 29981 0 -1 4202496 22214 0 0 0 151082 20 0 0 20 0 1 0 287020039 193880064 42700 33554432000 4194304 5208918 140733295046928 140733295044920 4229717 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31739/statm: 47334 42700 105 248 0 47083 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 210984

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31820
/proc/meminfo: memFree=31045080/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=3352 CPUtime=30.95 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 2616 44045 0 0 4 0 3079 12 20 0 1 0 287016937 3432448 471 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 838 471 160 439 0 395 0
[pid=31738] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287020039 9367552 267 33554432000 4194304 5064252 140736007611072 140736007609984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=189336 CPUtime=1571.01 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31683 29981 0 -1 4202496 23161 0 0 0 157080 21 0 0 20 0 1 0 287020039 193880064 42700 33554432000 4194304 5208918 140733295046928 140733295044920 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31739/statm: 47334 42700 105 248 0 47083 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 210984

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 31820
/proc/meminfo: memFree=31077616/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=3352 CPUtime=30.95 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 2616 44045 0 0 4 0 3079 12 20 0 1 0 287016937 3432448 471 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 838 471 160 439 0 395 0
[pid=31738] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287020039 9367552 267 33554432000 4194304 5064252 140736007611072 140736007609984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=140016 CPUtime=1631.01 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31683 29981 0 -1 4202496 24110 0 0 0 163078 23 0 0 20 0 1 0 287020039 143376384 34562 33554432000 4194304 5208918 140733295046928 140733295045016 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31739/statm: 35004 34562 105 248 0 34753 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 161664

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 31823
/proc/meminfo: memFree=30983220/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=3352 CPUtime=30.95 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 2616 44045 0 0 4 0 3079 12 20 0 1 0 287016937 3432448 471 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 838 471 160 439 0 395 0
[pid=31738] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287020039 9367552 267 33554432000 4194304 5064252 140736007611072 140736007609984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=189336 CPUtime=1691 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31683 29981 0 -1 4202496 25071 0 0 0 169076 24 0 0 20 0 1 0 287020039 193880064 46284 33554432000 4194304 5208918 140733295046928 140733295044920 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31739/statm: 47334 46284 105 248 0 47083 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 210984

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 31823
/proc/meminfo: memFree=31041984/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=3352 CPUtime=30.95 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 2616 44045 0 0 4 0 3079 12 20 0 1 0 287016937 3432448 471 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 838 471 160 439 0 395 0
[pid=31738] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287020039 9367552 267 33554432000 4194304 5064252 140736007611072 140736007609984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=140016 CPUtime=1750.98 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31683 29981 0 -1 4202496 26721 0 0 0 175072 26 0 0 20 0 1 0 287020039 143376384 34562 33554432000 4194304 5208918 140733295046928 140733295045016 4229483 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31739/statm: 35004 34562 105 248 0 34753 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 161664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31823
/proc/meminfo: memFree=30999784/32873648 swapFree=6852/6852
[pid=31683] ppid=31681 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31683/stat : 31683 (npSolver-wbo-It) S 31681 31683 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287016936 9367552 274 33554432000 4194304 5064252 140734982540352 140734982539264 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31683/statm: 2287 274 233 213 0 72 0
[pid=31684] ppid=31683 vsize=3352 CPUtime=30.95 cores=1,3,5,7
/proc/31684/stat : 31684 (npSolver-wbo) S 31683 31683 29981 0 -1 4202496 2616 44045 0 0 4 0 3079 12 20 0 1 0 287016937 3432448 471 33554432000 4194304 5990268 140735829406576 140735829398000 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31684/statm: 838 471 160 439 0 395 0
[pid=31738] ppid=31684 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31738/stat : 31738 (satsolver.sh) S 31684 31683 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287020039 9367552 267 33554432000 4194304 5064252 140736007611072 140736007609984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/31738/statm: 2287 267 226 213 0 72 0
[pid=31739] ppid=31738 vsize=189336 CPUtime=1769.09 cores=1,3,5,7
/proc/31739/stat : 31739 (glucose) R 31738 31683 29981 0 -1 4202496 27195 0 0 0 176882 27 0 0 20 0 1 0 287020039 193880064 43212 33554432000 4194304 5208918 140733295046928 140733295044920 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31739/statm: 47334 43212 105 248 0 47083 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 210984

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.67
CPU system time (s): 0.410937
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 241804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.410937
maximum resident set size= 191548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 227
involuntary context switches= 1935

runsolver used 3.41748 second user time and 9.00163 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-28 14:41:42
IDJOB=3715196
IDBENCH=79154
IDSOLVER=2296
FILE ID=node115/3715196-1338208902
RUNJOBID= node115-1338195070-29998
PBS_JOBID= 14624604
Free space on /tmp= 71636 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_16_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-3715196-1338208902/watcher-3715196-1338208902 -o /tmp/evaluation-result-3715196-1338208902/solver-3715196-1338208902 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3715196-1338208902.wbo 232191029 HOME HOME

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

MD5SUM BENCH= bec517e59b6734cb4022e119f1959006
RANDOM SEED=232191029

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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:        31226208 kB
Buffers:          403120 kB
Cached:           308276 kB
SwapCached:          972 kB
Active:           663500 kB
Inactive:         122376 kB
Active(anon):      67360 kB
Inactive(anon):     9244 kB
Active(file):     596140 kB
Inactive(file):   113132 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:              8180 kB
Writeback:             0 kB
AnonPages:        223464 kB
Mapped:            12548 kB
Shmem:                96 kB
Slab:             720148 kB
SReclaimable:     164456 kB
SUnreclaim:       555692 kB
KernelStack:        1520 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     217384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 71628 MiB
End job on node115 at 2012-05-28 15:11:42