Trace number 3715035

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.06 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j602_7-unsat--soft-66-100-0.wbo
MD5SUM542acc6a88f2f74cb83091764e7f930f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.049991
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6466
Total number of constraints19939
Number of soft constraints6819
Number of constraints which are clauses19731
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints208
Minimum length of a constraint1
Maximum length of a constraint19
Top cost 347791
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 347790
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 112
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

1.69/1.79	c run usual solver
4.29/4.30	o 482
4.29/4.30	c fallback to adder encoding
167.76/168.08	o 481
167.76/168.08	c fallback to adder encoding
239.72/239.83	o 480
239.72/239.83	c fallback to adder encoding
380.91/381.27	o 479
380.91/381.27	c fallback to adder encoding
456.92/457.29	o 478
456.92/457.29	c fallback to adder encoding
567.66/568.06	o 471
567.66/568.06	c fallback to adder encoding
653.42/653.61	o 470
653.42/653.61	c fallback to adder encoding
732.30/732.54	o 469
732.30/732.54	c fallback to adder encoding
861.78/862.25	o 468
861.78/862.25	c fallback to adder encoding
925.86/926.10	o 467
925.86/926.10	c fallback to adder encoding
1049.65/1050.17	o 466
1049.65/1050.17	c fallback to adder encoding
1177.80/1178.17	o 465
1177.80/1178.17	c fallback to adder encoding
1259.10/1259.67	o 464
1259.10/1259.67	c fallback to adder encoding
1360.67/1361.01	o 463
1360.67/1361.01	c fallback to adder encoding
1474.22/1474.60	o 462
1474.22/1474.60	c fallback to adder encoding
1562.82/1563.46	o 461
1562.82/1563.46	c fallback to adder encoding
1565.01/1565.40	o 332
1565.01/1565.40	c fallback to adder encoding
1614.39/1615.04	o 331
1614.39/1615.04	c fallback to adder encoding
1733.48/1734.15	o 330
1733.48/1734.15	c fallback to adder encoding
1800.06/1800.51	c error: unexpected solver exit code
1800.06/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3715035-1338194382/watcher-3715035-1338194382 -o /tmp/evaluation-result-3715035-1338194382/solver-3715035-1338194382 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715035-1338194382.wbo 812604249 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.07 2.02 2.00 3/177 26875
/proc/meminfo: memFree=30445364/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0

[startup+0.0371289 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 26875
/proc/meminfo: memFree=30445364/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100264 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 26875
/proc/meminfo: memFree=30445364/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30028 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 26875
/proc/meminfo: memFree=30445364/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 26875
/proc/meminfo: memFree=30445364/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 26877
/proc/meminfo: memFree=30375872/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=67764 CPUtime=1.49 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) R 26875 26875 26619 0 -1 4202496 6444 0 0 0 147 2 0 0 20 0 1 0 285562586 69390336 10339 33554432000 4194304 5990268 140737140423856 140737140419736 4706978 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 16941 10339 145 439 0 16498 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76912

[startup+3.10042 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 26881
/proc/meminfo: memFree=30122336/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=67944 CPUtime=1.79 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 6781 0 0 0 173 6 0 0 20 0 1 0 285562586 69574656 10380 33554432000 4194304 5990268 140737140423856 140737140417008 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 16986 10380 153 439 0 16543 0
[pid=26880] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26880/stat : 26880 (cp2_pre.sh) S 26876 26875 26619 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 285562767 9367552 277 33554432000 4194304 5064252 140736916479232 140736916477936 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26880/statm: 2287 277 234 213 0 72 0
[pid=26881] ppid=26880 vsize=56324 CPUtime=1.28 cores=1,3,5,7
/proc/26881/stat : 26881 (coprocessor) R 26880 26875 26619 0 -1 4202496 13409 0 0 0 126 2 0 0 20 0 1 0 285562767 57675776 12853 33554432000 4194304 6586260 140734780089968 140734780086120 4498526 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/26881/statm: 14081 12853 170 584 0 13493 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 142564

[startup+6.30035 s]
/proc/loadavg: 2.22 2.05 2.01 3/183 26891
/proc/meminfo: memFree=29992668/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=4.64 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 10905 24482 0 0 207 20 220 17 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=26890] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26890/stat : 26890 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285563053 9367552 267 33554432000 4194304 5064252 140735287998272 140735287997184 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26890/statm: 2287 267 226 213 0 72 0
[pid=26891] ppid=26890 vsize=74228 CPUtime=1.61 cores=1,3,5,7
/proc/26891/stat : 26891 (glucose) R 26890 26875 26619 0 -1 4202496 14935 0 0 0 157 4 0 0 20 0 1 0 285563053 76009472 15993 33554432000 4194304 5208918 140735799745776 140735799743448 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26891/statm: 18557 15993 96 248 0 18306 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 229592

[startup+12.7005 s]
/proc/loadavg: 2.28 2.06 2.02 3/183 26901
/proc/meminfo: memFree=29876836/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=4.64 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 10905 24482 0 0 207 20 220 17 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=26890] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26890/stat : 26890 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285563053 9367552 267 33554432000 4194304 5064252 140735287998272 140735287997184 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26890/statm: 2287 267 226 213 0 72 0
[pid=26891] ppid=26890 vsize=74792 CPUtime=8.01 cores=1,3,5,7
/proc/26891/stat : 26891 (glucose) R 26890 26875 26619 0 -1 4202496 15068 0 0 0 797 4 0 0 20 0 1 0 285563053 76587008 16126 33554432000 4194304 5208918 140735799745776 140735799743736 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26891/statm: 18698 16126 96 248 0 18447 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 230156

[startup+25.5005 s]
/proc/loadavg: 2.28 2.08 2.02 3/184 26904
/proc/meminfo: memFree=29877656/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=4.64 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 10905 24482 0 0 207 20 220 17 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=26890] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26890/stat : 26890 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285563053 9367552 267 33554432000 4194304 5064252 140735287998272 140735287997184 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26890/statm: 2287 267 226 213 0 72 0
[pid=26891] ppid=26890 vsize=75608 CPUtime=20.81 cores=1,3,5,7
/proc/26891/stat : 26891 (glucose) R 26890 26875 26619 0 -1 4202496 15222 0 0 0 2077 4 0 0 20 0 1 0 285563053 77422592 16280 33554432000 4194304 5208918 140735799745776 140735799743608 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26891/statm: 18902 16280 103 248 0 18651 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 230972

[startup+51.1005 s]
/proc/loadavg: 2.19 2.07 2.02 3/184 26904
/proc/meminfo: memFree=29875772/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=4.64 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 10905 24482 0 0 207 20 220 17 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=26890] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26890/stat : 26890 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285563053 9367552 267 33554432000 4194304 5064252 140735287998272 140735287997184 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26890/statm: 2287 267 226 213 0 72 0
[pid=26891] ppid=26890 vsize=75608 CPUtime=46.42 cores=1,3,5,7
/proc/26891/stat : 26891 (glucose) R 26890 26875 26619 0 -1 4202496 15280 0 0 0 4637 5 0 0 20 0 1 0 285563053 77422592 16849 33554432000 4194304 5208918 140735799745776 140735799743608 4205640 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26891/statm: 18902 16849 103 248 0 18651 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 230972

[startup+102.307 s]
/proc/loadavg: 2.08 2.06 2.02 3/183 26904
/proc/meminfo: memFree=29871252/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=4.64 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 10905 24482 0 0 207 20 220 17 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=26890] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26890/stat : 26890 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285563053 9367552 267 33554432000 4194304 5064252 140735287998272 140735287997184 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26890/statm: 2287 267 226 213 0 72 0
[pid=26891] ppid=26890 vsize=76204 CPUtime=97.61 cores=1,3,5,7
/proc/26891/stat : 26891 (glucose) R 26890 26875 26619 0 -1 4202496 15423 0 0 0 9756 5 0 0 20 0 1 0 285563053 78032896 16992 33554432000 4194304 5208918 140735799745776 140735799743736 4229299 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26891/statm: 19051 16992 103 248 0 18800 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 231568

[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/183 26904
/proc/meminfo: memFree=29868896/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=4.64 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 10905 24482 0 0 207 20 220 17 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=26890] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26890/stat : 26890 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285563053 9367552 267 33554432000 4194304 5064252 140735287998272 140735287997184 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26890/statm: 2287 267 226 213 0 72 0
[pid=26891] ppid=26890 vsize=77048 CPUtime=157.6 cores=1,3,5,7
/proc/26891/stat : 26891 (glucose) R 26890 26875 26619 0 -1 4202496 15707 0 0 0 15755 5 0 0 20 0 1 0 285563053 78897152 17269 33554432000 4194304 5208918 140735799745776 140735799743736 4211027 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26891/statm: 19262 17269 104 248 0 19011 0
Current children cumulated CPU time (s) 162.24

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

/proc/27048/stat : 27048 (glucose) R 27047 26875 26619 0 -1 4202496 15296 0 0 0 6086 5 0 0 20 0 1 0 285698724 77246464 16624 33554432000 4194304 5208918 140733364531312 140733364529144 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27048/statm: 18859 16624 104 248 0 18608 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 230800

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 27057
/proc/meminfo: memFree=29885904/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=1474.59 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 69216 327567 0 0 656 76 146488 239 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=27056] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27056/stat : 27056 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285710083 9367552 266 33554432000 4194304 5064252 140737247707664 140737247706576 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27056/statm: 2287 266 226 213 0 72 0
[pid=27057] ppid=27056 vsize=74052 CPUtime=7.32 cores=1,3,5,7
/proc/27057/stat : 27057 (glucose) R 27056 26875 26619 0 -1 4202496 15326 0 0 0 728 4 0 0 20 0 1 0 285710083 75829248 16619 33554432000 4194304 5208918 140734566681168 140734566679128 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27057/statm: 18513 16619 96 248 0 18262 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 229416

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27058
/proc/meminfo: memFree=29884056/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=1474.59 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 69216 327567 0 0 656 76 146488 239 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=27056] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27056/stat : 27056 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285710083 9367552 266 33554432000 4194304 5064252 140737247707664 140737247706576 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27056/statm: 2287 266 226 213 0 72 0
[pid=27057] ppid=27056 vsize=75444 CPUtime=67.31 cores=1,3,5,7
/proc/27057/stat : 27057 (glucose) R 27056 26875 26619 0 -1 4202496 15665 0 0 0 6727 4 0 0 20 0 1 0 285710083 77254656 16958 33554432000 4194304 5208918 140734566681168 140734566679000 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27057/statm: 18861 16958 103 248 0 18610 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 230808

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27072
/proc/meminfo: memFree=29881360/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=1565.38 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 77547 369991 0 0 720 84 155463 271 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=27071] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27071/stat : 27071 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285719163 9367552 267 33554432000 4194304 5064252 140735378847616 140735378846528 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27071/statm: 2287 267 226 213 0 72 0
[pid=27072] ppid=27071 vsize=75948 CPUtime=36.51 cores=1,3,5,7
/proc/27072/stat : 27072 (glucose) R 27071 26875 26619 0 -1 4202496 15855 0 0 0 3647 4 0 0 20 0 1 0 285719163 77770752 16688 33554432000 4194304 5208918 140735948431120 140735948428968 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27072/statm: 18987 16688 104 248 0 18736 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 231312

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27079
/proc/meminfo: memFree=29883172/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=1615 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 81712 391245 0 0 752 88 160375 285 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=27078] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27078/stat : 27078 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285724127 9367552 266 33554432000 4194304 5064252 140735810953808 140735810952720 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27078/statm: 2287 266 226 213 0 72 0
[pid=27079] ppid=27078 vsize=74852 CPUtime=46.88 cores=1,3,5,7
/proc/27079/stat : 27079 (glucose) R 27078 26875 26619 0 -1 4202496 15420 0 0 0 4684 4 0 0 20 0 1 0 285724127 76648448 16027 33554432000 4194304 5208918 140735693585856 140735693583688 4211916 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27079/statm: 18713 16027 103 248 0 18462 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 230216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27079
/proc/meminfo: memFree=29875976/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=1615 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 81712 391245 0 0 752 88 160375 285 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=27078] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27078/stat : 27078 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285724127 9367552 266 33554432000 4194304 5064252 140735810953808 140735810952720 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27078/statm: 2287 266 226 213 0 72 0
[pid=27079] ppid=27078 vsize=76632 CPUtime=106.86 cores=1,3,5,7
/proc/27079/stat : 27079 (glucose) R 27078 26875 26619 0 -1 4202496 15895 0 0 0 10682 4 0 0 20 0 1 0 285724127 78471168 17013 33554432000 4194304 5208918 140735693585856 140735693583816 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27079/statm: 19158 17013 104 248 0 18907 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 231996

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 27086
/proc/meminfo: memFree=29877516/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=1734.09 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 85877 413062 0 0 784 92 172232 301 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=27085] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27085/stat : 27085 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285736037 9367552 267 33554432000 4194304 5064252 140734420218464 140734420217376 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27085/statm: 2287 267 226 213 0 72 0
[pid=27086] ppid=27085 vsize=74856 CPUtime=47.76 cores=1,3,5,7
/proc/27086/stat : 27086 (glucose) R 27085 26875 26619 0 -1 4202496 14674 0 0 0 4773 3 0 0 20 0 1 0 285736038 76652544 16185 33554432000 4194304 5208918 140733985266704 140733985264536 4205496 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27086/statm: 18714 16185 103 248 0 18463 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 230220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 27087
/proc/meminfo: memFree=29876460/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=1734.09 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 85877 413062 0 0 784 92 172232 301 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=27085] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27085/stat : 27085 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285736037 9367552 267 33554432000 4194304 5064252 140734420218464 140734420217376 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27085/statm: 2287 267 226 213 0 72 0
[pid=27086] ppid=27085 vsize=75328 CPUtime=65.97 cores=1,3,5,7
/proc/27086/stat : 27086 (glucose) R 27085 26875 26619 0 -1 4202496 14854 0 0 0 6594 3 0 0 20 0 1 0 285736038 77135872 16365 33554432000 4194304 5208918 140733985266704 140733985264456 4211632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27086/statm: 18832 16365 104 248 0 18581 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 230692

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 27087
/proc/meminfo: memFree=29876460/32873844 swapFree=7388/7388
[pid=26875] ppid=26873 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26875/stat : 26875 (npSolver-wbo-It) S 26873 26875 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 285562586 9367552 275 33554432000 4194304 5064252 140735810779536 140735810778448 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26875/statm: 2287 275 233 213 0 72 0
[pid=26876] ppid=26875 vsize=137068 CPUtime=1734.09 cores=1,3,5,7
/proc/26876/stat : 26876 (npSolver-wbo) S 26875 26875 26619 0 -1 4202496 85877 413062 0 0 784 92 172232 301 20 0 1 0 285562586 140357632 25029 33554432000 4194304 5990268 140737140423856 140737140415280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26876/statm: 34267 25029 166 439 0 33824 0
[pid=27085] ppid=26876 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27085/stat : 27085 (satsolver.sh) S 26876 26875 26619 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285736037 9367552 267 33554432000 4194304 5064252 140734420218464 140734420217376 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27085/statm: 2287 267 226 213 0 72 0
[pid=27086] ppid=27085 vsize=75328 CPUtime=65.97 cores=1,3,5,7
/proc/27086/stat : 27086 (glucose) R 27085 26875 26619 0 -1 4202496 14854 0 0 0 6594 3 0 0 20 0 1 0 285736038 77135872 16365 33554432000 4194304 5208918 140733985266704 140733985264456 4211632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27086/statm: 18832 16365 104 248 0 18581 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 230692

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26875 and gives
#  childrusage.ru_utime.tv_sec=1730
#  childrusage.ru_utime.tv_usec=167974
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=943400
# CPU time returned by wait4() is 1734.11
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1796.1
CPU system time (s): 3.96
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 257340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1730.17
system time used= 3.9434
maximum resident set size= 100124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499918
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1025656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5201
involuntary context switches= 1991

runsolver used 6.89995 second user time and 18.8281 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-28 10:39:42
IDJOB=3715035
IDBENCH=79089
IDSOLVER=2296
FILE ID=node147/3715035-1338194382
RUNJOBID= node147-1338192581-26636
PBS_JOBID= 14624579
Free space on /tmp= 71668 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/normalized-j602_7-unsat--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-3715035-1338194382/watcher-3715035-1338194382 -o /tmp/evaluation-result-3715035-1338194382/solver-3715035-1338194382 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3715035-1338194382.wbo 812604249 HOME HOME

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

MD5SUM BENCH= 542acc6a88f2f74cb83091764e7f930f
RANDOM SEED=812604249

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30445900 kB
Buffers:          354492 kB
Cached:          1243128 kB
SwapCached:         5068 kB
Active:           629004 kB
Inactive:         977876 kB
Active(anon):       3876 kB
Inactive(anon):     7584 kB
Active(file):     625128 kB
Inactive(file):   970292 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:             18216 kB
Writeback:             0 kB
AnonPages:         14092 kB
Mapped:            10240 kB
Shmem:                 0 kB
Slab:             680552 kB
SReclaimable:     121360 kB
SUnreclaim:       559192 kB
KernelStack:        1432 kB
PageTables:         3956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     127792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71552 MiB
End job on node147 at 2012-05-28 11:09:42