Trace number 3715008

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.04 1801.21

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.rwmem.ucl--soft-66-100-0.wbo
MD5SUM912ca607d723e7995f4e9e6209c25e32
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.502923
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9051
Total number of constraints25833
Number of soft constraints8852
Number of constraints which are clauses24941
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints892
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 443736
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 443735
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
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

2.99/3.00	c run usual solver
5.83/6.72	o 2107
5.83/6.72	c fallback to adder encoding
379.69/380.64	o 2106
379.69/380.64	c fallback to adder encoding
772.67/773.70	o 2105
772.67/773.70	c fallback to adder encoding
1148.82/1150.25	o 2104
1148.82/1150.25	c fallback to adder encoding
1624.86/1626.08	o 2103
1624.86/1626.08	c fallback to adder encoding
1800.04/1801.21	c error: unexpected solver exit code
1800.04/1801.21	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-3715008-1338187983/watcher-3715008-1338187983 -o /tmp/evaluation-result-3715008-1338187983/solver-3715008-1338187983 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715008-1338187983.wbo 1901053741 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.12 2.09 2.02 3/179 14705
/proc/meminfo: memFree=30720400/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0

[startup+0.100026 s]
/proc/loadavg: 2.12 2.09 2.02 3/179 14705
/proc/meminfo: memFree=30720400/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200278 s]
/proc/loadavg: 2.12 2.09 2.02 3/179 14705
/proc/meminfo: memFree=30720400/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300263 s]
/proc/loadavg: 2.12 2.09 2.02 3/179 14705
/proc/meminfo: memFree=30720400/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 2.12 2.09 2.02 3/179 14705
/proc/meminfo: memFree=30720400/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.12 2.09 2.02 3/181 14707
/proc/meminfo: memFree=30705872/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=34876 CPUtime=1.48 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) R 14705 14705 32349 0 -1 4202496 3066 0 0 0 148 0 0 0 20 0 1 0 284923184 35713024 5083 33554432000 4194304 5990268 140733318197648 140733318192504 4374810 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 8719 5083 136 439 0 8276 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44024

[startup+3.10038 s]
/proc/loadavg: 2.12 2.09 2.02 3/181 14707
/proc/meminfo: memFree=30671484/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=68128 CPUtime=3 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 6809 0 0 0 293 7 0 0 20 0 1 0 284923184 69763072 12113 33554432000 4194304 5990268 140733318197648 140733318190800 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 17032 12113 149 439 0 16589 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 77276

[startup+6.30033 s]
/proc/loadavg: 2.11 2.09 2.02 2/183 14710
/proc/meminfo: memFree=30634756/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=68464 CPUtime=5.45 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) R 14705 14705 32349 0 -1 4202496 6931 27133 0 0 297 28 208 12 20 0 1 0 284923184 70107136 12185 33554432000 4194304 5990268 140733318197648 140733318191376 5177776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 17116 12185 153 439 0 16673 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 77612

[startup+12.7003 s]
/proc/loadavg: 2.10 2.08 2.02 3/183 14719
/proc/meminfo: memFree=30395128/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=6.51 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 11730 27647 0 0 361 65 208 17 20 0 1 0 284923184 176029696 31189 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31189 163 439 0 42533 0
[pid=14718] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14718/stat : 14718 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284923920 9367552 267 33554432000 4194304 5064252 140737133533440 140737133532352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14718/statm: 2287 267 226 213 0 72 0
[pid=14719] ppid=14718 vsize=145312 CPUtime=5.32 cores=1,3,5,7
/proc/14719/stat : 14719 (glucose) R 14718 14705 32349 0 -1 4202496 23744 0 0 0 525 7 0 0 20 0 1 0 284923920 148799488 31954 33554432000 4194304 5208918 140734396123120 140734396120968 4211605 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14719/statm: 36328 31954 96 248 0 36077 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 335512

[startup+25.5004 s]
/proc/loadavg: 2.15 2.10 2.03 3/183 14726
/proc/meminfo: memFree=30412276/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=6.51 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 11730 27647 0 0 361 65 208 17 20 0 1 0 284923184 176029696 31189 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31189 163 439 0 42533 0
[pid=14718] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14718/stat : 14718 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284923920 9367552 267 33554432000 4194304 5064252 140737133533440 140737133532352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14718/statm: 2287 267 226 213 0 72 0
[pid=14719] ppid=14718 vsize=145736 CPUtime=18.12 cores=1,3,5,7
/proc/14719/stat : 14719 (glucose) R 14718 14705 32349 0 -1 4202496 23831 0 0 0 1805 7 0 0 20 0 1 0 284923920 149233664 32552 33554432000 4194304 5208918 140734396123120 140734396120792 4205148 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14719/statm: 36434 32552 104 248 0 36183 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 335936

[startup+51.1005 s]
/proc/loadavg: 2.25 2.12 2.04 3/183 14747
/proc/meminfo: memFree=30401588/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=6.51 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 11730 27647 0 0 361 65 208 17 20 0 1 0 284923184 176029696 31189 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31189 163 439 0 42533 0
[pid=14718] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14718/stat : 14718 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284923920 9367552 267 33554432000 4194304 5064252 140737133533440 140737133532352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14718/statm: 2287 267 226 213 0 72 0
[pid=14719] ppid=14718 vsize=145736 CPUtime=43.72 cores=1,3,5,7
/proc/14719/stat : 14719 (glucose) R 14718 14705 32349 0 -1 4202496 23854 0 0 0 4365 7 0 0 20 0 1 0 284923920 149233664 32575 33554432000 4194304 5208918 140734396123120 140734396120792 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14719/statm: 36434 32575 104 248 0 36183 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 335936

[startup+102.3 s]
/proc/loadavg: 2.11 2.10 2.03 3/183 14799
/proc/meminfo: memFree=30380464/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=6.51 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 11730 27647 0 0 361 65 208 17 20 0 1 0 284923184 176029696 31189 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31189 163 439 0 42533 0
[pid=14718] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14718/stat : 14718 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284923920 9367552 267 33554432000 4194304 5064252 140737133533440 140737133532352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14718/statm: 2287 267 226 213 0 72 0
[pid=14719] ppid=14718 vsize=146548 CPUtime=94.93 cores=1,3,5,7
/proc/14719/stat : 14719 (glucose) R 14718 14705 32349 0 -1 4202496 24029 0 0 0 9485 8 0 0 20 0 1 0 284923920 150065152 32750 33554432000 4194304 5208918 140734396123120 140734396120968 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14719/statm: 36637 32750 104 248 0 36386 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 336748

[startup+162.3 s]
/proc/loadavg: 2.16 2.12 2.04 3/183 14950
/proc/meminfo: memFree=30391912/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=6.51 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 11730 27647 0 0 361 65 208 17 20 0 1 0 284923184 176029696 31189 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31189 163 439 0 42533 0
[pid=14718] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14718/stat : 14718 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284923920 9367552 267 33554432000 4194304 5064252 140737133533440 140737133532352 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14718/statm: 2287 267 226 213 0 72 0
[pid=14719] ppid=14718 vsize=147200 CPUtime=154.9 cores=1,3,5,7
/proc/14719/stat : 14719 (glucose) R 14718 14705 32349 0 -1 4202496 24198 0 0 0 15482 8 0 0 20 0 1 0 284923920 150732800 32987 33554432000 4194304 5208918 140734396123120 140734396120872 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14719/statm: 36800 32987 104 248 0 36549 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 337400

[startup+222.307 s]
/proc/loadavg: 2.17 2.13 2.05 3/183 15034
/proc/meminfo: memFree=30389576/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=6.51 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 11730 27647 0 0 361 65 208 17 20 0 1 0 284923184 176029696 31189 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31189 163 439 0 42533 0
[pid=14718] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/15375/stat : 15375 (glucose) R 15374 14705 32349 0 -1 4202496 24730 0 0 0 27128 8 0 0 20 0 1 0 285038273 152817664 33033 33554432000 4194304 5208918 140734995594448 140734995592296 4211156 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15375/statm: 37309 33033 105 248 0 37058 0
Current children cumulated CPU time (s) 1421.2
Current children cumulated vsize (KiB) 339436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15377
/proc/meminfo: memFree=28890464/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=1149.84 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 26512 126485 0 0 530 86 114259 109 20 0 1 0 284923184 176029696 31190 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31190 164 439 0 42533 0
[pid=15374] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15374/stat : 15374 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285038273 9367552 267 33554432000 4194304 5064252 140735875975744 140735875974656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15374/statm: 2287 267 226 213 0 72 0
[pid=15375] ppid=15374 vsize=149640 CPUtime=331.35 cores=1,3,5,7
/proc/15375/stat : 15375 (glucose) R 15374 14705 32349 0 -1 4202496 24851 0 0 0 33127 8 0 0 20 0 1 0 285038273 153231360 33154 33554432000 4194304 5208918 140734995594448 140734995592296 4228893 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15375/statm: 37410 33154 105 248 0 37159 0
Current children cumulated CPU time (s) 1481.19
Current children cumulated vsize (KiB) 339840

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15377
/proc/meminfo: memFree=28887796/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=1149.84 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 26512 126485 0 0 530 86 114259 109 20 0 1 0 284923184 176029696 31190 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31190 164 439 0 42533 0
[pid=15374] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15374/stat : 15374 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285038273 9367552 267 33554432000 4194304 5064252 140735875975744 140735875974656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15374/statm: 2287 267 226 213 0 72 0
[pid=15375] ppid=15374 vsize=150220 CPUtime=391.34 cores=1,3,5,7
/proc/15375/stat : 15375 (glucose) R 15374 14705 32349 0 -1 4202496 24990 0 0 0 39126 8 0 0 20 0 1 0 285038273 153825280 33293 33554432000 4194304 5208918 140734995594448 140734995592296 4211156 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15375/statm: 37555 33293 105 248 0 37304 0
Current children cumulated CPU time (s) 1541.18
Current children cumulated vsize (KiB) 340420

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 15377
/proc/meminfo: memFree=28880724/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=1149.84 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 26512 126485 0 0 530 86 114259 109 20 0 1 0 284923184 176029696 31190 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31190 164 439 0 42533 0
[pid=15374] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15374/stat : 15374 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285038273 9367552 267 33554432000 4194304 5064252 140735875975744 140735875974656 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15374/statm: 2287 267 226 213 0 72 0
[pid=15375] ppid=15374 vsize=153364 CPUtime=451.32 cores=1,3,5,7
/proc/15375/stat : 15375 (glucose) R 15374 14705 32349 0 -1 4202496 25770 0 0 0 45124 8 0 0 20 0 1 0 285038273 157044736 34584 33554432000 4194304 5208918 140734995594448 140734995592296 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15375/statm: 38341 34584 105 248 0 38090 0
Current children cumulated CPU time (s) 1601.16
Current children cumulated vsize (KiB) 343564

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 15387
/proc/meminfo: memFree=28888628/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=1625.59 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 31439 158618 0 0 586 93 161740 140 20 0 1 0 284923184 176029696 31190 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31190 164 439 0 42533 0
[pid=15386] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15386/stat : 15386 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285085856 9367552 267 33554432000 4194304 5064252 140733807470400 140733807469312 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15386/statm: 2287 267 226 213 0 72 0
[pid=15387] ppid=15386 vsize=144332 CPUtime=35.56 cores=1,3,5,7
/proc/15387/stat : 15387 (glucose) R 15386 14705 32349 0 -1 4202496 24995 0 0 0 3548 8 0 0 20 0 1 0 285085856 147795968 31593 33554432000 4194304 5208918 140734599762032 140734599759880 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15387/statm: 36083 31593 104 248 0 35832 0
Current children cumulated CPU time (s) 1661.15
Current children cumulated vsize (KiB) 334532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15387
/proc/meminfo: memFree=28882616/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=1625.59 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 31439 158618 0 0 586 93 161740 140 20 0 1 0 284923184 176029696 31190 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31190 164 439 0 42533 0
[pid=15386] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15386/stat : 15386 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285085856 9367552 267 33554432000 4194304 5064252 140733807470400 140733807469312 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15386/statm: 2287 267 226 213 0 72 0
[pid=15387] ppid=15386 vsize=144332 CPUtime=95.55 cores=1,3,5,7
/proc/15387/stat : 15387 (glucose) R 15386 14705 32349 0 -1 4202496 24998 0 0 0 9547 8 0 0 20 0 1 0 285085856 147795968 32618 33554432000 4194304 5208918 140734599762032 140734599759880 4211834 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15387/statm: 36083 32618 104 248 0 35832 0
Current children cumulated CPU time (s) 1721.14
Current children cumulated vsize (KiB) 334532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15388
/proc/meminfo: memFree=28876100/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=1625.59 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 31439 158618 0 0 586 93 161740 140 20 0 1 0 284923184 176029696 31190 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31190 164 439 0 42533 0
[pid=15386] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15386/stat : 15386 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285085856 9367552 267 33554432000 4194304 5064252 140733807470400 140733807469312 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15386/statm: 2287 267 226 213 0 72 0
[pid=15387] ppid=15386 vsize=175152 CPUtime=155.55 cores=1,3,5,7
/proc/15387/stat : 15387 (glucose) R 15386 14705 32349 0 -1 4202496 25068 0 0 0 15546 9 0 0 20 0 1 0 285085856 179355648 33710 33554432000 4194304 5208918 140734599762032 140734599760184 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15387/statm: 43788 33710 104 248 0 43537 0
Current children cumulated CPU time (s) 1781.14
Current children cumulated vsize (KiB) 365352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15388
/proc/meminfo: memFree=28874052/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=1625.59 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 31439 158618 0 0 586 93 161740 140 20 0 1 0 284923184 176029696 31190 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31190 164 439 0 42533 0
[pid=15386] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15386/stat : 15386 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285085856 9367552 267 33554432000 4194304 5064252 140733807470400 140733807469312 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15386/statm: 2287 267 226 213 0 72 0
[pid=15387] ppid=15386 vsize=175152 CPUtime=174.45 cores=1,3,5,7
/proc/15387/stat : 15387 (glucose) R 15386 14705 32349 0 -1 4202496 25068 0 0 0 17436 9 0 0 20 0 1 0 285085856 179355648 33710 33554432000 4194304 5208918 140734599762032 140734599760184 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15387/statm: 43788 33710 104 248 0 43537 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 365352

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15388
/proc/meminfo: memFree=28874052/32873844 swapFree=6600/6600
[pid=14705] ppid=14703 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14705/stat : 14705 (npSolver-wbo-It) S 14703 14705 32349 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284923184 9367552 275 33554432000 4194304 5064252 140737388722608 140737388721520 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14705/statm: 2287 275 233 213 0 72 0
[pid=14706] ppid=14705 vsize=171904 CPUtime=1625.59 cores=1,3,5,7
/proc/14706/stat : 14706 (npSolver-wbo) S 14705 14705 32349 0 -1 4202496 31439 158618 0 0 586 93 161740 140 20 0 1 0 284923184 176029696 31190 33554432000 4194304 5990268 140733318197648 140733318189072 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 42976 31190 164 439 0 42533 0
[pid=15386] ppid=14706 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15386/stat : 15386 (satsolver.sh) S 14706 14705 32349 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285085856 9367552 267 33554432000 4194304 5064252 140733807470400 140733807469312 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15386/statm: 2287 267 226 213 0 72 0
[pid=15387] ppid=15386 vsize=175152 CPUtime=174.45 cores=1,3,5,7
/proc/15387/stat : 15387 (glucose) R 15386 14705 32349 0 -1 4202496 25068 0 0 0 17436 9 0 0 20 0 1 0 285085856 179355648 33710 33554432000 4194304 5208918 140734599762032 140734599760184 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15387/statm: 43788 33710 104 248 0 43537 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 365352

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14705 and gives
#  childrusage.ru_utime.tv_sec=1623
#  childrusage.ru_utime.tv_usec=276224
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=341644
# CPU time returned by wait4() is 1625.62
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.21
CPU time (s): 1800.04
CPU user time (s): 1797.62
CPU system time (s): 2.42
CPU usage (%): 99.9348
Max. virtual memory (cumulated for all children) (KiB): 381880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1623.28
system time used= 2.34164
maximum resident set size= 171200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 741744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1750
involuntary context switches= 1736

runsolver used 3.15652 second user time and 8.30774 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-28 08:53:03
IDJOB=3715008
IDBENCH=79004
IDSOLVER=2296
FILE ID=node140/3715008-1338187983
RUNJOBID= node140-1338159152-32366
PBS_JOBID= 14624551
Free space on /tmp= 71320 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.rwmem.ucl--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-3715008-1338187983/watcher-3715008-1338187983 -o /tmp/evaluation-result-3715008-1338187983/solver-3715008-1338187983 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3715008-1338187983.wbo 1901053741 HOME HOME

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

MD5SUM BENCH= 912ca607d723e7995f4e9e6209c25e32
RANDOM SEED=1901053741

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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		: 2667.094
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.91
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		: 2667.094
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		: 2667.094
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		: 2667.094
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.88
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		: 2667.094
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.90
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		: 2667.094
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:        30720672 kB
Buffers:          456360 kB
Cached:           762976 kB
SwapCached:         1488 kB
Active:           990448 kB
Inactive:         293116 kB
Active(anon):      55916 kB
Inactive(anon):     8604 kB
Active(file):     934532 kB
Inactive(file):   284512 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105304 kB
Dirty:              9076 kB
Writeback:             0 kB
AnonPages:         67668 kB
Mapped:            12728 kB
Shmem:                 8 kB
Slab:             730060 kB
SReclaimable:     172036 kB
SUnreclaim:       558024 kB
KernelStack:        1480 kB
PageTables:         4512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     182552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 70740 MiB
End job on node140 at 2012-05-28 09:23:05