Trace number 3746559

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.03 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K83.opb
MD5SUM87eecd69bf3cf4e36ad8fc8a9d8af53d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5644
Total number of constraints5812
Number of constraints which are clauses5729
Number of constraints which are cardinality constraints (but not clauses)83
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint83
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 84
Number of bits of the biggest sum of numbers7
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.05	c run inc solver
0.00/0.05	c [INC SYSTEM] run initial solver
0.00/0.05	c [INC SYSTEM] preprocess with white file
0.00/0.18	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.18	c [INC SYSTEM] execute solver
1800.03/1800.41	HOME/npSolver-pbo-Itd.sh: line 18: 10732 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=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-3746559-1339106303/watcher-3746559-1339106303 -o /tmp/evaluation-result-3746559-1339106303/solver-3746559-1339106303 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746559-1339106303.opb 1371951694 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.04 2.71 2.67 3/178 10731
/proc/meminfo: memFree=30104036/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0

[startup+0.083544 s]
/proc/loadavg: 2.04 2.71 2.67 3/178 10731
/proc/meminfo: memFree=30104036/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100196 s]
/proc/loadavg: 2.04 2.71 2.67 3/178 10731
/proc/meminfo: memFree=30104036/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 2.04 2.71 2.67 3/178 10731
/proc/meminfo: memFree=30104036/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700224 s]
/proc/loadavg: 2.04 2.71 2.67 3/178 10731
/proc/meminfo: memFree=30104036/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.04 2.71 2.67 3/181 10737
/proc/meminfo: memFree=30220336/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=10336 CPUtime=1.3 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 3467 0 0 0 130 0 0 0 20 0 1 0 376758859 10584064 2068 33554432000 4194304 5654031 140735764128912 140735764116728 4234964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 2584 2068 141 357 0 2224 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 24964

[startup+3.10029 s]
/proc/loadavg: 2.04 2.71 2.67 3/181 10737
/proc/meminfo: memFree=30214380/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=16380 CPUtime=2.9 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 3969 0 0 0 290 0 0 0 20 0 1 0 376758859 16773120 3566 33554432000 4194304 5654031 140735764128912 140735764116728 4215124 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 4095 3566 141 357 0 3735 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 31008

[startup+6.30032 s]
/proc/loadavg: 2.03 2.70 2.67 3/181 10737
/proc/meminfo: memFree=30175408/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=26224 CPUtime=6.11 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 5281 0 0 0 610 1 0 0 20 0 1 0 376758859 26853376 5713 33554432000 4194304 5654031 140735764128912 140735764116728 4232668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 6556 5713 141 357 0 6196 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 40852

[startup+12.7004 s]
/proc/loadavg: 2.03 2.69 2.67 3/181 10737
/proc/meminfo: memFree=30135340/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=49700 CPUtime=12.51 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 6631 0 0 0 1249 2 0 0 20 0 1 0 376758859 50892800 8788 33554432000 4194304 5654031 140735764128912 140735764116728 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 12425 8788 141 357 0 12065 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 64328

[startup+25.5004 s]
/proc/loadavg: 2.02 2.66 2.65 3/181 10737
/proc/meminfo: memFree=30077128/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=68556 CPUtime=25.29 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 7295 0 0 0 2527 2 0 0 20 0 1 0 376758859 70201344 14888 33554432000 4194304 5654031 140735764128912 140735764116728 4232784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 17139 14888 141 357 0 16779 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 83184

[startup+51.1004 s]
/proc/loadavg: 2.01 2.60 2.63 3/181 10737
/proc/meminfo: memFree=30128000/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=117876 CPUtime=50.89 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 8083 0 0 0 5085 4 0 0 20 0 1 0 376758859 120705024 25121 33554432000 4194304 5654031 140735764128912 140735764116728 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 29469 25121 141 357 0 29109 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 132504

[startup+102.307 s]
/proc/loadavg: 2.07 2.52 2.61 3/182 10740
/proc/meminfo: memFree=30073928/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=148696 CPUtime=102.09 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 10547 0 0 0 10201 8 0 0 20 0 1 0 376758859 152264704 29797 33554432000 4194304 5654031 140735764128912 140735764116728 4232794 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 37174 29797 141 357 0 36814 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 163324

[startup+162.3 s]
/proc/loadavg: 2.02 2.42 2.56 3/182 10763
/proc/meminfo: memFree=30031684/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=163224 CPUtime=162.07 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 13829 0 0 0 16192 15 0 0 20 0 1 0 376758859 167141376 34965 33554432000 4194304 5654031 140735764128912 140735764116728 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 40806 34965 141 357 0 40446 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 177852

[startup+222.3 s]
/proc/loadavg: 2.07 2.36 2.53 3/181 10764
/proc/meminfo: memFree=30073424/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=83084 CPUtime=222.06 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 15957 0 0 0 22185 21 0 0 20 0 1 0 376758859 85078016 20274 33554432000 4194304 5654031 140735764128912 140735764116728 4232973 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 20771 20274 141 357 0 20411 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 97712

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.01 2.15 3/182 10817
/proc/meminfo: memFree=29881828/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=213312 CPUtime=1301.87 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 46867 0 0 0 130083 104 0 0 20 0 1 0 376758859 218431488 43462 33554432000 4194304 5654031 140735764128912 140735764116728 4215307 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 53328 43462 141 357 0 52968 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 227940

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/181 10817
/proc/meminfo: memFree=29940840/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=214236 CPUtime=1361.86 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 48858 0 0 0 136077 109 0 0 20 0 1 0 376758859 219377664 45746 33554432000 4194304 5654031 140735764128912 140735764116728 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 53559 45746 141 357 0 53199 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 228864

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.12 3/181 10817
/proc/meminfo: memFree=29843264/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=214992 CPUtime=1421.85 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 50794 0 0 0 142072 113 0 0 20 0 1 0 376758859 220151808 41830 33554432000 4194304 5654031 140735764128912 140735764127000 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 53748 41830 141 357 0 53388 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 229620

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.12 3/181 10818
/proc/meminfo: memFree=29917436/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=165812 CPUtime=1481.84 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 52471 0 0 0 148067 117 0 0 20 0 1 0 376758859 169791488 39196 33554432000 4194304 5654031 140735764128912 140735764116728 4232960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 41453 39196 141 357 0 41093 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 180440

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.10 3/181 10818
/proc/meminfo: memFree=30028440/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=166836 CPUtime=1541.83 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 54480 0 0 0 154062 121 0 0 20 0 1 0 376758859 170840064 35356 33554432000 4194304 5654031 140735764128912 140735764116728 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 41709 35356 141 357 0 41349 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 181464

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.09 3/181 10818
/proc/meminfo: memFree=29808748/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=298312 CPUtime=1601.82 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 55344 0 0 0 160059 123 0 0 20 0 1 0 376758859 305471488 58697 33554432000 4194304 5654031 140735764128912 140735764116728 4233236 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 74578 58697 141 357 0 74218 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 312940

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/181 10818
/proc/meminfo: memFree=29935140/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=299292 CPUtime=1661.81 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 57342 0 0 0 166054 127 0 0 20 0 1 0 376758859 306475008 54846 33554432000 4194304 5654031 140735764128912 140735764127000 4218809 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 74823 54846 141 357 0 74463 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 313920

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.08 3/181 10818
/proc/meminfo: memFree=29839800/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=219084 CPUtime=1721.8 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 58868 0 0 0 172050 130 0 0 20 0 1 0 376758859 224342016 46949 33554432000 4194304 5654031 140735764128912 140735764116728 4232973 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 54771 46949 141 357 0 54411 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 233712

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.08 3/181 10819
/proc/meminfo: memFree=29980832/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=169488 CPUtime=1781.79 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 60440 0 0 0 178045 134 0 0 20 0 1 0 376758859 173555712 41139 33554432000 4194304 5654031 140735764128912 140735764116728 4232960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 42372 41139 141 357 0 42012 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 184116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.08 3/181 10819
/proc/meminfo: memFree=29910892/32873844 swapFree=7636/7636
[pid=10731] ppid=10729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10731/stat : 10731 (npSolver-pbo-It) S 10729 10731 9764 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376758841 9367552 275 33554432000 4194304 5064252 140734278818288 140734278817200 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10731/statm: 2287 275 233 213 0 72 0
[pid=10732] ppid=10731 vsize=5480 CPUtime=0.14 cores=1,3,5,7
/proc/10732/stat : 10732 (npSolver-pbo) S 10731 10731 9764 0 -1 4202496 3019 3292 0 0 3 0 11 0 20 0 1 0 376758841 5611520 1041 33554432000 4194304 6004724 140736125332096 140736125318376 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/10732/statm: 1370 1041 152 442 0 924 0
[pid=10737] ppid=10732 vsize=219576 CPUtime=1799.89 cores=1,3,5,7
/proc/10737/stat : 10737 (glucosInc) R 10732 10731 9764 0 -1 4202496 60756 0 0 0 179854 135 0 0 20 0 1 0 376758859 224845824 48608 33554432000 4194304 5654031 140735764128912 140735764116728 4214603 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 54894 48608 141 357 0 54534 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 234204

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10731 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=159975
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=21996
# CPU time returned by wait4() is 0.181971
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.03
CPU user time (s): 1798.68
CPU system time (s): 1.35
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 315592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.159975
system time used= 0.021996
maximum resident set size= 32632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6686
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 8

runsolver used 2.5996 second user time and 7.26389 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-07 23:58:23
IDJOB=3746559
IDBENCH=90136
IDSOLVER=2332
FILE ID=node108/3746559-1339106303
RUNJOBID= node108-1339098175-9781
PBS_JOBID= 14643745
Free space on /tmp= 71392 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K83.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746559-1339106303/watcher-3746559-1339106303 -o /tmp/evaluation-result-3746559-1339106303/solver-3746559-1339106303 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746559-1339106303.opb 1371951694 HOME HOME

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

MD5SUM BENCH= 87eecd69bf3cf4e36ad8fc8a9d8af53d
RANDOM SEED=1371951694

node108.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.273
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	: 5332.54
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.273
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.273
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.91
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.273
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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	: 5438.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		: 2666.273
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.90
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.273
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:        30104408 kB
Buffers:         1503296 kB
Cached:           208668 kB
SwapCached:          804 kB
Active:          1703740 kB
Inactive:         223048 kB
Active(anon):     204628 kB
Inactive(anon):    11844 kB
Active(file):    1499112 kB
Inactive(file):   211204 kB
Unevictable:        7636 kB
Mlocked:            7636 kB
SwapTotal:      67108856 kB
SwapFree:       67105664 kB
Dirty:              8556 kB
Writeback:             0 kB
AnonPages:        321344 kB
Mapped:            11804 kB
Shmem:                 0 kB
Slab:             698028 kB
SReclaimable:     139840 kB
SUnreclaim:       558188 kB
KernelStack:        1504 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     337544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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= 71380 MiB
End job on node108 at 2012-06-08 00:28:23