Trace number 3714889

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_40_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMfb4b4aad89d54269a5ce80fb177bfc09
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1.40879
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2800
Total number of constraints150
Number of soft constraints51
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint40
Top cost 2354
Min constraint cost 1
Max constraint cost 87
Sum of constraints costs 2353
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
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.24	c run usual solver
4.28/4.31	o 1573
8.16/8.54	o 376
12.07/12.13	o 352
23.06/23.14	o 308
26.68/26.86	o 305
32.56/32.74	o 302
41.77/41.82	o 300
47.21/47.39	o 290
52.78/52.95	o 264
56.43/56.59	o 237
61.67/61.70	o 236
67.44/67.62	o 232
79.05/79.17	o 231
85.39/85.56	o 222
89.24/89.42	o 209
96.65/96.75	o 186
106.94/107.12	o 169
110.56/110.74	o 166
116.61/116.78	o 164
124.25/124.31	o 162
129.26/129.44	o 161
132.76/132.93	o 160
136.00/136.18	o 154
139.33/139.53	o 149
145.03/145.16	o 139
148.43/148.51	o 137
155.32/155.52	o 136
160.15/160.34	o 116
165.16/165.34	o 111
169.48/169.67	o 106
177.93/178.00	o 103
185.19/185.37	o 102
189.38/189.57	o 88
198.14/198.32	o 81
200.04/200.10	o 78
211.92/212.11	o 74
216.61/216.79	o 72
221.30/221.48	o 71
225.19/225.36	o 62
229.10/229.28	o 54
230.91/231.07	o 51
234.36/234.54	o 37
241.64/241.81	o 35
249.34/249.52	o 29
250.88/251.05	o 28
254.65/254.84	o 27
257.50/257.67	o 15
1800.01/1800.41	c error: unexpected solver exit code
1800.01/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-3714889-1338178388/watcher-3714889-1338178388 -o /tmp/evaluation-result-3714889-1338178388/solver-3714889-1338178388 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714889-1338178388.wbo 1384901231 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 11005
/proc/meminfo: memFree=28016336/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (runsolver) D 11003 11005 8283 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 283964794 12095488 51 33554432000 4194304 5436572 140736030243296 140736030239592 4883175 0 0 4096 24578 18446744072101258628 0 0 17 3 0 0 0 0 0
/proc/11005/statm: 2953 51 31 304 0 2645 0

[startup+0.0661041 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 11005
/proc/meminfo: memFree=28016336/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100195 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 11005
/proc/meminfo: memFree=28016336/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30012 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 11005
/proc/meminfo: memFree=28016336/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700155 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 11005
/proc/meminfo: memFree=28016336/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.01 1.96 3/183 11013
/proc/meminfo: memFree=27933736/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=10488 CPUtime=0.23 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 3285 0 0 0 22 1 0 0 20 0 1 0 283964795 10739712 2107 33554432000 4194304 5990268 140736058872608 140736058865760 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11007/statm: 2622 2107 156 439 0 2179 0
[pid=11012] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11012/stat : 11012 (cp2_pre.sh) S 11007 11005 8283 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 283964819 9367552 276 33554432000 4194304 5064252 140736993397648 140736993396352 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11012/statm: 2287 276 234 213 0 72 0
[pid=11013] ppid=11012 vsize=76296 CPUtime=1.24 cores=1,3,5,7
/proc/11013/stat : 11013 (coprocessor) R 11012 11005 8283 0 -1 4202496 14721 0 0 0 113 11 0 0 20 0 1 0 283964819 78127104 17182 33554432000 4194304 6586260 140733996002816 140733995998136 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/11013/statm: 19074 17182 198 584 0 18486 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 105080

[startup+3.10021 s]
/proc/loadavg: 2.00 2.01 1.96 3/184 11019
/proc/meminfo: memFree=27991980/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=10488 CPUtime=1.71 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 3295 15625 0 0 22 1 123 25 20 0 1 0 283964795 10739712 2108 33554432000 4194304 5990268 140736058872608 140736058866848 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11007/statm: 2622 2108 157 439 0 2179 0
[pid=11015] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11015/stat : 11015 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283964968 9367552 267 33554432000 4194304 5064252 140735624955760 140735624954672 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11015/statm: 2287 267 226 213 0 72 0
[pid=11016] ppid=11015 vsize=26548 CPUtime=1.36 cores=1,3,5,7
/proc/11016/stat : 11016 (glucose) R 11015 11005 8283 0 -1 4202496 5711 0 0 0 135 1 0 0 20 0 1 0 283964968 27185152 4755 33554432000 4194304 5208918 140737212992432 140737212990584 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11016/statm: 6637 4755 96 248 0 6386 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 55332

[startup+6.30021 s]
/proc/loadavg: 2.08 2.02 1.96 3/183 11037
/proc/meminfo: memFree=27905316/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=24152 CPUtime=4.38 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 6129 28150 0 0 32 8 370 28 20 0 1 0 283964795 24731648 5416 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 6038 5416 164 439 0 5595 0
[pid=11032] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11032/stat : 11032 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283965236 9367552 267 33554432000 4194304 5064252 140737116456272 140737116455184 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11032/statm: 2287 267 226 213 0 72 0
[pid=11033] ppid=11032 vsize=66208 CPUtime=1.88 cores=1,3,5,7
/proc/11033/stat : 11033 (glucose) R 11032 11005 8283 0 -1 4202496 14688 0 0 0 186 2 0 0 20 0 1 0 283965236 67796992 14937 33554432000 4194304 5208918 140736023973632 140736023971480 4212457 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11033/statm: 16552 14937 96 248 0 16301 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 108656

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 1.96 3/185 11057
/proc/meminfo: memFree=27990424/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=12.13 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 8815 62855 0 0 37 9 1117 50 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 25108

[startup+25.5003 s]
/proc/loadavg: 2.14 2.04 1.97 3/181 11105
/proc/meminfo: memFree=27994224/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=23.13 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 10148 79281 0 0 39 9 2207 58 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
[pid=11099] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11099/stat : 11099 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283967111 9367552 267 33554432000 4194304 5064252 140737320756368 140737320755280 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11099/statm: 2287 267 226 213 0 72 0
[pid=11100] ppid=11099 vsize=32308 CPUtime=2.33 cores=1,3,5,7
/proc/11100/stat : 11100 (glucose) R 11099 11005 8283 0 -1 4202496 6825 0 0 0 231 2 0 0 20 0 1 0 283967111 33083392 6856 33554432000 4194304 5208918 140733550902512 140733550900360 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11100/statm: 8077 6856 96 248 0 7826 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 66564

[startup+51.1002 s]
/proc/loadavg: 2.09 2.03 1.97 3/183 11184
/proc/meminfo: memFree=27958152/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=47.38 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 15447 139059 0 0 47 10 4597 84 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
[pid=11176] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11176/stat : 11176 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283969535 9367552 266 33554432000 4194304 5064252 140734943890720 140734943889632 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11176/statm: 2287 266 226 213 0 72 0
[pid=11177] ppid=11176 vsize=37572 CPUtime=3.68 cores=1,3,5,7
/proc/11177/stat : 11177 (glucose) R 11176 11005 8283 0 -1 4202496 7337 0 0 0 367 1 0 0 20 0 1 0 283969536 38473728 7864 33554432000 4194304 5208918 140734456637824 140734456635672 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11177/statm: 9393 7864 104 248 0 9142 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 71828

[startup+102.307 s]
/proc/loadavg: 2.15 2.06 1.98 3/183 11331
/proc/meminfo: memFree=27957532/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=96.71 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 24691 255448 0 0 60 12 9472 127 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
[pid=11330] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11330/stat : 11330 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283974471 9367552 267 33554432000 4194304 5064252 140736842893296 140736842892208 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11330/statm: 2287 267 226 213 0 72 0
[pid=11331] ppid=11330 vsize=34620 CPUtime=5.53 cores=1,3,5,7
/proc/11331/stat : 11331 (glucose) R 11330 11005 8283 0 -1 4202496 9114 0 0 0 552 1 0 0 20 0 1 0 283974471 35450880 7822 33554432000 4194304 5208918 140734059826352 140734059824216 4212471 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11331/statm: 8655 7822 104 248 0 8404 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 68876

[startup+162.3 s]
/proc/loadavg: 2.05 2.05 1.98 3/183 11415
/proc/meminfo: memFree=27925940/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=160.28 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 37027 424763 0 0 75 14 15758 181 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
[pid=11414] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11414/stat : 11414 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283980829 9367552 266 33554432000 4194304 5064252 140735006989296 140735006988208 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11414/statm: 2287 266 226 213 0 72 0
[pid=11415] ppid=11414 vsize=27712 CPUtime=1.93 cores=1,3,5,7
/proc/11415/stat : 11415 (glucose) R 11414 11005 8283 0 -1 4202496 6367 0 0 0 193 0 0 0 20 0 1 0 283980830 28377088 5314 33554432000 4194304 5208918 140733729798704 140733729796856 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11415/statm: 6928 5314 96 248 0 6677 0
Current children cumulated CPU time (s) 162.21

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

/proc/11548/stat : 11548 (glucose) R 11547 11005 8283 0 -1 4202496 41971 0 0 0 110383 59 0 0 20 0 1 0 283990562 277426176 59397 33554432000 4194304 5208918 140734704216240 140734704212616 4229517 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11548/statm: 67731 59397 105 248 0 67480 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 305180

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11559
/proc/meminfo: memFree=27472036/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=257.6 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 52079 684247 0 0 88 17 25401 254 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
[pid=11547] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11547/stat : 11547 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283990562 9367552 266 33554432000 4194304 5064252 140736616000256 140736615999168 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 2287 266 226 213 0 72 0
[pid=11548] ppid=11547 vsize=352312 CPUtime=1164.41 cores=1,3,5,7
/proc/11548/stat : 11548 (glucose) R 11547 11005 8283 0 -1 4202496 42521 0 0 0 116381 60 0 0 20 0 1 0 283990562 360767488 78341 33554432000 4194304 5208918 140734704216240 140734704212616 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11548/statm: 88078 78341 105 248 0 87827 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 386568

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11559
/proc/meminfo: memFree=27535408/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=257.6 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 52079 684247 0 0 88 17 25401 254 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
[pid=11547] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11547/stat : 11547 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283990562 9367552 266 33554432000 4194304 5064252 140736616000256 140736615999168 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 2287 266 226 213 0 72 0
[pid=11548] ppid=11547 vsize=270924 CPUtime=1224.37 cores=1,3,5,7
/proc/11548/stat : 11548 (glucose) R 11547 11005 8283 0 -1 4202496 43853 0 0 0 122374 63 0 0 20 0 1 0 283990562 277426176 62469 33554432000 4194304 5208918 140734704216240 140734704212552 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11548/statm: 67731 62469 105 248 0 67480 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 305180

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11560
/proc/meminfo: memFree=27453452/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=257.6 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 52079 684247 0 0 88 17 25401 254 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
[pid=11547] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11547/stat : 11547 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283990562 9367552 266 33554432000 4194304 5064252 140736616000256 140736615999168 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 2287 266 226 213 0 72 0
[pid=11548] ppid=11547 vsize=352312 CPUtime=1284.35 cores=1,3,5,7
/proc/11548/stat : 11548 (glucose) R 11547 11005 8283 0 -1 4202496 44428 0 0 0 128371 64 0 0 20 0 1 0 283990562 360767488 81925 33554432000 4194304 5208918 140734704216240 140734704212008 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11548/statm: 88078 81925 105 248 0 87827 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 386568

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11560
/proc/meminfo: memFree=27547632/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=257.6 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 52079 684247 0 0 88 17 25401 254 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
[pid=11547] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11547/stat : 11547 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283990562 9367552 266 33554432000 4194304 5064252 140736616000256 140736615999168 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 2287 266 226 213 0 72 0
[pid=11548] ppid=11547 vsize=278164 CPUtime=1344.34 cores=1,3,5,7
/proc/11548/stat : 11548 (glucose) R 11547 11005 8283 0 -1 4202496 47021 0 0 0 134364 70 0 0 20 0 1 0 283990562 284839936 58647 33554432000 4194304 5208918 140734704216240 140734704212616 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11548/statm: 69541 58647 105 248 0 69290 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 312420

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 11563
/proc/meminfo: memFree=27468360/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=257.6 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 52079 684247 0 0 88 17 25401 254 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
[pid=11547] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11547/stat : 11547 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283990562 9367552 266 33554432000 4194304 5064252 140736616000256 140736615999168 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 2287 266 226 213 0 72 0
[pid=11548] ppid=11547 vsize=359552 CPUtime=1404.33 cores=1,3,5,7
/proc/11548/stat : 11548 (glucose) R 11547 11005 8283 0 -1 4202496 47577 0 0 0 140361 72 0 0 20 0 1 0 283990562 368181248 78615 33554432000 4194304 5208918 140734704216240 140734704212616 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11548/statm: 89888 78615 105 248 0 89637 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 393808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11563
/proc/meminfo: memFree=27412968/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=257.6 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 52079 684247 0 0 88 17 25401 254 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
[pid=11547] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11547/stat : 11547 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283990562 9367552 266 33554432000 4194304 5064252 140736616000256 140736615999168 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 2287 266 226 213 0 72 0
[pid=11548] ppid=11547 vsize=491812 CPUtime=1464.32 cores=1,3,5,7
/proc/11548/stat : 11548 (glucose) R 11547 11005 8283 0 -1 4202496 48069 0 0 0 146358 74 0 0 20 0 1 0 283990562 503615488 92904 33554432000 4194304 5208918 140734704216240 140734704212552 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11548/statm: 122953 92904 105 248 0 122702 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 526068

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11622
/proc/meminfo: memFree=27743172/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=257.6 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 52079 684247 0 0 88 17 25401 254 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
[pid=11547] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11547/stat : 11547 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283990562 9367552 266 33554432000 4194304 5064252 140736616000256 140736615999168 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 2287 266 226 213 0 72 0
[pid=11548] ppid=11547 vsize=281344 CPUtime=1524.32 cores=1,3,5,7
/proc/11548/stat : 11548 (glucose) R 11547 11005 8283 0 -1 4202496 49670 0 0 0 152354 78 0 0 20 0 1 0 283990562 288096256 68146 33554432000 4194304 5208918 140734704216240 140734704212008 4229528 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11548/statm: 70336 68146 105 248 0 70085 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 315600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11713
/proc/meminfo: memFree=27724180/32873648 swapFree=6864/6864
[pid=11005] ppid=11003 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11005/stat : 11005 (npSolver-wbo-It) S 11003 11005 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283964794 9367552 275 33554432000 4194304 5064252 140733214518944 140733214517856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11005/statm: 2287 275 233 213 0 72 0
[pid=11007] ppid=11005 vsize=15960 CPUtime=257.6 cores=1,3,5,7
/proc/11007/stat : 11007 (npSolver-wbo) S 11005 11005 8283 0 -1 4202496 52079 684247 0 0 88 17 25401 254 20 0 1 0 283964795 16343040 3465 33554432000 4194304 5990268 140736058872608 140736058864032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11007/statm: 3990 3465 164 439 0 3547 0
[pid=11547] ppid=11007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11547/stat : 11547 (satsolver.sh) S 11007 11005 8283 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283990562 9367552 266 33554432000 4194304 5064252 140736616000256 140736615999168 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11547/statm: 2287 266 226 213 0 72 0
[pid=11548] ppid=11547 vsize=362732 CPUtime=1542.41 cores=1,3,5,7
/proc/11548/stat : 11548 (glucose) R 11547 11005 8283 0 -1 4202496 50196 0 0 0 154163 78 0 0 20 0 1 0 283990562 371437568 74290 33554432000 4194304 5208918 140734704216240 140734704212616 4229538 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11548/statm: 90683 74290 105 248 0 90432 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 396988

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 11005 and gives
#  childrusage.ru_utime.tv_sec=254
#  childrusage.ru_utime.tv_usec=909247
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=715587
# CPU time returned by wait4() is 257.625
# while last known CPU time is 1800.01
#
# 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.01
CPU user time (s): 1796.52
CPU system time (s): 3.49
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 529248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.909
system time used= 2.71559
maximum resident set size= 72324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 737302
page faults= 0
swaps= 0
block input operations= 0
block output operations= 286344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8588
involuntary context switches= 768

runsolver used 3.19951 second user time and 8.77867 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-28 06:13:08
IDJOB=3714889
IDBENCH=78698
IDSOLVER=2296
FILE ID=node120/3714889-1338178388
RUNJOBID= node120-1338174763-9878
PBS_JOBID= 14624540
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= fb4b4aad89d54269a5ce80fb177bfc09
RANDOM SEED=1384901231

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.83
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.456
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.456
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:        28016988 kB
Buffers:          352716 kB
Cached:          3616748 kB
SwapCached:          636 kB
Active:           903244 kB
Inactive:        3122548 kB
Active(anon):      45460 kB
Inactive(anon):    12532 kB
Active(file):     857784 kB
Inactive(file):  3110016 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             27604 kB
Writeback:             0 kB
AnonPages:         40760 kB
Mapped:            15616 kB
Shmem:               120 kB
Slab:             692052 kB
SReclaimable:     135968 kB
SUnreclaim:       556084 kB
KernelStack:        1520 kB
PageTables:         3988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     174580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71644 MiB
End job on node120 at 2012-05-28 06:43:09