Trace number 3753024

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-quickBound (fixed)? (TO) 1800.03 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j309_10-unsat--soft-66-100-0.wbo
MD5SUMf8e585aed580dee910146256b9cb9d64
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 benchmark0.358944
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5456
Total number of constraints17015
Number of soft constraints5692
Number of constraints which are clauses16667
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints348
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 285936
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 285935
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 177
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.32	c run usual solver
1.57/1.77	o 3649
1.57/1.77	c starting approximation
1.57/1.77	c factor = 2
1.57/1.77	c factor still to low - shrinking to 124.621
1.57/1.77	c approx number of clauses: 1e+06
1.57/1.77	c current bound: 1824
62.76/62.92	c current bound: 1824
122.45/122.86	c current bound: 1824
182.53/182.72	c current bound: 1824
243.05/243.22	c current bound: 1824
302.67/303.11	c current bound: 1824
363.16/363.61	c current bound: 1824
423.33/423.79	c current bound: 1824
484.16/484.64	c current bound: 1824
544.37/544.84	c current bound: 1824
604.38/604.87	c current bound: 1824
665.75/666.24	c current bound: 1824
725.80/726.31	c current bound: 1824
786.82/787.33	c current bound: 1824
846.92/847.45	c current bound: 1824
907.58/908.13	c current bound: 1824
967.90/968.27	c current bound: 1824
1028.45/1028.99	c current bound: 1824
1089.80/1090.16	c current bound: 1824
1149.56/1150.21	c current bound: 1824
1210.62/1211.00	c current bound: 1824
1270.90/1271.57	c current bound: 1824
1331.06/1331.74	c current bound: 1824
1391.13/1391.81	c current bound: 1824
1452.96/1453.67	c current bound: 1824
1513.46/1513.90	c current bound: 1824
1574.34/1575.05	c current bound: 1824
1634.45/1635.16	c current bound: 1824
1694.67/1695.39	c current bound: 1824
1754.85/1755.60	c current bound: 1824
1800.03/1800.51	c error: unexpected solver exit code
1800.03/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-3753024-1339205999/watcher-3753024-1339205999 -o /tmp/evaluation-result-3753024-1339205999/solver-3753024-1339205999 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753024-1339205999.wbo 266949872 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: 1.00 1.00 1.15 3/175 17709
/proc/meminfo: memFree=29896180/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0

[startup+0.00957608 s]
/proc/loadavg: 1.00 1.00 1.15 3/175 17709
/proc/meminfo: memFree=29896180/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 1.00 1.00 1.15 3/175 17709
/proc/meminfo: memFree=29896180/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300266 s]
/proc/loadavg: 1.00 1.00 1.15 3/175 17709
/proc/meminfo: memFree=29896180/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70028 s]
/proc/loadavg: 1.00 1.00 1.15 3/175 17709
/proc/meminfo: memFree=29896180/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 1.00 1.00 1.15 3/181 17715
/proc/meminfo: memFree=29756780/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=22228 CPUtime=1.36 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 6369 11090 0 0 31 2 94 9 20 0 1 0 386728349 22761472 4980 33554432000 4194304 6006132 140734454520640 140734454514832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 5557 4980 158 443 0 5110 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 31376

[startup+3.10035 s]
/proc/loadavg: 1.00 1.00 1.15 3/182 17726
/proc/meminfo: memFree=29710816/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1.77 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 9824 19626 0 0 43 12 110 12 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=17725] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17725/stat : 17725 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386728537 9367552 267 33554432000 4194304 5064252 140734539143456 140734539142368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17725/statm: 2287 267 226 213 0 72 0
[pid=17726] ppid=17725 vsize=61968 CPUtime=1.21 cores=1,3,5,7
/proc/17726/stat : 17726 (glucose) R 17725 17709 17664 0 -1 4202496 13153 0 0 0 118 3 0 0 20 0 1 0 386728537 63455232 13673 33554432000 4194304 5208918 140736743438768 140736743436440 4211620 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17726/statm: 15492 13673 95 248 0 15241 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 121124

[startup+6.30035 s]
/proc/loadavg: 1.08 1.02 1.15 3/180 17757
/proc/meminfo: memFree=29749152/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1.77 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 9824 19626 0 0 43 12 110 12 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=17725] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17725/stat : 17725 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386728537 9367552 267 33554432000 4194304 5064252 140734539143456 140734539142368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17725/statm: 2287 267 226 213 0 72 0
[pid=17726] ppid=17725 vsize=61968 CPUtime=4.41 cores=1,3,5,7
/proc/17726/stat : 17726 (glucose) R 17725 17709 17664 0 -1 4202496 13188 0 0 0 438 3 0 0 20 0 1 0 386728537 63455232 13707 33554432000 4194304 5208918 140736743438768 140736743436440 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17726/statm: 15492 13707 95 248 0 15241 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 121124

[startup+12.7004 s]
/proc/loadavg: 1.15 1.03 1.16 3/183 17811
/proc/meminfo: memFree=29731192/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1.77 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 9824 19626 0 0 43 12 110 12 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=17725] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17725/stat : 17725 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386728537 9367552 267 33554432000 4194304 5064252 140734539143456 140734539142368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17725/statm: 2287 267 226 213 0 72 0
[pid=17726] ppid=17725 vsize=66388 CPUtime=10.81 cores=1,3,5,7
/proc/17726/stat : 17726 (glucose) R 17725 17709 17664 0 -1 4202496 13244 0 0 0 1078 3 0 0 20 0 1 0 386728537 67981312 13763 33554432000 4194304 5208918 140736743438768 140736743436920 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17726/statm: 16597 13763 95 248 0 16346 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 125544

[startup+25.5004 s]
/proc/loadavg: 1.34 1.08 1.17 3/180 17917
/proc/meminfo: memFree=29742488/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1.77 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 9824 19626 0 0 43 12 110 12 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=17725] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17725/stat : 17725 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386728537 9367552 267 33554432000 4194304 5064252 140734539143456 140734539142368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17725/statm: 2287 267 226 213 0 72 0
[pid=17726] ppid=17725 vsize=66520 CPUtime=23.6 cores=1,3,5,7
/proc/17726/stat : 17726 (glucose) R 17725 17709 17664 0 -1 4202496 13279 0 0 0 2357 3 0 0 20 0 1 0 386728537 68116480 14309 33554432000 4194304 5208918 140736743438768 140736743436616 4211726 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17726/statm: 16630 14309 95 248 0 16379 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 125676

[startup+51.1004 s]
/proc/loadavg: 1.49 1.14 1.19 3/182 18123
/proc/meminfo: memFree=29689832/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1.77 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 9824 19626 0 0 43 12 110 12 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=17725] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17725/stat : 17725 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386728537 9367552 267 33554432000 4194304 5064252 140734539143456 140734539142368 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17725/statm: 2287 267 226 213 0 72 0
[pid=17726] ppid=17725 vsize=66520 CPUtime=49.2 cores=1,3,5,7
/proc/17726/stat : 17726 (glucose) R 17725 17709 17664 0 -1 4202496 13298 0 0 0 4917 3 0 0 20 0 1 0 386728537 68116480 14328 33554432000 4194304 5208918 140736743438768 140736743436616 4211599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17726/statm: 16630 14328 95 248 0 16379 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 125676

[startup+102.3 s]
/proc/loadavg: 1.78 1.27 1.22 3/179 18548
/proc/meminfo: memFree=29748492/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=62.89 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 13309 39238 0 0 52 13 6200 24 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=18227] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18227/stat : 18227 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386734651 9367552 266 33554432000 4194304 5064252 140734733605744 140734733604656 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18227/statm: 2287 266 226 213 0 72 0
[pid=18228] ppid=18227 vsize=66520 CPUtime=39.27 cores=1,3,5,7
/proc/18228/stat : 18228 (glucose) R 18227 17709 17664 0 -1 4202496 12940 0 0 0 3924 3 0 0 20 0 1 0 386734651 68116480 14212 33554432000 4194304 5208918 140736555668624 140736555666472 4211599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18228/statm: 16630 14212 95 248 0 16379 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 125676

[startup+162.3 s]
/proc/loadavg: 1.98 1.42 1.28 3/181 19036
/proc/meminfo: memFree=29719116/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=122.81 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 16794 58291 0 0 61 14 12171 35 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=18720] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18720/stat : 18720 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386740645 9367552 267 33554432000 4194304 5064252 140733835688640 140733835687552 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18720/statm: 2287 267 226 213 0 72 0
[pid=18721] ppid=18720 vsize=66516 CPUtime=39.32 cores=1,3,5,7
/proc/18721/stat : 18721 (glucose) R 18720 17709 17664 0 -1 4202496 13376 0 0 0 3930 2 0 0 20 0 1 0 386740645 68112384 14566 33554432000 4194304 5208918 140734741909760 140734741907608 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18721/statm: 16629 14566 95 248 0 16378 0
Current children cumulated CPU time (s) 162.13

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

/proc/28922/stat : 28922 (glucose) R 28921 17709 17664 0 -1 4202496 13530 0 0 0 3042 2 0 0 20 0 1 0 386861533 68120576 13905 33554432000 4194304 5208918 140734325225408 140734325223256 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28922/statm: 16631 13905 95 248 0 16380 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 125680

[startup+1422.3 s]
/proc/loadavg: 1.99 2.05 1.83 3/179 29685
/proc/meminfo: memFree=29743536/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1391.49 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 89979 474012 0 0 252 44 138578 275 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=29430] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29430/stat : 29430 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386867541 9367552 265 33554432000 4194304 5064252 140734241911680 140734241910592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29430/statm: 2287 265 226 213 0 72 0
[pid=29431] ppid=29430 vsize=66516 CPUtime=30.37 cores=1,3,5,7
/proc/29431/stat : 29431 (glucose) R 29430 17709 17664 0 -1 4202496 12888 0 0 0 3034 3 0 0 20 0 1 0 386867541 68112384 13523 33554432000 4194304 5208918 140737325546352 140737325544200 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29431/statm: 16629 13523 95 248 0 16378 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 125672

[startup+1482.3 s]
/proc/loadavg: 1.99 2.04 1.83 3/179 30190
/proc/meminfo: memFree=29742056/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1453.34 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 93464 493634 0 0 262 45 144741 286 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=29955] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29955/stat : 29955 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386873726 9367552 267 33554432000 4194304 5064252 140733457409360 140733457408272 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29955/statm: 2287 267 226 213 0 72 0
[pid=29956] ppid=29955 vsize=66520 CPUtime=28.51 cores=1,3,5,7
/proc/29956/stat : 29956 (glucose) R 29955 17709 17664 0 -1 4202496 12281 0 0 0 2849 2 0 0 20 0 1 0 386873726 68116480 13960 33554432000 4194304 5208918 140733642177696 140733642175544 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29956/statm: 16630 13960 95 248 0 16379 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 125676

[startup+1542.31 s]
/proc/loadavg: 1.99 2.03 1.84 3/181 30703
/proc/meminfo: memFree=29724936/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1513.57 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 96949 512692 0 0 271 46 150742 298 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=30464] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30464/stat : 30464 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386879750 9367552 267 33554432000 4194304 5064252 140735279443872 140735279442784 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30464/statm: 2287 267 226 213 0 72 0
[pid=30465] ppid=30464 vsize=66516 CPUtime=28.28 cores=1,3,5,7
/proc/30465/stat : 30465 (glucose) R 30464 17709 17664 0 -1 4202496 13332 0 0 0 2825 3 0 0 20 0 1 0 386879750 68112384 13898 33554432000 4194304 5208918 140733498344304 140733498342152 4211641 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30465/statm: 16629 13898 95 248 0 16378 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 125672

[startup+1602.3 s]
/proc/loadavg: 1.96 2.00 1.84 3/179 31205
/proc/meminfo: memFree=29739460/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1574.72 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 100434 532679 0 0 280 48 156834 310 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=30982] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30982/stat : 30982 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386885865 9367552 267 33554432000 4194304 5064252 140734124282240 140734124281152 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30982/statm: 2287 267 226 213 0 72 0
[pid=30983] ppid=30982 vsize=66520 CPUtime=27.12 cores=1,3,5,7
/proc/30983/stat : 30983 (glucose) R 30982 17709 17664 0 -1 4202496 13292 0 0 0 2710 2 0 0 20 0 1 0 386885865 68116480 14321 33554432000 4194304 5208918 140734411879024 140734411876872 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30983/statm: 16630 14321 95 248 0 16379 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 125676

[startup+1662.3 s]
/proc/loadavg: 1.91 1.98 1.84 3/181 31718
/proc/meminfo: memFree=29677864/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1634.81 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 103919 552651 0 0 288 50 162822 321 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=31493] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31493/stat : 31493 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386891875 9367552 266 33554432000 4194304 5064252 140734246105200 140734246104112 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31493/statm: 2287 266 226 213 0 72 0
[pid=31494] ppid=31493 vsize=66516 CPUtime=27.02 cores=1,3,5,7
/proc/31494/stat : 31494 (glucose) R 31493 17709 17664 0 -1 4202496 12825 0 0 0 2700 2 0 0 20 0 1 0 386891875 68112384 13988 33554432000 4194304 5208918 140735250809488 140735250807336 4211712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31494/statm: 16629 13988 95 248 0 16378 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 125672

[startup+1722.3 s]
/proc/loadavg: 1.96 1.98 1.85 3/181 32222
/proc/meminfo: memFree=29689536/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1695.04 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 107404 572193 0 0 297 51 168824 332 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=32004] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32004/stat : 32004 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386897899 9367552 266 33554432000 4194304 5064252 140735201332048 140735201330960 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32004/statm: 2287 266 226 213 0 72 0
[pid=32005] ppid=32004 vsize=66516 CPUtime=26.78 cores=1,3,5,7
/proc/32005/stat : 32005 (glucose) R 32004 17709 17664 0 -1 4202496 13494 0 0 0 2676 2 0 0 20 0 1 0 386897899 68112384 13499 33554432000 4194304 5208918 140736513392320 140736513390168 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32005/statm: 16629 13499 95 248 0 16378 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 125672

[startup+1782.3 s]
/proc/loadavg: 1.98 1.98 1.85 3/180 32734
/proc/meminfo: memFree=29732168/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1755.24 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 110889 592527 0 0 307 53 174821 343 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=32513] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32513/stat : 32513 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386903919 9367552 266 33554432000 4194304 5064252 140736607777104 140736607776016 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32513/statm: 2287 266 226 213 0 72 0
[pid=32514] ppid=32513 vsize=66520 CPUtime=26.58 cores=1,3,5,7
/proc/32514/stat : 32514 (glucose) R 32513 17709 17664 0 -1 4202496 12730 0 0 0 2655 3 0 0 20 0 1 0 386903919 68116480 13906 33554432000 4194304 5208918 140734892415440 140734892413288 4211501 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32514/statm: 16630 13906 95 248 0 16379 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 125676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.99 1.98 1.85 3/181 429
/proc/meminfo: memFree=29710444/32873844 swapFree=7124/7124
[pid=17709] ppid=17707 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17709/stat : 17709 (npSolver-wbo-It) S 17707 17709 17664 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386728349 9367552 275 33554432000 4194304 5064252 140733349443712 140733349442624 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17709/statm: 2287 275 233 213 0 72 0
[pid=17710] ppid=17709 vsize=40860 CPUtime=1755.24 cores=1,3,5,7
/proc/17710/stat : 17710 (npSolver-wbo) S 17709 17709 17664 0 -1 4202496 110889 592527 0 0 307 53 174821 343 20 0 1 0 386728349 41840640 9545 33554432000 4194304 6006132 140734454520640 140734454512000 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17710/statm: 10215 9545 177 443 0 9768 0
[pid=32513] ppid=17710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32513/stat : 32513 (satsolver.sh) S 17710 17709 17664 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386903919 9367552 266 33554432000 4194304 5064252 140736607777104 140736607776016 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32513/statm: 2287 266 226 213 0 72 0
[pid=32514] ppid=32513 vsize=66520 CPUtime=44.79 cores=1,3,5,7
/proc/32514/stat : 32514 (glucose) R 32513 17709 17664 0 -1 4202496 12789 0 0 0 4476 3 0 0 20 0 1 0 386903919 68116480 14476 33554432000 4194304 5208918 140734892415440 140734892413288 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32514/statm: 16630 14476 95 248 0 16379 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 125676

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 17709 and gives
#  childrusage.ru_utime.tv_sec=1751
#  childrusage.ru_utime.tv_usec=286763
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=974395
# CPU time returned by wait4() is 1755.26
# while last known CPU time is 1800.03
#
# 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.03
CPU user time (s): 1796.04
CPU system time (s): 3.99
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 129160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1751.29
system time used= 3.97439
maximum resident set size= 62772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 704394
page faults= 0
swaps= 0
block input operations= 0
block output operations= 579048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11195
involuntary context switches= 2192

runsolver used 2.98155 second user time and 7.13891 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-09 03:39:59
IDJOB=3753024
IDBENCH=79068
IDSOLVER=2336
FILE ID=node110/3753024-1339205999
RUNJOBID= node110-1339205999-17681
PBS_JOBID= 14643881
Free space on /tmp= 69276 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/normalized-j309_10-unsat--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753024-1339205999/watcher-3753024-1339205999 -o /tmp/evaluation-result-3753024-1339205999/solver-3753024-1339205999 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753024-1339205999.wbo 266949872 HOME HOME

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

MD5SUM BENCH= f8e585aed580dee910146256b9cb9d64
RANDOM SEED=266949872

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.90
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.893
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.893
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:        29898684 kB
Buffers:          157800 kB
Cached:          1941784 kB
SwapCached:         1852 kB
Active:          2042980 kB
Inactive:          61512 kB
Active(anon):       3556 kB
Inactive(anon):     4220 kB
Active(file):    2039424 kB
Inactive(file):    57292 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67099060 kB
Dirty:             17884 kB
Writeback:             0 kB
AnonPages:         11628 kB
Mapped:             7872 kB
Shmem:                 0 kB
Slab:             731908 kB
SReclaimable:     172388 kB
SUnreclaim:       559520 kB
KernelStack:        1368 kB
PageTables:         3988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:      94396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 69244 MiB
End job on node110 at 2012-06-09 04:10:00