Trace number 3746520

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.04 1800.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K131.opb
MD5SUMe9be7f2de41339e64a2918d1bf7ead92
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15589
Total number of constraints15853
Number of constraints which are clauses15722
Number of constraints which are cardinality constraints (but not clauses)131
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint131
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
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.13	c run inc solver
0.00/0.13	c [INC SYSTEM] run initial solver
0.00/0.13	c [INC SYSTEM] preprocess with white file
0.00/0.41	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.41	c [INC SYSTEM] execute solver
1800.04/1800.51	HOME/npSolver-pbo-Itd.sh: line 18: 23946 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=1

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-3746520-1339106716/watcher-3746520-1339106716 -o /tmp/evaluation-result-3746520-1339106716/solver-3746520-1339106716 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746520-1339106716.opb 1457049404 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.05 3/178 23945
/proc/meminfo: memFree=25180648/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0

[startup+0.0619031 s]
/proc/loadavg: 2.03 2.03 2.05 3/178 23945
/proc/meminfo: memFree=25180648/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100245 s]
/proc/loadavg: 2.03 2.03 2.05 3/178 23945
/proc/meminfo: memFree=25180648/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300277 s]
/proc/loadavg: 2.03 2.03 2.05 3/178 23945
/proc/meminfo: memFree=25180648/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700251 s]
/proc/loadavg: 2.03 2.03 2.05 3/178 23945
/proc/meminfo: memFree=25180648/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.03 2.03 2.05 3/181 23951
/proc/meminfo: memFree=25156400/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=11896 CPUtime=1.07 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 3027 0 0 0 107 0 0 0 20 0 1 0 376800228 12181504 2582 33554432000 4194304 5654031 140735375400256 140735375388072 4214616 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 2974 2582 142 357 0 2614 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 34636

[startup+3.10034 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 23951
/proc/meminfo: memFree=25152564/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=16836 CPUtime=2.67 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 4997 0 0 0 267 0 0 0 20 0 1 0 376800228 17240064 3778 33554432000 4194304 5654031 140735375400256 140735375388072 4215297 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 4209 3778 142 357 0 3849 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 39576

[startup+6.30037 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 23951
/proc/meminfo: memFree=25135564/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=26656 CPUtime=5.87 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 6035 0 0 0 587 0 0 0 20 0 1 0 376800228 27295744 6322 33554432000 4194304 5654031 140735375400256 140735375388072 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 6664 6322 142 357 0 6304 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 49396

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 23951
/proc/meminfo: memFree=25243740/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=47004 CPUtime=12.27 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 7515 0 0 0 1226 1 0 0 20 0 1 0 376800228 48132096 10349 33554432000 4194304 5654031 140735375400256 140735375388072 4233204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 11751 10349 142 357 0 11391 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 69744

[startup+25.5004 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 23951
/proc/meminfo: memFree=25179448/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=38248 CPUtime=25.07 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 8103 0 0 0 2506 1 0 0 20 0 1 0 376800228 39165952 9243 33554432000 4194304 5654031 140735375400256 140735375388072 4232984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 9562 9243 142 357 0 9202 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 60988

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 23951
/proc/meminfo: memFree=25062260/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=130276 CPUtime=50.67 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 10502 0 0 0 5062 5 0 0 20 0 1 0 376800228 133402624 24484 33554432000 4194304 5654031 140735375400256 140735375388072 4215327 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 32569 24484 142 357 0 32209 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 153016

[startup+102.307 s]
/proc/loadavg: 2.11 2.04 2.05 3/181 23951
/proc/meminfo: memFree=25071940/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=130276 CPUtime=101.86 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 11975 0 0 0 10178 8 0 0 20 0 1 0 376800228 133402624 29604 33554432000 4194304 5654031 140735375400256 140735375388072 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 32569 29604 142 357 0 32209 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 153016

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 23952
/proc/meminfo: memFree=25146564/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=80956 CPUtime=161.82 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 14262 0 0 0 16170 12 0 0 20 0 1 0 376800228 82898944 17603 33554432000 4194304 5654031 140735375400256 140735375388072 4214432 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 20239 17603 142 357 0 19879 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 103696

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/181 23952
/proc/meminfo: memFree=24944304/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=211184 CPUtime=221.81 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 16554 0 0 0 22164 17 0 0 20 0 1 0 376800228 216252416 38164 33554432000 4194304 5654031 140735375400256 140735375388072 4233232 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 52796 38164 142 357 0 52436 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 233924

[startup+282.3 s]

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

/proc/loadavg: 2.18 2.16 2.06 3/181 24006
/proc/meminfo: memFree=18610148/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=437628 CPUtime=1361.52 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 45557 0 0 0 136060 92 0 0 20 0 1 0 376800228 448131072 83029 33554432000 4194304 5654031 140735375400256 140735375388072 4233148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 109407 83029 142 357 0 109047 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 460368

[startup+1422.31 s]
/proc/loadavg: 2.06 2.13 2.06 3/181 24006
/proc/meminfo: memFree=18710080/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=305368 CPUtime=1421.51 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 47257 0 0 0 142054 97 0 0 20 0 1 0 376800228 312696832 57476 33554432000 4194304 5654031 140735375400256 140735375388072 4219897 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 76342 57476 142 357 0 75982 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 328108

[startup+1482.3 s]
/proc/loadavg: 2.10 2.12 2.06 3/181 24006
/proc/meminfo: memFree=18615424/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=437628 CPUtime=1481.49 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 47768 0 0 0 148049 100 0 0 20 0 1 0 376800228 448131072 81493 33554432000 4194304 5654031 140735375400256 140735375388072 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 109407 81493 142 357 0 109047 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 460368

[startup+1542.3 s]
/proc/loadavg: 2.11 2.11 2.06 3/182 24009
/proc/meminfo: memFree=18720936/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=223980 CPUtime=1541.49 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 48956 0 0 0 154044 105 0 0 20 0 1 0 376800228 229355520 53380 33554432000 4194304 5654031 140735375400256 140735375388072 4232448 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 55995 53380 142 357 0 55635 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 246720

[startup+1602.3 s]
/proc/loadavg: 2.12 2.11 2.06 3/181 24009
/proc/meminfo: memFree=18552280/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=437628 CPUtime=1601.48 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 49985 0 0 0 160040 108 0 0 20 0 1 0 376800228 448131072 79445 33554432000 4194304 5654031 140735375400256 140735375388072 4233012 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 109407 79445 142 357 0 109047 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 460368

[startup+1662.3 s]
/proc/loadavg: 2.11 2.10 2.06 3/181 24010
/proc/meminfo: memFree=18686824/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=223980 CPUtime=1661.47 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 51161 0 0 0 166035 112 0 0 20 0 1 0 376800228 229355520 45700 33554432000 4194304 5654031 140735375400256 140735375388072 4233173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 55995 45700 142 357 0 55635 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 246720

[startup+1722.3 s]
/proc/loadavg: 2.12 2.10 2.06 3/181 24010
/proc/meminfo: memFree=18575412/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=305368 CPUtime=1721.46 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 51730 0 0 0 172032 114 0 0 20 0 1 0 376800228 312696832 73860 33554432000 4194304 5654031 140735375400256 140735375388072 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 76342 73860 142 357 0 75982 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 328108

[startup+1782.3 s]
/proc/loadavg: 2.12 2.09 2.06 3/181 24010
/proc/meminfo: memFree=18723984/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=173892 CPUtime=1781.45 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 53068 0 0 0 178026 119 0 0 20 0 1 0 376800228 178065408 36183 33554432000 4194304 5654031 140735375400256 140735375398344 4215188 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 43473 36183 142 357 0 43113 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 196632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.09 2.09 2.05 3/182 24011
/proc/meminfo: memFree=18686584/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=223980 CPUtime=1799.65 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 53388 0 0 0 179845 120 0 0 20 0 1 0 376800228 229355520 45700 33554432000 4194304 5654031 140735375400256 140735375388072 4232925 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 55995 45700 142 357 0 55635 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 246720

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.09 2.09 2.05 3/182 24011
/proc/meminfo: memFree=18686584/32873844 swapFree=8652/8652
[pid=23945] ppid=23943 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23945/stat : 23945 (npSolver-pbo-It) S 23943 23945 22913 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376800186 9367552 274 33554432000 4194304 5064252 140734048694832 140734048693744 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23945/statm: 2287 274 233 213 0 72 0
[pid=23946] ppid=23945 vsize=13592 CPUtime=0.39 cores=0,2,4,6
/proc/23946/stat : 23946 (npSolver-pbo) S 23945 23945 22913 0 -1 4202496 5079 5096 0 0 11 1 26 1 20 0 1 0 376800186 13918208 2822 33554432000 4194304 6004724 140735343091600 140735343077880 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/23946/statm: 3398 2822 152 442 0 2952 0
[pid=23951] ppid=23946 vsize=223980 CPUtime=1799.65 cores=0,2,4,6
/proc/23951/stat : 23951 (glucosInc) R 23946 23945 22913 0 -1 4202496 53388 0 0 0 179845 120 0 0 20 0 1 0 376800228 229355520 45700 33554432000 4194304 5654031 140735375400256 140735375388072 4232925 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23951/statm: 55995 45700 142 357 0 55635 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 246720

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23945 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=385941
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=31995
# CPU time returned by wait4() is 0.417936
# 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.51
CPU time (s): 1800.04
CPU user time (s): 1798.82
CPU system time (s): 1.22
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 509688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.385941
system time used= 0.031995
maximum resident set size= 38584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 6

runsolver used 3.9654 second user time and 8.72867 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-08 00:05:16
IDJOB=3746520
IDBENCH=90158
IDSOLVER=2332
FILE ID=node107/3746520-1339106716
RUNJOBID= node107-1339098177-22929
PBS_JOBID= 14643746
Free space on /tmp= 70640 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K131.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746520-1339106716/watcher-3746520-1339106716 -o /tmp/evaluation-result-3746520-1339106716/solver-3746520-1339106716 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746520-1339106716.opb 1457049404 HOME HOME

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

MD5SUM BENCH= e9be7f2de41339e64a2918d1bf7ead92
RANDOM SEED=1457049404

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:        25181028 kB
Buffers:         1049728 kB
Cached:          5517888 kB
SwapCached:           72 kB
Active:          3115320 kB
Inactive:        3662820 kB
Active(anon):     200588 kB
Inactive(anon):    11092 kB
Active(file):    2914732 kB
Inactive(file):  3651728 kB
Unevictable:        8652 kB
Mlocked:            8652 kB
SwapTotal:      67108856 kB
SwapFree:       67108784 kB
Dirty:              9420 kB
Writeback:             0 kB
AnonPages:        217492 kB
Mapped:            15536 kB
Shmem:               184 kB
Slab:             772684 kB
SReclaimable:     214792 kB
SUnreclaim:       557892 kB
KernelStack:        1488 kB
PageTables:         4452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     341976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 69232 MiB
End job on node107 at 2012-06-08 00:35:17