Trace number 3380732

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
claspmt 2.0-R4095-patched (fixed)UNSAT 357.834 48.712

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark75.1726
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...490852/instance-3380732-1305490852.cnf
1.29/1.36	c Solving...
357.82/48.70	s UNSATISFIABLE
357.82/48.70	
357.82/48.70	c Models        : 0     
357.82/48.70	c Time          : 48.598s (Solving: 47.24s 1st Model: 0.00s Unsat: 47.24s)
357.82/48.70	c CPU Time      : 357.710s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3380732-1305490852/watcher-3380732-1305490852 -o /tmp/evaluation-result-3380732-1305490852/solver-3380732-1305490852 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380732-1305490852.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.93 7.47 7.80 1/410 2593
/proc/meminfo: memFree=21724968/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=23932 CPUtime=0 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 706 0 0 0 0 0 0 0 21 0 1 0 660682944 24506368 636 33554432000 4194304 4964800 140736371195328 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/2593/statm: 5983 645 376 189 0 857 0

[startup+0.04214 s]
/proc/loadavg: 5.93 7.47 7.80 1/410 2593
/proc/meminfo: memFree=21724968/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=31664 CPUtime=0.03 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 3839 0 0 0 3 0 0 0 21 0 1 0 660682944 32423936 3105 33554432000 4194304 4964800 140736371195328 18446744073709551615 4599599 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/2593/statm: 7916 3106 386 189 0 2790 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31664

[startup+0.101107 s]
/proc/loadavg: 5.93 7.47 7.80 1/410 2593
/proc/meminfo: memFree=21724968/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=41752 CPUtime=0.09 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 7441 0 0 0 9 0 0 0 21 0 1 0 660682944 42754048 5422 33554432000 4194304 4964800 140736371195328 18446744073709551615 212687675136 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/2593/statm: 10438 5424 386 189 0 5312 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41752

[startup+0.301068 s]
/proc/loadavg: 5.93 7.47 7.80 1/410 2593
/proc/meminfo: memFree=21724968/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=76484 CPUtime=0.29 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 18093 0 0 0 28 1 0 0 22 0 1 0 660682944 78319616 13557 33554432000 4194304 4964800 140736371195328 18446744073709551615 212687336133 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/2593/statm: 19121 13557 399 189 0 13995 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76484

[startup+0.700998 s]
/proc/loadavg: 5.93 7.47 7.80 1/410 2593
/proc/meminfo: memFree=21724968/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=82520 CPUtime=0.69 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 19359 0 0 0 68 1 0 0 24 0 1 0 660682944 84500480 14823 33554432000 4194304 4964800 140736371195328 18446744073709551615 4607575 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/2593/statm: 20630 14823 403 189 0 15504 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82520

[startup+1.50085 s]
/proc/loadavg: 5.93 7.47 7.80 2/411 2594
/proc/meminfo: memFree=21666688/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=502876 CPUtime=1.61 cores=0-7
/proc/2593/stat : 2593 (claspmt) S 2591 2593 2509 0 -1 4202496 26591 0 0 0 155 6 0 0 18 0 8 0 660682944 514945024 20284 33554432000 4194304 4964800 140736371195328 18446744073709551615 212699491225 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2593/statm: 125719 20284 442 189 0 120068 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 502876

[startup+3.10057 s]
/proc/loadavg: 5.93 7.47 7.80 2/418 2601
/proc/meminfo: memFree=21644932/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=502876 CPUtime=3.21 cores=0-7
/proc/2593/stat : 2593 (claspmt) S 2591 2593 2509 0 -1 4202496 26791 0 0 0 315 6 0 0 18 0 8 0 660682944 514945024 20484 33554432000 4194304 4964800 140736371195328 18446744073709551615 212699491225 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2593/statm: 125719 20484 442 189 0 120068 0
[pid=2593/tid=2595] ppid=2591 vsize=502876 CPUtime=0.01 cores=0-7
/proc/2593/task/2595/stat : 2595 (claspmt) S 2591 2593 2509 0 -1 4202560 557 0 0 0 1 0 0 0 18 0 8 0 660683080 514945024 20484 33554432000 4194304 4964800 140736371195328 18446744073709551615 212699491225 0 0 4096 18946 18446604440278878976 0 0 -1 1 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=502876 CPUtime=0.01 cores=0-7
/proc/2593/task/2596/stat : 2596 (claspmt) S 2591 2593 2509 0 -1 4202560 1385 0 0 0 1 0 0 0 17 0 8 0 660683080 514945024 20484 33554432000 4194304 4964800 140736371195328 18446744073709551615 212699491225 0 0 4096 18946 18446604440278878976 0 0 -1 4 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=502876 CPUtime=0.02 cores=0-7
/proc/2593/task/2597/stat : 2597 (claspmt) S 2591 2593 2509 0 -1 4202560 1253 0 0 0 2 0 0 0 17 0 8 0 660683080 514945024 20484 33554432000 4194304 4964800 140736371195328 18446744073709551615 212699491225 0 0 4096 18946 18446604440278878976 0 0 -1 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=502876 CPUtime=0 cores=0-7
/proc/2593/task/2598/stat : 2598 (claspmt) S 2591 2593 2509 0 -1 4202560 546 0 0 0 0 0 0 0 17 0 8 0 660683080 514945024 20484 33554432000 4194304 4964800 140736371195328 18446744073709551615 212699491225 0 0 4096 18946 18446604440278878976 0 0 -1 6 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=502876 CPUtime=1.71 cores=0-7
/proc/2593/task/2599/stat : 2599 (claspmt) R 2591 2593 2509 0 -1 4202560 1060 0 0 0 171 0 0 0 20 0 8 0 660683081 514945024 20484 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=502876 CPUtime=0.01 cores=0-7
/proc/2593/task/2600/stat : 2600 (claspmt) S 2591 2593 2509 0 -1 4202560 864 0 0 0 1 0 0 0 17 0 8 0 660683081 514945024 20484 33554432000 4194304 4964800 140736371195328 18446744073709551615 212699491225 0 0 4096 18946 18446604440278878976 0 0 -1 2 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=502876 CPUtime=0.02 cores=0-7
/proc/2593/task/2601/stat : 2601 (claspmt) S 2591 2593 2509 0 -1 4202560 860 0 0 0 2 0 0 0 18 0 8 0 660683081 514945024 20484 33554432000 4194304 4964800 140736371195328 18446744073709551615 212699491225 0 0 4096 18946 18446604440278878976 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 502876

[startup+6.30094 s]
/proc/loadavg: 6.09 7.48 7.80 10/418 2601
/proc/meminfo: memFree=21630268/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=502876 CPUtime=20.13 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 33422 0 0 0 1999 14 0 0 21 0 8 0 660682944 514945024 27115 33554432000 4194304 4964800 140736371195328 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/2593/statm: 125719 27115 464 189 0 120068 0
[pid=2593/tid=2595] ppid=2591 vsize=502876 CPUtime=1.98 cores=0-7
/proc/2593/task/2595/stat : 2595 (claspmt) R 2591 2593 2509 0 -1 4202560 1304 0 0 0 197 1 0 0 21 0 8 0 660683080 514945024 27115 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=502876 CPUtime=1.98 cores=0-7
/proc/2593/task/2596/stat : 2596 (claspmt) R 2591 2593 2509 0 -1 4202560 2971 0 0 0 196 2 0 0 18 0 8 0 660683080 514945024 27115 33554432000 4194304 4964800 140736371195328 18446744073709551615 4362885 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=502876 CPUtime=1.99 cores=0-7
/proc/2593/task/2597/stat : 2597 (claspmt) R 2591 2593 2509 0 -1 4202560 2331 0 0 0 197 2 0 0 21 0 8 0 660683080 514945024 27115 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=502876 CPUtime=1.97 cores=0-7
/proc/2593/task/2598/stat : 2598 (claspmt) R 2591 2593 2509 0 -1 4202560 1316 0 0 0 196 1 0 0 18 0 8 0 660683080 514945024 27115 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=502876 CPUtime=4.91 cores=0-7
/proc/2593/task/2599/stat : 2599 (claspmt) R 2591 2593 2509 0 -1 4202560 1117 0 0 0 491 0 0 0 25 0 8 0 660683081 514945024 27115 33554432000 4194304 4964800 140736371195328 18446744073709551615 4678045 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=502876 CPUtime=1.98 cores=0-7
/proc/2593/task/2600/stat : 2600 (claspmt) R 2591 2593 2509 0 -1 4202560 1575 0 0 0 197 1 0 0 18 0 8 0 660683081 514945024 27115 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669312 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=502876 CPUtime=1.97 cores=0-7
/proc/2593/task/2601/stat : 2601 (claspmt) R 2591 2593 2509 0 -1 4202560 1879 0 0 0 196 1 0 0 21 0 8 0 660683081 514945024 27115 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.13
Current children cumulated vsize (KiB) 502876

[startup+12.7008 s]
/proc/loadavg: 6.25 7.49 7.81 9/418 2601
/proc/meminfo: memFree=21566180/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=502876 CPUtime=71.24 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 48814 0 0 0 7097 27 0 0 25 0 8 0 660682944 514945024 42485 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669086 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/2593/statm: 125719 42485 464 189 0 120068 0
[pid=2593/tid=2595] ppid=2591 vsize=502876 CPUtime=8.38 cores=0-7
/proc/2593/task/2595/stat : 2595 (claspmt) R 2591 2593 2509 0 -1 4202560 1866 0 0 0 837 1 0 0 25 0 8 0 660683080 514945024 42485 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=502876 CPUtime=8.38 cores=0-7
/proc/2593/task/2596/stat : 2596 (claspmt) R 2591 2593 2509 0 -1 4202560 7387 0 0 0 832 6 0 0 25 0 8 0 660683080 514945024 42485 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=502876 CPUtime=8.39 cores=0-7
/proc/2593/task/2597/stat : 2597 (claspmt) R 2591 2593 2509 0 -1 4202560 4226 0 0 0 836 3 0 0 25 0 8 0 660683080 514945024 42485 33554432000 4194304 4964800 140736371195328 18446744073709551615 4658755 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=502876 CPUtime=8.37 cores=0-7
/proc/2593/task/2598/stat : 2598 (claspmt) R 2591 2593 2509 0 -1 4202560 2325 0 0 0 835 2 0 0 25 0 8 0 660683080 514945024 42485 33554432000 4194304 4964800 140736371195328 18446744073709551615 4653193 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=502876 CPUtime=11.31 cores=0-7
/proc/2593/task/2599/stat : 2599 (claspmt) R 2591 2593 2509 0 -1 4202560 1117 0 0 0 1131 0 0 0 25 0 8 0 660683081 514945024 42485 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=502876 CPUtime=8.38 cores=0-7
/proc/2593/task/2600/stat : 2600 (claspmt) R 2591 2593 2509 0 -1 4202560 3310 0 0 0 836 2 0 0 25 0 8 0 660683081 514945024 42485 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=502876 CPUtime=8.29 cores=0-7
/proc/2593/task/2601/stat : 2601 (claspmt) R 2591 2593 2509 0 -1 4202560 6869 0 0 0 823 6 0 0 25 0 8 0 660683081 514945024 42485 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670674 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 71.24
Current children cumulated vsize (KiB) 502876

[startup+25.5004 s]
/proc/loadavg: 6.63 7.51 7.81 9/418 2602
/proc/meminfo: memFree=21482340/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=503176 CPUtime=173.45 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 68286 0 0 0 17304 41 0 0 25 0 8 0 660682944 515252224 61955 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669008 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/2593/statm: 125794 61955 466 189 0 120143 0
[pid=2593/tid=2595] ppid=2591 vsize=503176 CPUtime=21.18 cores=0-7
/proc/2593/task/2595/stat : 2595 (claspmt) R 2591 2593 2509 0 -1 4202560 2479 0 0 0 2116 2 0 0 25 0 8 0 660683080 515252224 61955 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=503176 CPUtime=21.17 cores=0-7
/proc/2593/task/2596/stat : 2596 (claspmt) R 2591 2593 2509 0 -1 4202560 11845 0 0 0 2109 8 0 0 25 0 8 0 660683080 515252224 61955 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669523 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=503176 CPUtime=21.19 cores=0-7
/proc/2593/task/2597/stat : 2597 (claspmt) R 2591 2593 2509 0 -1 4202560 5682 0 0 0 2115 4 0 0 25 0 8 0 660683080 515252224 61955 33554432000 4194304 4964800 140736371195328 18446744073709551615 4627254 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=503176 CPUtime=21.17 cores=0-7
/proc/2593/task/2598/stat : 2598 (claspmt) R 2591 2593 2509 0 -1 4202560 4047 0 0 0 2114 3 0 0 25 0 8 0 660683080 515252224 61955 33554432000 4194304 4964800 140736371195328 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=503176 CPUtime=24.11 cores=0-7
/proc/2593/task/2599/stat : 2599 (claspmt) R 2591 2593 2509 0 -1 4202560 1124 0 0 0 2411 0 0 0 25 0 8 0 660683081 515252224 61955 33554432000 4194304 4964800 140736371195328 18446744073709551615 4342157 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=503176 CPUtime=21.17 cores=0-7
/proc/2593/task/2600/stat : 2600 (claspmt) R 2591 2593 2509 0 -1 4202560 6306 0 0 0 2113 4 0 0 25 0 8 0 660683081 515252224 61955 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670670 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=503176 CPUtime=20.9 cores=0-7
/proc/2593/task/2601/stat : 2601 (claspmt) R 2591 2593 2509 0 -1 4202560 14338 0 0 0 2079 11 0 0 25 0 8 0 660683081 515252224 61955 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 173.45
Current children cumulated vsize (KiB) 503176

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

[startup+38.3011 s]
/proc/loadavg: 6.84 7.53 7.81 9/418 2602
/proc/meminfo: memFree=21422808/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=508864 CPUtime=275.68 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 84411 0 0 0 27515 53 0 0 25 0 8 0 660682944 521076736 78080 33554432000 4194304 4964800 140736371195328 18446744073709551615 4338788 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/2593/statm: 127216 78080 466 189 0 121565 0
[pid=2593/tid=2595] ppid=2591 vsize=508864 CPUtime=33.98 cores=0-7
/proc/2593/task/2595/stat : 2595 (claspmt) R 2591 2593 2509 0 -1 4202560 2956 0 0 0 3396 2 0 0 25 0 8 0 660683080 521076736 78080 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=508864 CPUtime=33.98 cores=0-7
/proc/2593/task/2596/stat : 2596 (claspmt) R 2591 2593 2509 0 -1 4202560 16309 0 0 0 3386 12 0 0 25 0 8 0 660683080 521076736 78080 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669579 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=508864 CPUtime=33.99 cores=0-7
/proc/2593/task/2597/stat : 2597 (claspmt) R 2591 2593 2509 0 -1 4202560 6825 0 0 0 3394 5 0 0 25 0 8 0 660683080 521076736 78080 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=508864 CPUtime=33.96 cores=0-7
/proc/2593/task/2598/stat : 2598 (claspmt) R 2591 2593 2509 0 -1 4202560 4643 0 0 0 3393 3 0 0 25 0 8 0 660683080 521076736 78080 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=508864 CPUtime=36.91 cores=0-7
/proc/2593/task/2599/stat : 2599 (claspmt) R 2591 2593 2509 0 -1 4202560 1133 0 0 0 3691 0 0 0 25 0 8 0 660683081 521076736 78080 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669131 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=508864 CPUtime=33.97 cores=0-7
/proc/2593/task/2600/stat : 2600 (claspmt) R 2591 2593 2509 0 -1 4202560 7354 0 0 0 3392 5 0 0 25 0 8 0 660683081 521076736 78080 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=508864 CPUtime=33.53 cores=0-7
/proc/2593/task/2601/stat : 2601 (claspmt) R 2591 2593 2509 0 -1 4202560 21934 0 0 0 3336 17 0 0 25 0 8 0 660683081 521076736 78080 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 275.68
Current children cumulated vsize (KiB) 508864

[startup+44.7009 s]
/proc/loadavg: 6.93 7.54 7.81 9/418 2602
/proc/meminfo: memFree=21409436/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=509656 CPUtime=326.78 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 86280 0 0 0 32623 55 0 0 25 0 8 0 660682944 521887744 79949 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/2593/statm: 127414 79949 466 189 0 121763 0
[pid=2593/tid=2595] ppid=2591 vsize=509656 CPUtime=40.38 cores=0-7
/proc/2593/task/2595/stat : 2595 (claspmt) R 2591 2593 2509 0 -1 4202560 3004 0 0 0 4036 2 0 0 25 0 8 0 660683080 521887744 79949 33554432000 4194304 4964800 140736371195328 18446744073709551615 4652155 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=509656 CPUtime=40.37 cores=0-7
/proc/2593/task/2596/stat : 2596 (claspmt) R 2591 2593 2509 0 -1 4202560 16568 0 0 0 4025 12 0 0 25 0 8 0 660683080 521887744 79949 33554432000 4194304 4964800 140736371195328 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=509656 CPUtime=40.39 cores=0-7
/proc/2593/task/2597/stat : 2597 (claspmt) R 2591 2593 2509 0 -1 4202560 7124 0 0 0 4034 5 0 0 25 0 8 0 660683080 521887744 79949 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=509656 CPUtime=40.37 cores=0-7
/proc/2593/task/2598/stat : 2598 (claspmt) R 2591 2593 2509 0 -1 4202560 5011 0 0 0 4033 4 0 0 25 0 8 0 660683080 521887744 79949 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=509656 CPUtime=43.31 cores=0-7
/proc/2593/task/2599/stat : 2599 (claspmt) R 2591 2593 2509 0 -1 4202560 1133 0 0 0 4331 0 0 0 25 0 8 0 660683081 521887744 79949 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=509656 CPUtime=40.37 cores=0-7
/proc/2593/task/2600/stat : 2600 (claspmt) R 2591 2593 2509 0 -1 4202560 7563 0 0 0 4032 5 0 0 25 0 8 0 660683081 521887744 79949 33554432000 4194304 4964800 140736371195328 18446744073709551615 4320886 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=509656 CPUtime=39.85 cores=0-7
/proc/2593/task/2601/stat : 2601 (claspmt) R 2591 2593 2509 0 -1 4202560 22619 0 0 0 3967 18 0 0 25 0 8 0 660683081 521887744 79949 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 326.78
Current children cumulated vsize (KiB) 509656

[startup+46.3006 s]
/proc/loadavg: 7.10 7.56 7.82 9/418 2602
/proc/meminfo: memFree=21409312/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=509656 CPUtime=339.54 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 86291 0 0 0 33899 55 0 0 25 0 8 0 660682944 521887744 79960 33554432000 4194304 4964800 140736371195328 18446744073709551615 4370264 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/2593/statm: 127414 79960 466 189 0 121763 0
[pid=2593/tid=2595] ppid=2591 vsize=509656 CPUtime=41.98 cores=0-7
/proc/2593/task/2595/stat : 2595 (claspmt) R 2591 2593 2509 0 -1 4202560 3004 0 0 0 4196 2 0 0 25 0 8 0 660683080 521887744 79960 33554432000 4194304 4964800 140736371195328 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=509656 CPUtime=41.97 cores=0-7
/proc/2593/task/2596/stat : 2596 (claspmt) R 2591 2593 2509 0 -1 4202560 16578 0 0 0 4185 12 0 0 25 0 8 0 660683080 521887744 79960 33554432000 4194304 4964800 140736371195328 18446744073709551615 4627281 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=509656 CPUtime=41.99 cores=0-7
/proc/2593/task/2597/stat : 2597 (claspmt) R 2591 2593 2509 0 -1 4202560 7124 0 0 0 4194 5 0 0 25 0 8 0 660683080 521887744 79960 33554432000 4194304 4964800 140736371195328 18446744073709551615 4320848 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=509656 CPUtime=41.97 cores=0-7
/proc/2593/task/2598/stat : 2598 (claspmt) R 2591 2593 2509 0 -1 4202560 5011 0 0 0 4193 4 0 0 25 0 8 0 660683080 521887744 79960 33554432000 4194304 4964800 140736371195328 18446744073709551615 4627281 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=509656 CPUtime=44.91 cores=0-7
/proc/2593/task/2599/stat : 2599 (claspmt) R 2591 2593 2509 0 -1 4202560 1133 0 0 0 4491 0 0 0 25 0 8 0 660683081 521887744 79960 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=509656 CPUtime=41.96 cores=0-7
/proc/2593/task/2600/stat : 2600 (claspmt) R 2591 2593 2509 0 -1 4202560 7564 0 0 0 4191 5 0 0 25 0 8 0 660683081 521887744 79960 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=509656 CPUtime=41.42 cores=0-7
/proc/2593/task/2601/stat : 2601 (claspmt) R 2591 2593 2509 0 -1 4202560 22619 0 0 0 4124 18 0 0 25 0 8 0 660683081 521887744 79960 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668777 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 339.54
Current children cumulated vsize (KiB) 509656

[startup+47.9004 s]
/proc/loadavg: 7.10 7.56 7.82 9/418 2602
/proc/meminfo: memFree=21409316/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=509656 CPUtime=352.32 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 86292 0 0 0 35177 55 0 0 25 0 8 0 660682944 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669011 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/2593/statm: 127414 79961 466 189 0 121763 0
[pid=2593/tid=2595] ppid=2591 vsize=509656 CPUtime=43.57 cores=0-7
/proc/2593/task/2595/stat : 2595 (claspmt) R 2591 2593 2509 0 -1 4202560 3004 0 0 0 4355 2 0 0 25 0 8 0 660683080 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=509656 CPUtime=43.58 cores=0-7
/proc/2593/task/2596/stat : 2596 (claspmt) R 2591 2593 2509 0 -1 4202560 16578 0 0 0 4345 13 0 0 19 0 8 0 660683080 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=509656 CPUtime=43.59 cores=0-7
/proc/2593/task/2597/stat : 2597 (claspmt) R 2591 2593 2509 0 -1 4202560 7124 0 0 0 4354 5 0 0 25 0 8 0 660683080 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=509656 CPUtime=43.57 cores=0-7
/proc/2593/task/2598/stat : 2598 (claspmt) R 2591 2593 2509 0 -1 4202560 5012 0 0 0 4353 4 0 0 25 0 8 0 660683080 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=509656 CPUtime=46.51 cores=0-7
/proc/2593/task/2599/stat : 2599 (claspmt) R 2591 2593 2509 0 -1 4202560 1133 0 0 0 4651 0 0 0 25 0 8 0 660683081 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=509656 CPUtime=43.56 cores=0-7
/proc/2593/task/2600/stat : 2600 (claspmt) R 2591 2593 2509 0 -1 4202560 7564 0 0 0 4351 5 0 0 25 0 8 0 660683081 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4362885 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=509656 CPUtime=43 cores=0-7
/proc/2593/task/2601/stat : 2601 (claspmt) R 2591 2593 2509 0 -1 4202560 22619 0 0 0 4282 18 0 0 19 0 8 0 660683081 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 352.32
Current children cumulated vsize (KiB) 509656

[startup+48.3013 s]
/proc/loadavg: 7.10 7.56 7.82 9/418 2602
/proc/meminfo: memFree=21409316/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=509656 CPUtime=355.55 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 86292 0 0 0 35500 55 0 0 25 0 8 0 660682944 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/2593/statm: 127414 79961 466 189 0 121763 0
[pid=2593/tid=2595] ppid=2591 vsize=509656 CPUtime=43.99 cores=0-7
/proc/2593/task/2595/stat : 2595 (claspmt) R 2591 2593 2509 0 -1 4202560 3004 0 0 0 4397 2 0 0 25 0 8 0 660683080 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4362191 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2593/tid=2596] ppid=2591 vsize=509656 CPUtime=43.99 cores=0-7
/proc/2593/task/2596/stat : 2596 (claspmt) R 2591 2593 2509 0 -1 4202560 16578 0 0 0 4386 13 0 0 20 0 8 0 660683080 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2593/tid=2597] ppid=2591 vsize=509656 CPUtime=44 cores=0-7
/proc/2593/task/2597/stat : 2597 (claspmt) R 2591 2593 2509 0 -1 4202560 7124 0 0 0 4395 5 0 0 25 0 8 0 660683080 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2593/tid=2598] ppid=2591 vsize=509656 CPUtime=43.98 cores=0-7
/proc/2593/task/2598/stat : 2598 (claspmt) R 2591 2593 2509 0 -1 4202560 5012 0 0 0 4394 4 0 0 25 0 8 0 660683080 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2593/tid=2599] ppid=2591 vsize=509656 CPUtime=46.92 cores=0-7
/proc/2593/task/2599/stat : 2599 (claspmt) R 2591 2593 2509 0 -1 4202560 1133 0 0 0 4692 0 0 0 25 0 8 0 660683081 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2593/tid=2600] ppid=2591 vsize=509656 CPUtime=43.97 cores=0-7
/proc/2593/task/2600/stat : 2600 (claspmt) R 2591 2593 2509 0 -1 4202560 7564 0 0 0 4392 5 0 0 25 0 8 0 660683081 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4670134 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2593/tid=2601] ppid=2591 vsize=509656 CPUtime=43.4 cores=0-7
/proc/2593/task/2601/stat : 2601 (claspmt) R 2591 2593 2509 0 -1 4202560 22619 0 0 0 4322 18 0 0 20 0 8 0 660683081 521887744 79961 33554432000 4194304 4964800 140736371195328 18446744073709551615 4627269 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 355.55
Current children cumulated vsize (KiB) 509656

[startup+48.7002 s]
/proc/loadavg: 7.10 7.56 7.82 9/418 2602
/proc/meminfo: memFree=21409316/32951124 swapFree=67111348/67111528
[pid=2593] ppid=2591 vsize=506600 CPUtime=357.82 cores=0-7
/proc/2593/stat : 2593 (claspmt) R 2591 2593 2509 0 -1 4202496 86302 0 0 0 35725 57 0 0 17 0 1 0 660682944 518758400 48636 33554432000 4194304 4964800 140736371195328 18446744073709551615 212687718759 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2593/statm: 126650 48636 476 189 0 120999 0
Current children cumulated CPU time (s) 357.82
Current children cumulated vsize (KiB) 506600

Child status: 20
Real time (s): 48.712
CPU time (s): 357.834
CPU user time (s): 357.252
CPU system time (s): 0.581911
CPU usage (%): 734.59
Max. virtual memory (cumulated for all children) (KiB): 509656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.252
system time used= 0.581911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86303
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9965
involuntary context switches= 1827

runsolver used 0.154976 second user time and 0.51992 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 22:20:52
IDJOB=3380732
IDBENCH=71743
IDSOLVER=1865
FILE ID=node139/3380732-1305490852
RUNJOBID= node139-1305490823-2523
PBS_JOBID= 13325410
Free space on /tmp= 73372 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380732-1305490852/watcher-3380732-1305490852 -o /tmp/evaluation-result-3380732-1305490852/solver-3380732-1305490852 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380732-1305490852.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=160804494

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5321.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21725000 kB
Buffers:        331400 kB
Cached:        3059112 kB
SwapCached:          0 kB
Active:        8841640 kB
Inactive:      2066276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21725000 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           14720 kB
Writeback:           0 kB
AnonPages:     7518540 kB
Mapped:          32720 kB
Slab:           204952 kB
PageTables:      43452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 97034508 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73368 MiB
End job on node139 at 2011-05-15 22:21:41