Trace number 3749901

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.04 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__8.opb
MD5SUM659ee731f96ff56544db308ac6299615
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark174384
Best CPU time to get the best result obtained on this benchmark1800.53
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint8
Maximum length of a constraint329
Number of terms in the objective function 40000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1373838504
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1373838504
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.06	c run usual solver
274.92/275.17	c model valid
274.92/275.17	c current solution ok
277.00/277.20	o 29368428
277.00/277.20	c current bound: 14684214
277.00/277.20	c fallback to adder encoding
1800.04/1800.51	c error: unexpected solver exit code
1800.04/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-3749901-1339158408/watcher-3749901-1339158408 -o /tmp/evaluation-result-3749901-1339158408/solver-3749901-1339158408 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749901-1339158408.opb 2091911688 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.06 2.61 2.46 3/172 3480
/proc/meminfo: memFree=29546096/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0

[startup+0.080422 s]
/proc/loadavg: 2.06 2.61 2.46 3/172 3480
/proc/meminfo: memFree=29546096/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100375 s]
/proc/loadavg: 2.06 2.61 2.46 3/172 3480
/proc/meminfo: memFree=29546096/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300236 s]
/proc/loadavg: 2.06 2.61 2.46 3/172 3480
/proc/meminfo: memFree=29546096/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700299 s]
/proc/loadavg: 2.06 2.61 2.46 3/172 3480
/proc/meminfo: memFree=29546096/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.06 2.61 2.46 3/179 3492
/proc/meminfo: memFree=29343064/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=78768 CPUtime=1.12 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 8838 0 0 0 95 17 0 0 20 0 1 0 381969398 80658432 14948 33554432000 4194304 6004724 140735231440640 140735231434688 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3481/statm: 19692 14948 163 442 0 19246 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 87916

[startup+3.10043 s]
/proc/loadavg: 2.06 2.61 2.46 3/181 3494
/proc/meminfo: memFree=29004288/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=78768 CPUtime=1.12 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 8838 0 0 0 95 17 0 0 20 0 1 0 381969398 80658432 14948 33554432000 4194304 6004724 140735231440640 140735231434688 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3481/statm: 19692 14948 163 442 0 19246 0
[pid=3493] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3493/stat : 3493 (cp2_pre.sh) S 3481 3480 30639 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 381969510 9367552 276 33554432000 4194304 5064252 140735500676048 140735500674752 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3493/statm: 2287 276 234 213 0 72 0
[pid=3494] ppid=3493 vsize=356872 CPUtime=1.96 cores=1,3,5,7
/proc/3494/stat : 3494 (coprocessor) R 3493 3480 30639 0 -1 4202496 44497 0 0 0 185 11 0 0 20 0 1 0 381969511 365436928 80311 33554432000 4194304 6586260 140736464702032 140736464698296 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/3494/statm: 89218 80311 166 584 0 88630 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 453936

[startup+6.30037 s]
/proc/loadavg: 2.06 2.60 2.46 3/181 3494
/proc/meminfo: memFree=28594788/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=78768 CPUtime=1.12 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 8838 0 0 0 95 17 0 0 20 0 1 0 381969398 80658432 14948 33554432000 4194304 6004724 140735231440640 140735231434688 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3481/statm: 19692 14948 163 442 0 19246 0
[pid=3493] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3493/stat : 3493 (cp2_pre.sh) S 3481 3480 30639 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 381969510 9367552 276 33554432000 4194304 5064252 140735500676048 140735500674752 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3493/statm: 2287 276 234 213 0 72 0
[pid=3494] ppid=3493 vsize=419956 CPUtime=5.17 cores=1,3,5,7
/proc/3494/stat : 3494 (coprocessor) R 3493 3480 30639 0 -1 4202496 54387 0 0 0 503 14 0 0 20 0 1 0 381969511 430034944 103487 33554432000 4194304 6586260 140736464702032 140736464697352 5599447 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/3494/statm: 104989 103487 192 584 0 104401 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 517020

[startup+12.7004 s]
/proc/loadavg: 2.05 2.59 2.45 3/183 3499
/proc/meminfo: memFree=27869028/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=78768 CPUtime=8.55 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 8846 56268 0 0 95 17 709 34 20 0 1 0 381969398 80658432 14948 33554432000 4194304 6004724 140735231440640 140735231435776 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3481/statm: 19692 14948 163 442 0 19246 0
[pid=3496] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3496/stat : 3496 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381970266 9367552 267 33554432000 4194304 5064252 140735575638464 140735575637376 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3496/statm: 2287 267 226 213 0 72 0
[pid=3497] ppid=3496 vsize=168748 CPUtime=4.01 cores=1,3,5,7
/proc/3497/stat : 3497 (glucose) R 3496 3480 30639 0 -1 4202496 31362 0 0 0 393 8 0 0 20 0 1 0 381970266 172797952 37775 33554432000 4194304 5208918 140735774209600 140735774207432 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3497/statm: 42187 37775 103 248 0 41936 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 265812

[startup+25.5006 s]
/proc/loadavg: 2.18 2.59 2.46 3/183 3499
/proc/meminfo: memFree=27000388/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=78768 CPUtime=8.55 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 8846 56268 0 0 95 17 709 34 20 0 1 0 381969398 80658432 14948 33554432000 4194304 6004724 140735231440640 140735231435776 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3481/statm: 19692 14948 163 442 0 19246 0
[pid=3496] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3496/stat : 3496 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381970266 9367552 267 33554432000 4194304 5064252 140735575638464 140735575637376 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3496/statm: 2287 267 226 213 0 72 0
[pid=3497] ppid=3496 vsize=172692 CPUtime=16.81 cores=1,3,5,7
/proc/3497/stat : 3497 (glucose) R 3496 3480 30639 0 -1 4202496 32896 0 0 0 1673 8 0 0 20 0 1 0 381970266 176836608 39813 33554432000 4194304 5208918 140735774209600 140735774207432 4211160 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3497/statm: 43173 39813 103 248 0 42922 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 269756

[startup+51.1005 s]
/proc/loadavg: 2.12 2.54 2.44 3/183 3502
/proc/meminfo: memFree=26994152/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=78768 CPUtime=8.55 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 8846 56268 0 0 95 17 709 34 20 0 1 0 381969398 80658432 14948 33554432000 4194304 6004724 140735231440640 140735231435776 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3481/statm: 19692 14948 163 442 0 19246 0
[pid=3496] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3496/stat : 3496 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381970266 9367552 267 33554432000 4194304 5064252 140735575638464 140735575637376 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3496/statm: 2287 267 226 213 0 72 0
[pid=3497] ppid=3496 vsize=174500 CPUtime=42.4 cores=1,3,5,7
/proc/3497/stat : 3497 (glucose) R 3496 3480 30639 0 -1 4202496 34354 0 0 0 4231 9 0 0 20 0 1 0 381970266 178688000 39224 33554432000 4194304 5208918 140735774209600 140735774207688 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3497/statm: 43625 39224 104 248 0 43374 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 271564

[startup+102.301 s]
/proc/loadavg: 2.05 2.46 2.42 3/183 3502
/proc/meminfo: memFree=26947988/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=78768 CPUtime=8.55 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 8846 56268 0 0 95 17 709 34 20 0 1 0 381969398 80658432 14948 33554432000 4194304 6004724 140735231440640 140735231435776 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3481/statm: 19692 14948 163 442 0 19246 0
[pid=3496] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3496/stat : 3496 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381970266 9367552 267 33554432000 4194304 5064252 140735575638464 140735575637376 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3496/statm: 2287 267 226 213 0 72 0
[pid=3497] ppid=3496 vsize=176436 CPUtime=93.6 cores=1,3,5,7
/proc/3497/stat : 3497 (glucose) R 3496 3480 30639 0 -1 4202496 34723 0 0 0 9351 9 0 0 20 0 1 0 381970266 180670464 40104 33554432000 4194304 5208918 140735774209600 140735774207432 4211194 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3497/statm: 44109 40104 104 248 0 43858 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 273500

[startup+162.3 s]
/proc/loadavg: 2.02 2.37 2.39 3/183 3502
/proc/meminfo: memFree=26919820/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=78768 CPUtime=8.55 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 8846 56268 0 0 95 17 709 34 20 0 1 0 381969398 80658432 14948 33554432000 4194304 6004724 140735231440640 140735231435776 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3481/statm: 19692 14948 163 442 0 19246 0
[pid=3496] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3496/stat : 3496 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381970266 9367552 267 33554432000 4194304 5064252 140735575638464 140735575637376 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3496/statm: 2287 267 226 213 0 72 0
[pid=3497] ppid=3496 vsize=178204 CPUtime=153.59 cores=1,3,5,7
/proc/3497/stat : 3497 (glucose) R 3496 3480 30639 0 -1 4202496 35059 0 0 0 15349 10 0 0 20 0 1 0 381970266 182480896 40951 33554432000 4194304 5208918 140735774209600 140735774207432 4211182 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3497/statm: 44551 40951 104 248 0 44300 0
Current children cumulated CPU time (s) 162.14

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

/proc/3513/stat : 3513 (glucose) R 3512 3480 30639 0 -1 4202496 141034 0 0 0 107834 51 0 0 20 0 1 0 381997725 1283612672 260138 33554432000 4194304 5208918 140734457324016 140734457320392 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3513/statm: 313382 260138 105 248 0 313131 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 1910860

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/184 3523
/proc/meminfo: memFree=24919208/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=639036 CPUtime=283.06 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 23777 99689 0 0 670 254 27328 54 20 0 1 0 381969398 654372864 122042 33554432000 4194304 6004724 140735231440640 140735231432992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/3481/statm: 159759 122042 175 442 0 159313 0
[pid=3512] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3512/stat : 3512 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 381997724 9367552 266 33554432000 4194304 5064252 140736117715552 140736117714464 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3512/statm: 2287 266 226 213 0 72 0
[pid=3513] ppid=3512 vsize=1253528 CPUtime=1138.85 cores=1,3,5,7
/proc/3513/stat : 3513 (glucose) R 3512 3480 30639 0 -1 4202496 141281 0 0 0 113834 51 0 0 20 0 1 0 381997725 1283612672 260896 33554432000 4194304 5208918 140734457324016 140734457320392 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3513/statm: 313382 260896 105 248 0 313131 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 1910860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/183 3523
/proc/meminfo: memFree=24900480/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=639036 CPUtime=283.06 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 23777 99689 0 0 670 254 27328 54 20 0 1 0 381969398 654372864 122042 33554432000 4194304 6004724 140735231440640 140735231432992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/3481/statm: 159759 122042 175 442 0 159313 0
[pid=3512] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3512/stat : 3512 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 381997724 9367552 266 33554432000 4194304 5064252 140736117715552 140736117714464 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3512/statm: 2287 266 226 213 0 72 0
[pid=3513] ppid=3512 vsize=1262584 CPUtime=1198.83 cores=1,3,5,7
/proc/3513/stat : 3513 (glucose) R 3512 3480 30639 0 -1 4202496 141903 0 0 0 119832 51 0 0 20 0 1 0 381997725 1292886016 264073 33554432000 4194304 5208918 140734457324016 140734457320392 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3513/statm: 315646 264073 105 248 0 315395 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 1919916

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.07 3/183 3524
/proc/meminfo: memFree=24889880/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=639036 CPUtime=283.06 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 23777 99689 0 0 670 254 27328 54 20 0 1 0 381969398 654372864 122042 33554432000 4194304 6004724 140735231440640 140735231432992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/3481/statm: 159759 122042 175 442 0 159313 0
[pid=3512] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3512/stat : 3512 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 381997724 9367552 266 33554432000 4194304 5064252 140736117715552 140736117714464 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3512/statm: 2287 266 226 213 0 72 0
[pid=3513] ppid=3512 vsize=1262584 CPUtime=1258.84 cores=1,3,5,7
/proc/3513/stat : 3513 (glucose) R 3512 3480 30639 0 -1 4202496 141969 0 0 0 125832 52 0 0 20 0 1 0 381997725 1292886016 266694 33554432000 4194304 5208918 140734457324016 140734457320392 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3513/statm: 315646 266694 105 248 0 315395 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1919916

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/183 3524
/proc/meminfo: memFree=24875540/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=639036 CPUtime=283.06 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 23777 99689 0 0 670 254 27328 54 20 0 1 0 381969398 654372864 122042 33554432000 4194304 6004724 140735231440640 140735231432992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/3481/statm: 159759 122042 175 442 0 159313 0
[pid=3512] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3512/stat : 3512 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 381997724 9367552 266 33554432000 4194304 5064252 140736117715552 140736117714464 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3512/statm: 2287 266 226 213 0 72 0
[pid=3513] ppid=3512 vsize=1262584 CPUtime=1318.82 cores=1,3,5,7
/proc/3513/stat : 3513 (glucose) R 3512 3480 30639 0 -1 4202496 141974 0 0 0 131830 52 0 0 20 0 1 0 381997725 1292886016 269254 33554432000 4194304 5208918 140734457324016 140734457320392 4211104 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3513/statm: 315646 269254 105 248 0 315395 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1919916

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/182 3524
/proc/meminfo: memFree=24922788/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=639036 CPUtime=283.06 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 23777 99689 0 0 670 254 27328 54 20 0 1 0 381969398 654372864 122042 33554432000 4194304 6004724 140735231440640 140735231432992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/3481/statm: 159759 122042 175 442 0 159313 0
[pid=3512] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3512/stat : 3512 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 381997724 9367552 266 33554432000 4194304 5064252 140736117715552 140736117714464 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3512/statm: 2287 266 226 213 0 72 0
[pid=3513] ppid=3512 vsize=1271904 CPUtime=1378.8 cores=1,3,5,7
/proc/3513/stat : 3513 (glucose) R 3512 3480 30639 0 -1 4202496 142515 0 0 0 137825 55 0 0 20 0 1 0 381997725 1302429696 256582 33554432000 4194304 5208918 140734457324016 140734457322104 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3513/statm: 317976 256582 105 248 0 317725 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 1929236

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/183 3525
/proc/meminfo: memFree=24897384/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=639036 CPUtime=283.06 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 23777 99689 0 0 670 254 27328 54 20 0 1 0 381969398 654372864 122042 33554432000 4194304 6004724 140735231440640 140735231432992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/3481/statm: 159759 122042 175 442 0 159313 0
[pid=3512] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3512/stat : 3512 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 381997724 9367552 266 33554432000 4194304 5064252 140736117715552 140736117714464 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3512/statm: 2287 266 226 213 0 72 0
[pid=3513] ppid=3512 vsize=1271904 CPUtime=1438.79 cores=1,3,5,7
/proc/3513/stat : 3513 (glucose) R 3512 3480 30639 0 -1 4202496 143048 0 0 0 143823 56 0 0 20 0 1 0 381997725 1302429696 261188 33554432000 4194304 5208918 140734457324016 140734457320392 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3513/statm: 317976 261188 105 248 0 317725 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 1929236

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 3525
/proc/meminfo: memFree=24869300/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=639036 CPUtime=283.06 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 23777 99689 0 0 670 254 27328 54 20 0 1 0 381969398 654372864 122042 33554432000 4194304 6004724 140735231440640 140735231432992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/3481/statm: 159759 122042 175 442 0 159313 0
[pid=3512] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3512/stat : 3512 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 381997724 9367552 266 33554432000 4194304 5064252 140736117715552 140736117714464 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3512/statm: 2287 266 226 213 0 72 0
[pid=3513] ppid=3512 vsize=1280656 CPUtime=1498.77 cores=1,3,5,7
/proc/3513/stat : 3513 (glucose) R 3512 3480 30639 0 -1 4202496 143078 0 0 0 149821 56 0 0 20 0 1 0 381997725 1311391744 267337 33554432000 4194304 5208918 140734457324016 140734457320392 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3513/statm: 320164 267337 105 248 0 319913 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1937988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 3525
/proc/meminfo: memFree=24867244/32873844 swapFree=8660/8660
[pid=3480] ppid=3478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3480/stat : 3480 (npSolver-pbo.sh) S 3478 3480 30639 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381969398 9367552 275 33554432000 4194304 5064252 140735962024000 140735962022912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3480/statm: 2287 275 233 213 0 72 0
[pid=3481] ppid=3480 vsize=639036 CPUtime=283.06 cores=1,3,5,7
/proc/3481/stat : 3481 (npSolver-pbo) S 3480 3480 30639 0 -1 4202496 23777 99689 0 0 670 254 27328 54 20 0 1 0 381969398 654372864 122042 33554432000 4194304 6004724 140735231440640 140735231432992 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/3481/statm: 159759 122042 175 442 0 159313 0
[pid=3512] ppid=3481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3512/stat : 3512 (satsolver.sh) S 3481 3480 30639 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 381997724 9367552 266 33554432000 4194304 5064252 140736117715552 140736117714464 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3512/statm: 2287 266 226 213 0 72 0
[pid=3513] ppid=3512 vsize=1280656 CPUtime=1516.98 cores=1,3,5,7
/proc/3513/stat : 3513 (glucose) R 3512 3480 30639 0 -1 4202496 143078 0 0 0 151642 56 0 0 20 0 1 0 381997725 1311391744 267337 33554432000 4194304 5208918 140734457324016 140734457320392 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3513/statm: 320164 267337 105 248 0 319913 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1937988

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 3480 and gives
#  childrusage.ru_utime.tv_sec=279
#  childrusage.ru_utime.tv_usec=995434
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=95529
# CPU time returned by wait4() is 283.091
# 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): 1800.52
CPU time (s): 1800.04
CPU user time (s): 1796.4
CPU system time (s): 3.64
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 2273112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 279.995
system time used= 3.09553
maximum resident set size= 879300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124441
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1037936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1059
involuntary context switches= 359

runsolver used 3.62545 second user time and 9.30559 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-08 14:26:48
IDJOB=3749901
IDBENCH=71875
IDSOLVER=2334
FILE ID=node107/3749901-1339158408
RUNJOBID= node107-1339158408-3462
PBS_JOBID= 14643792
Free space on /tmp= 70624 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__8.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749901-1339158408/watcher-3749901-1339158408 -o /tmp/evaluation-result-3749901-1339158408/solver-3749901-1339158408 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749901-1339158408.opb 2091911688 HOME HOME

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

MD5SUM BENCH= 659ee731f96ff56544db308ac6299615
RANDOM SEED=2091911688

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.86
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.760
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:        29552816 kB
Buffers:          933796 kB
Cached:          1438044 kB
SwapCached:          120 kB
Active:          2205276 kB
Inactive:         179708 kB
Active(anon):       1228 kB
Inactive(anon):    11872 kB
Active(file):    2204048 kB
Inactive(file):   167836 kB
Unevictable:        8660 kB
Mlocked:            8660 kB
SwapTotal:      67108856 kB
SwapFree:       67108664 kB
Dirty:             13996 kB
Writeback:             0 kB
AnonPages:         18872 kB
Mapped:             9792 kB
Shmem:               176 kB
Slab:             792656 kB
SReclaimable:     233852 kB
SUnreclaim:       558804 kB
KernelStack:        1392 kB
PageTables:         3816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105420 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= 69672 MiB
End job on node107 at 2012-06-08 14:56:49