Trace number 3754971

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 1.0 (fixed)? (TO) 1800.02 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_51_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM5648463b311d39ee56e08f95de13a148
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark2.01369
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5100
Total number of constraints202
Number of soft constraints71
Number of constraints which are clauses102
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Top cost 3850
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 3849
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.04	c run usual solver
3.57/3.66	o 1294
3.57/3.66	c current bound: 647
7.15/7.33	o 389
7.15/7.33	c current bound: 194
10.43/10.51	o 188
10.43/10.51	c current bound: 94
1800.02/1800.51	c error: unexpected solver exit code
1800.02/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-3754971-1339184910/watcher-3754971-1339184910 -o /tmp/evaluation-result-3754971-1339184910/solver-3754971-1339184910 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3754971-1339184910.wbo 312773528 HOME HOME 

running on 4 cores: 0,2,4,6

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.15 2.05 2.01 3/177 24611
/proc/meminfo: memFree=30466604/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0

[startup+0.0632701 s]
/proc/loadavg: 2.15 2.05 2.01 3/177 24611
/proc/meminfo: memFree=30466604/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100307 s]
/proc/loadavg: 2.15 2.05 2.01 3/177 24611
/proc/meminfo: memFree=30466604/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 2.15 2.05 2.01 3/177 24611
/proc/meminfo: memFree=30466604/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700246 s]
/proc/loadavg: 2.15 2.05 2.01 3/177 24611
/proc/meminfo: memFree=30466604/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.15 2.05 2.01 3/181 24618
/proc/meminfo: memFree=30456280/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=3660 CPUtime=0.14 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 2116 3164 0 0 3 0 11 0 20 0 1 0 384616462 3747840 552 33554432000 4194304 6006132 140735905472640 140735905466832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24612/statm: 915 552 158 443 0 468 0
[pid=24617] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24617/stat : 24617 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384616478 9367552 267 33554432000 4194304 5064252 140737172521552 140737172520464 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24617/statm: 2287 267 226 213 0 72 0
[pid=24618] ppid=24617 vsize=16192 CPUtime=1.33 cores=0,2,4,6
/proc/24618/stat : 24618 (glucose) R 24617 24611 22577 0 -1 4202496 3107 0 0 0 132 1 0 0 20 0 1 0 384616478 16580608 3496 33554432000 4194304 5208918 140736316114896 140736316113048 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24618/statm: 4048 3496 96 248 0 3797 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 38148

[startup+3.10041 s]
/proc/loadavg: 2.15 2.05 2.01 3/182 24619
/proc/meminfo: memFree=30444556/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=3660 CPUtime=0.14 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 2116 3164 0 0 3 0 11 0 20 0 1 0 384616462 3747840 552 33554432000 4194304 6006132 140735905472640 140735905466832 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24612/statm: 915 552 158 443 0 468 0
[pid=24617] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24617/stat : 24617 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384616478 9367552 267 33554432000 4194304 5064252 140737172521552 140737172520464 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24617/statm: 2287 267 226 213 0 72 0
[pid=24618] ppid=24617 vsize=41996 CPUtime=2.92 cores=0,2,4,6
/proc/24618/stat : 24618 (glucose) R 24617 24611 22577 0 -1 4202496 4752 0 0 0 291 1 0 0 20 0 1 0 384616478 43003904 9124 33554432000 4194304 5208918 140736316114896 140736316112840 4211941 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24618/statm: 10499 9124 96 248 0 10248 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 63952

[startup+6.30037 s]
/proc/loadavg: 2.14 2.05 2.01 3/182 24626
/proc/meminfo: memFree=30421988/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=3.69 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 3622 11750 0 0 8 3 355 3 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24625] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24625/stat : 24625 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384616834 9367552 266 33554432000 4194304 5064252 140733259517920 140733259516832 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24625/statm: 2287 266 226 213 0 72 0
[pid=24626] ppid=24625 vsize=34472 CPUtime=2.56 cores=0,2,4,6
/proc/24626/stat : 24626 (glucose) R 24625 24611 22577 0 -1 4202496 7818 0 0 0 255 1 0 0 20 0 1 0 384616834 35299328 7270 33554432000 4194304 5208918 140733314287984 140733314285832 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24626/statm: 8618 7270 96 248 0 8367 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 64496

[startup+12.7004 s]
/proc/loadavg: 2.13 2.05 2.01 3/182 24640
/proc/meminfo: memFree=30443256/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24639/stat : 24639 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384617514 9367552 267 33554432000 4194304 5064252 140737474383248 140737474382160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24639/statm: 2287 267 226 213 0 72 0
[pid=24640] ppid=24639 vsize=14320 CPUtime=2.17 cores=0,2,4,6
/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 2841 0 0 0 217 0 0 0 20 0 1 0 384617514 14663680 2706 33554432000 4194304 5208918 140736783542128 140736783540280 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 3580 2706 96 248 0 3329 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 44344

[startup+25.5004 s]
/proc/loadavg: 2.10 2.05 2.01 3/182 24640
/proc/meminfo: memFree=30361404/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24639/stat : 24639 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384617514 9367552 267 33554432000 4194304 5064252 140737474383248 140737474382160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24639/statm: 2287 267 226 213 0 72 0
[pid=24640] ppid=24639 vsize=106948 CPUtime=14.96 cores=0,2,4,6
/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 6863 0 0 0 1494 2 0 0 20 0 1 0 384617514 109514752 23751 33554432000 4194304 5208918 140736783542128 140736783540120 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 26737 23751 104 248 0 26486 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 136972

[startup+51.1005 s]
/proc/loadavg: 2.07 2.04 2.01 3/181 24640
/proc/meminfo: memFree=30346656/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24639/stat : 24639 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384617514 9367552 267 33554432000 4194304 5064252 140737474383248 140737474382160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24639/statm: 2287 267 226 213 0 72 0
[pid=24640] ppid=24639 vsize=137768 CPUtime=40.56 cores=0,2,4,6
/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 7199 0 0 0 4051 5 0 0 20 0 1 0 384617514 141074432 27914 33554432000 4194304 5208918 140736783542128 140736783540280 4229512 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 34442 27914 104 248 0 34191 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 167792

[startup+102.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/182 24643
/proc/meminfo: memFree=30323480/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24639/stat : 24639 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384617514 9367552 267 33554432000 4194304 5064252 140737474383248 140737474382160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24639/statm: 2287 267 226 213 0 72 0
[pid=24640] ppid=24639 vsize=137768 CPUtime=91.76 cores=0,2,4,6
/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 7943 0 0 0 9165 11 0 0 20 0 1 0 384617514 141074432 33034 33554432000 4194304 5208918 140736783542128 140736783540280 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 34442 33034 104 248 0 34191 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 167792

[startup+162.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/181 24688
/proc/meminfo: memFree=31224720/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 39461 0 0 0 135042 100 0 0 20 0 1 0 384617514 275705856 53946 33554432000 4194304 5208918 140736783542128 140736783540280 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 67311 53946 104 248 0 67060 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 299268

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24777
/proc/meminfo: memFree=31050096/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24639/stat : 24639 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384617514 9367552 267 33554432000 4194304 5064252 140737474383248 140737474382160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24639/statm: 2287 267 226 213 0 72 0
[pid=24640] ppid=24639 vsize=187856 CPUtime=1411.41 cores=0,2,4,6
/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 40659 0 0 0 141038 103 0 0 20 0 1 0 384617514 192364544 36605 33554432000 4194304 5208918 140736783542128 140736783540280 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 46964 36605 104 248 0 46713 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 217880

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24777
/proc/meminfo: memFree=30939432/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24639/stat : 24639 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384617514 9367552 267 33554432000 4194304 5064252 140737474383248 140737474382160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24639/statm: 2287 267 226 213 0 72 0
[pid=24640] ppid=24639 vsize=269244 CPUtime=1471.4 cores=0,2,4,6
/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 41219 0 0 0 147035 105 0 0 20 0 1 0 384617514 275705856 61693 33554432000 4194304 5208918 140736783542128 140736783540280 4229532 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 67311 61693 104 248 0 67060 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 299268

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24778
/proc/meminfo: memFree=31058992/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24639/stat : 24639 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384617514 9367552 267 33554432000 4194304 5064252 140737474383248 140737474382160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24639/statm: 2287 267 226 213 0 72 0
[pid=24640] ppid=24639 vsize=187856 CPUtime=1531.39 cores=0,2,4,6
/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 42178 0 0 0 153031 108 0 0 20 0 1 0 384617514 192364544 35346 33554432000 4194304 5208918 140736783542128 140736783540280 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 46964 35346 104 248 0 46713 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 217880

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24778
/proc/meminfo: memFree=30903520/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24639/stat : 24639 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384617514 9367552 267 33554432000 4194304 5064252 140737474383248 140737474382160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24639/statm: 2287 267 226 213 0 72 0
[pid=24640] ppid=24639 vsize=269244 CPUtime=1591.37 cores=0,2,4,6
/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 42921 0 0 0 159027 110 0 0 20 0 1 0 384617514 275705856 63674 33554432000 4194304 5208918 140736783542128 140736783540280 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 67311 63674 104 248 0 67060 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 299268

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24778
/proc/meminfo: memFree=30985212/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24639/stat : 24639 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384617514 9367552 267 33554432000 4194304 5064252 140737474383248 140737474382160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24639/statm: 2287 267 226 213 0 72 0
[pid=24640] ppid=24639 vsize=187856 CPUtime=1651.35 cores=0,2,4,6
/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 44125 0 0 0 165022 113 0 0 20 0 1 0 384617514 192364544 45821 33554432000 4194304 5208918 140736783542128 140736783540280 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 46964 45821 104 248 0 46713 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 217880

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 24778
/proc/meminfo: memFree=30896144/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24639/stat : 24639 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384617514 9367552 267 33554432000 4194304 5064252 140737474383248 140737474382160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24639/statm: 2287 267 226 213 0 72 0
[pid=24640] ppid=24639 vsize=401504 CPUtime=1711.34 cores=0,2,4,6
/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 45204 0 0 0 171019 115 0 0 20 0 1 0 384617514 411140096 73469 33554432000 4194304 5208918 140736783542128 140736783540280 4229688 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 100376 73469 104 248 0 100125 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 431528

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 24778
/proc/meminfo: memFree=30947980/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24639/stat : 24639 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384617514 9367552 267 33554432000 4194304 5064252 140737474383248 140737474382160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24639/statm: 2287 267 226 213 0 72 0
[pid=24640] ppid=24639 vsize=269244 CPUtime=1771.31 cores=0,2,4,6
/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 46358 0 0 0 177012 119 0 0 20 0 1 0 384617514 275705856 49338 33554432000 4194304 5208918 140736783542128 140736783540280 4229532 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 67311 49338 104 248 0 67060 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 299268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 24778
/proc/meminfo: memFree=30965220/32873852 swapFree=6864/6864
[pid=24611] ppid=24609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (npSolver-wbo.sh) S 24609 24611 22577 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384616461 9367552 275 33554432000 4194304 5064252 140733237338096 140733237337008 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2287 275 233 213 0 72 0
[pid=24612] ppid=24611 vsize=11728 CPUtime=10.5 cores=0,2,4,6
/proc/24612/stat : 24612 (npSolver-wbo) S 24611 24611 22577 0 -1 4202496 4901 32094 0 0 11 3 1020 16 20 0 1 0 384616462 12009472 2343 33554432000 4194304 6006132 140735905472640 140735905464048 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24612/statm: 2932 2343 167 443 0 2485 0
[pid=24639] ppid=24612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24639/stat : 24639 (satsolver.sh) S 24612 24611 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384617514 9367552 267 33554432000 4194304 5064252 140737474383248 140737474382160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24639/statm: 2287 267 226 213 0 72 0
[pid=24640] ppid=24639 vsize=269244 CPUtime=1789.52 cores=0,2,4,6
/proc/24640/stat : 24640 (glucose) R 24639 24611 22577 0 -1 4202496 46372 0 0 0 178832 120 0 0 20 0 1 0 384617514 275705856 56506 33554432000 4194304 5208918 140736783542128 140736783540280 4211726 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24640/statm: 67311 56506 104 248 0 67060 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 299268

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 24611 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=313432
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=211967
# CPU time returned by wait4() is 10.5254
# while last known CPU time is 1800.02
#
# 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.02
CPU user time (s): 1798.63
CPU system time (s): 1.39
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 511668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3134
system time used= 0.211967
maximum resident set size= 40476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37974
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 242
involuntary context switches= 53

runsolver used 3.09353 second user time and 8.47971 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-08 21:48:30
IDJOB=3754971
IDBENCH=78664
IDSOLVER=2339
FILE ID=node129/3754971-1339184910
RUNJOBID= node129-1339183060-23990
PBS_JOBID= 14643830
Free space on /tmp= 70580 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754971-1339184910/watcher-3754971-1339184910 -o /tmp/evaluation-result-3754971-1339184910/solver-3754971-1339184910 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3754971-1339184910.wbo 312773528 HOME HOME

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

MD5SUM BENCH= 5648463b311d39ee56e08f95de13a148
RANDOM SEED=312773528

node129.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.957
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.957
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		: 2666.957
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.957
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.90
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.957
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.92
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.957
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		: 2666.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        30467140 kB
Buffers:          310948 kB
Cached:           491680 kB
SwapCached:         2008 kB
Active:          1306112 kB
Inactive:         215944 kB
Active(anon):     717668 kB
Inactive(anon):     4180 kB
Active(file):     588444 kB
Inactive(file):   211764 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:              9252 kB
Writeback:             0 kB
AnonPages:        773928 kB
Mapped:             9680 kB
Shmem:                 0 kB
Slab:             745164 kB
SReclaimable:     186928 kB
SUnreclaim:       558236 kB
KernelStack:        1528 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     983888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 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= 70744 MiB
End job on node129 at 2012-06-08 22:18:31