Trace number 3695442

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 NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.04 1801.12

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
MD5SUM1d3dc680e7fede194f84acfa61415e9b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.065989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Solver Data

757.54/757.74	c model valid
757.54/757.74	c current solution ok
792.60/793.16	o 23
1800.04/1801.11	c error: unexpected solver exit code
1800.04/1801.11	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-3695442-1338080346/watcher-3695442-1338080346 -o /tmp/evaluation-result-3695442-1338080346/solver-3695442-1338080346 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695442-1338080346.opb 837155136 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.09 2.03 3/179 1835
/proc/meminfo: memFree=24063116/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runsolver) D 1831 1835 28113 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 274158970 12095488 51 33554432000 4194304 5436572 140737300337936 140737300334232 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/1835/statm: 2953 51 31 304 0 2645 0

[startup+0.0636781 s]
/proc/loadavg: 2.12 2.09 2.03 3/179 1835
/proc/meminfo: memFree=24063116/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100223 s]
/proc/loadavg: 2.12 2.09 2.03 3/179 1835
/proc/meminfo: memFree=24063116/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300189 s]
/proc/loadavg: 2.12 2.09 2.03 3/179 1835
/proc/meminfo: memFree=24063116/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700179 s]
/proc/loadavg: 2.12 2.09 2.03 3/179 1835
/proc/meminfo: memFree=24063116/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.12 2.09 2.03 3/181 1840
/proc/meminfo: memFree=24040496/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=34796 CPUtime=1.48 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) R 1835 1835 28113 0 -1 4202496 3040 0 0 0 147 1 0 0 20 0 1 0 274158970 35631104 7613 33554432000 4194304 5873084 140736800936832 140736800933160 4779526 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1840/statm: 8699 7613 146 410 0 8281 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43944

[startup+3.10022 s]
/proc/loadavg: 2.12 2.09 2.03 3/181 1840
/proc/meminfo: memFree=24016232/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=67564 CPUtime=3.08 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) R 1835 1835 28113 0 -1 4202496 3583 0 0 0 306 2 0 0 20 0 1 0 274158970 69185536 15805 33554432000 4194304 5873084 140736800936832 140736800933160 4708431 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1840/statm: 16891 15805 146 410 0 16473 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76712

[startup+6.30021 s]
/proc/loadavg: 2.11 2.09 2.03 3/181 1840
/proc/meminfo: memFree=23933388/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=133100 CPUtime=6.28 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) R 1835 1835 28113 0 -1 4202496 4155 0 0 0 624 4 0 0 20 0 1 0 274158970 136294400 30653 33554432000 4194304 5873084 140736800936832 140736800933160 4327195 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1840/statm: 33275 30653 146 410 0 32857 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 142248

[startup+12.7002 s]
/proc/loadavg: 2.10 2.09 2.03 3/181 1840
/proc/meminfo: memFree=23807716/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=264172 CPUtime=12.67 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) R 1835 1835 28113 0 -1 4202496 4790 0 0 0 1259 8 0 0 20 0 1 0 274158970 270512128 61373 33554432000 4194304 5873084 140736800936832 140736800933160 4746327 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1840/statm: 66043 61373 146 410 0 65625 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 273320

[startup+25.5003 s]
/proc/loadavg: 2.08 2.08 2.02 3/181 1840
/proc/meminfo: memFree=23533832/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=526316 CPUtime=25.48 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) R 1835 1835 28113 0 -1 4202496 5547 0 0 0 2531 17 0 0 20 0 1 0 274158970 538947584 121789 33554432000 4194304 5873084 140736800936832 140736800933544 4708106 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1840/statm: 131579 121789 146 410 0 131161 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 535464

[startup+51.1003 s]
/proc/loadavg: 2.05 2.08 2.02 3/181 1840
/proc/meminfo: memFree=23032088/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=1050604 CPUtime=51.07 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) R 1835 1835 28113 0 -1 4202496 6561 0 0 0 5073 34 0 0 20 0 1 0 274158970 1075818496 248253 33554432000 4194304 5873084 140736800936832 140736800933544 4391022 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1840/statm: 262651 248253 146 410 0 262233 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1059752

[startup+102.307 s]
/proc/loadavg: 2.24 2.11 2.03 3/184 1845
/proc/meminfo: memFree=18843652/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=2099656 CPUtime=82.32 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) S 1835 1835 28113 0 -1 4202496 9292 0 0 0 7950 282 0 0 20 0 1 0 274158970 2150047744 385580 33554432000 4194304 5873084 140736800936832 140736800933256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1840/statm: 524914 385580 162 410 0 524496 0
[pid=1844] ppid=1840 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1840 1835 28113 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274167205 9367552 266 33554432000 4194304 5064252 140737099562224 140737099561136 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1844/statm: 2287 266 226 213 0 72 0
[pid=1845] ppid=1844 vsize=2794372 CPUtime=19.93 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1835 28113 0 -1 4202496 31995 0 0 0 1916 77 0 0 20 0 1 0 274167206 2861436928 481794 33554432000 4194304 4896791 140735058643616 140735057592664 4237314 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1845/statm: 698593 481794 58 172 0 698419 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 4912324

[startup+162.301 s]
/proc/loadavg: 2.15 2.12 2.04 3/185 1869
/proc/meminfo: memFree=18308200/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=2099656 CPUtime=82.32 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) S 1835 1835 28113 0 -1 4202496 9292 0 0 0 7950 282 0 0 20 0 1 0 274158970 2150047744 385580 33554432000 4194304 5873084 140736800936832 140736800933256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1840/statm: 524914 385580 162 410 0 524496 0
[pid=1844] ppid=1840 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1840 1835 28113 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274167205 9367552 266 33554432000 4194304 5064252 140737099562224 140737099561136 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1844/statm: 2287 266 226 213 0 72 0
[pid=1845] ppid=1844 vsize=3299668 CPUtime=79.91 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1835 28113 0 -1 4202496 81823 0 0 0 7896 95 0 0 20 0 1 0 274167206 3378860032 609506 33554432000 4194304 4896791 140735058643616 140735058641048 4225002 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1845/statm: 824917 609506 78 172 0 824743 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 5417620

[startup+222.3 s]
/proc/loadavg: 2.09 2.11 2.04 3/184 1869
/proc/meminfo: memFree=18169088/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=2099656 CPUtime=82.32 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) S 1835 1835 28113 0 -1 4202496 9292 0 0 0 7950 282 0 0 20 0 1 0 274158970 2150047744 385580 33554432000 4194304 5873084 140736800936832 140736800933256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1840/statm: 524914 385580 162 410 0 524496 0
[pid=1844] ppid=1840 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1840 1835 28113 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 274167205 9367552 266 33554432000 4194304 5064252 140737099562224 140737099561136 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1844/statm: 2287 266 226 213 0 72 0
[pid=1845] ppid=1844 vsize=3434304 CPUtime=139.9 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1835 28113 0 -1 4202496 91367 0 0 0 13891 99 0 0 20 0 1 0 274167206 3516727296 635402 33554432000 4194304 4896791 140735058643616 140735058640824 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1845/statm: 858576 635402 78 172 0 858402 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 5552256

[startup+282.3 s]
/proc/loadavg: 2.03 2.08 2.03 3/184 1869
/proc/meminfo: memFree=18029348/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=2099656 CPUtime=82.32 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) S 1835 1835 28113 0 -1 4202496 9292 0 0 0 7950 282 0 0 20 0 1 0 274158970 2150047744 385580 33554432000 4194304 5873084 140736800936832 140736800933256 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1840/statm: 524914 385580 162 410 0 524496 0
[pid=1844] ppid=1840 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/1878/statm: 978349 742809 78 172 0 978175 0
Current children cumulated CPU time (s) 1421.3
Current children cumulated vsize (KiB) 6031352

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 2092
/proc/meminfo: memFree=15952672/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=2099660 CPUtime=792.67 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) S 1835 1835 28113 0 -1 4202496 9378 131724 0 0 8554 2936 67400 377 20 0 1 0 274158970 2150051840 385595 33554432000 4194304 5873084 140736800936832 140736800930648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 72 0 0
/proc/1840/statm: 524915 385595 173 410 0 524497 0
[pid=1877] ppid=1840 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1877/stat : 1877 (satsolver.sh) S 1840 1835 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274238327 9367552 266 33554432000 4194304 5064252 140733335796480 140733335795392 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1877/statm: 2287 266 226 213 0 72 0
[pid=1878] ppid=1877 vsize=3919092 CPUtime=688.61 cores=0,2,4,6
/proc/1878/stat : 1878 (glucose_static) R 1877 1835 28113 0 -1 4202496 131277 0 0 0 68728 133 0 0 20 0 1 0 274238327 4013150208 744279 33554432000 4194304 4896791 140736212104048 140736212101304 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1878/statm: 979773 744279 78 172 0 979599 0
Current children cumulated CPU time (s) 1481.28
Current children cumulated vsize (KiB) 6037048

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 2092
/proc/meminfo: memFree=15944228/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=2099660 CPUtime=792.67 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) S 1835 1835 28113 0 -1 4202496 9378 131724 0 0 8554 2936 67400 377 20 0 1 0 274158970 2150051840 385595 33554432000 4194304 5873084 140736800936832 140736800930648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 72 0 0
/proc/1840/statm: 524915 385595 173 410 0 524497 0
[pid=1877] ppid=1840 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1877/stat : 1877 (satsolver.sh) S 1840 1835 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274238327 9367552 266 33554432000 4194304 5064252 140733335796480 140733335795392 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1877/statm: 2287 266 226 213 0 72 0
[pid=1878] ppid=1877 vsize=3920172 CPUtime=748.6 cores=0,2,4,6
/proc/1878/stat : 1878 (glucose_static) R 1877 1835 28113 0 -1 4202496 131765 0 0 0 74726 134 0 0 20 0 1 0 274238327 4014256128 745789 33554432000 4194304 4896791 140736212104048 140736212101480 4225002 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1878/statm: 980043 745789 78 172 0 979869 0
Current children cumulated CPU time (s) 1541.27
Current children cumulated vsize (KiB) 6038128

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 2092
/proc/meminfo: memFree=15930828/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=2099660 CPUtime=792.67 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) S 1835 1835 28113 0 -1 4202496 9378 131724 0 0 8554 2936 67400 377 20 0 1 0 274158970 2150051840 385595 33554432000 4194304 5873084 140736800936832 140736800930648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 72 0 0
/proc/1840/statm: 524915 385595 173 410 0 524497 0
[pid=1877] ppid=1840 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1877/stat : 1877 (satsolver.sh) S 1840 1835 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274238327 9367552 266 33554432000 4194304 5064252 140733335796480 140733335795392 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1877/statm: 2287 266 226 213 0 72 0
[pid=1878] ppid=1877 vsize=3936620 CPUtime=808.6 cores=0,2,4,6
/proc/1878/stat : 1878 (glucose_static) R 1877 1835 28113 0 -1 4202496 133040 0 0 0 80725 135 0 0 20 0 1 0 274238327 4031098880 748086 33554432000 4194304 4896791 140736212104048 140736212101480 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1878/statm: 984155 748086 78 172 0 983981 0
Current children cumulated CPU time (s) 1601.27
Current children cumulated vsize (KiB) 6054576

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 2152
/proc/meminfo: memFree=22376092/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=2099660 CPUtime=792.67 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) S 1835 1835 28113 0 -1 4202496 9378 131724 0 0 8554 2936 67400 377 20 0 1 0 274158970 2150051840 385595 33554432000 4194304 5873084 140736800936832 140736800930648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 72 0 0
/proc/1840/statm: 524915 385595 173 410 0 524497 0
[pid=1877] ppid=1840 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1877/stat : 1877 (satsolver.sh) S 1840 1835 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274238327 9367552 266 33554432000 4194304 5064252 140733335796480 140733335795392 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1877/statm: 2287 266 226 213 0 72 0
[pid=1878] ppid=1877 vsize=3943924 CPUtime=868.59 cores=0,2,4,6
/proc/1878/stat : 1878 (glucose_static) R 1877 1835 28113 0 -1 4202496 133833 0 0 0 86723 136 0 0 20 0 1 0 274238327 4038578176 750412 33554432000 4194304 4896791 140736212104048 140736212101480 4224975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1878/statm: 985981 750412 78 172 0 985807 0
Current children cumulated CPU time (s) 1661.26
Current children cumulated vsize (KiB) 6061880

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 2153
/proc/meminfo: memFree=22354032/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=2099660 CPUtime=792.67 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) S 1835 1835 28113 0 -1 4202496 9378 131724 0 0 8554 2936 67400 377 20 0 1 0 274158970 2150051840 385595 33554432000 4194304 5873084 140736800936832 140736800930648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 72 0 0
/proc/1840/statm: 524915 385595 173 410 0 524497 0
[pid=1877] ppid=1840 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1877/stat : 1877 (satsolver.sh) S 1840 1835 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274238327 9367552 266 33554432000 4194304 5064252 140733335796480 140733335795392 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1877/statm: 2287 266 226 213 0 72 0
[pid=1878] ppid=1877 vsize=3948216 CPUtime=928.57 cores=0,2,4,6
/proc/1878/stat : 1878 (glucose_static) R 1877 1835 28113 0 -1 4202496 134332 0 0 0 92721 136 0 0 20 0 1 0 274238327 4042973184 752955 33554432000 4194304 4896791 140736212104048 140736212101480 4225002 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1878/statm: 987054 752955 78 172 0 986880 0
Current children cumulated CPU time (s) 1721.24
Current children cumulated vsize (KiB) 6066172

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 2153
/proc/meminfo: memFree=22338008/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=2099660 CPUtime=792.67 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) S 1835 1835 28113 0 -1 4202496 9378 131724 0 0 8554 2936 67400 377 20 0 1 0 274158970 2150051840 385595 33554432000 4194304 5873084 140736800936832 140736800930648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 72 0 0
/proc/1840/statm: 524915 385595 173 410 0 524497 0
[pid=1877] ppid=1840 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1877/stat : 1877 (satsolver.sh) S 1840 1835 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274238327 9367552 266 33554432000 4194304 5064252 140733335796480 140733335795392 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1877/statm: 2287 266 226 213 0 72 0
[pid=1878] ppid=1877 vsize=3948216 CPUtime=988.57 cores=0,2,4,6
/proc/1878/stat : 1878 (glucose_static) R 1877 1835 28113 0 -1 4202496 134621 0 0 0 98720 137 0 0 20 0 1 0 274238327 4042973184 754266 33554432000 4194304 4896791 140736212104048 140736212101480 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1878/statm: 987054 754266 78 172 0 986880 0
Current children cumulated CPU time (s) 1781.24
Current children cumulated vsize (KiB) 6066172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 2153
/proc/meminfo: memFree=22324972/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=2099660 CPUtime=792.67 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) S 1835 1835 28113 0 -1 4202496 9378 131724 0 0 8554 2936 67400 377 20 0 1 0 274158970 2150051840 385595 33554432000 4194304 5873084 140736800936832 140736800930648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 72 0 0
/proc/1840/statm: 524915 385595 173 410 0 524497 0
[pid=1877] ppid=1840 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1877/stat : 1877 (satsolver.sh) S 1840 1835 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274238327 9367552 266 33554432000 4194304 5064252 140733335796480 140733335795392 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1877/statm: 2287 266 226 213 0 72 0
[pid=1878] ppid=1877 vsize=3956416 CPUtime=1007.37 cores=0,2,4,6
/proc/1878/stat : 1878 (glucose_static) R 1877 1835 28113 0 -1 4202496 134903 0 0 0 100600 137 0 0 20 0 1 0 274238327 4051369984 755059 33554432000 4194304 4896791 140736212104048 140736212101480 4225002 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1878/statm: 989104 755059 78 172 0 988930 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 6074372

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1801.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 2153
/proc/meminfo: memFree=22324972/32873844 swapFree=7628/7628
[pid=1835] ppid=1831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1835/stat : 1835 (runPb2satCp2.sh) S 1831 1835 28113 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274158970 9367552 275 33554432000 4194304 5064252 140733245285328 140733245284240 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1835/statm: 2287 275 233 213 0 72 0
[pid=1840] ppid=1835 vsize=2099660 CPUtime=792.67 cores=0,2,4,6
/proc/1840/stat : 1840 (pb2sat) S 1835 1835 28113 0 -1 4202496 9378 131724 0 0 8554 2936 67400 377 20 0 1 0 274158970 2150051840 385595 33554432000 4194304 5873084 140736800936832 140736800930648 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 72 0 0
/proc/1840/statm: 524915 385595 173 410 0 524497 0
[pid=1877] ppid=1840 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1877/stat : 1877 (satsolver.sh) S 1840 1835 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274238327 9367552 266 33554432000 4194304 5064252 140733335796480 140733335795392 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/1877/statm: 2287 266 226 213 0 72 0
[pid=1878] ppid=1877 vsize=3956416 CPUtime=1007.37 cores=0,2,4,6
/proc/1878/stat : 1878 (glucose_static) R 1877 1835 28113 0 -1 4202496 134903 0 0 0 100600 137 0 0 20 0 1 0 274238327 4051369984 755059 33554432000 4194304 4896791 140736212104048 140736212101480 4225002 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1878/statm: 989104 755059 78 172 0 988930 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 6074372

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1835 and gives
#  childrusage.ru_utime.tv_sec=759
#  childrusage.ru_utime.tv_usec=555530
#  childrusage.ru_stime.tv_sec=33
#  childrusage.ru_stime.tv_usec=146960
# CPU time returned by wait4() is 792.703
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.12
CPU time (s): 1800.04
CPU user time (s): 1765.54
CPU system time (s): 34.5
CPU usage (%): 99.9402
Max. virtual memory (cumulated for all children) (KiB): 6074372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 759.556
system time used= 33.147
maximum resident set size= 3082664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9242240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53
involuntary context switches= 972

runsolver used 4.29335 second user time and 11.0913 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 02:59:06
IDJOB=3695442
IDBENCH=47998
IDSOLVER=2273
FILE ID=node145/3695442-1338080346
RUNJOBID= node145-1338052957-28129
PBS_JOBID= 14624410
Free space on /tmp= 69828 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695442-1338080346/watcher-3695442-1338080346 -o /tmp/evaluation-result-3695442-1338080346/solver-3695442-1338080346 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695442-1338080346.opb 837155136 HOME HOME

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

MD5SUM BENCH= 1d3dc680e7fede194f84acfa61415e9b
RANDOM SEED=837155136

node145.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.149
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.29
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.149
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.149
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	: 5313.38
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.149
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.149
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.149
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.149
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24063480 kB
Buffers:          278448 kB
Cached:          3416564 kB
SwapCached:            0 kB
Active:          6595348 kB
Inactive:        1364828 kB
Active(anon):    4255312 kB
Inactive(anon):    12156 kB
Active(file):    2340036 kB
Inactive(file):  1352672 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8556 kB
Writeback:             0 kB
AnonPages:       4239140 kB
Mapped:            15244 kB
Shmem:               200 kB
Slab:             702416 kB
SReclaimable:     144060 kB
SUnreclaim:       558356 kB
KernelStack:        1520 kB
PageTables:        12664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5690912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2068480 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= 68528 MiB
End job on node145 at 2012-05-27 03:29:07