Trace number 3697846

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? (TO) 1800.07 1801.01

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_1_mh.opb
MD5SUM72a339d7628ceb0d05dc1d46781174fb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3481479
Best CPU time to get the best result obtained on this benchmark1800.89
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 97336000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12201970261
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 97336000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12201970261
Number of bits of the biggest sum of numbers34
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.61	c run inc solver
0.00/0.61	c [INC SYSTEM] run initial solver
0.00/0.61	c [INC SYSTEM] preprocess with white file
3.07/3.20	c [INC SYSTEM] finished preprocessing in 2 s
3.07/3.20	c [INC SYSTEM] execute solver
7.65/7.71	c [INC SEARCH] formula is SAT
7.65/7.73	c [INC SYSTEM] solved the initial formula
7.75/7.83	c model valid
7.75/7.83	c current solution ok
8.92/9.00	o 359944625
8.92/9.00	c [INC SYSTEM] there exists a inc, kill it!
8.92/9.00	c write failed with 2
8.92/9.01	c [INC SEARCH] iteration: 0
8.92/9.01	c [INC BOUNDS] best value:359944650 search for 359944649
8.92/9.01	c [INC SYSTEM] create new solver instance
8.92/9.01	c [INC] encode full formula
8.92/9.01	c fallback to adder encoding
11.56/11.65	c set iterative enc to: adder
11.56/11.65	c set iterative enc to: none
11.95/12.50	c [INC SEARCH] isOptimum variable: 0
1800.03/1801.01	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.03/1801.01	s UNKNOWN
1800.03/1801.01	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1801.01	c write failed with -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-3697846-1338129304/watcher-3697846-1338129304 -o /tmp/evaluation-result-3697846-1338129304/solver-3697846-1338129304 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697846-1338129304.opb 495179760 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.93 2.40 2.19 3/177 22299
/proc/meminfo: memFree=27962312/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0

[startup+0.028017 s]
/proc/loadavg: 2.93 2.40 2.19 3/177 22299
/proc/meminfo: memFree=27962312/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100254 s]
/proc/loadavg: 2.93 2.40 2.19 3/177 22299
/proc/meminfo: memFree=27962312/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300244 s]
/proc/loadavg: 2.93 2.40 2.19 3/177 22299
/proc/meminfo: memFree=27962312/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700271 s]
/proc/loadavg: 2.93 2.40 2.19 3/177 22299
/proc/meminfo: memFree=27962312/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/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.93 2.40 2.19 3/181 22303
/proc/meminfo: memFree=27778240/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=52636 CPUtime=0.63 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 7844 0 0 0 57 6 0 0 20 0 1 0 279055854 53899264 9562 33554432000 4194304 5992684 140737049862016 140737049856464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22300/statm: 13159 9562 171 440 0 12715 0
[pid=22302] ppid=22300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22302/stat : 22302 (cp2_pre.sh) S 22300 22299 21372 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279055918 9367552 277 33554432000 4194304 5064252 140735389709920 140735389708624 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22302/statm: 2287 277 234 213 0 72 0
[pid=22303] ppid=22302 vsize=171968 CPUtime=0.85 cores=0,2,4,6
/proc/22303/stat : 22303 (coprocessor) R 22302 22299 21372 0 -1 4202496 28284 0 0 0 80 5 0 0 20 0 1 0 279055918 176095232 38528 33554432000 4194304 6586260 140736669586016 140736669582280 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/22303/statm: 42992 38528 166 584 0 42404 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 242900

[startup+3.1003 s]
/proc/loadavg: 2.93 2.40 2.19 3/181 22303
/proc/meminfo: memFree=27728480/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=52636 CPUtime=0.63 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 7844 0 0 0 57 6 0 0 20 0 1 0 279055854 53899264 9562 33554432000 4194304 5992684 140737049862016 140737049856464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22300/statm: 13159 9562 171 440 0 12715 0
[pid=22302] ppid=22300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22302/stat : 22302 (cp2_pre.sh) S 22300 22299 21372 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279055918 9367552 277 33554432000 4194304 5064252 140735389709920 140735389708624 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22302/statm: 2287 277 234 213 0 72 0
[pid=22303] ppid=22302 vsize=210616 CPUtime=2.44 cores=0,2,4,6
/proc/22303/stat : 22303 (coprocessor) R 22302 22299 21372 0 -1 4202496 35327 0 0 0 234 10 0 0 20 0 1 0 279055918 215670784 51439 33554432000 4194304 6586260 140736669586016 140736669581768 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 1 0 0
/proc/22303/statm: 52654 51439 200 584 0 52066 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 281548

[startup+6.30032 s]
/proc/loadavg: 2.86 2.40 2.19 3/180 22305
/proc/meminfo: memFree=27815708/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=52636 CPUtime=3.17 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 7863 36230 0 0 57 6 242 12 20 0 1 0 279055854 53899264 9564 33554432000 4194304 5992684 140737049862016 140737049848280 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/22300/statm: 13159 9564 173 440 0 12715 0
[pid=22305] ppid=22300 vsize=98568 CPUtime=3.08 cores=0,2,4,6
/proc/22305/stat : 22305 (glucosInc) R 22300 22299 21372 0 -1 4202496 20336 0 0 0 305 3 0 0 20 0 1 0 279056175 100933632 22570 33554432000 4194304 5654031 140734192407072 140734192404856 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22305/statm: 24642 22570 140 357 0 24282 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 160352

[startup+12.7002 s]
/proc/loadavg: 2.79 2.39 2.19 2/180 22307
/proc/meminfo: memFree=27684472/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 75884

[startup+25.5003 s]
/proc/loadavg: 2.69 2.39 2.19 3/180 22308
/proc/meminfo: memFree=27171160/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=568832 CPUtime=12.97 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 87970 0 0 0 1272 25 0 0 20 0 1 0 279057105 582483968 127828 33554432000 4194304 5654031 140735763508704 140735763506488 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22308/statm: 142208 127828 141 357 0 141848 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 644716

[startup+51.1003 s]
/proc/loadavg: 2.52 2.37 2.18 3/180 22308
/proc/meminfo: memFree=27167976/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=569892 CPUtime=38.56 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 88351 0 0 0 3831 25 0 0 20 0 1 0 279057105 583569408 128720 33554432000 4194304 5654031 140735763508704 140735763496520 4233328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 142473 128720 141 357 0 142113 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 645776

[startup+102.306 s]
/proc/loadavg: 2.27 2.33 2.18 3/179 22308
/proc/meminfo: memFree=27153608/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=571428 CPUtime=89.77 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 89085 0 0 0 8951 26 0 0 20 0 1 0 279057105 585142272 130476 33554432000 4194304 5654031 140735763508704 140735763496520 4208659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 142857 130476 142 357 0 142497 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 647312

[startup+162.3 s]
/proc/loadavg: 2.18 2.29 2.18 3/179 22308
/proc/meminfo: memFree=27144564/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=571956 CPUtime=149.75 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 89193 0 0 0 14949 26 0 0 20 0 1 0 279057105 585682944 132117 33554432000 4194304 5654031 140735763508704 140735763506488 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 142989 132117 142 357 0 142629 0
Current children cumulated CPU time (s) 161.71
Current children cumulated vsize (KiB) 647840

[startup+222.3 s]
/proc/loadavg: 2.21 2.28 2.18 3/179 22308
/proc/meminfo: memFree=27127860/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=654620 CPUtime=209.72 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 89805 0 0 0 20945 27 0 0 20 0 1 0 279057105 670330880 134231 33554432000 4194304 5654031 140735763508704 140735763506488 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 163655 134231 142 357 0 163295 0
Current children cumulated CPU time (s) 221.68

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

/proc/meminfo: memFree=27080836/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=671060 CPUtime=1229.47 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 94069 0 0 0 122911 36 0 0 20 0 1 0 279057105 687165440 140729 33554432000 4194304 5654031 140735763508704 140735763496520 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 167765 140729 142 357 0 167405 0
Current children cumulated CPU time (s) 1241.43
Current children cumulated vsize (KiB) 746944

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 22318
/proc/meminfo: memFree=27070720/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=671060 CPUtime=1289.47 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 94076 0 0 0 128911 36 0 0 20 0 1 0 279057105 687165440 141758 33554432000 4194304 5654031 140735763508704 140735763496520 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 167765 141758 142 357 0 167405 0
Current children cumulated CPU time (s) 1301.43
Current children cumulated vsize (KiB) 746944

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/179 22318
/proc/meminfo: memFree=27127260/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=596872 CPUtime=1349.46 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 95232 0 0 0 134907 39 0 0 20 0 1 0 279057105 611196928 135833 33554432000 4194304 5654031 140735763508704 140735763506728 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 149218 135833 142 357 0 148858 0
Current children cumulated CPU time (s) 1361.42
Current children cumulated vsize (KiB) 672756

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.06 3/179 22318
/proc/meminfo: memFree=27117392/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=596872 CPUtime=1409.45 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 95233 0 0 0 140906 39 0 0 20 0 1 0 279057105 611196928 136345 33554432000 4194304 5654031 140735763508704 140735763496520 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 149218 136345 142 357 0 148858 0
Current children cumulated CPU time (s) 1421.41
Current children cumulated vsize (KiB) 672756

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/179 22319
/proc/meminfo: memFree=27104236/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=596872 CPUtime=1469.44 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 95236 0 0 0 146905 39 0 0 20 0 1 0 279057105 611196928 137881 33554432000 4194304 5654031 140735763508704 140735763496520 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 149218 137881 142 357 0 148858 0
Current children cumulated CPU time (s) 1481.4
Current children cumulated vsize (KiB) 672756

[startup+1542.3 s]
/proc/loadavg: 2.05 2.02 2.05 3/180 22369
/proc/meminfo: memFree=26879832/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=596872 CPUtime=1529.42 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 95238 0 0 0 152903 39 0 0 20 0 1 0 279057105 611196928 138905 33554432000 4194304 5654031 140735763508704 140735763496520 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 149218 138905 142 357 0 148858 0
Current children cumulated CPU time (s) 1541.38
Current children cumulated vsize (KiB) 672756

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/180 22392
/proc/meminfo: memFree=26860832/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=678260 CPUtime=1589.42 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 95408 0 0 0 158902 40 0 0 20 0 1 0 279057105 694538240 140097 33554432000 4194304 5654031 140735763508704 140735763496520 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 169565 140097 142 357 0 169205 0
Current children cumulated CPU time (s) 1601.38
Current children cumulated vsize (KiB) 754144

[startup+1662.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/179 22396
/proc/meminfo: memFree=26916412/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=678260 CPUtime=1649.41 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 95409 0 0 0 164901 40 0 0 20 0 1 0 279057105 694538240 140609 33554432000 4194304 5654031 140735763508704 140735763496520 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 169565 140609 142 357 0 169205 0
Current children cumulated CPU time (s) 1661.37
Current children cumulated vsize (KiB) 754144

[startup+1722.3 s]
/proc/loadavg: 2.22 2.06 2.06 3/179 22400
/proc/meminfo: memFree=27008952/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=678260 CPUtime=1709.38 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 95434 0 0 0 170898 40 0 0 20 0 1 0 279057105 694538240 141121 33554432000 4194304 5654031 140735763508704 140735763496520 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 169565 141121 142 357 0 169205 0
Current children cumulated CPU time (s) 1721.34
Current children cumulated vsize (KiB) 754144

[startup+1782.3 s]
/proc/loadavg: 2.12 2.06 2.06 3/179 22403
/proc/meminfo: memFree=27041712/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=678260 CPUtime=1769.37 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 95446 0 0 0 176897 40 0 0 20 0 1 0 279057105 694538240 141633 33554432000 4194304 5654031 140735763508704 140735763496520 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 169565 141633 142 357 0 169205 0
Current children cumulated CPU time (s) 1781.33
Current children cumulated vsize (KiB) 754144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.09 2.06 2.05 3/179 22403
/proc/meminfo: memFree=27039792/32873624 swapFree=7104/7104
[pid=22299] ppid=22297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22299/stat : 22299 (npSolver-pbo-It) S 22297 22299 21372 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279055854 9367552 274 33554432000 4194304 5064252 140736698597408 140736698596320 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22299/statm: 2287 274 233 213 0 72 0
[pid=22300] ppid=22299 vsize=66736 CPUtime=11.96 cores=0,2,4,6
/proc/22300/stat : 22300 (npSolver-pbo) S 22299 22299 21372 0 -1 4202496 18701 57792 0 0 350 134 689 23 20 0 1 0 279055854 68337664 13107 33554432000 4194304 5992684 140737049862016 140737049847848 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22300/statm: 16684 13107 190 440 0 16240 0
[pid=22308] ppid=22300 vsize=678260 CPUtime=1788.07 cores=0,2,4,6
/proc/22308/stat : 22308 (glucosInc) R 22300 22299 21372 0 -1 4202496 95447 0 0 0 178767 40 0 0 20 0 1 0 279057105 694538240 142145 33554432000 4194304 5654031 140735763508704 140735763496520 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22308/statm: 169565 142145 142 357 0 169205 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 754144

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1801.01
CPU time (s): 1800.07
CPU user time (s): 1798.08
CPU system time (s): 1.9947
CPU usage (%): 99.9476
Max. virtual memory (cumulated for all children) (KiB): 884372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.08
system time used= 1.9947
maximum resident set size= 694172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172319
page faults= 0
swaps= 0
block input operations= 16
block output operations= 555464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 787
involuntary context switches= 2502

runsolver used 4.45632 second user time and 8.18675 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 16:35:04
IDJOB=3697846
IDBENCH=92712
IDSOLVER=2275
FILE ID=node121/3697846-1338129304
RUNJOBID= node121-1338122085-21388
PBS_JOBID= 14624482
Free space on /tmp= 71476 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_1_mh.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697846-1338129304/watcher-3697846-1338129304 -o /tmp/evaluation-result-3697846-1338129304/solver-3697846-1338129304 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697846-1338129304.opb 495179760 HOME HOME

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

MD5SUM BENCH= 72a339d7628ceb0d05dc1d46781174fb
RANDOM SEED=495179760

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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		: 2667.042
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		: 2667.042
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        27962468 kB
Buffers:          497636 kB
Cached:          2946088 kB
SwapCached:            0 kB
Active:          1596516 kB
Inactive:        2449512 kB
Active(anon):     603068 kB
Inactive(anon):        0 kB
Active(file):     993448 kB
Inactive(file):  2449512 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12544 kB
Writeback:             0 kB
AnonPages:        661408 kB
Mapped:            15780 kB
Shmem:               200 kB
Slab:             719356 kB
SReclaimable:     162940 kB
SUnreclaim:       556416 kB
KernelStack:        1504 kB
PageTables:         5124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     766096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71252 MiB
End job on node121 at 2012-05-27 17:05:05