Trace number 3322744

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-R4095UNSAT 311.324 42.07

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
manolios/c10idw_i.cnf
MD5SUMc139a321e75833c70af36726562b66de
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.5667
Satisfiable
(Un)Satisfiability was proved
Number of variables196306
Number of clauses582994
Sum of the clauses size1360318
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2388662
Number of clauses of size 3194331
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...393479/instance-3322744-1304393479.cnf
1.99/2.02	c Solving...
311.24/42.06	s UNSATISFIABLE
311.24/42.06	
311.24/42.06	c Models        : 0     
311.24/42.06	c Time          : 41.760s (Solving: 39.74s 1st Model: 0.00s Unsat: 39.74s)
311.24/42.06	c CPU Time      : 311.010s

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: 935)

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-3322744-1304393479/watcher-3322744-1304393479 -o /tmp/evaluation-result-3322744-1304393479/solver-3322744-1304393479 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322744-1304393479.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: 7.88 7.88 7.92 2/288 1517
/proc/meminfo: memFree=25338368/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=45800 CPUtime=0 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 560 0 0 0 0 0 0 0 21 0 1 0 550946440 46899200 489 33554432000 4194304 4964704 140733825267328 18446744073709551615 4584482 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1517/statm: 11450 489 375 189 0 6324 0

[startup+0.0296729 s]
/proc/loadavg: 7.88 7.88 7.92 2/288 1517
/proc/meminfo: memFree=25338368/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=57308 CPUtime=0.02 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 10091 0 0 0 1 1 0 0 21 0 1 0 550946440 58683392 8912 33554432000 4194304 4964704 140733825267328 18446744073709551615 4679011 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1517/statm: 14327 8921 378 189 0 9201 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 57308

[startup+0.100661 s]
/proc/loadavg: 7.88 7.88 7.92 2/288 1517
/proc/meminfo: memFree=25338368/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=70772 CPUtime=0.09 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 15347 0 0 0 8 1 0 0 21 0 1 0 550946440 72470528 12593 33554432000 4194304 4964704 140733825267328 18446744073709551615 210204308165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1517/statm: 17693 12594 386 189 0 12567 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 70772

[startup+0.30063 s]
/proc/loadavg: 7.88 7.88 7.92 2/288 1517
/proc/meminfo: memFree=25338368/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=108020 CPUtime=0.29 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 27871 0 0 0 26 3 0 0 22 0 1 0 550946440 110612480 21632 33554432000 4194304 4964704 140733825267328 18446744073709551615 4616056 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1517/statm: 27005 21632 399 189 0 21879 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 108020

[startup+0.700561 s]
/proc/loadavg: 7.88 7.88 7.92 2/288 1517
/proc/meminfo: memFree=25338368/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=125912 CPUtime=0.69 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 32328 0 0 0 66 3 0 0 24 0 1 0 550946440 128933888 26089 33554432000 4194304 4964704 140733825267328 18446744073709551615 4600730 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1517/statm: 31478 26089 404 189 0 26352 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 125912

[startup+1.50045 s]
/proc/loadavg: 7.88 7.88 7.92 2/289 1518
/proc/meminfo: memFree=25227628/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=140696 CPUtime=1.49 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 36007 0 0 0 145 4 0 0 25 0 1 0 550946440 144072704 29768 33554432000 4194304 4964704 140733825267328 18446744073709551615 210204308165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1517/statm: 35174 29768 404 189 0 30048 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 140696

[startup+3.10117 s]
/proc/loadavg: 7.88 7.88 7.92 2/296 1525
/proc/meminfo: memFree=25108036/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=633676 CPUtime=3.33 cores=0-7
/proc/1517/stat : 1517 (claspmt) S 1515 1517 1249 0 -1 4202496 90311 0 0 0 307 26 0 0 25 0 8 0 550946440 648884224 70233 33554432000 4194304 4964704 140733825267328 18446744073709551615 210216463257 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1517/statm: 158419 70233 443 189 0 152768 0
[pid=1517/tid=1519] ppid=1515 vsize=633676 CPUtime=0.05 cores=0-7
/proc/1517/task/1519/stat : 1519 (claspmt) S 1515 1517 1249 0 -1 4202560 6250 0 0 0 3 2 0 0 18 0 8 0 550946643 648884224 70233 33554432000 4194304 4964704 140733825267328 18446744073709551615 210216463257 0 0 4096 18946 18446604453923297152 0 0 -1 1 0 0 0
[pid=1517/tid=1520] ppid=1515 vsize=633676 CPUtime=0.04 cores=0-7
/proc/1517/task/1520/stat : 1520 (claspmt) S 1515 1517 1249 0 -1 4202560 7952 0 0 0 1 3 0 0 18 0 8 0 550946643 648884224 70233 33554432000 4194304 4964704 140733825267328 18446744073709551615 210216463257 0 0 4096 18946 18446604453923297152 0 0 -1 4 0 0 0
[pid=1517/tid=1521] ppid=1515 vsize=633676 CPUtime=0.04 cores=0-7
/proc/1517/task/1521/stat : 1521 (claspmt) S 1515 1517 1249 0 -1 4202560 8177 0 0 0 2 2 0 0 18 0 8 0 550946643 648884224 70233 33554432000 4194304 4964704 140733825267328 18446744073709551615 210216463257 0 0 4096 18946 18446604453923297152 0 0 -1 0 0 0 0
[pid=1517/tid=1522] ppid=1515 vsize=633676 CPUtime=0.04 cores=0-7
/proc/1517/task/1522/stat : 1522 (claspmt) S 1515 1517 1249 0 -1 4202560 6721 0 0 0 2 2 0 0 18 0 8 0 550946644 648884224 70233 33554432000 4194304 4964704 140733825267328 18446744073709551615 210216463257 0 0 4096 18946 18446604453923297152 0 0 -1 5 0 0 0
[pid=1517/tid=1523] ppid=1515 vsize=633676 CPUtime=0.97 cores=0-7
/proc/1517/task/1523/stat : 1523 (claspmt) R 1515 1517 1249 0 -1 4202560 7203 0 0 0 95 2 0 0 19 0 8 0 550946644 648884224 70233 33554432000 4194304 4964704 140733825267328 18446744073709551615 4399307 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1517/tid=1524] ppid=1515 vsize=633676 CPUtime=0.04 cores=0-7
/proc/1517/task/1524/stat : 1524 (claspmt) S 1515 1517 1249 0 -1 4202560 8234 0 0 0 1 3 0 0 18 0 8 0 550946644 648884224 70233 33554432000 4194304 4964704 140733825267328 18446744073709551615 210216463257 0 0 4096 18946 18446604453923297152 0 0 -1 2 0 0 0
[pid=1517/tid=1525] ppid=1515 vsize=633676 CPUtime=0.06 cores=0-7
/proc/1517/task/1525/stat : 1525 (claspmt) S 1515 1517 1249 0 -1 4202560 7718 0 0 0 2 4 0 0 18 0 8 0 550946644 648884224 70233 33554432000 4194304 4964704 140733825267328 18446744073709551615 210216463257 0 0 4096 18946 18446604453923297152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 633676

[startup+6.30059 s]
/proc/loadavg: 7.89 7.88 7.92 9/296 1525
/proc/meminfo: memFree=25053916/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=633676 CPUtime=27.77 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 92804 0 0 0 2748 29 0 0 25 0 8 0 550946440 648884224 72726 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668657 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/1517/statm: 158419 72726 464 189 0 152768 0
[pid=1517/tid=1519] ppid=1515 vsize=633676 CPUtime=3.09 cores=0-7
/proc/1517/task/1519/stat : 1519 (claspmt) R 1515 1517 1249 0 -1 4202560 6470 0 0 0 307 2 0 0 25 0 8 0 550946643 648884224 72727 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668635 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1517/tid=1520] ppid=1515 vsize=633676 CPUtime=3.07 cores=0-7
/proc/1517/task/1520/stat : 1520 (claspmt) R 1515 1517 1249 0 -1 4202560 8626 0 0 0 303 4 0 0 25 0 8 0 550946643 648884224 72727 33554432000 4194304 4964704 140733825267328 18446744073709551615 210204308513 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1517/tid=1521] ppid=1515 vsize=633676 CPUtime=3.09 cores=0-7
/proc/1517/task/1521/stat : 1521 (claspmt) R 1515 1517 1249 0 -1 4202560 8447 0 0 0 307 2 0 0 25 0 8 0 550946643 648884224 72727 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1517/tid=1522] ppid=1515 vsize=633676 CPUtime=3.08 cores=0-7
/proc/1517/task/1522/stat : 1522 (claspmt) R 1515 1517 1249 0 -1 4202560 6937 0 0 0 306 2 0 0 24 0 8 0 550946644 648884224 72727 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668931 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1517/tid=1523] ppid=1515 vsize=633676 CPUtime=4.17 cores=0-7
/proc/1517/task/1523/stat : 1523 (claspmt) R 1515 1517 1249 0 -1 4202560 7261 0 0 0 415 2 0 0 25 0 8 0 550946644 648884224 72727 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1517/tid=1524] ppid=1515 vsize=633676 CPUtime=3.06 cores=0-7
/proc/1517/task/1524/stat : 1524 (claspmt) R 1515 1517 1249 0 -1 4202560 8650 0 0 0 303 3 0 0 25 0 8 0 550946644 648884224 72727 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670114 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1517/tid=1525] ppid=1515 vsize=633676 CPUtime=3.04 cores=0-7
/proc/1517/task/1525/stat : 1525 (claspmt) R 1515 1517 1249 0 -1 4202560 8127 0 0 0 300 4 0 0 24 0 8 0 550946644 648884224 72727 33554432000 4194304 4964704 140733825267328 18446744073709551615 4651351 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.77
Current children cumulated vsize (KiB) 633676

[startup+12.7005 s]
/proc/loadavg: 7.90 7.88 7.92 9/296 1526
/proc/meminfo: memFree=25027908/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=633676 CPUtime=78.91 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 98681 0 0 0 7858 33 0 0 25 0 8 0 550946440 648884224 78603 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/1517/statm: 158419 78603 464 189 0 152768 0
[pid=1517/tid=1519] ppid=1515 vsize=633676 CPUtime=9.49 cores=0-7
/proc/1517/task/1519/stat : 1519 (claspmt) R 1515 1517 1249 0 -1 4202560 6582 0 0 0 947 2 0 0 25 0 8 0 550946643 648884224 78603 33554432000 4194304 4964704 140733825267328 18446744073709551615 4370224 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1517/tid=1520] ppid=1515 vsize=633676 CPUtime=9.47 cores=0-7
/proc/1517/task/1520/stat : 1520 (claspmt) R 1515 1517 1249 0 -1 4202560 10343 0 0 0 942 5 0 0 25 0 8 0 550946643 648884224 78603 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668508 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1517/tid=1521] ppid=1515 vsize=633676 CPUtime=9.49 cores=0-7
/proc/1517/task/1521/stat : 1521 (claspmt) R 1515 1517 1249 0 -1 4202560 9489 0 0 0 946 3 0 0 25 0 8 0 550946643 648884224 78603 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1517/tid=1522] ppid=1515 vsize=633676 CPUtime=9.48 cores=0-7
/proc/1517/task/1522/stat : 1522 (claspmt) R 1515 1517 1249 0 -1 4202560 7046 0 0 0 946 2 0 0 25 0 8 0 550946644 648884224 78603 33554432000 4194304 4964704 140733825267328 18446744073709551615 4370266 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1517/tid=1523] ppid=1515 vsize=633676 CPUtime=10.57 cores=0-7
/proc/1517/task/1523/stat : 1523 (claspmt) R 1515 1517 1249 0 -1 4202560 7270 0 0 0 1055 2 0 0 25 0 8 0 550946644 648884224 78603 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1517/tid=1524] ppid=1515 vsize=633676 CPUtime=9.47 cores=0-7
/proc/1517/task/1524/stat : 1524 (claspmt) R 1515 1517 1249 0 -1 4202560 10069 0 0 0 943 4 0 0 25 0 8 0 550946644 648884224 78603 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1517/tid=1525] ppid=1515 vsize=633676 CPUtime=9.39 cores=0-7
/proc/1517/task/1525/stat : 1525 (claspmt) R 1515 1517 1249 0 -1 4202560 9485 0 0 0 933 6 0 0 25 0 8 0 550946644 648884224 78603 33554432000 4194304 4964704 140733825267328 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 78.91
Current children cumulated vsize (KiB) 633676

[startup+25.5004 s]
/proc/loadavg: 7.92 7.89 7.92 9/296 1526
/proc/meminfo: memFree=24995348/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=636212 CPUtime=181.19 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 107104 0 0 0 18078 41 0 0 25 0 8 0 550946440 651481088 87026 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668942 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/1517/statm: 159053 87026 464 189 0 153402 0
[pid=1517/tid=1519] ppid=1515 vsize=636212 CPUtime=22.29 cores=0-7
/proc/1517/task/1519/stat : 1519 (claspmt) R 1515 1517 1249 0 -1 4202560 6627 0 0 0 2227 2 0 0 25 0 8 0 550946643 651481088 87026 33554432000 4194304 4964704 140733825267328 18446744073709551615 4370224 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1517/tid=1520] ppid=1515 vsize=636212 CPUtime=22.27 cores=0-7
/proc/1517/task/1520/stat : 1520 (claspmt) R 1515 1517 1249 0 -1 4202560 11657 0 0 0 2221 6 0 0 25 0 8 0 550946643 651481088 87026 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1517/tid=1521] ppid=1515 vsize=636212 CPUtime=22.29 cores=0-7
/proc/1517/task/1521/stat : 1521 (claspmt) R 1515 1517 1249 0 -1 4202560 11463 0 0 0 2225 4 0 0 25 0 8 0 550946643 651481088 87026 33554432000 4194304 4964704 140733825267328 18446744073709551615 4669427 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1517/tid=1522] ppid=1515 vsize=636212 CPUtime=22.28 cores=0-7
/proc/1517/task/1522/stat : 1522 (claspmt) R 1515 1517 1249 0 -1 4202560 7179 0 0 0 2226 2 0 0 25 0 8 0 550946644 651481088 87026 33554432000 4194304 4964704 140733825267328 18446744073709551615 4370229 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1517/tid=1523] ppid=1515 vsize=636212 CPUtime=23.37 cores=0-7
/proc/1517/task/1523/stat : 1523 (claspmt) R 1515 1517 1249 0 -1 4202560 7273 0 0 0 2335 2 0 0 25 0 8 0 550946644 651481088 87026 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1517/tid=1524] ppid=1515 vsize=636212 CPUtime=22.27 cores=0-7
/proc/1517/task/1524/stat : 1524 (claspmt) R 1515 1517 1249 0 -1 4202560 12324 0 0 0 2221 6 0 0 25 0 8 0 550946644 651481088 87026 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1517/tid=1525] ppid=1515 vsize=636212 CPUtime=22.06 cores=0-7
/proc/1517/task/1525/stat : 1525 (claspmt) R 1515 1517 1249 0 -1 4202560 12148 0 0 0 2197 9 0 0 25 0 8 0 550946644 651481088 87026 33554432000 4194304 4964704 140733825267328 18446744073709551615 210204338292 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 181.19
Current children cumulated vsize (KiB) 636212

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

[startup+31.9113 s]
/proc/loadavg: 8.01 7.90 7.92 9/296 1526
/proc/meminfo: memFree=24984312/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=636744 CPUtime=232.42 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 109982 0 0 0 23198 44 0 0 25 0 8 0 550946440 652025856 89904 33554432000 4194304 4964704 140733825267328 18446744073709551615 4364583 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/1517/statm: 159186 89904 464 189 0 153535 0
[pid=1517/tid=1519] ppid=1515 vsize=636744 CPUtime=28.7 cores=0-7
/proc/1517/task/1519/stat : 1519 (claspmt) R 1515 1517 1249 0 -1 4202560 6630 0 0 0 2868 2 0 0 25 0 8 0 550946643 652025856 89904 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1517/tid=1520] ppid=1515 vsize=636744 CPUtime=28.68 cores=0-7
/proc/1517/task/1520/stat : 1520 (claspmt) R 1515 1517 1249 0 -1 4202560 12101 0 0 0 2862 6 0 0 25 0 8 0 550946643 652025856 89904 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668693 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1517/tid=1521] ppid=1515 vsize=636744 CPUtime=28.7 cores=0-7
/proc/1517/task/1521/stat : 1521 (claspmt) R 1515 1517 1249 0 -1 4202560 12147 0 0 0 2865 5 0 0 25 0 8 0 550946643 652025856 89904 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1517/tid=1522] ppid=1515 vsize=636744 CPUtime=28.69 cores=0-7
/proc/1517/task/1522/stat : 1522 (claspmt) R 1515 1517 1249 0 -1 4202560 7264 0 0 0 2867 2 0 0 25 0 8 0 550946644 652025856 89904 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1517/tid=1523] ppid=1515 vsize=636744 CPUtime=29.79 cores=0-7
/proc/1517/task/1523/stat : 1523 (claspmt) R 1515 1517 1249 0 -1 4202560 7378 0 0 0 2976 3 0 0 25 0 8 0 550946644 652025856 89904 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1517/tid=1524] ppid=1515 vsize=636744 CPUtime=28.67 cores=0-7
/proc/1517/task/1524/stat : 1524 (claspmt) R 1515 1517 1249 0 -1 4202560 12764 0 0 0 2861 6 0 0 25 0 8 0 550946644 652025856 89904 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1517/tid=1525] ppid=1515 vsize=636744 CPUtime=28.42 cores=0-7
/proc/1517/task/1525/stat : 1525 (claspmt) R 1515 1517 1249 0 -1 4202560 13228 0 0 0 2832 10 0 0 25 0 8 0 550946644 652025856 89904 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 232.42
Current children cumulated vsize (KiB) 636744

[startup+38.3012 s]
/proc/loadavg: 8.01 7.91 7.92 9/296 1526
/proc/meminfo: memFree=24977572/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=638424 CPUtime=283.48 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 112234 0 0 0 28302 46 0 0 25 0 8 0 550946440 653746176 92156 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670100 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/1517/statm: 159606 92156 464 189 0 153955 0
[pid=1517/tid=1519] ppid=1515 vsize=638424 CPUtime=35.09 cores=0-7
/proc/1517/task/1519/stat : 1519 (claspmt) R 1515 1517 1249 0 -1 4202560 6666 0 0 0 3507 2 0 0 25 0 8 0 550946643 653746176 92156 33554432000 4194304 4964704 140733825267328 18446744073709551615 4652135 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1517/tid=1520] ppid=1515 vsize=638424 CPUtime=35.07 cores=0-7
/proc/1517/task/1520/stat : 1520 (claspmt) R 1515 1517 1249 0 -1 4202560 12855 0 0 0 3500 7 0 0 25 0 8 0 550946643 653746176 92156 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668693 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1517/tid=1521] ppid=1515 vsize=638424 CPUtime=35.09 cores=0-7
/proc/1517/task/1521/stat : 1521 (claspmt) R 1515 1517 1249 0 -1 4202560 12819 0 0 0 3503 6 0 0 25 0 8 0 550946643 653746176 92156 33554432000 4194304 4964704 140733825267328 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1517/tid=1522] ppid=1515 vsize=638424 CPUtime=35.08 cores=0-7
/proc/1517/task/1522/stat : 1522 (claspmt) R 1515 1517 1249 0 -1 4202560 7292 0 0 0 3506 2 0 0 25 0 8 0 550946644 653746176 92156 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668635 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1517/tid=1523] ppid=1515 vsize=638424 CPUtime=36.18 cores=0-7
/proc/1517/task/1523/stat : 1523 (claspmt) R 1515 1517 1249 0 -1 4202560 7423 0 0 0 3615 3 0 0 25 0 8 0 550946644 653746176 92156 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1517/tid=1524] ppid=1515 vsize=638424 CPUtime=35.07 cores=0-7
/proc/1517/task/1524/stat : 1524 (claspmt) R 1515 1517 1249 0 -1 4202560 13056 0 0 0 3500 7 0 0 25 0 8 0 550946644 653746176 92156 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1517/tid=1525] ppid=1515 vsize=638424 CPUtime=34.76 cores=0-7
/proc/1517/task/1525/stat : 1525 (claspmt) R 1515 1517 1249 0 -1 4202560 13647 0 0 0 3465 11 0 0 25 0 8 0 550946644 653746176 92156 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 283.48
Current children cumulated vsize (KiB) 638424

[startup+39.901 s]
/proc/loadavg: 8.01 7.91 7.92 9/296 1526
/proc/meminfo: memFree=24973084/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=638424 CPUtime=296.26 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 112810 0 0 0 29579 47 0 0 25 0 8 0 550946440 653746176 92732 33554432000 4194304 4964704 140733825267328 18446744073709551615 4370295 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/1517/statm: 159606 92732 464 189 0 153955 0
[pid=1517/tid=1519] ppid=1515 vsize=638424 CPUtime=36.69 cores=0-7
/proc/1517/task/1519/stat : 1519 (claspmt) R 1515 1517 1249 0 -1 4202560 6677 0 0 0 3667 2 0 0 25 0 8 0 550946643 653746176 92732 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668635 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1517/tid=1520] ppid=1515 vsize=638424 CPUtime=36.67 cores=0-7
/proc/1517/task/1520/stat : 1520 (claspmt) R 1515 1517 1249 0 -1 4202560 12935 0 0 0 3660 7 0 0 25 0 8 0 550946643 653746176 92732 33554432000 4194304 4964704 140733825267328 18446744073709551615 4669051 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1517/tid=1521] ppid=1515 vsize=638424 CPUtime=36.69 cores=0-7
/proc/1517/task/1521/stat : 1521 (claspmt) R 1515 1517 1249 0 -1 4202560 12971 0 0 0 3663 6 0 0 25 0 8 0 550946643 653746176 92732 33554432000 4194304 4964704 140733825267328 18446744073709551615 4321093 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1517/tid=1522] ppid=1515 vsize=638424 CPUtime=36.68 cores=0-7
/proc/1517/task/1522/stat : 1522 (claspmt) R 1515 1517 1249 0 -1 4202560 7295 0 0 0 3666 2 0 0 25 0 8 0 550946644 653746176 92732 33554432000 4194304 4964704 140733825267328 18446744073709551615 4652078 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1517/tid=1523] ppid=1515 vsize=638424 CPUtime=37.78 cores=0-7
/proc/1517/task/1523/stat : 1523 (claspmt) R 1515 1517 1249 0 -1 4202560 7426 0 0 0 3775 3 0 0 25 0 8 0 550946644 653746176 92732 33554432000 4194304 4964704 140733825267328 18446744073709551615 4370595 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1517/tid=1524] ppid=1515 vsize=638424 CPUtime=36.66 cores=0-7
/proc/1517/task/1524/stat : 1524 (claspmt) R 1515 1517 1249 0 -1 4202560 13233 0 0 0 3659 7 0 0 25 0 8 0 550946644 653746176 92732 33554432000 4194304 4964704 140733825267328 18446744073709551615 4362996 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1517/tid=1525] ppid=1515 vsize=638424 CPUtime=36.34 cores=0-7
/proc/1517/task/1525/stat : 1525 (claspmt) R 1515 1517 1249 0 -1 4202560 13796 0 0 0 3623 11 0 0 25 0 8 0 550946644 653746176 92732 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 296.26
Current children cumulated vsize (KiB) 638424

[startup+40.7108 s]
/proc/loadavg: 8.01 7.91 7.92 9/296 1526
/proc/meminfo: memFree=24972712/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=638424 CPUtime=302.73 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 112825 0 0 0 30226 47 0 0 25 0 8 0 550946440 653746176 92747 33554432000 4194304 4964704 140733825267328 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/1517/statm: 159606 92747 464 189 0 153955 0
[pid=1517/tid=1519] ppid=1515 vsize=638424 CPUtime=37.5 cores=0-7
/proc/1517/task/1519/stat : 1519 (claspmt) R 1515 1517 1249 0 -1 4202560 6677 0 0 0 3748 2 0 0 25 0 8 0 550946643 653746176 92747 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1517/tid=1520] ppid=1515 vsize=638424 CPUtime=37.48 cores=0-7
/proc/1517/task/1520/stat : 1520 (claspmt) R 1515 1517 1249 0 -1 4202560 12940 0 0 0 3741 7 0 0 25 0 8 0 550946643 653746176 92747 33554432000 4194304 4964704 140733825267328 18446744073709551615 4669333 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1517/tid=1521] ppid=1515 vsize=638424 CPUtime=37.5 cores=0-7
/proc/1517/task/1521/stat : 1521 (claspmt) R 1515 1517 1249 0 -1 4202560 12972 0 0 0 3744 6 0 0 25 0 8 0 550946643 653746176 92747 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1517/tid=1522] ppid=1515 vsize=638424 CPUtime=37.49 cores=0-7
/proc/1517/task/1522/stat : 1522 (claspmt) R 1515 1517 1249 0 -1 4202560 7295 0 0 0 3747 2 0 0 25 0 8 0 550946644 653746176 92747 33554432000 4194304 4964704 140733825267328 18446744073709551615 4370266 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1517/tid=1523] ppid=1515 vsize=638424 CPUtime=38.59 cores=0-7
/proc/1517/task/1523/stat : 1523 (claspmt) R 1515 1517 1249 0 -1 4202560 7428 0 0 0 3856 3 0 0 25 0 8 0 550946644 653746176 92747 33554432000 4194304 4964704 140733825267328 18446744073709551615 4370224 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1517/tid=1524] ppid=1515 vsize=638424 CPUtime=37.47 cores=0-7
/proc/1517/task/1524/stat : 1524 (claspmt) R 1515 1517 1249 0 -1 4202560 13234 0 0 0 3740 7 0 0 25 0 8 0 550946644 653746176 92747 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1517/tid=1525] ppid=1515 vsize=638424 CPUtime=37.14 cores=0-7
/proc/1517/task/1525/stat : 1525 (claspmt) R 1515 1517 1249 0 -1 4202560 13802 0 0 0 3703 11 0 0 25 0 8 0 550946644 653746176 92747 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668928 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 302.73
Current children cumulated vsize (KiB) 638424

[startup+41.5007 s]
/proc/loadavg: 8.01 7.91 7.92 9/296 1526
/proc/meminfo: memFree=24972712/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=638424 CPUtime=309.05 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 112828 0 0 0 30858 47 0 0 25 0 8 0 550946440 653746176 92750 33554432000 4194304 4964704 140733825267328 18446744073709551615 4364587 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/1517/statm: 159606 92750 464 189 0 153955 0
[pid=1517/tid=1519] ppid=1515 vsize=638424 CPUtime=38.29 cores=0-7
/proc/1517/task/1519/stat : 1519 (claspmt) R 1515 1517 1249 0 -1 4202560 6677 0 0 0 3827 2 0 0 25 0 8 0 550946643 653746176 92750 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670224 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1517/tid=1520] ppid=1515 vsize=638424 CPUtime=38.27 cores=0-7
/proc/1517/task/1520/stat : 1520 (claspmt) R 1515 1517 1249 0 -1 4202560 12940 0 0 0 3820 7 0 0 25 0 8 0 550946643 653746176 92750 33554432000 4194304 4964704 140733825267328 18446744073709551615 4342213 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=1517/tid=1521] ppid=1515 vsize=638424 CPUtime=38.29 cores=0-7
/proc/1517/task/1521/stat : 1521 (claspmt) R 1515 1517 1249 0 -1 4202560 12973 0 0 0 3823 6 0 0 25 0 8 0 550946643 653746176 92750 33554432000 4194304 4964704 140733825267328 18446744073709551615 4669200 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1517/tid=1522] ppid=1515 vsize=638424 CPUtime=38.28 cores=0-7
/proc/1517/task/1522/stat : 1522 (claspmt) R 1515 1517 1249 0 -1 4202560 7295 0 0 0 3826 2 0 0 25 0 8 0 550946644 653746176 92750 33554432000 4194304 4964704 140733825267328 18446744073709551615 4364590 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1517/tid=1523] ppid=1515 vsize=638424 CPUtime=39.38 cores=0-7
/proc/1517/task/1523/stat : 1523 (claspmt) R 1515 1517 1249 0 -1 4202560 7429 0 0 0 3935 3 0 0 25 0 8 0 550946644 653746176 92750 33554432000 4194304 4964704 140733825267328 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1517/tid=1524] ppid=1515 vsize=638424 CPUtime=38.26 cores=0-7
/proc/1517/task/1524/stat : 1524 (claspmt) R 1515 1517 1249 0 -1 4202560 13235 0 0 0 3819 7 0 0 25 0 8 0 550946644 653746176 92750 33554432000 4194304 4964704 140733825267328 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=1517/tid=1525] ppid=1515 vsize=638424 CPUtime=37.93 cores=0-7
/proc/1517/task/1525/stat : 1525 (claspmt) R 1515 1517 1249 0 -1 4202560 13802 0 0 0 3782 11 0 0 25 0 8 0 550946644 653746176 92750 33554432000 4194304 4964704 140733825267328 18446744073709551615 4669272 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 309.05
Current children cumulated vsize (KiB) 638424

[startup+41.9007 s]
/proc/loadavg: 8.01 7.91 7.92 9/296 1526
/proc/meminfo: memFree=24972836/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=613692 CPUtime=311.14 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 112838 0 0 0 31067 47 0 0 25 0 1 0 550946440 628420608 86577 33554432000 4194304 4964704 140733825267328 18446744073709551615 210204303259 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/1517/statm: 153423 86577 474 189 0 147772 0
Current children cumulated CPU time (s) 311.14
Current children cumulated vsize (KiB) 613692

[startup+42.0007 s]
/proc/loadavg: 8.01 7.91 7.92 9/296 1526
/proc/meminfo: memFree=24972836/32951124 swapFree=67107192/67111528
[pid=1517] ppid=1515 vsize=567672 CPUtime=311.24 cores=0-7
/proc/1517/stat : 1517 (claspmt) R 1515 1517 1249 0 -1 4202496 112838 0 0 0 31077 47 0 0 25 0 1 0 550946440 581296128 75026 33554432000 4194304 4964704 140733825267328 18446744073709551615 210204304366 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/1517/statm: 141918 75026 474 189 0 136267 0
Current children cumulated CPU time (s) 311.24
Current children cumulated vsize (KiB) 567672

Child status: 20
Real time (s): 42.07
CPU time (s): 311.324
CPU user time (s): 310.83
CPU system time (s): 0.493924
CPU usage (%): 740.013
Max. virtual memory (cumulated for all children) (KiB): 638424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.83
system time used= 0.493924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112839
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= 18741
involuntary context switches= 1342

runsolver used 0.116982 second user time and 0.272958 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-03 05:31:19
IDJOB=3322744
IDBENCH=88143
IDSOLVER=1711
FILE ID=node130/3322744-1304393479
RUNJOBID= node130-1304393242-1263
PBS_JOBID= 13181858
Free space on /tmp= 73700 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/manolios/c10idw_i.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-3322744-1304393479/watcher-3322744-1304393479 -o /tmp/evaluation-result-3322744-1304393479/solver-3322744-1304393479 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322744-1304393479.cnf

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

MD5SUM BENCH= c139a321e75833c70af36726562b66de
RANDOM SEED=1453040047

node130.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.838
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.67
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.838
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.83
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.838
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.75
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.838
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.81
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.838
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	: 5332.75
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.838
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.83
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.838
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.75
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25338268 kB
Buffers:        284036 kB
Cached:        2514160 kB
SwapCached:       2028 kB
Active:        5131196 kB
Inactive:      2169892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25338268 kB
SwapTotal:    67111528 kB
SwapFree:     67107192 kB
Dirty:           10828 kB
Writeback:          84 kB
AnonPages:     4502244 kB
Mapped:          24224 kB
Slab:           221140 kB
PageTables:      24784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51459820 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= 73700 MiB
End job on node130 at 2011-05-03 05:32:02