Trace number 3754023

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 (fixed)? (TO) 1800.53 1800.82

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-cache.inv14.ucl--soft-33-100-0.wbo
MD5SUM65b8562e8b2a6565f581ae80d9fbd0ff
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1800.68
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables62704
Total number of constraints187107
Number of soft constraints125731
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 6367889
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6367888
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

Solver Data

1.59/1.60	c run usual solver
11.08/11.18	o 5099
11.08/11.18	c current bound: 2549
11.08/11.18	c fallback to adder encoding
1800.35/1800.80	./satsolver.sh: line 5:  6096 Terminated              ./glucose $1 > $2 2> /dev/null
1800.35/1800.80	c error: unexpected solver exit code
1800.35/1800.80	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-3754023-1339183585/watcher-3754023-1339183585 -o /tmp/evaluation-result-3754023-1339183585/solver-3754023-1339183585 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754023-1339183585.wbo 1933954448 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.77 1.97 1.98 3/173 6020
/proc/meminfo: memFree=31619136/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0

[startup+0.0205561 s]
/proc/loadavg: 1.77 1.97 1.98 3/173 6020
/proc/meminfo: memFree=31619136/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 1.77 1.97 1.98 3/173 6020
/proc/meminfo: memFree=31619136/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300273 s]
/proc/loadavg: 1.77 1.97 1.98 3/173 6020
/proc/meminfo: memFree=31619136/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70031 s]
/proc/loadavg: 1.77 1.97 1.98 3/173 6020
/proc/meminfo: memFree=31619136/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 1.77 1.97 1.98 3/179 6033
/proc/meminfo: memFree=31413280/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=126388 CPUtime=1.49 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) R 6020 6020 4737 0 -1 4202496 15688 0 0 0 145 4 0 0 20 0 1 0 384482958 129421312 27508 33554432000 4194304 6006132 140734532661680 140734532656984 4714528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6021/statm: 31597 27508 151 443 0 31150 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 135536

[startup+3.10035 s]
/proc/loadavg: 1.77 1.97 1.98 3/181 6035
/proc/meminfo: memFree=31214344/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=126388 CPUtime=1.97 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 15696 0 0 0 161 36 0 0 20 0 1 0 384482958 129421312 27515 33554432000 4194304 6006132 140734532661680 140734532654784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6021/statm: 31597 27515 158 443 0 31150 0
[pid=6034] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6034/stat : 6034 (cp2_pre.sh) S 6021 6020 4737 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 384483157 9367552 277 33554432000 4194304 5064252 140733357015232 140733357013936 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6034/statm: 2287 277 234 213 0 72 0
[pid=6035] ppid=6034 vsize=160124 CPUtime=1.1 cores=1,3,5,7
/proc/6035/stat : 6035 (coprocessor) R 6034 6020 4737 0 -1 4202496 24283 0 0 0 106 4 0 0 20 0 1 0 384483157 163966976 39075 33554432000 4194304 6586260 140736577669424 140736577665560 5599298 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6035/statm: 40031 39075 191 584 0 39443 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 304808

[startup+6.30033 s]
/proc/loadavg: 1.86 1.98 1.99 3/181 6035
/proc/meminfo: memFree=30765320/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=126388 CPUtime=1.97 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 15696 0 0 0 161 36 0 0 20 0 1 0 384482958 129421312 27515 33554432000 4194304 6006132 140734532661680 140734532654784 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6021/statm: 31597 27515 158 443 0 31150 0
[pid=6034] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6034/stat : 6034 (cp2_pre.sh) S 6021 6020 4737 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 384483157 9367552 277 33554432000 4194304 5064252 140733357015232 140733357013936 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6034/statm: 2287 277 234 213 0 72 0
[pid=6035] ppid=6034 vsize=161048 CPUtime=4.3 cores=1,3,5,7
/proc/6035/stat : 6035 (coprocessor) R 6034 6020 4737 0 -1 4202496 24534 0 0 0 426 4 0 0 20 0 1 0 384483157 164913152 39326 33554432000 4194304 6586260 140736577669424 140736577664744 5599194 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6035/statm: 40262 39326 192 584 0 39674 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 305732

[startup+12.7003 s]
/proc/loadavg: 1.88 1.98 1.99 2/180 6044
/proc/meminfo: memFree=29577048/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=369852 CPUtime=12.67 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) R 6020 6020 4737 0 -1 4202496 51372 45048 0 0 313 70 871 13 20 0 1 0 384482958 378728448 76335 33554432000 4194304 6006132 140734532661680 140734532654040 4537479 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6021/statm: 92463 76335 179 443 0 92016 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 379000

[startup+25.5003 s]
/proc/loadavg: 2.25 2.06 2.02 3/182 6086
/proc/meminfo: memFree=30327644/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=1287356 CPUtime=25.47 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) R 6020 6020 4737 0 -1 4202496 53818 45048 0 0 1559 104 871 13 20 0 1 0 384482958 1318252544 314415 33554432000 4194304 6006132 140734532661680 140734532654040 4580462 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6021/statm: 321839 314415 179 443 0 321392 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1296504

[startup+51.1005 s]
/proc/loadavg: 2.62 2.16 2.04 3/184 6098
/proc/meminfo: memFree=24540836/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6095/stat : 6095 (satsolver.sh) S 6021 6020 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384486062 9367552 267 33554432000 4194304 5064252 140736558090432 140736558089344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6095/statm: 2287 267 226 213 0 72 0
[pid=6096] ppid=6095 vsize=2861544 CPUtime=20.05 cores=1,3,5,7
/proc/6096/stat : 6096 (glucose) R 6095 6020 4737 0 -1 4202496 321813 0 0 0 1859 146 0 0 20 0 1 0 384486062 2930221056 650496 33554432000 4194304 5208918 140733299900448 140733299898296 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6096/statm: 715386 650496 96 248 0 715135 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 5115580

[startup+102.3 s]
/proc/loadavg: 2.45 2.18 2.06 3/183 6098
/proc/meminfo: memFree=24589700/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6095/stat : 6095 (satsolver.sh) S 6021 6020 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384486062 9367552 267 33554432000 4194304 5064252 140736558090432 140736558089344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6095/statm: 2287 267 226 213 0 72 0
[pid=6096] ppid=6095 vsize=2862204 CPUtime=71.24 cores=1,3,5,7
/proc/6096/stat : 6096 (glucose) R 6095 6020 4737 0 -1 4202496 321982 0 0 0 6978 146 0 0 20 0 1 0 384486062 2930896896 650665 33554432000 4194304 5208918 140733299900448 140733299898296 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6096/statm: 715551 650665 96 248 0 715300 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 5116240

[startup+162.3 s]
/proc/loadavg: 2.16 2.14 2.05 3/183 6098
/proc/meminfo: memFree=24591436/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6095/stat : 6095 (satsolver.sh) S 6021 6020 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384486062 9367552 267 33554432000 4194304 5064252 140736558090432 140736558089344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6095/statm: 2287 267 226 213 0 72 0
[pid=6096] ppid=6095 vsize=2862340 CPUtime=131.23 cores=1,3,5,7
/proc/6096/stat : 6096 (glucose) R 6095 6020 4737 0 -1 4202496 322002 0 0 0 12977 146 0 0 20 0 1 0 384486062 2931036160 650685 33554432000 4194304 5208918 140733299900448 140733299898408 4229338 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6096/statm: 715585 650685 96 248 0 715334 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 5116376

[startup+222.3 s]
/proc/loadavg: 2.06 2.11 2.04 3/184 6101
/proc/meminfo: memFree=24591180/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 6108
/proc/meminfo: memFree=24585356/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6095/stat : 6095 (satsolver.sh) S 6021 6020 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384486062 9367552 267 33554432000 4194304 5064252 140736558090432 140736558089344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6095/statm: 2287 267 226 213 0 72 0
[pid=6096] ppid=6095 vsize=2862484 CPUtime=1331.05 cores=1,3,5,7
/proc/6096/stat : 6096 (glucose) R 6095 6020 4737 0 -1 4202496 322035 0 0 0 132959 146 0 0 20 0 1 0 384486062 2931183616 651229 33554432000 4194304 5208918 140733299900448 140733299898120 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6096/statm: 715621 651229 96 248 0 715370 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 5116520

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 6111
/proc/meminfo: memFree=24585348/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6095/stat : 6095 (satsolver.sh) S 6021 6020 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384486062 9367552 267 33554432000 4194304 5064252 140736558090432 140736558089344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6095/statm: 2287 267 226 213 0 72 0
[pid=6096] ppid=6095 vsize=2862484 CPUtime=1391.04 cores=1,3,5,7
/proc/6096/stat : 6096 (glucose) R 6095 6020 4737 0 -1 4202496 322035 0 0 0 138958 146 0 0 20 0 1 0 384486062 2931183616 651229 33554432000 4194304 5208918 140733299900448 140733299898120 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6096/statm: 715621 651229 96 248 0 715370 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 5116520

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 6112
/proc/meminfo: memFree=24585728/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6095/stat : 6095 (satsolver.sh) S 6021 6020 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384486062 9367552 267 33554432000 4194304 5064252 140736558090432 140736558089344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6095/statm: 2287 267 226 213 0 72 0
[pid=6096] ppid=6095 vsize=2862484 CPUtime=1451.03 cores=1,3,5,7
/proc/6096/stat : 6096 (glucose) R 6095 6020 4737 0 -1 4202496 322036 0 0 0 144957 146 0 0 20 0 1 0 384486062 2931183616 651230 33554432000 4194304 5208918 140733299900448 140733299898120 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6096/statm: 715621 651230 96 248 0 715370 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 5116520

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 6112
/proc/meminfo: memFree=24585728/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6095/stat : 6095 (satsolver.sh) S 6021 6020 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384486062 9367552 267 33554432000 4194304 5064252 140736558090432 140736558089344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6095/statm: 2287 267 226 213 0 72 0
[pid=6096] ppid=6095 vsize=2862484 CPUtime=1511.02 cores=1,3,5,7
/proc/6096/stat : 6096 (glucose) R 6095 6020 4737 0 -1 4202496 322036 0 0 0 150956 146 0 0 20 0 1 0 384486062 2931183616 651230 33554432000 4194304 5208918 140733299900448 140733299898120 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6096/statm: 715621 651230 96 248 0 715370 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 5116520

[startup+1616.76 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 6112
/proc/meminfo: memFree=24585480/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6095/stat : 6095 (satsolver.sh) S 6021 6020 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384486062 9367552 267 33554432000 4194304 5064252 140736558090432 140736558089344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6095/statm: 2287 267 226 213 0 72 0
[pid=6096] ppid=6095 vsize=2862484 CPUtime=1585.47 cores=1,3,5,7
/proc/6096/stat : 6096 (glucose) R 6095 6020 4737 0 -1 4202496 322036 0 0 0 158401 146 0 0 20 0 1 0 384486062 2931183616 651230 33554432000 4194304 5208918 140733299900448 140733299898120 4232799 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6096/statm: 715621 651230 96 248 0 715370 0
Current children cumulated CPU time (s) 1616.46
Current children cumulated vsize (KiB) 5116520

[startup+1676.19 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 6112
/proc/meminfo: memFree=24585480/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6095/stat : 6095 (satsolver.sh) S 6021 6020 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384486062 9367552 267 33554432000 4194304 5064252 140736558090432 140736558089344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6095/statm: 2287 267 226 213 0 72 0
[pid=6096] ppid=6095 vsize=2862484 CPUtime=1644.89 cores=1,3,5,7
/proc/6096/stat : 6096 (glucose) R 6095 6020 4737 0 -1 4202496 322037 0 0 0 164343 146 0 0 20 0 1 0 384486062 2931183616 651231 33554432000 4194304 5208918 140733299900448 140733299898120 4211019 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6096/statm: 715621 651231 96 248 0 715370 0
Current children cumulated CPU time (s) 1675.88
Current children cumulated vsize (KiB) 5116520

[startup+1766.35 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 6112
/proc/meminfo: memFree=24585480/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6095/stat : 6095 (satsolver.sh) S 6021 6020 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384486062 9367552 267 33554432000 4194304 5064252 140736558090432 140736558089344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6095/statm: 2287 267 226 213 0 72 0
[pid=6096] ppid=6095 vsize=2862484 CPUtime=1735.04 cores=1,3,5,7
/proc/6096/stat : 6096 (glucose) R 6095 6020 4737 0 -1 4202496 322037 0 0 0 173358 146 0 0 20 0 1 0 384486062 2931183616 651231 33554432000 4194304 5208918 140733299900448 140733299898120 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6096/statm: 715621 651231 96 248 0 715370 0
Current children cumulated CPU time (s) 1766.03
Current children cumulated vsize (KiB) 5116520

[startup+1796.96 s]
/proc/loadavg: 2.14 2.07 2.02 9/183 6112
/proc/meminfo: memFree=24583432/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6095/stat : 6095 (satsolver.sh) S 6021 6020 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384486062 9367552 267 33554432000 4194304 5064252 140736558090432 140736558089344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6095/statm: 2287 267 226 213 0 72 0
[pid=6096] ppid=6095 vsize=2862484 CPUtime=1765.64 cores=1,3,5,7
/proc/6096/stat : 6096 (glucose) R 6095 6020 4737 0 -1 4202496 322038 0 0 0 176418 146 0 0 20 0 1 0 384486062 2931183616 651232 33554432000 4194304 5208918 140733299900448 140733299898120 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6096/statm: 715621 651232 96 248 0 715370 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (KiB) 5116520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.68 s]
/proc/loadavg: 2.13 2.07 2.02 3/183 6113
/proc/meminfo: memFree=24583308/32873844 swapFree=6904/6904
[pid=6020] ppid=6018 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6020/stat : 6020 (npSolver-wbo-I.) S 6018 6020 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384482958 9367552 275 33554432000 4194304 5064252 140733860757792 140733860756704 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6020/statm: 2287 275 233 213 0 72 0
[pid=6021] ppid=6020 vsize=2235740 CPUtime=30.99 cores=1,3,5,7
/proc/6021/stat : 6021 (npSolver-wbo) S 6020 6020 4737 0 -1 4202496 56006 45048 0 0 1893 322 871 13 20 0 1 0 384482958 2289397760 336984 33554432000 4194304 6006132 140734532661680 140734532653088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6021/statm: 558935 336984 180 443 0 558488 0
[pid=6095] ppid=6021 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6095/stat : 6095 (satsolver.sh) S 6021 6020 4737 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384486062 9367552 267 33554432000 4194304 5064252 140736558090432 140736558089344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6095/statm: 2287 267 226 213 0 72 0
[pid=6096] ppid=6095 vsize=2862484 CPUtime=1769.36 cores=1,3,5,7
/proc/6096/stat : 6096 (glucose) R 6095 6020 4737 0 -1 4202496 322038 0 0 0 176790 146 0 0 20 0 1 0 384486062 2931183616 651232 33554432000 4194304 5208918 140733299900448 140733299898120 4229538 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6096/statm: 715621 651232 96 248 0 715370 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 5116520

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.82
CPU time (s): 1800.53
CPU user time (s): 1795.56
CPU system time (s): 4.96625
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 5947264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.56
system time used= 4.96624
maximum resident set size= 3368144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 424083
page faults= 0
swaps= 0
block input operations= 16
block output operations= 2495184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 614
involuntary context switches= 1892

runsolver used 2.56961 second user time and 7.46486 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-08 21:26:25
IDJOB=3754023
IDBENCH=78621
IDSOLVER=2338
FILE ID=node140/3754023-1339183585
RUNJOBID= node140-1339183585-6003
PBS_JOBID= 14643808
Free space on /tmp= 70648 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754023-1339183585/watcher-3754023-1339183585 -o /tmp/evaluation-result-3754023-1339183585/solver-3754023-1339183585 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3754023-1339183585.wbo 1933954448 HOME HOME

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

MD5SUM BENCH= 65b8562e8b2a6565f581ae80d9fbd0ff
RANDOM SEED=1933954448

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:        31620152 kB
Buffers:          238344 kB
Cached:           142992 kB
SwapCached:         2140 kB
Active:           354844 kB
Inactive:          37792 kB
Active(anon):       5448 kB
Inactive(anon):     4984 kB
Active(file):     349396 kB
Inactive(file):    32808 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67100240 kB
Dirty:             24900 kB
Writeback:             0 kB
AnonPages:         11028 kB
Mapped:             8064 kB
Shmem:                 0 kB
Slab:             722092 kB
SReclaimable:     163652 kB
SUnreclaim:       558440 kB
KernelStack:        1400 kB
PageTables:         3748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108308 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= 69012 MiB
End job on node140 at 2012-06-08 21:57:37