Trace number 3715021

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.03 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j301_4-unsat--soft-33-100-0.wbo
MD5SUM55bc063057ce6e5238203b79e8fa6b9b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.032994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3844
Total number of constraints11854
Number of soft constraints7954
Number of constraints which are clauses11610
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints244
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 399620
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 399619
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 99
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

3.18/3.23	c run usual solver
9.47/9.58	o 255
9.47/9.58	c fallback to adder encoding
172.15/172.48	o 251
172.15/172.48	c fallback to adder encoding
350.20/350.58	o 247
350.20/350.58	c fallback to adder encoding
447.45/447.64	o 246
447.45/447.64	c fallback to adder encoding
620.69/620.91	o 245
620.69/620.91	c fallback to adder encoding
719.31/719.55	o 238
719.31/719.55	c fallback to adder encoding
872.93/873.21	o 237
872.93/873.21	c fallback to adder encoding
1040.14/1040.46	o 236
1040.14/1040.46	c fallback to adder encoding
1146.57/1146.93	o 234
1146.57/1146.93	c fallback to adder encoding
1289.06/1289.44	o 233
1289.06/1289.44	c fallback to adder encoding
1461.64/1462.07	o 232
1461.64/1462.07	c fallback to adder encoding
1613.45/1613.91	o 231
1613.45/1613.91	c fallback to adder encoding
1664.27/1664.74	o 230
1664.27/1664.74	c fallback to adder encoding
1779.75/1780.46	o 229
1779.75/1780.46	c fallback to adder encoding
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-3715021-1338192581/watcher-3715021-1338192581 -o /tmp/evaluation-result-3715021-1338192581/solver-3715021-1338192581 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715021-1338192581.wbo 1442925318 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.56 1.89 1.96 4/175 26662
/proc/meminfo: memFree=30448508/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=1176 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) R 26658 26662 26619 0 -1 4202496 79 0 0 0 0 0 0 0 20 0 1 0 285382513 1204224 34 33554432000 4194304 5064252 140733256461008 140737071186696 239228513575 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 294 34 25 213 0 30 0

[startup+0.10661 s]
/proc/loadavg: 1.56 1.89 1.96 4/175 26662
/proc/meminfo: memFree=30448508/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200248 s]
/proc/loadavg: 1.56 1.89 1.96 4/175 26662
/proc/meminfo: memFree=30448508/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 1.56 1.89 1.96 4/175 26662
/proc/meminfo: memFree=30448508/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700297 s]
/proc/loadavg: 1.56 1.89 1.96 4/175 26662
/proc/meminfo: memFree=30448508/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 1.59 1.89 1.96 4/181 26668
/proc/meminfo: memFree=30314888/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=133204 CPUtime=1.48 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) R 26662 26662 26619 0 -1 4202496 5094 0 0 0 145 3 0 0 20 0 1 0 285382514 136400896 18920 33554432000 4194304 5990268 140737189551968 140737189542472 4521664 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 33301 18920 140 439 0 32858 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 142352

[startup+3.10027 s]
/proc/loadavg: 1.59 1.89 1.96 3/181 26668
/proc/meminfo: memFree=30255148/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=133204 CPUtime=3.08 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) R 26662 26662 26619 0 -1 4202496 5094 0 0 0 305 3 0 0 20 0 1 0 285382514 136400896 18920 33554432000 4194304 5990268 140737189551968 140737189547848 4700029 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 33301 18920 140 439 0 32858 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 142352

[startup+6.30034 s]
/proc/loadavg: 1.62 1.89 1.96 3/183 26680
/proc/meminfo: memFree=29945856/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=133512 CPUtime=3.23 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 5553 0 0 0 311 12 0 0 20 0 1 0 285382514 136716288 19486 33554432000 4194304 5990268 140737189551968 140737189545120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 33378 19486 149 439 0 32935 0
[pid=26669] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26669/stat : 26669 (cp2_pre.sh) S 26665 26662 26619 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 285382838 9367552 276 33554432000 4194304 5064252 140734266502864 140734266501568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26669/statm: 2287 276 234 213 0 72 0
[pid=26670] ppid=26669 vsize=82784 CPUtime=3.04 cores=1,3,5,7
/proc/26670/stat : 26670 (coprocessor) R 26669 26662 26619 0 -1 4202496 20224 0 0 0 299 5 0 0 20 0 1 0 285382838 84770816 20212 33554432000 4194304 6586260 140737392373392 140737392369416 4586146 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/26670/statm: 20696 20212 195 584 0 20108 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 234592

[startup+12.7004 s]
/proc/loadavg: 1.65 1.89 1.96 3/183 26690
/proc/meminfo: memFree=29854496/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=169732 CPUtime=9.93 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 9942 31992 0 0 360 78 530 25 20 0 1 0 285382514 173805568 25726 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 42433 25726 164 439 0 41990 0
[pid=26689] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26689/stat : 26689 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285383509 9367552 266 33554432000 4194304 5064252 140733273051984 140733273050896 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2287 266 226 213 0 72 0
[pid=26690] ppid=26689 vsize=113272 CPUtime=2.73 cores=1,3,5,7
/proc/26690/stat : 26690 (glucose) R 26689 26662 26619 0 -1 4202496 17961 0 0 0 268 5 0 0 20 0 1 0 285383509 115990528 25716 33554432000 4194304 5208918 140733733351872 140733733349624 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26690/statm: 28318 25716 103 248 0 28067 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 301300

[startup+25.5074 s]
/proc/loadavg: 1.71 1.90 1.96 3/184 26693
/proc/meminfo: memFree=29855984/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=169732 CPUtime=9.93 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 9942 31992 0 0 360 78 530 25 20 0 1 0 285382514 173805568 25726 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 42433 25726 164 439 0 41990 0
[pid=26689] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26689/stat : 26689 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285383509 9367552 266 33554432000 4194304 5064252 140733273051984 140733273050896 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2287 266 226 213 0 72 0
[pid=26690] ppid=26689 vsize=113692 CPUtime=15.53 cores=1,3,5,7
/proc/26690/stat : 26690 (glucose) R 26689 26662 26619 0 -1 4202496 18045 0 0 0 1548 5 0 0 20 0 1 0 285383509 116420608 25800 33554432000 4194304 5208918 140733733351872 140733733349720 4229469 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26690/statm: 28423 25800 103 248 0 28172 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 301720

[startup+51.1005 s]
/proc/loadavg: 1.82 1.90 1.96 3/184 26693
/proc/meminfo: memFree=29853844/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=169732 CPUtime=9.93 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 9942 31992 0 0 360 78 530 25 20 0 1 0 285382514 173805568 25726 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 42433 25726 164 439 0 41990 0
[pid=26689] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26689/stat : 26689 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285383509 9367552 266 33554432000 4194304 5064252 140733273051984 140733273050896 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2287 266 226 213 0 72 0
[pid=26690] ppid=26689 vsize=114176 CPUtime=41.12 cores=1,3,5,7
/proc/26690/stat : 26690 (glucose) R 26689 26662 26619 0 -1 4202496 18161 0 0 0 4107 5 0 0 20 0 1 0 285383509 116916224 26427 33554432000 4194304 5208918 140733733351872 140733733349832 4229460 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26690/statm: 28544 26427 103 248 0 28293 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 302204

[startup+102.3 s]
/proc/loadavg: 1.92 1.92 1.96 3/183 26693
/proc/meminfo: memFree=29851868/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=169732 CPUtime=9.93 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 9942 31992 0 0 360 78 530 25 20 0 1 0 285382514 173805568 25726 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 42433 25726 164 439 0 41990 0
[pid=26689] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26689/stat : 26689 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285383509 9367552 266 33554432000 4194304 5064252 140733273051984 140733273050896 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2287 266 226 213 0 72 0
[pid=26690] ppid=26689 vsize=115656 CPUtime=92.31 cores=1,3,5,7
/proc/26690/stat : 26690 (glucose) R 26689 26662 26619 0 -1 4202496 18524 0 0 0 9226 5 0 0 20 0 1 0 285383509 118431744 26790 33554432000 4194304 5208918 140733733351872 140733733349720 4229859 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26690/statm: 28914 26790 103 248 0 28663 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 303684

[startup+162.3 s]
/proc/loadavg: 1.97 1.93 1.96 3/183 26693
/proc/meminfo: memFree=29847216/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=169732 CPUtime=9.93 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 9942 31992 0 0 360 78 530 25 20 0 1 0 285382514 173805568 25726 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 42433 25726 164 439 0 41990 0
[pid=26689] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26689/stat : 26689 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285383509 9367552 266 33554432000 4194304 5064252 140733273051984 140733273050896 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26689/statm: 2287 266 226 213 0 72 0
[pid=26690] ppid=26689 vsize=118156 CPUtime=152.31 cores=1,3,5,7
/proc/26690/stat : 26690 (glucose) R 26689 26662 26619 0 -1 4202496 19146 0 0 0 15225 6 0 0 20 0 1 0 285383509 120991744 27923 33554432000 4194304 5208918 140733733351872 140733733349624 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26690/statm: 29539 27923 103 248 0 29288 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 306184

[startup+222.3 s]
/proc/loadavg: 2.13 1.97 1.97 3/183 26700
/proc/meminfo: memFree=29815564/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/26766/stat : 26766 (glucose) R 26765 26662 26619 0 -1 4202496 19647 0 0 0 13240 5 0 0 20 0 1 0 285511494 121188352 27981 33554432000 4194304 5208918 140733656544336 140733656542184 4205674 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26766/statm: 29587 27981 103 248 0 29336 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 339140

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 26774
/proc/meminfo: memFree=29780000/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=202496 CPUtime=1462.05 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 47843 271817 0 0 685 117 145160 243 20 0 1 0 285382514 207355904 33885 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 50624 33885 164 439 0 50181 0
[pid=26773] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26773/stat : 26773 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285528756 9367552 267 33554432000 4194304 5064252 140735531799808 140735531798720 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26773/statm: 2287 267 226 213 0 72 0
[pid=26774] ppid=26773 vsize=114612 CPUtime=19.86 cores=1,3,5,7
/proc/26774/stat : 26774 (glucose) R 26773 26662 26619 0 -1 4202496 17948 0 0 0 1981 5 0 0 20 0 1 0 285528756 117362688 26204 33554432000 4194304 5208918 140734659388848 140734659386696 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26774/statm: 28653 26204 103 248 0 28402 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 335404

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 26775
/proc/meminfo: memFree=29771864/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=202496 CPUtime=1462.05 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 47843 271817 0 0 685 117 145160 243 20 0 1 0 285382514 207355904 33885 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 50624 33885 164 439 0 50181 0
[pid=26773] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26773/stat : 26773 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285528756 9367552 267 33554432000 4194304 5064252 140735531799808 140735531798720 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26773/statm: 2287 267 226 213 0 72 0
[pid=26774] ppid=26773 vsize=116580 CPUtime=79.86 cores=1,3,5,7
/proc/26774/stat : 26774 (glucose) R 26773 26662 26619 0 -1 4202496 18440 0 0 0 7981 5 0 0 20 0 1 0 285528756 119377920 27207 33554432000 4194304 5208918 140734659388848 140734659386600 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26774/statm: 29145 27207 103 248 0 28894 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 337372

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26775
/proc/meminfo: memFree=29761948/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=202496 CPUtime=1462.05 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 47843 271817 0 0 685 117 145160 243 20 0 1 0 285382514 207355904 33885 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 50624 33885 164 439 0 50181 0
[pid=26773] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26773/stat : 26773 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285528756 9367552 267 33554432000 4194304 5064252 140735531799808 140735531798720 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26773/statm: 2287 267 226 213 0 72 0
[pid=26774] ppid=26773 vsize=119860 CPUtime=139.84 cores=1,3,5,7
/proc/26774/stat : 26774 (glucose) R 26773 26662 26619 0 -1 4202496 19228 0 0 0 13979 5 0 0 20 0 1 0 285528756 122736640 28506 33554432000 4194304 5208918 140734659388848 140734659386520 4213878 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26774/statm: 29965 28506 103 248 0 29714 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 340652

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26782
/proc/meminfo: memFree=29766392/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=202496 CPUtime=1613.88 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 51633 295926 0 0 718 121 160284 265 20 0 1 0 285382514 207355904 33885 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 50624 33885 164 439 0 50181 0
[pid=26781] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26781/stat : 26781 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285543941 9367552 267 33554432000 4194304 5064252 140737396769920 140737396768832 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26781/statm: 2287 267 226 213 0 72 0
[pid=26782] ppid=26781 vsize=114096 CPUtime=48.01 cores=1,3,5,7
/proc/26782/stat : 26782 (glucose) R 26781 26662 26619 0 -1 4202496 17941 0 0 0 4796 5 0 0 20 0 1 0 285543941 116834304 26219 33554432000 4194304 5208918 140735672163040 140735672160792 4229299 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26782/statm: 28524 26219 103 248 0 28273 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 334888

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26789
/proc/meminfo: memFree=29759248/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=202496 CPUtime=1664.7 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 55423 318309 0 0 750 125 165309 286 20 0 1 0 285382514 207355904 33885 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 50624 33885 164 439 0 50181 0
[pid=26788] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26788/stat : 26788 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285549023 9367552 266 33554432000 4194304 5064252 140734037556176 140734037555088 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26788/statm: 2287 266 226 213 0 72 0
[pid=26789] ppid=26788 vsize=116180 CPUtime=57.18 cores=1,3,5,7
/proc/26789/stat : 26789 (glucose) R 26788 26662 26619 0 -1 4202496 17895 0 0 0 5713 5 0 0 20 0 1 0 285549024 118968320 26698 33554432000 4194304 5208918 140734665962480 140734665960328 4211066 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26789/statm: 29045 26698 103 248 0 28794 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 336972

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26797
/proc/meminfo: memFree=29774556/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=202496 CPUtime=1780.37 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 59213 341926 0 0 782 129 176819 307 20 0 1 0 285382514 207355904 33885 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 50624 33885 164 439 0 50181 0
[pid=26796] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285560595 9367552 266 33554432000 4194304 5064252 140735864144128 140735864143040 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26796/statm: 2287 266 226 213 0 72 0
[pid=26797] ppid=26796 vsize=113360 CPUtime=1.46 cores=1,3,5,7
/proc/26797/stat : 26797 (glucose) R 26796 26662 26619 0 -1 4202496 17619 0 0 0 140 6 0 0 20 0 1 0 285560596 116080640 25881 33554432000 4194304 5208918 140734107933696 140734107931544 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26797/statm: 28340 25881 103 248 0 28089 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 334152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 26821
/proc/meminfo: memFree=30104668/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=202496 CPUtime=1780.37 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 59213 341926 0 0 782 129 176819 307 20 0 1 0 285382514 207355904 33885 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 50624 33885 164 439 0 50181 0
[pid=26796] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285560595 9367552 266 33554432000 4194304 5064252 140735864144128 140735864143040 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26796/statm: 2287 266 226 213 0 72 0
[pid=26797] ppid=26796 vsize=114036 CPUtime=19.66 cores=1,3,5,7
/proc/26797/stat : 26797 (glucose) R 26796 26662 26619 0 -1 4202496 17785 0 0 0 1960 6 0 0 20 0 1 0 285560596 116772864 26130 33554432000 4194304 5208918 140734107933696 140734107931544 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26797/statm: 28509 26130 103 248 0 28258 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 334828

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.07 2.02 2.00 3/176 26821
/proc/meminfo: memFree=30104668/32873844 swapFree=7388/7388
[pid=26662] ppid=26658 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26662/stat : 26662 (npSolver-wbo-It) S 26658 26662 26619 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285382513 9367552 274 33554432000 4194304 5064252 140733256461008 140733256459920 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26662/statm: 2287 274 233 213 0 72 0
[pid=26665] ppid=26662 vsize=202496 CPUtime=1780.37 cores=1,3,5,7
/proc/26665/stat : 26665 (npSolver-wbo) S 26662 26662 26619 0 -1 4202496 59213 341926 0 0 782 129 176819 307 20 0 1 0 285382514 207355904 33885 33554432000 4194304 5990268 140737189551968 140737189543392 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26665/statm: 50624 33885 164 439 0 50181 0
[pid=26796] ppid=26665 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26796/stat : 26796 (satsolver.sh) S 26665 26662 26619 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 285560595 9367552 266 33554432000 4194304 5064252 140735864144128 140735864143040 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26796/statm: 2287 266 226 213 0 72 0
[pid=26797] ppid=26796 vsize=114036 CPUtime=19.66 cores=1,3,5,7
/proc/26797/stat : 26797 (glucose) R 26796 26662 26619 0 -1 4202496 17785 0 0 0 1960 6 0 0 20 0 1 0 285560596 116772864 26130 33554432000 4194304 5208918 140734107933696 140734107931544 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26797/statm: 28509 26130 103 248 0 28258 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 334828

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26662 and gives
#  childrusage.ru_utime.tv_sec=1776
#  childrusage.ru_utime.tv_usec=27002
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=372335
# CPU time returned by wait4() is 1780.4
# 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): 1795.61
CPU system time (s): 4.42
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 372620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1776.03
system time used= 4.37233
maximum resident set size= 140768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 402114
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1717808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3151
involuntary context switches= 2127

runsolver used 9.64453 second user time and 17.3894 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-28 10:09:41
IDJOB=3715021
IDBENCH=79071
IDSOLVER=2296
FILE ID=node147/3715021-1338192581
RUNJOBID= node147-1338192581-26636
PBS_JOBID= 14624579
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= 55bc063057ce6e5238203b79e8fa6b9b
RANDOM SEED=1442925318

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:        30449572 kB
Buffers:          353164 kB
Cached:          1242540 kB
SwapCached:         5068 kB
Active:           625084 kB
Inactive:         977452 kB
Active(anon):       2184 kB
Inactive(anon):     7584 kB
Active(file):     622900 kB
Inactive(file):   969868 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:             17156 kB
Writeback:             0 kB
AnonPages:         10280 kB
Mapped:             8888 kB
Shmem:                 0 kB
Slab:             680380 kB
SReclaimable:     121464 kB
SUnreclaim:       558916 kB
KernelStack:        1376 kB
PageTables:         3888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105096 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= 71584 MiB
End job on node147 at 2012-05-28 10:39:42