Trace number 3750836

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.06 1800.32

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_10null10mast_rapportOE1.0_TMAX60_K67_cod2.opb
MD5SUMaa70ac3194742d51f6e4056a79ed9e8c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-23167
Best CPU time to get the best result obtained on this benchmark1796.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 438
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 243591
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 243591
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.80	c run usual solver
99.41/99.63	c model valid
99.41/99.63	c current solution ok
100.31/100.31	o -7291
100.31/100.31	c current bound: 118150
100.31/100.31	c fallback to adder encoding
319.55/319.69	c current bound: 177225
319.55/319.69	c fallback to adder encoding
1800.02/1800.31	./satsolver.sh: line 5: 31876 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.31	c error: unexpected solver exit code
1800.02/1800.31	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-3750836-1339172416/watcher-3750836-1339172416 -o /tmp/evaluation-result-3750836-1339172416/solver-3750836-1339172416 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750836-1339172416.opb 44045710 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: 4.45 3.07 2.39 3/179 31853
/proc/meminfo: memFree=29822716/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0

[startup+0.805763 s]
/proc/loadavg: 4.45 3.07 2.39 3/179 31853
/proc/meminfo: memFree=29822716/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.09219 s]
/proc/loadavg: 4.45 3.07 2.39 3/179 31853
/proc/meminfo: memFree=29822716/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.1842 s]
/proc/loadavg: 4.45 3.07 2.39 3/179 31853
/proc/meminfo: memFree=29822716/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.85619 s]
/proc/loadavg: 4.45 3.07 2.39 3/179 31853
/proc/meminfo: memFree=29822716/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+2.07615 s]
/proc/loadavg: 4.45 3.07 2.39 3/179 31853
/proc/meminfo: memFree=29822716/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148
heavy processes:

[startup+3.13315 s]
/proc/loadavg: 4.45 3.07 2.39 3/183 31857
/proc/meminfo: memFree=29636644/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=59836 CPUtime=2.98 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 16112 27371 0 0 73 6 201 18 20 0 1 0 383370172 61272064 11657 33554432000 4194304 6004724 140733411455168 140733411450304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 14959 11657 162 442 0 14513 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 68984

[startup+6.3742 s]
/proc/loadavg: 4.26 3.05 2.39 3/183 31860
/proc/meminfo: memFree=29707192/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=59836 CPUtime=2.98 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 16112 27371 0 0 73 6 201 18 20 0 1 0 383370172 61272064 11657 33554432000 4194304 6004724 140733411455168 140733411450304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 14959 11657 162 442 0 14513 0
[pid=31859] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31859/stat : 31859 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383370471 9367552 267 33554432000 4194304 5064252 140736841131536 140736841130448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31859/statm: 2287 267 226 213 0 72 0
[pid=31860] ppid=31859 vsize=54252 CPUtime=3.37 cores=0,2,4,6
/proc/31860/stat : 31860 (glucose) R 31859 31853 31525 0 -1 4202496 10392 0 0 0 335 2 0 0 20 0 1 0 383370472 55554048 11530 33554432000 4194304 5208918 140735427387632 140735427385304 4205761 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31860/statm: 13563 11530 103 248 0 13312 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 132384

[startup+17.3681 s]
/proc/loadavg: 4.26 3.05 2.39 3/184 31861
/proc/meminfo: memFree=29705712/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=59836 CPUtime=2.98 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 16112 27371 0 0 73 6 201 18 20 0 1 0 383370172 61272064 11657 33554432000 4194304 6004724 140733411455168 140733411450304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 14959 11657 162 442 0 14513 0
[pid=31859] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31859/stat : 31859 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383370471 9367552 267 33554432000 4194304 5064252 140736841131536 140736841130448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31859/statm: 2287 267 226 213 0 72 0
[pid=31860] ppid=31859 vsize=55892 CPUtime=14.35 cores=0,2,4,6
/proc/31860/stat : 31860 (glucose) R 31859 31853 31525 0 -1 4202496 10731 0 0 0 1433 2 0 0 20 0 1 0 383370472 57233408 11869 33554432000 4194304 5208918 140735427387632 140735427385464 4218875 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31860/statm: 13973 11869 104 248 0 13722 0
Current children cumulated CPU time (s) 17.33
Current children cumulated vsize (KiB) 134024

[startup+25.5921 s]
/proc/loadavg: 3.76 3.00 2.38 3/184 31861
/proc/meminfo: memFree=29677036/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=59836 CPUtime=2.98 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 16112 27371 0 0 73 6 201 18 20 0 1 0 383370172 61272064 11657 33554432000 4194304 6004724 140733411455168 140733411450304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 14959 11657 162 442 0 14513 0
[pid=31859] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31859/stat : 31859 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383370471 9367552 267 33554432000 4194304 5064252 140736841131536 140736841130448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31859/statm: 2287 267 226 213 0 72 0
[pid=31860] ppid=31859 vsize=56556 CPUtime=22.58 cores=0,2,4,6
/proc/31860/stat : 31860 (glucose) R 31859 31853 31525 0 -1 4202496 10927 0 0 0 2256 2 0 0 20 0 1 0 383370472 57913344 12065 33554432000 4194304 5208918 140735427387632 140735427385464 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31860/statm: 14139 12065 104 248 0 13888 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 134688

[startup+53.2542 s]
/proc/loadavg: 3.14 2.92 2.37 3/184 31861
/proc/meminfo: memFree=29731800/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=59836 CPUtime=2.98 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 16112 27371 0 0 73 6 201 18 20 0 1 0 383370172 61272064 11657 33554432000 4194304 6004724 140733411455168 140733411450304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 14959 11657 162 442 0 14513 0
[pid=31859] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31859/stat : 31859 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383370471 9367552 267 33554432000 4194304 5064252 140736841131536 140736841130448 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31859/statm: 2287 267 226 213 0 72 0
[pid=31860] ppid=31859 vsize=64544 CPUtime=50.24 cores=0,2,4,6
/proc/31860/stat : 31860 (glucose) R 31859 31853 31525 0 -1 4202496 11740 0 0 0 5021 3 0 0 20 0 1 0 383370472 66093056 12712 33554432000 4194304 5208918 140735427387632 140735427385784 4211641 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31860/statm: 16136 12712 105 248 0 15885 0
Current children cumulated CPU time (s) 53.22
Current children cumulated vsize (KiB) 142676

[startup+104.965 s]
/proc/loadavg: 2.53 2.79 2.35 3/183 31861
/proc/meminfo: memFree=29767732/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=62652 CPUtime=100.37 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 18904 46755 0 0 97 63 9847 30 20 0 1 0 383370172 64155648 12342 33554432000 4194304 6004724 140733411455168 140733411447520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 15663 12342 175 442 0 15217 0
Current children cumulated CPU time (s) 100.37
Current children cumulated vsize (KiB) 71800

[startup+162.573 s]
/proc/loadavg: 2.15 2.62 2.32 3/183 31868
/proc/meminfo: memFree=29566152/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=62652 CPUtime=100.37 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 18904 46755 0 0 97 63 9847 30 20 0 1 0 383370172 64155648 12342 33554432000 4194304 6004724 140733411455168 140733411447520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 15663 12342 175 442 0 15217 0
[pid=31867] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31867/stat : 31867 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383380208 9367552 267 33554432000 4194304 5064252 140735872803840 140735872802752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31867/statm: 2287 267 226 213 0 72 0
[pid=31868] ppid=31867 vsize=110476 CPUtime=62.18 cores=0,2,4,6
/proc/31868/stat : 31868 (glucose) R 31867 31853 31525 0 -1 4202496 17245 0 0 0 6212 6 0 0 20 0 1 0 383380208 113127424 26460 33554432000 4194304 5208918 140735726285920 140735726282296 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31868/statm: 27619 26460 105 248 0 27368 0
Current children cumulated CPU time (s) 162.55
Current children cumulated vsize (KiB) 191424

[startup+222.3 s]
/proc/loadavg: 2.05 2.50 2.30 3/183 31868
/proc/meminfo: memFree=29567688/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=62652 CPUtime=100.37 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 18904 46755 0 0 97 63 9847 30 20 0 1 0 383370172 64155648 12342 33554432000 4194304 6004724 140733411455168 140733411447520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 15663 12342 175 442 0 15217 0
[pid=31867] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31867/stat : 31867 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 383380208 9367552 267 33554432000 4194304 5064252 140735872803840 140735872802752 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31867/statm: 2287 267 226 213 0 72 0

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.05 2.10 3/183 31885
/proc/meminfo: memFree=29437304/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=62824 CPUtime=319.7 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 21046 70363 0 0 102 63 31758 47 20 0 1 0 383370172 64331776 12386 33554432000 4194304 6004724 140733411455168 140733411447520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 15706 12386 176 442 0 15260 0
[pid=31875] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31875/stat : 31875 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383402146 9367552 266 33554432000 4194304 5064252 140733195309904 140733195308816 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31875/statm: 2287 266 226 213 0 72 0
[pid=31876] ppid=31875 vsize=200808 CPUtime=1042.38 cores=0,2,4,6
/proc/31876/stat : 31876 (glucose) R 31875 31853 31525 0 -1 4202496 49611 0 0 0 104170 68 0 0 20 0 1 0 383402146 205627392 46838 33554432000 4194304 5208918 140735527008512 140735527004888 4211605 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31876/statm: 50202 46838 105 248 0 49951 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 281928

[startup+1422.3 s]
/proc/loadavg: 2.07 2.05 2.10 3/183 31937
/proc/meminfo: memFree=29572056/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=62824 CPUtime=319.7 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 21046 70363 0 0 102 63 31758 47 20 0 1 0 383370172 64331776 12386 33554432000 4194304 6004724 140733411455168 140733411447520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 15706 12386 176 442 0 15260 0
[pid=31875] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31875/stat : 31875 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383402146 9367552 266 33554432000 4194304 5064252 140733195309904 140733195308816 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31875/statm: 2287 266 226 213 0 72 0
[pid=31876] ppid=31875 vsize=250896 CPUtime=1102.37 cores=0,2,4,6
/proc/31876/stat : 31876 (glucose) R 31875 31853 31525 0 -1 4202496 51257 0 0 0 110165 72 0 0 20 0 1 0 383402146 256917504 49699 33554432000 4194304 5208918 140735527008512 140735527006664 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31876/statm: 62724 49699 105 248 0 62473 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 332016

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 2.09 3/183 31937
/proc/meminfo: memFree=29529756/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=62824 CPUtime=319.7 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 21046 70363 0 0 102 63 31758 47 20 0 1 0 383370172 64331776 12386 33554432000 4194304 6004724 140733411455168 140733411447520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 15706 12386 176 442 0 15260 0
[pid=31875] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31875/stat : 31875 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383402146 9367552 266 33554432000 4194304 5064252 140733195309904 140733195308816 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31875/statm: 2287 266 226 213 0 72 0
[pid=31876] ppid=31875 vsize=250896 CPUtime=1162.36 cores=0,2,4,6
/proc/31876/stat : 31876 (glucose) R 31875 31853 31525 0 -1 4202496 52596 0 0 0 116162 74 0 0 20 0 1 0 383402146 256917504 51235 33554432000 4194304 5208918 140735527008512 140735527004824 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31876/statm: 62724 51235 105 248 0 62473 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 332016

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.08 3/183 31938
/proc/meminfo: memFree=29499192/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=62824 CPUtime=319.7 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 21046 70363 0 0 102 63 31758 47 20 0 1 0 383370172 64331776 12386 33554432000 4194304 6004724 140733411455168 140733411447520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 15706 12386 176 442 0 15260 0
[pid=31875] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31875/stat : 31875 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383402146 9367552 266 33554432000 4194304 5064252 140733195309904 140733195308816 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31875/statm: 2287 266 226 213 0 72 0
[pid=31876] ppid=31875 vsize=250896 CPUtime=1222.35 cores=0,2,4,6
/proc/31876/stat : 31876 (glucose) R 31875 31853 31525 0 -1 4202496 53932 0 0 0 122158 77 0 0 20 0 1 0 383402146 256917504 52259 33554432000 4194304 5208918 140735527008512 140735527004824 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31876/statm: 62724 52259 105 248 0 62473 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 332016

[startup+1602.31 s]
/proc/loadavg: 2.00 2.02 2.08 3/183 31938
/proc/meminfo: memFree=29458344/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=62824 CPUtime=319.7 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 21046 70363 0 0 102 63 31758 47 20 0 1 0 383370172 64331776 12386 33554432000 4194304 6004724 140733411455168 140733411447520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 15706 12386 176 442 0 15260 0
[pid=31875] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31875/stat : 31875 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383402146 9367552 266 33554432000 4194304 5064252 140733195309904 140733195308816 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31875/statm: 2287 266 226 213 0 72 0
[pid=31876] ppid=31875 vsize=250896 CPUtime=1282.35 cores=0,2,4,6
/proc/31876/stat : 31876 (glucose) R 31875 31853 31525 0 -1 4202496 55283 0 0 0 128154 81 0 0 20 0 1 0 383402146 256917504 52771 33554432000 4194304 5208918 140735527008512 140735527004888 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31876/statm: 62724 52771 105 248 0 62473 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 332016

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.08 3/183 31938
/proc/meminfo: memFree=29447900/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=62824 CPUtime=319.7 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 21046 70363 0 0 102 63 31758 47 20 0 1 0 383370172 64331776 12386 33554432000 4194304 6004724 140733411455168 140733411447520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 15706 12386 176 442 0 15260 0
[pid=31875] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31875/stat : 31875 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383402146 9367552 266 33554432000 4194304 5064252 140733195309904 140733195308816 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31875/statm: 2287 266 226 213 0 72 0
[pid=31876] ppid=31875 vsize=250896 CPUtime=1342.33 cores=0,2,4,6
/proc/31876/stat : 31876 (glucose) R 31875 31853 31525 0 -1 4202496 56639 0 0 0 134149 84 0 0 20 0 1 0 383402146 256917504 52771 33554432000 4194304 5208918 140735527008512 140735527004200 4229532 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31876/statm: 62724 52771 105 248 0 62473 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 332016

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.07 3/183 31938
/proc/meminfo: memFree=29439612/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=62824 CPUtime=319.7 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 21046 70363 0 0 102 63 31758 47 20 0 1 0 383370172 64331776 12386 33554432000 4194304 6004724 140733411455168 140733411447520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 15706 12386 176 442 0 15260 0
[pid=31875] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31875/stat : 31875 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383402146 9367552 266 33554432000 4194304 5064252 140733195309904 140733195308816 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31875/statm: 2287 266 226 213 0 72 0
[pid=31876] ppid=31875 vsize=250896 CPUtime=1402.32 cores=0,2,4,6
/proc/31876/stat : 31876 (glucose) R 31875 31853 31525 0 -1 4202496 57418 0 0 0 140145 87 0 0 20 0 1 0 383402146 256917504 54265 33554432000 4194304 5208918 140735527008512 140735527004888 4229311 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31876/statm: 62724 54265 105 248 0 62473 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 332016

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/183 31938
/proc/meminfo: memFree=29450128/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=62824 CPUtime=319.7 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 21046 70363 0 0 102 63 31758 47 20 0 1 0 383370172 64331776 12386 33554432000 4194304 6004724 140733411455168 140733411447520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 15706 12386 176 442 0 15260 0
[pid=31875] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31875/stat : 31875 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383402146 9367552 266 33554432000 4194304 5064252 140733195309904 140733195308816 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31875/statm: 2287 266 226 213 0 72 0
[pid=31876] ppid=31875 vsize=250896 CPUtime=1462.31 cores=0,2,4,6
/proc/31876/stat : 31876 (glucose) R 31875 31853 31525 0 -1 4202496 58201 0 0 0 146141 90 0 0 20 0 1 0 383402146 256917504 54777 33554432000 4194304 5208918 140735527008512 140735527004888 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31876/statm: 62724 54777 105 248 0 62473 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 332016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.31 s]
/proc/loadavg: 2.00 2.02 2.06 3/184 31941
/proc/meminfo: memFree=29469212/32873844 swapFree=7116/7116
[pid=31853] ppid=31851 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31853/stat : 31853 (npSolver-pbo.sh) S 31851 31853 31525 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383370172 9367552 274 33554432000 4194304 5064252 140735620026816 140735620025728 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31853/statm: 2287 274 233 213 0 72 0
[pid=31854] ppid=31853 vsize=62824 CPUtime=319.7 cores=0,2,4,6
/proc/31854/stat : 31854 (npSolver-pbo) S 31853 31853 31525 0 -1 4202496 21046 70363 0 0 102 63 31758 47 20 0 1 0 383370172 64331776 12386 33554432000 4194304 6004724 140733411455168 140733411447520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31854/statm: 15706 12386 176 442 0 15260 0
[pid=31875] ppid=31854 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31875/stat : 31875 (satsolver.sh) S 31854 31853 31525 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 383402146 9367552 266 33554432000 4194304 5064252 140733195309904 140733195308816 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31875/statm: 2287 266 226 213 0 72 0
[pid=31876] ppid=31875 vsize=200808 CPUtime=1480.32 cores=0,2,4,6
/proc/31876/stat : 31876 (glucose) R 31875 31853 31525 0 -1 4202496 58657 0 0 0 147941 91 0 0 20 0 1 0 383402146 205627392 43724 33554432000 4194304 5208918 140735527008512 140735527004888 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31876/statm: 50202 43724 105 248 0 49951 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 281928

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.32
CPU time (s): 1800.06
CPU user time (s): 1798.02
CPU system time (s): 2.03669
CPU usage (%): 99.9854
Max. virtual memory (cumulated for all children) (KiB): 412156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.02
system time used= 2.03669
maximum resident set size= 281928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 124936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 407
involuntary context switches= 1938

runsolver used 2.38964 second user time and 6.62099 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-08 18:20:16
IDJOB=3750836
IDBENCH=90392
IDSOLVER=2334
FILE ID=node103/3750836-1339172416
RUNJOBID= node103-1339170217-31541
PBS_JOBID= 14643832
Free space on /tmp= 71196 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_10null10mast_rapportOE1.0_TMAX60_K67_cod2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750836-1339172416/watcher-3750836-1339172416 -o /tmp/evaluation-result-3750836-1339172416/solver-3750836-1339172416 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750836-1339172416.opb 44045710 HOME HOME

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

MD5SUM BENCH= aa70ac3194742d51f6e4056a79ed9e8c
RANDOM SEED=44045710

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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:        29822608 kB
Buffers:          410256 kB
Cached:          1600820 kB
SwapCached:         5468 kB
Active:           742300 kB
Inactive:        1432324 kB
Active(anon):     159852 kB
Inactive(anon):     5816 kB
Active(file):     582448 kB
Inactive(file):  1426508 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096900 kB
Dirty:             11052 kB
Writeback:           124 kB
AnonPages:        152524 kB
Mapped:            10048 kB
Shmem:                 0 kB
Slab:             732996 kB
SReclaimable:     172712 kB
SUnreclaim:       560284 kB
KernelStack:        1528 kB
PageTables:         4488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     298276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71144 MiB
End job on node103 at 2012-06-08 18:50:16