Trace number 3694653

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
pb2satCp2 2012-05-19? (TO) 1800.12 1800.92

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_0_mh.opb
MD5SUMd45c19629398b5f846111b7dcef3015f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3689644
Best CPU time to get the best result obtained on this benchmark1800.11
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 98611128
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12268557731
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 98611128
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12268557731
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

1.08/1.14	c model valid
1.08/1.14	c current solution ok
1.79/1.85	o 144509481
1.79/1.85	c fallback to adder encoding
1800.08/1800.91	./satsolver.sh: line 5: 17518 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.08/1800.91	c error: unexpected solver exit code
1800.08/1800.91	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-3694653-1338156819/watcher-3694653-1338156819 -o /tmp/evaluation-result-3694653-1338156819/solver-3694653-1338156819 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694653-1338156819.opb 1656721750 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.00 2.00 2.00 3/181 17511
/proc/meminfo: memFree=19749636/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0

[startup+0.034023 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17511
/proc/meminfo: memFree=19749636/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100249 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17511
/proc/meminfo: memFree=19749636/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300228 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17511
/proc/meminfo: memFree=19749636/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700206 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 17511
/proc/meminfo: memFree=19749636/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17515
/proc/meminfo: memFree=19679296/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=22388 CPUtime=1.48 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) R 17511 17511 14901 0 -1 4202496 5608 11951 0 0 51 31 63 3 20 0 1 0 281807267 22925312 5030 33554432000 4194304 5873084 140736420976576 140736420972456 5127520 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 5597 5030 176 410 0 5179 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31536

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 17516
/proc/meminfo: memFree=19672576/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=177020 CPUtime=3.07 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) R 17511 17511 14901 0 -1 4202496 14011 12464 0 0 177 63 63 4 20 0 1 0 281807267 181268480 32232 33554432000 4194304 5873084 140736420976576 140736420971352 4664169 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 44255 32232 183 410 0 43837 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 186168

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17518
/proc/meminfo: memFree=19279136/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=252124 CPUtime=1 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 37257 0 0 0 89 11 0 0 20 0 1 0 281807753 258174976 55099 33554432000 4194304 4896791 140736815562640 140736814511688 4401607 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 63031 55100 58 172 0 62857 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 578512

[startup+12.7004 s]
/proc/loadavg: 2.15 2.03 2.01 3/185 17518
/proc/meminfo: memFree=18860240/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=531072 CPUtime=7.4 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 76402 0 0 0 711 29 0 0 20 0 1 0 281807753 543817728 114219 33554432000 4194304 4896791 140736815562640 140736815559848 4224983 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 132768 114219 78 172 0 132594 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 857460

[startup+25.5005 s]
/proc/loadavg: 2.13 2.03 2.01 3/185 17518
/proc/meminfo: memFree=18861548/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=534116 CPUtime=20.2 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 77221 0 0 0 1991 29 0 0 20 0 1 0 281807753 546934784 115549 33554432000 4194304 4896791 140736815562640 140736815559784 4224983 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 133529 115549 78 172 0 133355 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 860504

[startup+51.1005 s]
/proc/loadavg: 2.08 2.03 2.01 3/185 17518
/proc/meminfo: memFree=18859688/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=535568 CPUtime=45.8 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 77628 0 0 0 4551 29 0 0 20 0 1 0 281807753 548421632 115956 33554432000 4194304 4896791 140736815562640 140736815559848 4225029 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 133892 115956 78 172 0 133718 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 861956

[startup+102.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/185 17564
/proc/meminfo: memFree=25924584/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=537364 CPUtime=97 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 79115 0 0 0 9670 30 0 0 20 0 1 0 281807753 550260736 116918 33554432000 4194304 4896791 140736815562640 140736815559848 4224684 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 134341 116918 78 172 0 134167 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 863752

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/185 17564
/proc/meminfo: memFree=25909572/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=539244 CPUtime=156.98 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 80014 0 0 0 15667 31 0 0 20 0 1 0 281807753 552185856 119330 33554432000 4194304 4896791 140736815562640 140736815560168 4225029 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 134811 119330 78 172 0 134637 0
Current children cumulated CPU time (s) 161.82
Current children cumulated vsize (KiB) 865632

[startup+222.308 s]
/proc/loadavg: 2.01 2.02 2.00 3/185 17564
/proc/meminfo: memFree=25896916/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 17574
/proc/meminfo: memFree=25820104/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=634632 CPUtime=1356.71 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 97668 0 0 0 135630 41 0 0 20 0 1 0 281807753 649863168 130161 33554432000 4194304 4896791 140736815562640 140736815559848 4203877 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 158658 130161 78 172 0 158484 0
Current children cumulated CPU time (s) 1361.55
Current children cumulated vsize (KiB) 961020

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 17574
/proc/meminfo: memFree=25847960/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=553944 CPUtime=1416.7 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 98436 0 0 0 141626 44 0 0 20 0 1 0 281807753 567238656 121943 33554432000 4194304 4896791 140736815562640 140736815558312 4225029 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 138486 121943 78 172 0 138312 0
Current children cumulated CPU time (s) 1421.54
Current children cumulated vsize (KiB) 880332

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17574
/proc/meminfo: memFree=25867444/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=554608 CPUtime=1476.68 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 98603 0 0 0 147624 44 0 0 20 0 1 0 281807753 567918592 123132 33554432000 4194304 4896791 140736815562640 140736815560168 4224706 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 138652 123132 78 172 0 138478 0
Current children cumulated CPU time (s) 1481.52
Current children cumulated vsize (KiB) 880996

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17574
/proc/meminfo: memFree=25860620/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=554608 CPUtime=1536.67 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 99665 0 0 0 153623 44 0 0 20 0 1 0 281807753 567918592 123161 33554432000 4194304 4896791 140736815562640 140736815560152 4224684 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 138652 123161 78 172 0 138478 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 880996

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 17577
/proc/meminfo: memFree=25852544/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=554780 CPUtime=1596.67 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 99690 0 0 0 159622 45 0 0 20 0 1 0 281807753 568094720 123697 33554432000 4194304 4896791 140736815562640 140736815559848 4224983 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 138695 123697 78 172 0 138521 0
Current children cumulated CPU time (s) 1601.51
Current children cumulated vsize (KiB) 881168

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17578
/proc/meminfo: memFree=25848332/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=554968 CPUtime=1656.65 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 100798 0 0 0 165620 45 0 0 20 0 1 0 281807753 568287232 123751 33554432000 4194304 4896791 140736815562640 140736815559848 4224921 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 138742 123751 78 172 0 138568 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 881356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17578
/proc/meminfo: memFree=25839024/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=555396 CPUtime=1716.65 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 101960 0 0 0 171619 46 0 0 20 0 1 0 281807753 568725504 124900 33554432000 4194304 4896791 140736815562640 140736815560168 4225029 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 138849 124900 78 172 0 138675 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 881784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17578
/proc/meminfo: memFree=25827732/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=555848 CPUtime=1776.64 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 103086 0 0 0 177618 46 0 0 20 0 1 0 281807753 569188352 126524 33554432000 4194304 4896791 140736815562640 140736815559848 4224983 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 138962 126524 78 172 0 138788 0
Current children cumulated CPU time (s) 1781.48
Current children cumulated vsize (KiB) 882236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 17578
/proc/meminfo: memFree=25824816/32873844 swapFree=7124/7124
[pid=17511] ppid=17509 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17511/stat : 17511 (runPb2satCp2.sh) S 17509 17511 14901 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 281807267 9367552 275 33554432000 4194304 5064252 140733663278976 140733663277888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17511/statm: 2287 275 233 213 0 72 0
[pid=17512] ppid=17511 vsize=308092 CPUtime=4.84 cores=1,3,5,7
/proc/17512/stat : 17512 (pb2sat) S 17511 17511 14901 0 -1 4202496 15302 12464 0 0 320 97 63 4 20 0 1 0 281807267 315486208 56808 33554432000 4194304 5873084 140736420976576 140736420970392 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17512/statm: 77023 56808 183 410 0 76605 0
[pid=17517] ppid=17512 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17517/stat : 17517 (satsolver.sh) S 17512 17511 14901 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 281807753 9367552 266 33554432000 4194304 5064252 140736337058560 140736337057472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17517/statm: 2287 266 226 213 0 72 0
[pid=17518] ppid=17517 vsize=555848 CPUtime=1795.24 cores=1,3,5,7
/proc/17518/stat : 17518 (glucose_static) R 17517 17511 14901 0 -1 4202496 103109 0 0 0 179478 46 0 0 20 0 1 0 281807753 569188352 126547 33554432000 4194304 4896791 140736815562640 140736815558376 4224684 0 0 4096 0 0 0 0 17 5 0 0 41 0 0
/proc/17518/statm: 138962 126547 78 172 0 138788 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 882236

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.92
CPU time (s): 1800.12
CPU user time (s): 1798.62
CPU system time (s): 1.49977
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 1091536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 1.49977
maximum resident set size= 629284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 411656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144
involuntary context switches= 1965

runsolver used 4.53331 second user time and 9.12461 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 00:13:39
IDJOB=3694653
IDBENCH=92693
IDSOLVER=2273
FILE ID=node134/3694653-1338156819
RUNJOBID= node134-1338124357-14918
PBS_JOBID= 14624510
Free space on /tmp= 69092 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_0_mh.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694653-1338156819/watcher-3694653-1338156819 -o /tmp/evaluation-result-3694653-1338156819/solver-3694653-1338156819 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694653-1338156819.opb 1656721750 HOME HOME

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

MD5SUM BENCH= d45c19629398b5f846111b7dcef3015f
RANDOM SEED=1656721750

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        19750272 kB
Buffers:          428300 kB
Cached:          5822508 kB
SwapCached:            0 kB
Active:          9508200 kB
Inactive:        2721496 kB
Active(anon):    5974688 kB
Inactive(anon):     5996 kB
Active(file):    3533512 kB
Inactive(file):  2715500 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11284 kB
Writeback:             0 kB
AnonPages:       6068888 kB
Mapped:            15752 kB
Shmem:               212 kB
Slab:             742316 kB
SReclaimable:     184552 kB
SUnreclaim:       557764 kB
KernelStack:        1536 kB
PageTables:        15516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6970284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3258368 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= 70604 MiB
End job on node134 at 2012-05-28 00:43:40