Trace number 3754597

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 (fixed)? (TO) 1800.1 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900548667--soft-0-100-0.wbo
MD5SUMfe10d6822f5aa7d11d2a88b2406ba570
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark125.61
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.16	c run usual solver
0.00/0.30	o 427
0.00/0.30	c current bound: 213
0.00/0.30	c fallback to adder encoding
2.37/2.65	o 201
2.37/2.65	c current bound: 100
2.37/2.65	c fallback to adder encoding
11.77/12.04	o 100
11.77/12.04	c current bound: 50
1800.07/1800.50	./satsolver.sh: line 5:   413 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.50	c error: unexpected solver exit code
1800.07/1800.50	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-3754597-1339194644/watcher-3754597-1339194644 -o /tmp/evaluation-result-3754597-1339194644/solver-3754597-1339194644 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754597-1339194644.wbo 1741670640 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

[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 4/180 385
/proc/meminfo: memFree=23493488/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (runsolver) D 383 28381 28381 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 1 0 385589883 12095488 50 33554432000 4194304 5436572 140736196268976 140736196264976 4268383 0 0 4096 24578 18446744071580543392 0 0 17 2 0 0 0 0 0
/proc/385/statm: 2953 50 29 304 0 2645 0

[startup+0.220953 s]
/proc/loadavg: 2.07 2.02 2.00 4/180 385
/proc/meminfo: memFree=23493488/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300186 s]
/proc/loadavg: 2.07 2.02 2.00 4/180 385
/proc/meminfo: memFree=23493488/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.400213 s]
/proc/loadavg: 2.07 2.02 2.00 4/180 385
/proc/meminfo: memFree=23493488/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700216 s]
/proc/loadavg: 2.07 2.02 2.00 4/180 385
/proc/meminfo: memFree=23493488/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 399
/proc/meminfo: memFree=23405080/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=38980 CPUtime=0.38 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 4902 7069 0 0 24 4 9 1 20 0 1 0 385589896 39915520 8619 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 9745 8619 179 443 0 9298 0
[pid=398] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/398/stat : 398 (satsolver.sh) S 387 385 28381 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385589937 9367552 266 33554432000 4194304 5064252 140734598021328 140734598020240 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/398/statm: 2287 266 226 213 0 72 0
[pid=399] ppid=398 vsize=46132 CPUtime=0.96 cores=0,2,4,6
/proc/399/stat : 399 (glucose) R 398 385 28381 0 -1 4202496 9995 0 0 0 94 2 0 0 20 0 1 0 385589937 47239168 10357 33554432000 4194304 5208918 140734069647312 140734069645208 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/399/statm: 11533 10357 103 248 0 11282 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 103408

[startup+3.10031 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 399
/proc/meminfo: memFree=23404204/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=38644 CPUtime=2.72 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 8096 21435 0 0 42 7 211 12 20 0 1 0 385589896 39571456 8268 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 9661 8268 179 443 0 9214 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 47792

[startup+6.30031 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 406
/proc/meminfo: memFree=23410828/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=38644 CPUtime=2.72 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 8096 21435 0 0 42 7 211 12 20 0 1 0 385589896 39571456 8268 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 9661 8268 179 443 0 9214 0
[pid=405] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/405/stat : 405 (satsolver.sh) S 387 385 28381 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385590169 9367552 267 33554432000 4194304 5064252 140734381499904 140734381498816 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/405/statm: 2287 267 226 213 0 72 0
[pid=406] ppid=405 vsize=41904 CPUtime=3.43 cores=0,2,4,6
/proc/406/stat : 406 (glucose) R 405 385 28381 0 -1 4202496 8900 0 0 0 342 1 0 0 20 0 1 0 385590170 42909696 9029 33554432000 4194304 5208918 140736597669552 140736597667384 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/406/statm: 10476 9029 104 248 0 10225 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 98844

[startup+12.7003 s]
/proc/loadavg: 2.05 2.01 2.00 3/184 413
/proc/meminfo: memFree=23434356/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=44104 CPUtime=0.57 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 8465 0 0 0 56 1 0 0 20 0 1 0 385591095 45162496 8672 33554432000 4194304 5208918 140735130456640 140735130455048 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 11026 8672 95 248 0 10775 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 83424

[startup+25.5062 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 413
/proc/meminfo: memFree=23418352/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=44368 CPUtime=13.37 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 9649 0 0 0 1336 1 0 0 20 0 1 0 385591095 45432832 9072 33554432000 4194304 5208918 140735130456640 140735130454728 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 11092 9072 96 248 0 10841 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 83688

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 414
/proc/meminfo: memFree=23415248/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=44780 CPUtime=38.97 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 10774 0 0 0 3895 2 0 0 20 0 1 0 385591095 45854720 9122 33554432000 4194304 5208918 140735130456640 140735130454728 4211732 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/413/statm: 11195 9122 96 248 0 10944 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 84100

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 421
/proc/meminfo: memFree=23413220/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=63416 CPUtime=90.15 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 11923 0 0 0 9013 2 0 0 20 0 1 0 385591095 64937984 14667 33554432000 4194304 5208918 140735130456640 140735130454504 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 15854 14667 96 248 0 15603 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 102736

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 508
/proc/meminfo: memFree=23395316/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=70600 CPUtime=150.15 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 12386 0 0 0 15012 3 0 0 20 0 1 0 385591095 72294400 16684 33554432000 4194304 5208918 140735130456640 140735130454504 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 17650 16684 96 248 0 17399 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 109920


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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 661
/proc/meminfo: memFree=22912628/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=93872 CPUtime=1409.95 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 14902 0 0 0 140989 6 0 0 20 0 1 0 385591095 96124928 22502 33554432000 4194304 5208918 140735130456640 140735130454728 4211572 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 23468 22502 96 248 0 23217 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 133192

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 661
/proc/meminfo: memFree=22885604/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=93872 CPUtime=1469.94 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 15007 0 0 0 146988 6 0 0 20 0 1 0 385591095 96124928 22502 33554432000 4194304 5208918 140735130456640 140735130454728 4211726 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 23468 22502 96 248 0 23217 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 133192

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 661
/proc/meminfo: memFree=22893316/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=93872 CPUtime=1529.93 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 15007 0 0 0 152987 6 0 0 20 0 1 0 385591095 96124928 22502 33554432000 4194304 5208918 140735130456640 140735130454728 4211570 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 23468 22502 96 248 0 23217 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 133192

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 662
/proc/meminfo: memFree=22878360/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=143192 CPUtime=1589.92 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 15109 0 0 0 158985 7 0 0 20 0 1 0 385591095 146628608 30269 33554432000 4194304 5208918 140735130456640 140735130454632 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 35798 30269 96 248 0 35547 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 182512

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 662
/proc/meminfo: memFree=22851132/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=143192 CPUtime=1649.92 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 15114 0 0 0 164985 7 0 0 20 0 1 0 385591095 146628608 32829 33554432000 4194304 5208918 140735130456640 140735130454632 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 35798 32829 96 248 0 35547 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 182512

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 662
/proc/meminfo: memFree=22870636/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=105756 CPUtime=1709.9 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 15240 0 0 0 170983 7 0 0 20 0 1 0 385591095 108294144 23139 33554432000 4194304 5208918 140735130456640 140735130454584 4211570 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 26439 23139 96 248 0 26188 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 145076

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 665
/proc/meminfo: memFree=22881992/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=105756 CPUtime=1769.89 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 15244 0 0 0 176982 7 0 0 20 0 1 0 385591095 108294144 25187 33554432000 4194304 5208918 140735130456640 140735130454584 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 26439 25187 96 248 0 26188 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 145076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.01 2.00 3/184 665
/proc/meminfo: memFree=22843648/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=155076 CPUtime=1788.1 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 15632 0 0 0 178802 8 0 0 20 0 1 0 385591095 158797824 33240 33554432000 4194304 5208918 140735130456640 140735130454632 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 38769 33240 96 248 0 38518 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 194396

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.06 2.01 2.00 3/184 665
/proc/meminfo: memFree=22843648/32873648 swapFree=7116/7116
[pid=385] ppid=383 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/385/stat : 385 (npSolver-wbo-I.) S 383 385 28381 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 385589883 9367552 274 33554432000 4194304 5064252 140734089636912 140734089635824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/385/statm: 2287 274 233 213 0 72 0
[pid=387] ppid=385 vsize=21024 CPUtime=11.97 cores=0,2,4,6
/proc/387/stat : 387 (npSolver-wbo) S 385 385 28381 0 -1 4202496 10263 34003 0 0 49 8 1122 18 20 0 1 0 385589896 21528576 4174 33554432000 4194304 6006132 140733292788528 140733292779936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/387/statm: 5256 4174 181 443 0 4809 0
[pid=412] ppid=387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/412/stat : 412 (satsolver.sh) S 387 385 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385591095 9367552 267 33554432000 4194304 5064252 140736406274480 140736406273392 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/412/statm: 2287 267 226 213 0 72 0
[pid=413] ppid=412 vsize=155076 CPUtime=1788.1 cores=0,2,4,6
/proc/413/stat : 413 (glucose) R 412 385 28381 0 -1 4202496 15632 0 0 0 178802 8 0 0 20 0 1 0 385591095 158797824 33240 33554432000 4194304 5208918 140735130456640 140735130454632 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/413/statm: 38769 33240 96 248 0 38518 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 194396

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1799.74
CPU system time (s): 0.360945
CPU usage (%): 99.9774
Max. virtual memory (cumulated for all children) (KiB): 194396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.360945
maximum resident set size= 132960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60888
page faults= 0
swaps= 0
block input operations= 0
block output operations= 62864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303
involuntary context switches= 2023

runsolver used 2.69959 second user time and 7.15891 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-09 00:30:44
IDJOB=3754597
IDBENCH=79297
IDSOLVER=2338
FILE ID=node123/3754597-1339194644
RUNJOBID= node123-1339183032-29927
PBS_JOBID= 14643831
Free space on /tmp= 67992 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900548667--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754597-1339194644/watcher-3754597-1339194644 -o /tmp/evaluation-result-3754597-1339194644/solver-3754597-1339194644 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3754597-1339194644.wbo 1741670640 HOME HOME

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

MD5SUM BENCH= fe10d6822f5aa7d11d2a88b2406ba570
RANDOM SEED=1741670640

node123.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.217
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.43
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.217
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.217
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.217
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.217
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.217
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.217
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.91
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.217
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:       32873648 kB
MemFree:        23494396 kB
Buffers:         1959752 kB
Cached:          6328508 kB
SwapCached:         2512 kB
Active:          5756020 kB
Inactive:        2573912 kB
Active(anon):      34096 kB
Inactive(anon):     7732 kB
Active(file):    5721924 kB
Inactive(file):  2566180 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100576 kB
Dirty:              8356 kB
Writeback:             0 kB
AnonPages:         52692 kB
Mapped:            11220 kB
Shmem:                 0 kB
Slab:             911456 kB
SReclaimable:     355472 kB
SUnreclaim:       555984 kB
KernelStack:        1528 kB
PageTables:         4136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     161968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 67892 MiB
End job on node123 at 2012-06-09 01:00:45