Trace number 3750037

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.05 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_20null0mast_rapportOE1.0_TMAX180_K67_cod1.opb
MD5SUMcfbe5fb97a75b7bee92dd920f81f4d1b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48598
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 25674
Biggest coefficient in the objective function 997
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 12396648
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 997
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 12396648
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.38/2.45	c run usual solver
1120.18/1120.53	c model valid
1120.18/1120.53	c current solution ok
1123.42/1123.82	o -25252
1123.42/1123.82	c current bound: 6185698
1123.42/1123.82	c fallback to adder encoding
1800.05/1800.51	c error: unexpected solver exit code
1800.05/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-3750037-1339176495/watcher-3750037-1339176495 -o /tmp/evaluation-result-3750037-1339176495/solver-3750037-1339176495 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750037-1339176495.opb 1986385049 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.02 2.03 2.00 3/179 7209
/proc/meminfo: memFree=28956204/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0

[startup+0.0173091 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 7209
/proc/meminfo: memFree=28956204/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100275 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 7209
/proc/meminfo: memFree=28956204/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300438 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 7209
/proc/meminfo: memFree=28956204/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700297 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 7209
/proc/meminfo: memFree=28956204/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 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.02 2.03 2.00 3/181 7211
/proc/meminfo: memFree=28812856/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=241412 CPUtime=1.49 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) R 7209 7209 6657 0 -1 4202496 22457 0 0 0 142 7 0 0 20 0 1 0 383778042 247205888 44042 33554432000 4194304 6004724 140737003043648 140737003038248 4536263 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 60353 44042 154 442 0 59907 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 250560

[startup+3.10039 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 7211
/proc/meminfo: memFree=28736460/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=167744 CPUtime=2.49 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 22798 0 0 0 217 32 0 0 20 0 1 0 383778042 171769856 38101 33554432000 4194304 6004724 140737003043648 140737003037696 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 41936 38101 163 442 0 41490 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 176892

[startup+6.30053 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 7213
/proc/meminfo: memFree=28254124/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=167744 CPUtime=2.49 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 22798 0 0 0 217 32 0 0 20 0 1 0 383778042 171769856 38101 33554432000 4194304 6004724 140737003043648 140737003037696 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 41936 38101 163 442 0 41490 0
[pid=7212] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7212/stat : 7212 (cp2_pre.sh) S 7210 7209 6657 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 383778291 9367552 276 33554432000 4194304 5064252 140734260163280 140734260161984 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7212/statm: 2287 276 234 213 0 72 0
[pid=7213] ppid=7212 vsize=493032 CPUtime=3.79 cores=1,3,5,7
/proc/7213/stat : 7213 (coprocessor) R 7212 7209 6657 0 -1 4202496 52043 0 0 0 363 16 0 0 20 0 1 0 383778291 504864768 110219 33554432000 4194304 6586260 140735612433856 140735612430008 4496549 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/7213/statm: 123258 110219 168 584 0 122670 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 679072

[startup+12.7005 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 7216
/proc/meminfo: memFree=28555024/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=167744 CPUtime=11.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 22805 65784 0 0 217 32 829 43 20 0 1 0 383778042 171769856 38101 33554432000 4194304 6004724 140737003043648 140737003038784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 41936 38101 163 442 0 41490 0
[pid=7215] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7215/stat : 7215 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383779165 9367552 266 33554432000 4194304 5064252 140736845224800 140736845223712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7215/statm: 2287 266 226 213 0 72 0
[pid=7216] ppid=7215 vsize=225860 CPUtime=1.45 cores=1,3,5,7
/proc/7216/stat : 7216 (glucose) R 7215 7209 6657 0 -1 4202496 39815 0 0 0 136 9 0 0 20 0 1 0 383779165 231280640 50497 33554432000 4194304 5208918 140735632373344 140735632371016 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7216/statm: 56465 50497 95 248 0 56214 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 411900

[startup+25.5006 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 7216
/proc/meminfo: memFree=28553564/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=167744 CPUtime=11.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 22805 65784 0 0 217 32 829 43 20 0 1 0 383778042 171769856 38101 33554432000 4194304 6004724 140737003043648 140737003038784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 41936 38101 163 442 0 41490 0
[pid=7215] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7215/stat : 7215 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383779165 9367552 266 33554432000 4194304 5064252 140736845224800 140736845223712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7215/statm: 2287 266 226 213 0 72 0
[pid=7216] ppid=7215 vsize=226784 CPUtime=14.26 cores=1,3,5,7
/proc/7216/stat : 7216 (glucose) R 7215 7209 6657 0 -1 4202496 40065 0 0 0 1417 9 0 0 20 0 1 0 383779165 232226816 50747 33554432000 4194304 5208918 140735632373344 140735632371240 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7216/statm: 56696 50747 103 248 0 56445 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 412824

[startup+51.1005 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 7216
/proc/meminfo: memFree=28553440/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=167744 CPUtime=11.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 22805 65784 0 0 217 32 829 43 20 0 1 0 383778042 171769856 38101 33554432000 4194304 6004724 140737003043648 140737003038784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 41936 38101 163 442 0 41490 0
[pid=7215] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7215/stat : 7215 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383779165 9367552 266 33554432000 4194304 5064252 140736845224800 140736845223712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7215/statm: 2287 266 226 213 0 72 0
[pid=7216] ppid=7215 vsize=226916 CPUtime=39.85 cores=1,3,5,7
/proc/7216/stat : 7216 (glucose) R 7215 7209 6657 0 -1 4202496 40124 0 0 0 3976 9 0 0 20 0 1 0 383779165 232361984 50806 33554432000 4194304 5208918 140735632373344 140735632371240 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7216/statm: 56729 50806 103 248 0 56478 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 412956

[startup+102.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 7216
/proc/meminfo: memFree=28549028/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=167744 CPUtime=11.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 22805 65784 0 0 217 32 829 43 20 0 1 0 383778042 171769856 38101 33554432000 4194304 6004724 140737003043648 140737003038784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 41936 38101 163 442 0 41490 0
[pid=7215] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7215/stat : 7215 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383779165 9367552 266 33554432000 4194304 5064252 140736845224800 140736845223712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7215/statm: 2287 266 226 213 0 72 0
[pid=7216] ppid=7215 vsize=227312 CPUtime=91.04 cores=1,3,5,7
/proc/7216/stat : 7216 (glucose) R 7215 7209 6657 0 -1 4202496 40223 0 0 0 9095 9 0 0 20 0 1 0 383779165 232767488 50905 33554432000 4194304 5208918 140735632373344 140735632371240 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7216/statm: 56828 50905 103 248 0 56577 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 413352

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 7219
/proc/meminfo: memFree=28542660/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=167744 CPUtime=11.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 22805 65784 0 0 217 32 829 43 20 0 1 0 383778042 171769856 38101 33554432000 4194304 6004724 140737003043648 140737003038784 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 41936 38101 163 442 0 41490 0
[pid=7215] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7215/stat : 7215 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383779165 9367552 266 33554432000 4194304 5064252 140736845224800 140736845223712 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7215/statm: 2287 266 226 213 0 72 0
[pid=7216] ppid=7215 vsize=234520 CPUtime=151.02 cores=1,3,5,7
/proc/7216/stat : 7216 (glucose) R 7215 7209 6657 0 -1 4202496 41089 0 0 0 15093 9 0 0 20 0 1 0 383779165 240148480 52282 33554432000 4194304 5208918 140735632373344 140735632371176 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7216/statm: 58630 52282 103 248 0 58379 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 420560

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 7220
/proc/meminfo: memFree=28539876/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/7394/stat : 7394 (glucose) R 7393 7209 6657 0 -1 4202496 111253 0 0 0 23435 37 0 0 20 0 1 0 383890795 862228480 182867 33554432000 4194304 5208918 140736853188544 140736853184920 4228992 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7394/statm: 210505 182867 105 248 0 210254 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1303720

[startup+1422.3 s]
/proc/loadavg: 3.84 3.72 2.78 3/182 7439
/proc/meminfo: memFree=24313784/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=443404 CPUtime=1127.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 35928 118607 0 0 618 336 111699 68 20 0 1 0 383778042 454045696 101996 33554432000 4194304 6004724 140737003043648 140737003036000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 110851 101996 175 442 0 110405 0
[pid=7393] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7393/stat : 7393 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383890794 9367552 266 33554432000 4194304 5064252 140733286448240 140733286447152 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7393/statm: 2287 266 226 213 0 72 0
[pid=7394] ppid=7393 vsize=842020 CPUtime=294.7 cores=1,3,5,7
/proc/7394/stat : 7394 (glucose) R 7393 7209 6657 0 -1 4202496 111275 0 0 0 29433 37 0 0 20 0 1 0 383890795 862228480 182867 33554432000 4194304 5208918 140736853188544 140736853184920 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7394/statm: 210505 182867 105 248 0 210254 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 1303720

[startup+1482.3 s]
/proc/loadavg: 2.67 3.40 2.72 3/181 7439
/proc/meminfo: memFree=19553036/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=443404 CPUtime=1127.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 35928 118607 0 0 618 336 111699 68 20 0 1 0 383778042 454045696 101996 33554432000 4194304 6004724 140737003043648 140737003036000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 110851 101996 175 442 0 110405 0
[pid=7393] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7393/stat : 7393 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383890794 9367552 266 33554432000 4194304 5064252 140733286448240 140733286447152 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7393/statm: 2287 266 226 213 0 72 0
[pid=7394] ppid=7393 vsize=842020 CPUtime=354.68 cores=1,3,5,7
/proc/7394/stat : 7394 (glucose) R 7393 7209 6657 0 -1 4202496 111301 0 0 0 35431 37 0 0 20 0 1 0 383890795 862228480 182871 33554432000 4194304 5208918 140736853188544 140736853184920 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7394/statm: 210505 182871 105 248 0 210254 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 1303720

[startup+1542.3 s]
/proc/loadavg: 3.59 3.48 2.79 3/182 7440
/proc/meminfo: memFree=9691200/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=443404 CPUtime=1127.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 35928 118607 0 0 618 336 111699 68 20 0 1 0 383778042 454045696 101996 33554432000 4194304 6004724 140737003043648 140737003036000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 110851 101996 175 442 0 110405 0
[pid=7393] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7393/stat : 7393 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383890794 9367552 266 33554432000 4194304 5064252 140733286448240 140733286447152 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7393/statm: 2287 266 226 213 0 72 0
[pid=7394] ppid=7393 vsize=842020 CPUtime=414.67 cores=1,3,5,7
/proc/7394/stat : 7394 (glucose) R 7393 7209 6657 0 -1 4202496 111319 0 0 0 41430 37 0 0 20 0 1 0 383890795 862228480 182871 33554432000 4194304 5208918 140736853188544 140736853184920 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7394/statm: 210505 182871 105 248 0 210254 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1303720

[startup+1602.3 s]
/proc/loadavg: 4.50 3.76 2.93 4/181 7440
/proc/meminfo: memFree=5597824/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=443404 CPUtime=1127.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 35928 118607 0 0 618 336 111699 68 20 0 1 0 383778042 454045696 101996 33554432000 4194304 6004724 140737003043648 140737003036000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 110851 101996 175 442 0 110405 0
[pid=7393] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7393/stat : 7393 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383890794 9367552 266 33554432000 4194304 5064252 140733286448240 140733286447152 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7393/statm: 2287 266 226 213 0 72 0
[pid=7394] ppid=7393 vsize=842020 CPUtime=474.67 cores=1,3,5,7
/proc/7394/stat : 7394 (glucose) R 7393 7209 6657 0 -1 4202496 111706 0 0 0 47429 38 0 0 20 0 1 0 383890795 862228480 184280 33554432000 4194304 5208918 140736853188544 140736853184920 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7394/statm: 210505 184280 105 248 0 210254 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1303720

[startup+1662.3 s]
/proc/loadavg: 4.98 4.04 3.08 2/182 7441
/proc/meminfo: memFree=3357512/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=443404 CPUtime=1127.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 35928 118607 0 0 618 336 111699 68 20 0 1 0 383778042 454045696 101996 33554432000 4194304 6004724 140737003043648 140737003036000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 110851 101996 175 442 0 110405 0
[pid=7393] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7393/stat : 7393 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383890794 9367552 266 33554432000 4194304 5064252 140733286448240 140733286447152 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7393/statm: 2287 266 226 213 0 72 0
[pid=7394] ppid=7393 vsize=842020 CPUtime=534.66 cores=1,3,5,7
/proc/7394/stat : 7394 (glucose) R 7393 7209 6657 0 -1 4202496 111731 0 0 0 53428 38 0 0 20 0 1 0 383890795 862228480 184816 33554432000 4194304 5208918 140736853188544 140736853184920 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7394/statm: 210505 184816 105 248 0 210254 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1303720

[startup+1722.3 s]
/proc/loadavg: 5.02 4.23 3.20 2/182 7442
/proc/meminfo: memFree=3352620/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=443404 CPUtime=1127.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 35928 118607 0 0 618 336 111699 68 20 0 1 0 383778042 454045696 101996 33554432000 4194304 6004724 140737003043648 140737003036000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 110851 101996 175 442 0 110405 0
[pid=7393] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7393/stat : 7393 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383890794 9367552 266 33554432000 4194304 5064252 140733286448240 140733286447152 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7393/statm: 2287 266 226 213 0 72 0
[pid=7394] ppid=7393 vsize=848108 CPUtime=594.65 cores=1,3,5,7
/proc/7394/stat : 7394 (glucose) R 7393 7209 6657 0 -1 4202496 111924 0 0 0 59427 38 0 0 20 0 1 0 383890795 868462592 186031 33554432000 4194304 5208918 140736853188544 140736853186376 4228982 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7394/statm: 212027 186031 105 248 0 211776 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1309808

[startup+1782.3 s]
/proc/loadavg: 3.32 3.91 3.15 3/184 7494
/proc/meminfo: memFree=26860084/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=443404 CPUtime=1127.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 35928 118607 0 0 618 336 111699 68 20 0 1 0 383778042 454045696 101996 33554432000 4194304 6004724 140737003043648 140737003036000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 110851 101996 175 442 0 110405 0
[pid=7393] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7393/stat : 7393 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383890794 9367552 266 33554432000 4194304 5064252 140733286448240 140733286447152 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7393/statm: 2287 266 226 213 0 72 0
[pid=7394] ppid=7393 vsize=848108 CPUtime=654.64 cores=1,3,5,7
/proc/7394/stat : 7394 (glucose) R 7393 7209 6657 0 -1 4202496 111925 0 0 0 65426 38 0 0 20 0 1 0 383890795 868462592 186031 33554432000 4194304 5208918 140736853188544 140736853186376 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7394/statm: 212027 186031 105 248 0 211776 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1309808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.94 3.78 3.12 3/183 7494
/proc/meminfo: memFree=26897180/32873844 swapFree=8660/8660
[pid=7209] ppid=7207 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7209/stat : 7209 (npSolver-pbo.sh) S 7207 7209 6657 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383778041 9367552 274 33554432000 4194304 5064252 140736524907152 140736524906064 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7209/statm: 2287 274 233 213 0 72 0
[pid=7210] ppid=7209 vsize=443404 CPUtime=1127.21 cores=1,3,5,7
/proc/7210/stat : 7210 (npSolver-pbo) S 7209 7209 6657 0 -1 4202496 35928 118607 0 0 618 336 111699 68 20 0 1 0 383778042 454045696 101996 33554432000 4194304 6004724 140737003043648 140737003036000 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7210/statm: 110851 101996 175 442 0 110405 0
[pid=7393] ppid=7210 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7393/stat : 7393 (satsolver.sh) S 7210 7209 6657 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383890794 9367552 266 33554432000 4194304 5064252 140733286448240 140733286447152 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7393/statm: 2287 266 226 213 0 72 0
[pid=7394] ppid=7393 vsize=848108 CPUtime=672.84 cores=1,3,5,7
/proc/7394/stat : 7394 (glucose) R 7393 7209 6657 0 -1 4202496 111926 0 0 0 67246 38 0 0 20 0 1 0 383890795 868462592 186031 33554432000 4194304 5208918 140736853188544 140736853186376 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7394/statm: 212027 186031 105 248 0 211776 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1309808

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 7209 and gives
#  childrusage.ru_utime.tv_sec=1123
#  childrusage.ru_utime.tv_usec=179250
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=64382
# CPU time returned by wait4() is 1127.24
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1795.63
CPU system time (s): 4.42
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 1475052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1123.18
system time used= 4.06438
maximum resident set size= 647972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155510
page faults= 0
swaps= 0
block input operations= 0
block output operations= 990640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1282
involuntary context switches= 1194

runsolver used 9.36857 second user time and 16.4675 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-08 19:28:15
IDJOB=3750037
IDBENCH=91861
IDSOLVER=2334
FILE ID=node107/3750037-1339176495
RUNJOBID= node107-1339172045-6832
PBS_JOBID= 14643843
Free space on /tmp= 70508 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_20null0mast_rapportOE1.0_TMAX180_K67_cod1.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750037-1339176495/watcher-3750037-1339176495 -o /tmp/evaluation-result-3750037-1339176495/solver-3750037-1339176495 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750037-1339176495.opb 1986385049 HOME HOME

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

MD5SUM BENCH= cfbe5fb97a75b7bee92dd920f81f4d1b
RANDOM SEED=1986385049

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:        28956740 kB
Buffers:          973096 kB
Cached:          1595376 kB
SwapCached:          120 kB
Active:          2761160 kB
Inactive:         204884 kB
Active(anon):     386044 kB
Inactive(anon):    11116 kB
Active(file):    2375116 kB
Inactive(file):   193768 kB
Unevictable:        8660 kB
Mlocked:            8660 kB
SwapTotal:      67108856 kB
SwapFree:       67108664 kB
Dirty:             10936 kB
Writeback:             0 kB
AnonPages:        406640 kB
Mapped:            11684 kB
Shmem:               176 kB
Slab:             802796 kB
SReclaimable:     244680 kB
SUnreclaim:       558116 kB
KernelStack:        1488 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     549216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 70040 MiB
End job on node107 at 2012-06-08 19:58:16