Trace number 3714982

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.72

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-71-70--soft-33-100-0.wbo
MD5SUM374ed8d346409439b64d782bc7a820e5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.53161
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4970
Total number of constraints141
Number of soft constraints94
Number of constraints which are clauses71
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 constraint70
Maximum length of a constraint71
Top cost 5200
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5199
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 72
Number of bits of the biggest sum of numbers7
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.57	c run usual solver
5.08/5.18	o 3074
5.08/5.18	c fallback to adder encoding
5.56/5.69	o 3062
5.56/5.69	c fallback to adder encoding
6.03/6.29	o 3061
6.03/6.29	c fallback to adder encoding
6.58/6.86	o 2972
6.58/6.86	c fallback to adder encoding
7.38/7.63	o 2971
7.38/7.63	c fallback to adder encoding
7.93/8.46	o 2831
7.93/8.46	c fallback to adder encoding
8.72/9.01	o 2579
8.72/9.01	c fallback to adder encoding
9.22/9.51	o 2577
9.22/9.51	c fallback to adder encoding
9.74/10.01	o 1280
23.71/24.01	o 1220
51.79/52.13	o 1156
74.67/75.09	o 1146
98.78/99.66	o 1134
132.82/133.76	o 1080
144.05/144.93	o 1045
229.64/230.52	o 999
307.96/308.83	o 978
311.66/312.01	o 976
347.21/347.67	o 966
370.50/370.94	o 958
411.02/411.41	o 948
417.91/418.84	o 905
477.06/477.98	o 901
576.10/577.05	o 898
721.22/722.19	o 883
728.44/728.90	o 876
780.61/781.59	o 849
814.12/814.62	o 835
820.31/820.84	o 824
840.91/841.40	o 809
859.89/860.43	o 808
937.99/938.53	o 783
945.85/946.83	o 753
1580.53/1581.64	o 750
1605.40/1606.53	o 732
1662.75/1663.88	o 722
1800.01/1800.71	c error: unexpected solver exit code
1800.01/1800.71	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-3714982-1338183791/watcher-3714982-1338183791 -o /tmp/evaluation-result-3714982-1338183791/solver-3714982-1338183791 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714982-1338183791.wbo 213562076 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.00 2.00 3/179 13316
/proc/meminfo: memFree=28022716/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0

[startup+0.0769869 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13316
/proc/meminfo: memFree=28022716/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100242 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13316
/proc/meminfo: memFree=28022716/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300234 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13316
/proc/meminfo: memFree=28022716/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700242 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13316
/proc/meminfo: memFree=28022716/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13320
/proc/meminfo: memFree=27903232/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=18784 CPUtime=0.57 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 4593 0 0 0 55 2 0 0 20 0 1 0 284505046 19234816 3849 33554432000 4194304 5990268 140734372089968 140734372083120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 4696 3849 156 439 0 4253 0
[pid=13319] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13319/stat : 13319 (cp2_pre.sh) S 13317 13316 8283 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 284505103 9367552 277 33554432000 4194304 5064252 140736191977856 140736191976560 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13319/statm: 2287 277 234 213 0 72 0
[pid=13320] ppid=13319 vsize=136356 CPUtime=0.91 cores=1,3,5,7
/proc/13320/stat : 13320 (coprocessor) R 13319 13316 8283 0 -1 4202496 24089 0 0 0 88 3 0 0 20 0 1 0 284505103 139628544 32980 33554432000 4194304 6586260 140735559745120 140735559741144 5510370 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/13320/statm: 34089 32980 191 584 0 33501 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 173436

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13320
/proc/meminfo: memFree=27861032/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=18784 CPUtime=0.57 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 4593 0 0 0 55 2 0 0 20 0 1 0 284505046 19234816 3849 33554432000 4194304 5990268 140734372089968 140734372083120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 4696 3849 156 439 0 4253 0
[pid=13319] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13319/stat : 13319 (cp2_pre.sh) S 13317 13316 8283 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 284505103 9367552 277 33554432000 4194304 5064252 140736191977856 140736191976560 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13319/statm: 2287 277 234 213 0 72 0
[pid=13320] ppid=13319 vsize=152316 CPUtime=2.51 cores=1,3,5,7
/proc/13320/stat : 13320 (coprocessor) R 13319 13316 8283 0 -1 4202496 26541 0 0 0 247 4 0 0 20 0 1 0 284505103 155971584 36892 33554432000 4194304 6586260 140735559745120 140735559740440 4668254 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/13320/statm: 38079 36892 196 584 0 37491 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 189396

[startup+6.30021 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 13333
/proc/meminfo: memFree=27966392/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=26132 CPUtime=6.27 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) R 13316 13316 8283 0 -1 4202496 10210 80537 0 0 63 19 467 78 20 0 1 0 284505046 26759168 5668 33554432000 4194304 5990268 140734372089968 140734372081968 5042551 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 6533 5668 168 439 0 6090 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35280

[startup+12.7003 s]
/proc/loadavg: 2.15 2.03 2.01 3/183 13386
/proc/meminfo: memFree=27859924/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=47132 CPUtime=9.88 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 25566 186656 0 0 90 23 763 112 20 0 1 0 284505046 48263168 9556 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 11783 9556 170 439 0 11340 0
[pid=13385] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13385/stat : 13385 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 284506062 9367552 267 33554432000 4194304 5064252 140735268611376 140735268610288 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13385/statm: 2287 267 226 213 0 72 0
[pid=13386] ppid=13385 vsize=109124 CPUtime=2.52 cores=1,3,5,7
/proc/13386/stat : 13386 (glucose) R 13385 13316 8283 0 -1 4202496 21037 0 0 0 249 3 0 0 20 0 1 0 284506062 111742976 24342 33554432000 4194304 5208918 140737179544016 140737179541864 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13386/statm: 27281 24342 103 248 0 27030 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 174552

[startup+25.5004 s]
/proc/loadavg: 2.19 2.05 2.01 3/183 13393
/proc/meminfo: memFree=27846992/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=55324 CPUtime=23.88 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 29921 217549 0 0 103 25 2123 137 20 0 1 0 284505046 56651776 11480 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/13317/statm: 13831 11480 170 439 0 13388 0
[pid=13392] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13392/stat : 13392 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284507462 9367552 266 33554432000 4194304 5064252 140733976085072 140733976083984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13392/statm: 2287 266 226 213 0 72 0
[pid=13393] ppid=13392 vsize=107804 CPUtime=1.32 cores=1,3,5,7
/proc/13393/stat : 13393 (glucose) R 13392 13316 8283 0 -1 4202496 20053 0 0 0 129 3 0 0 20 0 1 0 284507462 110391296 22860 33554432000 4194304 5208918 140734059403648 140734059401592 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13393/statm: 26951 22860 103 248 0 26700 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 181424

[startup+51.1004 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 13393
/proc/meminfo: memFree=27797916/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=55324 CPUtime=23.88 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 29921 217549 0 0 103 25 2123 137 20 0 1 0 284505046 56651776 11480 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/13317/statm: 13831 11480 170 439 0 13388 0
[pid=13392] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13392/stat : 13392 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284507462 9367552 266 33554432000 4194304 5064252 140733976085072 140733976083984 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13392/statm: 2287 266 226 213 0 72 0
[pid=13393] ppid=13392 vsize=147228 CPUtime=26.91 cores=1,3,5,7
/proc/13393/stat : 13393 (glucose) R 13392 13316 8283 0 -1 4202496 23111 0 0 0 2686 5 0 0 20 0 1 0 284507462 150761472 33477 33554432000 4194304 5208918 140734059403648 140734059401512 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13393/statm: 36807 33477 104 248 0 36556 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 220848

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/183 13415
/proc/meminfo: memFree=27811168/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=55324 CPUtime=99.48 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 42939 314979 0 0 140 30 9566 212 20 0 1 0 284505046 56651776 11480 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/13317/statm: 13831 11480 170 439 0 13388 0
[pid=13414] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13414/stat : 13414 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284515024 9367552 266 33554432000 4194304 5064252 140735713655680 140735713654592 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13414/statm: 2287 266 226 213 0 72 0
[pid=13415] ppid=13414 vsize=106560 CPUtime=2.5 cores=1,3,5,7
/proc/13415/stat : 13415 (glucose) R 13414 13316 8283 0 -1 4202496 19211 0 0 0 247 3 0 0 20 0 1 0 284515024 109117440 22626 33554432000 4194304 5208918 140733917007232 140733917005192 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13415/statm: 26640 22626 103 248 0 26389 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 180180

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/183 13429
/proc/meminfo: memFree=27768796/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=55324 CPUtime=144.74 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 51520 377561 0 0 164 33 14015 262 20 0 1 0 284505046 56651776 11480 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/13317/statm: 13831 11480 170 439 0 13388 0
[pid=13428] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13428/stat : 13428 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284519550 9367552 266 33554432000 4194304 5064252 140735463338928 140735463337840 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13428/statm: 2287 266 226 213 0 72 0
[pid=13429] ppid=13428 vsize=128900 CPUtime=17.24 cores=1,3,5,7
/proc/13429/stat : 13429 (glucose) R 13428 13316 8283 0 -1 4202496 21732 0 0 0 1719 5 0 0 20 0 1 0 284519550 131993600 29005 33554432000 4194304 5208918 140735508238624 140735508236488 4229338 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13429/statm: 32225 29005 104 248 0 31974 0
Current children cumulated CPU time (s) 161.98

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

/proc/13560/stat : 13560 (glucose) R 13559 13316 8283 0 -1 4202496 19631 0 0 0 41525 5 0 0 20 0 1 0 284599737 136556544 30782 33554432000 4194304 5208918 140733460876320 140733460874264 4229332 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13560/statm: 33339 30782 102 248 0 33088 0
Current children cumulated CPU time (s) 1361.72
Current children cumulated vsize (KiB) 206976

[startup+1422.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 13588
/proc/meminfo: memFree=27695176/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=55324 CPUtime=946.42 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 121884 905759 0 0 341 56 93623 622 20 0 1 0 284505046 56651776 11480 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/13317/statm: 13831 11480 170 439 0 13388 0
[pid=13559] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13559/stat : 13559 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284599737 9367552 267 33554432000 4194304 5064252 140735231900000 140735231898912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13559/statm: 2287 267 226 213 0 72 0
[pid=13560] ppid=13559 vsize=114784 CPUtime=475.29 cores=1,3,5,7
/proc/13560/stat : 13560 (glucose) R 13559 13316 8283 0 -1 4202496 20015 0 0 0 47524 5 0 0 20 0 1 0 284599737 117538816 23299 33554432000 4194304 5208918 140733460876320 140733460874264 4205128 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13560/statm: 28696 23299 102 248 0 28445 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 188404

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 13588
/proc/meminfo: memFree=27665452/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=55324 CPUtime=946.42 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 121884 905759 0 0 341 56 93623 622 20 0 1 0 284505046 56651776 11480 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/13317/statm: 13831 11480 170 439 0 13388 0
[pid=13559] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13559/stat : 13559 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284599737 9367552 267 33554432000 4194304 5064252 140735231900000 140735231898912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13559/statm: 2287 267 226 213 0 72 0
[pid=13560] ppid=13559 vsize=134116 CPUtime=535.28 cores=1,3,5,7
/proc/13560/stat : 13560 (glucose) R 13559 13316 8283 0 -1 4202496 20537 0 0 0 53522 6 0 0 20 0 1 0 284599737 137334784 28931 33554432000 4194304 5208918 140733460876320 140733460874264 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13560/statm: 33529 28931 102 248 0 33278 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 207736

[startup+1542.31 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 13588
/proc/meminfo: memFree=27663328/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=55324 CPUtime=946.42 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 121884 905759 0 0 341 56 93623 622 20 0 1 0 284505046 56651776 11480 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/13317/statm: 13831 11480 170 439 0 13388 0
[pid=13559] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13559/stat : 13559 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284599737 9367552 267 33554432000 4194304 5064252 140735231900000 140735231898912 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13559/statm: 2287 267 226 213 0 72 0
[pid=13560] ppid=13559 vsize=134116 CPUtime=595.28 cores=1,3,5,7
/proc/13560/stat : 13560 (glucose) R 13559 13316 8283 0 -1 4202496 20537 0 0 0 59522 6 0 0 20 0 1 0 284599737 137334784 28931 33554432000 4194304 5208918 140733460876320 140733460874264 4228947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13560/statm: 33529 28931 102 248 0 33278 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 207736

[startup+1602.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 13595
/proc/meminfo: memFree=27668736/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=55324 CPUtime=1581.07 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 127258 935014 0 0 349 57 157063 638 20 0 1 0 284505046 56651776 11480 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/13317/statm: 13831 11480 170 439 0 13388 0
[pid=13594] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13594/stat : 13594 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284663218 9367552 266 33554432000 4194304 5064252 140736575798320 140736575797232 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13594/statm: 2287 266 226 213 0 72 0
[pid=13595] ppid=13594 vsize=114840 CPUtime=20.55 cores=1,3,5,7
/proc/13595/stat : 13595 (glucose) R 13594 13316 8283 0 -1 4202496 17601 0 0 0 2051 4 0 0 20 0 1 0 284663218 117596160 25490 33554432000 4194304 5208918 140737073360896 140737073358760 4205203 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13595/statm: 28710 25490 103 248 0 28459 0
Current children cumulated CPU time (s) 1601.62
Current children cumulated vsize (KiB) 188460

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 13606
/proc/meminfo: memFree=27652092/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=55324 CPUtime=1605.95 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 131876 961947 0 0 358 58 159522 657 20 0 1 0 284505046 56651776 11480 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/13317/statm: 13831 11480 170 439 0 13388 0
[pid=13601] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13601/stat : 13601 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284665707 9367552 266 33554432000 4194304 5064252 140737038458960 140737038457872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13601/statm: 2287 266 226 213 0 72 0
[pid=13602] ppid=13601 vsize=125496 CPUtime=55.67 cores=1,3,5,7
/proc/13602/stat : 13602 (glucose) R 13601 13316 8283 0 -1 4202496 18407 0 0 0 5563 4 0 0 20 0 1 0 284665707 128507904 29311 33554432000 4194304 5208918 140736379823968 140736379821832 4229347 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13602/statm: 31374 29311 103 248 0 31123 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 199116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 13613
/proc/meminfo: memFree=27660896/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=55324 CPUtime=1663.29 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 136492 989723 0 0 366 59 165229 675 20 0 1 0 284505046 56651776 11480 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/13317/statm: 13831 11480 170 439 0 13388 0
[pid=13612] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13612/stat : 13612 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284671442 9367552 267 33554432000 4194304 5064252 140736901493888 140736901492800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13612/statm: 2287 267 226 213 0 72 0
[pid=13613] ppid=13612 vsize=113488 CPUtime=58.31 cores=1,3,5,7
/proc/13613/stat : 13613 (glucose) R 13612 13316 8283 0 -1 4202496 19476 0 0 0 5828 3 0 0 20 0 1 0 284671443 116211712 23793 33554432000 4194304 5208918 140736976737600 140736976735544 4212899 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13613/statm: 28372 23793 103 248 0 28121 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 187108

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 13655
/proc/meminfo: memFree=27703388/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=55324 CPUtime=1663.29 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 136492 989723 0 0 366 59 165229 675 20 0 1 0 284505046 56651776 11480 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/13317/statm: 13831 11480 170 439 0 13388 0
[pid=13612] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13612/stat : 13612 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284671442 9367552 267 33554432000 4194304 5064252 140736901493888 140736901492800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13612/statm: 2287 267 226 213 0 72 0
[pid=13613] ppid=13612 vsize=113488 CPUtime=118.31 cores=1,3,5,7
/proc/13613/stat : 13613 (glucose) R 13612 13316 8283 0 -1 4202496 19636 0 0 0 11827 4 0 0 20 0 1 0 284671443 116211712 24461 33554432000 4194304 5208918 140736976737600 140736976735544 4229006 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13613/statm: 28372 24461 103 248 0 28121 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 187108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 13763
/proc/meminfo: memFree=27722932/32873648 swapFree=6864/6864
[pid=13316] ppid=13314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (npSolver-wbo-It) S 13314 13316 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284505046 9367552 275 33554432000 4194304 5064252 140736095167824 140736095166736 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13316/statm: 2287 275 233 213 0 72 0
[pid=13317] ppid=13316 vsize=55324 CPUtime=1663.29 cores=1,3,5,7
/proc/13317/stat : 13317 (npSolver-wbo) S 13316 13316 8283 0 -1 4202496 136492 989723 0 0 366 59 165229 675 20 0 1 0 284505046 56651776 11480 33554432000 4194304 5990268 140734372089968 140734372081392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/13317/statm: 13831 11480 170 439 0 13388 0
[pid=13612] ppid=13317 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13612/stat : 13612 (satsolver.sh) S 13317 13316 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284671442 9367552 267 33554432000 4194304 5064252 140736901493888 140736901492800 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13612/statm: 2287 267 226 213 0 72 0
[pid=13613] ppid=13612 vsize=113488 CPUtime=136.72 cores=1,3,5,7
/proc/13613/stat : 13613 (glucose) R 13612 13316 8283 0 -1 4202496 19636 0 0 0 13668 4 0 0 20 0 1 0 284671443 116211712 24461 33554432000 4194304 5208918 140736976737600 140736976735544 4229471 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13613/statm: 28372 24461 103 248 0 28121 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 187108

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 13316 and gives
#  childrusage.ru_utime.tv_sec=1655
#  childrusage.ru_utime.tv_usec=968254
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=353882
# CPU time returned by wait4() is 1663.32
# 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.72
CPU time (s): 1800.01
CPU user time (s): 1792.63
CPU system time (s): 7.38
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 240616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1655.97
system time used= 7.35388
maximum resident set size= 163960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1127193
page faults= 0
swaps= 0
block input operations= 8
block output operations= 932992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23153
involuntary context switches= 2098

runsolver used 3.40648 second user time and 9.05562 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-28 07:43:11
IDJOB=3714982
IDBENCH=78732
IDSOLVER=2296
FILE ID=node120/3714982-1338183791
RUNJOBID= node120-1338174763-9878
PBS_JOBID= 14624540
Free space on /tmp= 71660 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-71-70--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714982-1338183791/watcher-3714982-1338183791 -o /tmp/evaluation-result-3714982-1338183791/solver-3714982-1338183791 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714982-1338183791.wbo 213562076 HOME HOME

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

MD5SUM BENCH= 374ed8d346409439b64d782bc7a820e5
RANDOM SEED=213562076

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:        28022708 kB
Buffers:          355744 kB
Cached:          3610072 kB
SwapCached:          636 kB
Active:           899428 kB
Inactive:        3121192 kB
Active(anon):      43936 kB
Inactive(anon):    12532 kB
Active(file):     855492 kB
Inactive(file):  3108660 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             20712 kB
Writeback:             0 kB
AnonPages:         49640 kB
Mapped:            15228 kB
Shmem:               120 kB
Slab:             691712 kB
SReclaimable:     135972 kB
SUnreclaim:       555740 kB
KernelStack:        1520 kB
PageTables:         4048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     169488 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= 71612 MiB
End job on node120 at 2012-05-28 08:13:11