Trace number 3699450

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_9_mh.opb
MD5SUM2d28530068eb86764968fa921334caf4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2596841
Best CPU time to get the best result obtained on this benchmark1800.37
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 16775
Biggest coefficient in the objective function 123505992
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 14263006373
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 123505992
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 14263006373
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.62	c run inc solver
0.00/0.62	c [INC SYSTEM] run initial solver
0.00/0.62	c [INC SYSTEM] preprocess with white file
0.64/3.51	c [INC SYSTEM] finished preprocessing in 2 s
0.64/3.51	c [INC SYSTEM] execute solver
10.65/10.76	c [INC SEARCH] formula is SAT
10.65/10.78	c [INC SYSTEM] solved the initial formula
10.76/10.88	c model valid
10.76/10.88	c current solution ok
12.10/12.28	o 344236279
12.10/12.28	c execute binary inc search
12.10/12.28	c [INC SEARCH] current bound: 172118152
12.10/12.28	c [INC SEARCH] iteration: 0
12.10/12.28	c [INC SEARCH] lower bound: 0 upperbound 344236304 current bound: 172118152 best value:344236304
12.10/12.28	c [INC SYSTEM] there exists a inc, kill it!
12.10/12.28	c write failed with 2
12.10/12.28	c [INC SYSTEM] create new solver instance
12.10/12.28	c [INC] encode full formula
12.10/12.28	c fallback to adder encoding
14.80/14.91	c set iterative enc to: adder
14.80/14.91	c set iterative enc to: none
15.20/15.31	c [INC SEARCH] isOptimum variable: 0
1797.30/1797.81	c an unexpexted return value has been received, exit
1797.30/1797.81	s UNKNOWN
1797.30/1797.81	c [INC SYSTEM] there exists a inc, kill it!
1797.30/1797.81	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-3699450-1338131672/watcher-3699450-1338131672 -o /tmp/evaluation-result-3699450-1338131672/solver-3699450-1338131672 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699450-1338131672.opb 1958582782 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.63 2.15 2.22 3/179 4904
/proc/meminfo: memFree=31313468/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0

[startup+0.0901321 s]
/proc/loadavg: 2.63 2.15 2.22 3/179 4904
/proc/meminfo: memFree=31313468/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100279 s]
/proc/loadavg: 2.63 2.15 2.22 3/179 4904
/proc/meminfo: memFree=31313468/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300247 s]
/proc/loadavg: 2.63 2.15 2.22 3/179 4904
/proc/meminfo: memFree=31313468/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700323 s]
/proc/loadavg: 2.63 2.15 2.22 3/179 4904
/proc/meminfo: memFree=31313468/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50048 s]
/proc/loadavg: 2.63 2.15 2.22 3/183 4908
/proc/meminfo: memFree=31133172/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=52640 CPUtime=0.64 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 7848 0 0 0 57 7 0 0 20 0 1 0 279291505 53903360 9564 33554432000 4194304 5992684 140734972429184 140734972423632 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4905/statm: 13160 9564 171 440 0 12716 0
[pid=4907] ppid=4905 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4907/stat : 4907 (cp2_pre.sh) S 4905 4904 3856 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279291571 9367552 277 33554432000 4194304 5064252 140735983514080 140735983512784 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4907/statm: 2287 277 234 213 0 72 0
[pid=4908] ppid=4907 vsize=168800 CPUtime=0.83 cores=1,3,5,7
/proc/4908/stat : 4908 (coprocessor) R 4907 4904 3856 0 -1 4202496 27272 0 0 0 78 5 0 0 20 0 1 0 279291571 172851200 37517 33554432000 4194304 6586260 140735344567808 140735983512808 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 42200 37517 166 584 0 41612 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 239736

[startup+3.10042 s]
/proc/loadavg: 2.63 2.15 2.22 3/183 4908
/proc/meminfo: memFree=31077280/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=52640 CPUtime=0.64 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 7848 0 0 0 57 7 0 0 20 0 1 0 279291505 53903360 9564 33554432000 4194304 5992684 140734972429184 140734972423632 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4905/statm: 13160 9564 171 440 0 12716 0
[pid=4907] ppid=4905 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4907/stat : 4907 (cp2_pre.sh) S 4905 4904 3856 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279291571 9367552 277 33554432000 4194304 5064252 140735983514080 140735983512784 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4907/statm: 2287 277 234 213 0 72 0
[pid=4908] ppid=4907 vsize=210888 CPUtime=2.43 cores=1,3,5,7
/proc/4908/stat : 4908 (coprocessor) R 4907 4904 3856 0 -1 4202496 35356 0 0 0 232 11 0 0 20 0 1 0 279291571 215949312 51469 33554432000 4194304 6586260 140735344567808 140735344563304 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 52722 51469 200 584 0 52134 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 281824

############
# WARNING:
# current cumulated CPU time (0.64 s) is less than in the last sample (3.37 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (2.73 s) to the 'lost time'.

[startup+3.40047 s]
/proc/loadavg: 2.63 2.15 2.22 3/183 4908
/proc/meminfo: memFree=31037216/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=52640 CPUtime=0.64 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 7848 0 0 0 57 7 0 0 20 0 1 0 279291505 53903360 9564 33554432000 4194304 5992684 140734972429184 140734972423632 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4905/statm: 13160 9564 171 440 0 12716 0
[pid=4907] ppid=4905 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4907/stat : 4907 (cp2_pre.sh) S 4905 4904 3856 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279291571 9367552 277 33554432000 4194304 5064252 140735983514080 140735983512784 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4907/statm: 2287 277 234 213 0 72 0
[pid=4908] ppid=4907 vsize=210888 CPUtime=2.73 cores=1,3,5,7
/proc/4908/stat : 4908 (coprocessor) R 4907 4904 3856 0 -1 4202496 35356 0 0 0 261 12 0 0 20 0 1 0 279291571 215949312 51469 33554432000 4194304 6586260 140735344567808 140735344563304 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/4908/statm: 52722 51469 200 584 0 52134 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 281824

[startup+3.50042 s]
/proc/loadavg: 2.63 2.15 2.22 3/183 4908
/proc/meminfo: memFree=31037216/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=52640 CPUtime=0.64 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 7848 0 0 0 57 7 0 0 20 0 1 0 279291505 53903360 9564 33554432000 4194304 5992684 140734972429184 140734972423632 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4905/statm: 13160 9564 171 440 0 12716 0
[pid=4907] ppid=4905 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4907/stat : 4907 (cp2_pre.sh) R 4905 4904 3856 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279291571 9367552 277 33554432000 4194304 5064252 140735983514080 140735983512784 209883653710 0 65536 4100 65538 0 0 0 17 1 0 0 0 0 0
/proc/4907/statm: 2287 277 234 213 0 72 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 70936
#
############


[startup+6.30041 s]
/proc/loadavg: 2.58 2.15 2.22 3/182 4910
/proc/meminfo: memFree=31168288/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=52640 CPUtime=3.48 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 7865 36261 0 0 57 7 270 14 20 0 1 0 279291505 53903360 9566 33554432000 4194304 5992684 140734972429184 140734972415448 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4905/statm: 13160 9566 173 440 0 12716 0
[pid=4910] ppid=4905 vsize=97672 CPUtime=2.78 cores=1,3,5,7
/proc/4910/stat : 4910 (glucosInc) R 4905 4904 3856 0 -1 4202496 20072 0 0 0 274 4 0 0 20 0 1 0 279291856 100016128 22324 33554432000 4194304 5654031 140736491938176 140736491935960 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4910/statm: 24418 22324 140 357 0 24058 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 159460

[startup+12.7003 s]
/proc/loadavg: 2.54 2.15 2.22 3/182 4910
/proc/meminfo: memFree=31144316/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=140508 CPUtime=12.61 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) R 4904 4904 3856 0 -1 4202496 16367 57234 0 0 131 116 990 24 20 0 1 0 279291505 143880192 29750 33554432000 4194304 5992684 140734972429184 140734972420648 4568047 0 0 4096 0 0 0 0 17 1 0 0 5 0 0
/proc/4905/statm: 35127 29750 191 440 0 34683 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 149656

[startup+25.5004 s]
/proc/loadavg: 2.49 2.16 2.22 3/182 4913
/proc/meminfo: memFree=30543848/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=66716 CPUtime=15.21 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 18821 57750 0 0 351 153 990 27 20 0 1 0 279291505 68317184 13104 33554432000 4194304 5992684 140734972429184 140734972414088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6 0 0
/proc/4905/statm: 16679 13104 191 440 0 16235 0
[pid=4913] ppid=4905 vsize=562352 CPUtime=10.18 cores=1,3,5,7
/proc/4913/stat : 4913 (glucosInc) R 4905 4904 3856 0 -1 4202496 83130 0 0 0 990 28 0 0 20 0 1 0 279293037 575848448 124012 33554432000 4194304 5654031 140733838721312 140733838719096 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4913/statm: 140588 124012 141 357 0 140228 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 638216

[startup+51.1004 s]
/proc/loadavg: 2.32 2.14 2.21 3/182 4913
/proc/meminfo: memFree=30534836/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=66716 CPUtime=15.21 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 18821 57750 0 0 351 153 990 27 20 0 1 0 279291505 68317184 13104 33554432000 4194304 5992684 140734972429184 140734972414088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6 0 0
/proc/4905/statm: 16679 13104 191 440 0 16235 0
[pid=4913] ppid=4905 vsize=565028 CPUtime=35.77 cores=1,3,5,7
/proc/4913/stat : 4913 (glucosInc) R 4905 4904 3856 0 -1 4202496 84334 0 0 0 3548 29 0 0 20 0 1 0 279293037 578588672 125210 33554432000 4194304 5654031 140733838721312 140733838709128 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4913/statm: 141257 125210 142 357 0 140897 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 640892


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

/proc/4913/statm: 167995 137688 142 357 0 167635 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 747844

[startup+1302.3 s]
/proc/loadavg: 2.07 2.06 2.07 3/181 4927
/proc/meminfo: memFree=30444524/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=66716 CPUtime=15.21 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 18821 57750 0 0 351 153 990 27 20 0 1 0 279291505 68317184 13104 33554432000 4194304 5992684 140734972429184 140734972414088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6 0 0
/proc/4905/statm: 16679 13104 191 440 0 16235 0
[pid=4913] ppid=4905 vsize=671980 CPUtime=1286.66 cores=1,3,5,7
/proc/4913/stat : 4913 (glucosInc) R 4905 4904 3856 0 -1 4202496 90729 0 0 0 128631 35 0 0 20 0 1 0 279293037 688107520 138712 33554432000 4194304 5654031 140733838721312 140733838709128 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4913/statm: 167995 138712 142 357 0 167635 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 747844

[startup+1362.3 s]
/proc/loadavg: 2.02 2.05 2.06 3/181 4927
/proc/meminfo: memFree=30442476/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=66716 CPUtime=15.21 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 18821 57750 0 0 351 153 990 27 20 0 1 0 279291505 68317184 13104 33554432000 4194304 5992684 140734972429184 140734972414088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6 0 0
/proc/4905/statm: 16679 13104 191 440 0 16235 0
[pid=4913] ppid=4905 vsize=671980 CPUtime=1346.65 cores=1,3,5,7
/proc/4913/stat : 4913 (glucosInc) R 4905 4904 3856 0 -1 4202496 90730 0 0 0 134630 35 0 0 20 0 1 0 279293037 688107520 139224 33554432000 4194304 5654031 140733838721312 140733838709128 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4913/statm: 167995 139224 142 357 0 167635 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 747844

[startup+1422.31 s]
/proc/loadavg: 2.10 2.06 2.07 3/181 4975
/proc/meminfo: memFree=29606800/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=66716 CPUtime=15.21 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 18821 57750 0 0 351 153 990 27 20 0 1 0 279291505 68317184 13104 33554432000 4194304 5992684 140734972429184 140734972414088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6 0 0
/proc/4905/statm: 16679 13104 191 440 0 16235 0
[pid=4913] ppid=4905 vsize=671980 CPUtime=1406.66 cores=1,3,5,7
/proc/4913/stat : 4913 (glucosInc) R 4905 4904 3856 0 -1 4202496 90732 0 0 0 140630 36 0 0 20 0 1 0 279293037 688107520 140248 33554432000 4194304 5654031 140733838721312 140733838709128 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4913/statm: 167995 140248 142 357 0 167635 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 747844

[startup+1482.3 s]
/proc/loadavg: 2.03 2.05 2.06 3/181 4975
/proc/meminfo: memFree=29571676/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=66716 CPUtime=15.21 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 18821 57750 0 0 351 153 990 27 20 0 1 0 279291505 68317184 13104 33554432000 4194304 5992684 140734972429184 140734972414088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6 0 0
/proc/4905/statm: 16679 13104 191 440 0 16235 0
[pid=4913] ppid=4905 vsize=671980 CPUtime=1466.64 cores=1,3,5,7
/proc/4913/stat : 4913 (glucosInc) R 4905 4904 3856 0 -1 4202496 90736 0 0 0 146628 36 0 0 20 0 1 0 279293037 688107520 141274 33554432000 4194304 5654031 140733838721312 140733838709128 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4913/statm: 167995 141274 142 357 0 167635 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 747844

[startup+1542.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/182 4980
/proc/meminfo: memFree=29682756/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=66716 CPUtime=15.21 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 18821 57750 0 0 351 153 990 27 20 0 1 0 279291505 68317184 13104 33554432000 4194304 5992684 140734972429184 140734972414088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6 0 0
/proc/4905/statm: 16679 13104 191 440 0 16235 0
[pid=4913] ppid=4905 vsize=671980 CPUtime=1526.63 cores=1,3,5,7
/proc/4913/stat : 4913 (glucosInc) R 4905 4904 3856 0 -1 4202496 90738 0 0 0 152627 36 0 0 20 0 1 0 279293037 688107520 142298 33554432000 4194304 5654031 140733838721312 140733838709128 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4913/statm: 167995 142298 142 357 0 167635 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 747844

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.06 3/181 4980
/proc/meminfo: memFree=29708692/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=66716 CPUtime=15.21 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 18821 57750 0 0 351 153 990 27 20 0 1 0 279291505 68317184 13104 33554432000 4194304 5992684 140734972429184 140734972414088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6 0 0
/proc/4905/statm: 16679 13104 191 440 0 16235 0
[pid=4913] ppid=4905 vsize=595080 CPUtime=1586.62 cores=1,3,5,7
/proc/4913/stat : 4913 (glucosInc) R 4905 4904 3856 0 -1 4202496 91511 0 0 0 158623 39 0 0 20 0 1 0 279293037 609361920 133652 33554432000 4194304 5654031 140733838721312 140733838709128 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4913/statm: 148770 133652 142 357 0 148410 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 670944

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 4980
/proc/meminfo: memFree=29666128/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=66716 CPUtime=15.21 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 18821 57750 0 0 351 153 990 27 20 0 1 0 279291505 68317184 13104 33554432000 4194304 5992684 140734972429184 140734972414088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6 0 0
/proc/4905/statm: 16679 13104 191 440 0 16235 0
[pid=4913] ppid=4905 vsize=595080 CPUtime=1646.61 cores=1,3,5,7
/proc/4913/stat : 4913 (glucosInc) R 4905 4904 3856 0 -1 4202496 91512 0 0 0 164622 39 0 0 20 0 1 0 279293037 609361920 134164 33554432000 4194304 5654031 140733838721312 140733838709128 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4913/statm: 148770 134164 142 357 0 148410 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 670944

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/181 4981
/proc/meminfo: memFree=29571372/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=66716 CPUtime=15.21 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 18821 57750 0 0 351 153 990 27 20 0 1 0 279291505 68317184 13104 33554432000 4194304 5992684 140734972429184 140734972414088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6 0 0
/proc/4905/statm: 16679 13104 191 440 0 16235 0
[pid=4913] ppid=4905 vsize=595080 CPUtime=1706.6 cores=1,3,5,7
/proc/4913/stat : 4913 (glucosInc) R 4905 4904 3856 0 -1 4202496 91665 0 0 0 170621 39 0 0 20 0 1 0 279293037 609361920 135850 33554432000 4194304 5654031 140733838721312 140733838709128 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4913/statm: 148770 135850 142 357 0 148410 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 670944

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/181 4981
/proc/meminfo: memFree=29632068/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=66716 CPUtime=15.21 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 18821 57750 0 0 351 153 990 27 20 0 1 0 279291505 68317184 13104 33554432000 4194304 5992684 140734972429184 140734972414088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6 0 0
/proc/4905/statm: 16679 13104 191 440 0 16235 0
[pid=4913] ppid=4905 vsize=595080 CPUtime=1766.59 cores=1,3,5,7
/proc/4913/stat : 4913 (glucosInc) R 4905 4904 3856 0 -1 4202496 91667 0 0 0 176620 39 0 0 20 0 1 0 279293037 609361920 136874 33554432000 4194304 5654031 140733838721312 140733838709128 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4913/statm: 148770 136874 142 357 0 148410 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 670944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.01 2.03 2.04 3/181 4981
/proc/meminfo: memFree=29623808/32873844 swapFree=7632/7632
[pid=4904] ppid=4902 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4904/stat : 4904 (npSolver-pbo-I.) S 4902 4904 3856 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279291505 9367552 275 33554432000 4194304 5064252 140733996776128 140733996775040 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4904/statm: 2287 275 233 213 0 72 0
[pid=4905] ppid=4904 vsize=66716 CPUtime=15.21 cores=1,3,5,7
/proc/4905/stat : 4905 (npSolver-pbo) S 4904 4904 3856 0 -1 4202496 18821 57750 0 0 351 153 990 27 20 0 1 0 279291505 68317184 13104 33554432000 4194304 5992684 140734972429184 140734972414088 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 6 0 0
/proc/4905/statm: 16679 13104 191 440 0 16235 0
[pid=4913] ppid=4905 vsize=595080 CPUtime=1782.09 cores=1,3,5,7
/proc/4913/stat : 4913 (glucosInc) R 4905 4904 3856 0 -1 4202496 91668 0 0 0 178170 39 0 0 20 0 1 0 279293037 609361920 137386 33554432000 4194304 5654031 140733838721312 140733838709128 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4913/statm: 148770 137386 142 357 0 148410 0
Current children cumulated CPU time (s) 1797.3
Current children cumulated vsize (KiB) 670944

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.73
#  lost CPU user time (s): 2.61
#  lost CPU system time (s): 0.12

Real time (s): 1797.82
CPU time (s): 1800.07
CPU user time (s): 1797.74
CPU system time (s): 2.32866
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 878072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.13
system time used= 2.20866
maximum resident set size= 687596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168618
page faults= 0
swaps= 0
block input operations= 16
block output operations= 539768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 723
involuntary context switches= 1856

runsolver used 9.65353 second user time and 11.1943 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-27 17:14:32
IDJOB=3699450
IDBENCH=92709
IDSOLVER=2276
FILE ID=node141/3699450-1338131672
RUNJOBID= node141-1338122886-3873
PBS_JOBID= 14624492
Free space on /tmp= 71500 MiB

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

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

MD5SUM BENCH= 2d28530068eb86764968fa921334caf4
RANDOM SEED=1958582782

node141.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.744
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.48
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.744
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.744
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.93
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.744
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.92
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.744
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.92
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.744
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.744
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.92
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.744
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:        31314112 kB
Buffers:          209980 kB
Cached:           364780 kB
SwapCached:          232 kB
Active:           350788 kB
Inactive:         380260 kB
Active(anon):     146240 kB
Inactive(anon):    11296 kB
Active(file):     204548 kB
Inactive(file):   368964 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108624 kB
Dirty:             12504 kB
Writeback:             0 kB
AnonPages:        162264 kB
Mapped:            11976 kB
Shmem:               172 kB
Slab:             687916 kB
SReclaimable:     129480 kB
SUnreclaim:       558436 kB
KernelStack:        1680 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     295564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 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= 71084 MiB
End job on node141 at 2012-05-27 17:44:30