Trace number 3753310

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.08 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf6.ucl--soft-0-100-0.wbo
MD5SUM17c8063899ee49ebb532fe8c9b769f44
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 benchmark0.035994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1804
Total number of constraints4931
Number of soft constraints4931
Number of constraints which are clauses4707
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints224
Minimum length of a constraint1
Maximum length of a constraint9
Top cost 248953
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 248952
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 64
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

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.06	c run usual solver
0.00/0.23	o 3768
0.00/0.23	c fallback to adder encoding
88.56/88.61	o 3765
88.56/88.61	c fallback to adder encoding
217.91/218.01	o 3764
217.91/218.01	c fallback to adder encoding
313.49/313.99	o 3752
313.49/313.99	c fallback to adder encoding
457.44/457.69	o 3751
457.44/457.69	c fallback to adder encoding
733.98/734.57	o 3750
733.98/734.57	c fallback to adder encoding
871.76/872.00	o 3749
871.76/872.00	c fallback to adder encoding
1077.03/1077.69	o 3748
1077.03/1077.69	c fallback to adder encoding
1286.95/1287.38	o 3747
1286.95/1287.38	c fallback to adder encoding
1460.87/1461.61	o 3746
1460.87/1461.61	c fallback to adder encoding
1612.82/1613.61	o 3745
1612.82/1613.61	c fallback to adder encoding
1800.08/1800.51	c error: unexpected solver exit code
1800.08/1800.51	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-3753310-1339199828/watcher-3753310-1339199828 -o /tmp/evaluation-result-3753310-1339199828/solver-3753310-1339199828 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753310-1339199828.wbo 799351885 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.07 2.02 2.00 2/179 11718
/proc/meminfo: memFree=30743560/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0

[startup+0.029734 s]
/proc/loadavg: 2.07 2.02 2.00 2/179 11718
/proc/meminfo: memFree=30743560/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10023 s]
/proc/loadavg: 2.07 2.02 2.00 2/179 11718
/proc/meminfo: memFree=30743560/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300196 s]
/proc/loadavg: 2.07 2.02 2.00 2/179 11718
/proc/meminfo: memFree=30743560/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 2.07 2.02 2.00 2/179 11718
/proc/meminfo: memFree=30743560/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 11732
/proc/meminfo: memFree=30617128/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=92916 CPUtime=0.91 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 8290 7609 0 0 68 10 12 1 20 0 1 0 386108302 95145984 16689 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 23229 16689 178 443 0 22782 0
[pid=11731] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386108396 9367552 267 33554432000 4194304 5064252 140735325303456 140735325302368 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11731/statm: 2287 267 226 213 0 72 0
[pid=11732] ppid=11731 vsize=169056 CPUtime=0.55 cores=0,2,4,6
/proc/11732/stat : 11732 (glucose) R 11731 11718 16392 0 -1 4202496 23304 0 0 0 51 4 0 0 20 0 1 0 386108396 173113344 29550 33554432000 4194304 5208918 140735102752576 140735101701976 4222484 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11732/statm: 42264 29550 92 248 0 42013 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 280268

[startup+3.10028 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 11732
/proc/meminfo: memFree=30525008/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=92916 CPUtime=0.91 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 8290 7609 0 0 68 10 12 1 20 0 1 0 386108302 95145984 16689 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 23229 16689 178 443 0 22782 0
[pid=11731] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386108396 9367552 267 33554432000 4194304 5064252 140735325303456 140735325302368 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11731/statm: 2287 267 226 213 0 72 0
[pid=11732] ppid=11731 vsize=123532 CPUtime=2.15 cores=0,2,4,6
/proc/11732/stat : 11732 (glucose) R 11731 11718 16392 0 -1 4202496 24666 0 0 0 210 5 0 0 20 0 1 0 386108396 126496768 27815 33554432000 4194304 5208918 140735102752576 140735102750424 4211888 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11732/statm: 30883 27815 104 248 0 30632 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 234744

[startup+6.30022 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 11732
/proc/meminfo: memFree=30522208/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=92916 CPUtime=0.91 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 8290 7609 0 0 68 10 12 1 20 0 1 0 386108302 95145984 16689 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 23229 16689 178 443 0 22782 0
[pid=11731] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386108396 9367552 267 33554432000 4194304 5064252 140735325303456 140735325302368 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11731/statm: 2287 267 226 213 0 72 0
[pid=11732] ppid=11731 vsize=123796 CPUtime=5.35 cores=0,2,4,6
/proc/11732/stat : 11732 (glucose) R 11731 11718 16392 0 -1 4202496 24726 0 0 0 530 5 0 0 20 0 1 0 386108396 126767104 28386 33554432000 4194304 5208918 140735102752576 140735102750424 4211623 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11732/statm: 30949 28386 104 248 0 30698 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 235008

[startup+12.7002 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 11732
/proc/meminfo: memFree=30525204/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=92916 CPUtime=0.91 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 8290 7609 0 0 68 10 12 1 20 0 1 0 386108302 95145984 16689 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 23229 16689 178 443 0 22782 0
[pid=11731] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386108396 9367552 267 33554432000 4194304 5064252 140735325303456 140735325302368 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11731/statm: 2287 267 226 213 0 72 0
[pid=11732] ppid=11731 vsize=125752 CPUtime=11.75 cores=0,2,4,6
/proc/11732/stat : 11732 (glucose) R 11731 11718 16392 0 -1 4202496 25194 0 0 0 1170 5 0 0 20 0 1 0 386108396 128770048 27109 33554432000 4194304 5208918 140735102752576 140735102750408 4211094 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11732/statm: 31438 27109 104 248 0 31187 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 236964

[startup+25.5004 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 11732
/proc/meminfo: memFree=30523288/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=92916 CPUtime=0.91 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 8290 7609 0 0 68 10 12 1 20 0 1 0 386108302 95145984 16689 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 23229 16689 178 443 0 22782 0
[pid=11731] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386108396 9367552 267 33554432000 4194304 5064252 140735325303456 140735325302368 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11731/statm: 2287 267 226 213 0 72 0
[pid=11732] ppid=11731 vsize=125752 CPUtime=24.54 cores=0,2,4,6
/proc/11732/stat : 11732 (glucose) R 11731 11718 16392 0 -1 4202496 25383 0 0 0 2449 5 0 0 20 0 1 0 386108396 128770048 27809 33554432000 4194304 5208918 140735102752576 140735102750408 4211732 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11732/statm: 31438 27809 104 248 0 31187 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 236964

[startup+51.1004 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 11733
/proc/meminfo: memFree=30519876/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=92916 CPUtime=0.91 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 8290 7609 0 0 68 10 12 1 20 0 1 0 386108302 95145984 16689 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 23229 16689 178 443 0 22782 0
[pid=11731] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11731/stat : 11731 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386108396 9367552 267 33554432000 4194304 5064252 140735325303456 140735325302368 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11731/statm: 2287 267 226 213 0 72 0
[pid=11732] ppid=11731 vsize=126868 CPUtime=50.14 cores=0,2,4,6
/proc/11732/stat : 11732 (glucose) R 11731 11718 16392 0 -1 4202496 25705 0 0 0 5008 6 0 0 20 0 1 0 386108396 129912832 28642 33554432000 4194304 5208918 140735102752576 140735102750424 4211038 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11732/statm: 31717 28642 105 248 0 31466 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 238080

[startup+102.307 s]
/proc/loadavg: 2.16 2.04 2.01 3/183 11740
/proc/meminfo: memFree=30540712/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=76536 CPUtime=89.27 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 13664 38988 0 0 130 18 8754 25 20 0 1 0 386108302 78372864 12628 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 19134 12628 180 443 0 18687 0
[pid=11739] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11739/stat : 11739 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386117233 9367552 267 33554432000 4194304 5064252 140735742989776 140735742988688 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11739/statm: 2287 267 226 213 0 72 0
[pid=11740] ppid=11739 vsize=124608 CPUtime=12.99 cores=0,2,4,6
/proc/11740/stat : 11740 (glucose) R 11739 11718 16392 0 -1 4202496 23699 0 0 0 1294 5 0 0 20 0 1 0 386117234 127598592 27172 33554432000 4194304 5208918 140736530988592 140736530986424 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11740/statm: 31152 27172 105 248 0 30901 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 219440

[startup+162.3 s]
/proc/loadavg: 2.20 2.06 2.02 3/183 11804
/proc/meminfo: memFree=29892744/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=76536 CPUtime=89.27 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 13664 38988 0 0 130 18 8754 25 20 0 1 0 386108302 78372864 12628 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 19134 12628 180 443 0 18687 0
[pid=11739] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/11886/stat : 11886 (glucose) R 11885 11718 16392 0 -1 4202496 24823 0 0 0 7413 6 0 0 20 0 1 0 386237111 127922176 28508 33554432000 4194304 5208918 140736368527104 140736368525064 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11886/statm: 31231 28508 105 248 0 30980 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 219756

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 11889
/proc/meminfo: memFree=29853908/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=76536 CPUtime=1287.75 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 51270 261733 0 0 565 75 127941 194 20 0 1 0 386108302 78372864 12652 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 19134 12652 180 443 0 18687 0
[pid=11885] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11885/stat : 11885 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386237111 9367552 266 33554432000 4194304 5064252 140733362163808 140733362162720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11885/statm: 2287 266 226 213 0 72 0
[pid=11886] ppid=11885 vsize=126852 CPUtime=134.18 cores=0,2,4,6
/proc/11886/stat : 11886 (glucose) R 11885 11718 16392 0 -1 4202496 25292 0 0 0 13412 6 0 0 20 0 1 0 386237111 129896448 29488 33554432000 4194304 5208918 140736368527104 140736368524952 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11886/statm: 31713 29488 105 248 0 31462 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 221684

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11896
/proc/meminfo: memFree=29853964/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=76536 CPUtime=1461.96 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 55644 292505 0 0 627 83 145267 219 20 0 1 0 386108302 78372864 12652 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 19134 12652 180 443 0 18687 0
[pid=11895] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11895/stat : 11895 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386254534 9367552 267 33554432000 4194304 5064252 140735724427808 140735724426720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11895/statm: 2287 267 226 213 0 72 0
[pid=11896] ppid=11895 vsize=123884 CPUtime=19.96 cores=0,2,4,6
/proc/11896/stat : 11896 (glucose) R 11895 11718 16392 0 -1 4202496 24821 0 0 0 1991 5 0 0 20 0 1 0 386254534 126857216 27699 33554432000 4194304 5208918 140735648456320 140735648454168 4205648 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11896/statm: 30971 27699 104 248 0 30720 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 218716

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11896
/proc/meminfo: memFree=29844908/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=76536 CPUtime=1461.96 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 55644 292505 0 0 627 83 145267 219 20 0 1 0 386108302 78372864 12652 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 19134 12652 180 443 0 18687 0
[pid=11895] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11895/stat : 11895 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386254534 9367552 267 33554432000 4194304 5064252 140735724427808 140735724426720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11895/statm: 2287 267 226 213 0 72 0
[pid=11896] ppid=11895 vsize=127684 CPUtime=79.95 cores=0,2,4,6
/proc/11896/stat : 11896 (glucose) R 11895 11718 16392 0 -1 4202496 26033 0 0 0 7990 5 0 0 20 0 1 0 386254534 130748416 29397 33554432000 4194304 5208918 140735648456320 140735648454168 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11896/statm: 31921 29397 105 248 0 31670 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 222516

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11897
/proc/meminfo: memFree=29838496/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=76536 CPUtime=1461.96 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 55644 292505 0 0 627 83 145267 219 20 0 1 0 386108302 78372864 12652 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 19134 12652 180 443 0 18687 0
[pid=11895] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11895/stat : 11895 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386254534 9367552 267 33554432000 4194304 5064252 140735724427808 140735724426720 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11895/statm: 2287 267 226 213 0 72 0
[pid=11896] ppid=11895 vsize=130272 CPUtime=139.94 cores=0,2,4,6
/proc/11896/stat : 11896 (glucose) R 11895 11718 16392 0 -1 4202496 27637 0 0 0 13988 6 0 0 20 0 1 0 386254534 133398528 29807 33554432000 4194304 5208918 140735648456320 140735648454072 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11896/statm: 32568 29807 105 248 0 32317 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 225104

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/183 11904
/proc/meminfo: memFree=29846036/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=76536 CPUtime=1613.93 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 60018 325898 0 0 689 92 160369 243 20 0 1 0 386108302 78372864 12652 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 19134 12652 180 443 0 18687 0
[pid=11903] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11903/stat : 11903 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386269734 9367552 267 33554432000 4194304 5064252 140734043194032 140734043192944 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11903/statm: 2287 267 226 213 0 72 0
[pid=11904] ppid=11903 vsize=122784 CPUtime=47.97 cores=0,2,4,6
/proc/11904/stat : 11904 (glucose) R 11903 11718 16392 0 -1 4202496 24361 0 0 0 4791 6 0 0 20 0 1 0 386269734 125730816 26502 33554432000 4194304 5208918 140737467602048 140737467599720 4205755 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11904/statm: 30696 26502 104 248 0 30445 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 217616

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 11904
/proc/meminfo: memFree=29838288/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=76536 CPUtime=1613.93 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 60018 325898 0 0 689 92 160369 243 20 0 1 0 386108302 78372864 12652 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 19134 12652 180 443 0 18687 0
[pid=11903] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11903/stat : 11903 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386269734 9367552 267 33554432000 4194304 5064252 140734043194032 140734043192944 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11903/statm: 2287 267 226 213 0 72 0
[pid=11904] ppid=11903 vsize=124392 CPUtime=107.96 cores=0,2,4,6
/proc/11904/stat : 11904 (glucose) R 11903 11718 16392 0 -1 4202496 24781 0 0 0 10790 6 0 0 20 0 1 0 386269734 127377408 27433 33554432000 4194304 5208918 140737467602048 140737467599896 4229244 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11904/statm: 31098 27433 105 248 0 30847 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 219224

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 11904
/proc/meminfo: memFree=29830480/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=76536 CPUtime=1613.93 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 60018 325898 0 0 689 92 160369 243 20 0 1 0 386108302 78372864 12652 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 19134 12652 180 443 0 18687 0
[pid=11903] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11903/stat : 11903 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386269734 9367552 267 33554432000 4194304 5064252 140734043194032 140734043192944 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11903/statm: 2287 267 226 213 0 72 0
[pid=11904] ppid=11903 vsize=127392 CPUtime=167.95 cores=0,2,4,6
/proc/11904/stat : 11904 (glucose) R 11903 11718 16392 0 -1 4202496 25531 0 0 0 16788 7 0 0 20 0 1 0 386269734 130449408 28694 33554432000 4194304 5208918 140737467602048 140737467599896 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11904/statm: 31848 28694 105 248 0 31597 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 222224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 11904
/proc/meminfo: memFree=29829968/32873648 swapFree=7628/7628
[pid=11718] ppid=11716 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11718/stat : 11718 (npSolver-wbo-It) S 11716 11718 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386108302 9367552 274 33554432000 4194304 5064252 140736113262592 140736113261504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11718/statm: 2287 274 233 213 0 72 0
[pid=11719] ppid=11718 vsize=76536 CPUtime=1613.93 cores=0,2,4,6
/proc/11719/stat : 11719 (npSolver-wbo) S 11718 11718 16392 0 -1 4202496 60018 325898 0 0 689 92 160369 243 20 0 1 0 386108302 78372864 12652 33554432000 4194304 6006132 140735885421632 140735885413024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11719/statm: 19134 12652 180 443 0 18687 0
[pid=11903] ppid=11719 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11903/stat : 11903 (satsolver.sh) S 11719 11718 16392 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386269734 9367552 267 33554432000 4194304 5064252 140734043194032 140734043192944 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11903/statm: 2287 267 226 213 0 72 0
[pid=11904] ppid=11903 vsize=128008 CPUtime=186.15 cores=0,2,4,6
/proc/11904/stat : 11904 (glucose) R 11903 11718 16392 0 -1 4202496 25682 0 0 0 18608 7 0 0 20 0 1 0 386269734 131080192 28837 33554432000 4194304 5208918 140737467602048 140737467600008 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11904/statm: 32002 28837 105 248 0 31751 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 222840

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 11718 and gives
#  childrusage.ru_utime.tv_sec=1610
#  childrusage.ru_utime.tv_usec=587153
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=354490
# CPU time returned by wait4() is 1613.94
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1796.66
CPU system time (s): 3.42
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 280268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1610.59
system time used= 3.35449
maximum resident set size= 144620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386893
page faults= 0
swaps= 0
block input operations= 0
block output operations= 950120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4579
involuntary context switches= 2712

runsolver used 3.38948 second user time and 8.96564 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-09 01:57:08
IDJOB=3753310
IDBENCH=79335
IDSOLVER=2337
FILE ID=node127/3753310-1339199828
RUNJOBID= node127-1339183476-5389
PBS_JOBID= 14643807
Free space on /tmp= 70816 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.rf6.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753310-1339199828/watcher-3753310-1339199828 -o /tmp/evaluation-result-3753310-1339199828/solver-3753310-1339199828 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753310-1339199828.wbo 799351885 HOME HOME

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

MD5SUM BENCH= 17c8063899ee49ebb532fe8c9b769f44
RANDOM SEED=799351885

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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		: 2666.348
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:        30743940 kB
Buffers:          458864 kB
Cached:           631336 kB
SwapCached:         2000 kB
Active:          1199932 kB
Inactive:          35316 kB
Active(anon):     132264 kB
Inactive(anon):     8228 kB
Active(file):    1067668 kB
Inactive(file):    27088 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103464 kB
Dirty:              8356 kB
Writeback:             0 kB
AnonPages:        164300 kB
Mapped:            11340 kB
Shmem:                92 kB
Slab:             757420 kB
SReclaimable:     201748 kB
SUnreclaim:       555672 kB
KernelStack:        1528 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     262220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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= 70604 MiB
End job on node127 at 2012-06-09 02:27:09