Trace number 3373508

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 736.797 186.381

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark113.98
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
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 ...421927/instance-3373508-1305421927.cnf
2.09/2.16	c Solving...
736.68/186.37	s UNSATISFIABLE
736.68/186.37	
736.68/186.37	c Models        : 0     
736.68/186.37	c Time          : 186.314s (Solving: 184.15s 1st Model: 0.00s Unsat: 184.15s)
736.68/186.37	c CPU Time      : 736.720s

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-3373508-1305421927/watcher-3373508-1305421927 -o /tmp/evaluation-result-3373508-1305421927/solver-3373508-1305421927 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373508-1305421927.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.98 8.15 8.13 5/304 18757
/proc/meminfo: memFree=11692736/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=26668 CPUtime=0 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 2115 0 0 0 0 0 0 0 24 0 1 0 653790683 27308032 1843 33554432000 4194304 4964800 140736050295216 18446744073709551615 255376998608 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/18757/statm: 6667 1844 385 189 0 1541 0

[startup+0.106538 s]
/proc/loadavg: 7.98 8.15 8.13 5/304 18757
/proc/meminfo: memFree=11692736/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=42288 CPUtime=0.09 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 7185 0 0 0 9 0 0 0 25 0 1 0 653790683 43302912 5762 33554432000 4194304 4964800 140736050295216 18446744073709551615 255376962245 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/18757/statm: 10572 5764 385 189 0 5446 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42288

[startup+0.200522 s]
/proc/loadavg: 7.98 8.15 8.13 5/304 18757
/proc/meminfo: memFree=11692736/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=58264 CPUtime=0.19 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 12462 0 0 0 18 1 0 0 25 0 1 0 653790683 59662336 9519 33554432000 4194304 4964800 140736050295216 18446744073709551615 255376962593 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/18757/statm: 14566 9521 385 189 0 9440 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 58264

[startup+0.300505 s]
/proc/loadavg: 7.98 8.15 8.13 5/304 18757
/proc/meminfo: memFree=11692736/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=76396 CPUtime=0.28 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 18259 0 0 0 27 1 0 0 25 0 1 0 653790683 78229504 13695 33554432000 4194304 4964800 140736050295216 18446744073709551615 4615610 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/18757/statm: 19099 13696 396 189 0 13973 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 76396

[startup+0.700428 s]
/proc/loadavg: 7.98 8.15 8.13 5/304 18757
/proc/meminfo: memFree=11692736/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=93964 CPUtime=0.69 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 22352 0 0 0 67 2 0 0 25 0 1 0 653790683 96219136 17788 33554432000 4194304 4964800 140736050295216 18446744073709551615 4607562 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/18757/statm: 23491 17788 398 189 0 18365 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93964

[startup+1.50028 s]
/proc/loadavg: 7.98 8.15 8.13 6/305 18758
/proc/meminfo: memFree=11622304/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=93964 CPUtime=1.49 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 22353 0 0 0 147 2 0 0 25 0 1 0 653790683 96219136 17789 33554432000 4194304 4964800 140736050295216 18446744073709551615 4607585 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/18757/statm: 23491 17789 398 189 0 18365 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93964

[startup+3.10095 s]
/proc/loadavg: 7.98 8.15 8.13 8/308 18761
/proc/meminfo: memFree=11591900/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=311888 CPUtime=5.69 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 49638 0 0 0 556 13 0 0 18 0 4 0 653790683 319373312 43208 33554432000 4194304 4964800 140736050295216 18446744073709551615 4660557 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 77972 43208 458 189 0 72321 0
[pid=18757/tid=18759] ppid=18755 vsize=311888 CPUtime=0.9 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 7699 0 0 0 87 3 0 0 18 0 4 0 653790900 319373312 43208 33554432000 4194304 4964800 140736050295216 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=311888 CPUtime=0.91 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 7121 0 0 0 89 2 0 0 18 0 4 0 653790900 319373312 43208 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=311888 CPUtime=0.9 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 9121 0 0 0 87 3 0 0 18 0 4 0 653790900 319373312 43208 33554432000 4194304 4964800 140736050295216 18446744073709551615 4313616 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 311888

[startup+6.30035 s]
/proc/loadavg: 7.99 8.15 8.13 9/308 18761
/proc/meminfo: memFree=11515024/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=311888 CPUtime=18.45 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 50680 0 0 0 1832 13 0 0 25 0 4 0 653790683 319373312 44250 33554432000 4194304 4964800 140736050295216 18446744073709551615 4320864 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 77972 44250 458 189 0 72321 0
[pid=18757/tid=18759] ppid=18755 vsize=311888 CPUtime=4.1 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 8023 0 0 0 407 3 0 0 25 0 4 0 653790900 319373312 44250 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=311888 CPUtime=4.11 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 7121 0 0 0 409 2 0 0 25 0 4 0 653790900 319373312 44250 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=311888 CPUtime=4.1 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 9449 0 0 0 407 3 0 0 25 0 4 0 653790900 319373312 44250 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18.45
Current children cumulated vsize (KiB) 311888

[startup+12.7012 s]
/proc/loadavg: 7.99 8.14 8.13 9/308 18761
/proc/meminfo: memFree=11491232/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=311888 CPUtime=43.98 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 51874 0 0 0 4384 14 0 0 25 0 4 0 653790683 319373312 45444 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670328 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 77972 45444 458 189 0 72321 0
[pid=18757/tid=18759] ppid=18755 vsize=311888 CPUtime=10.51 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 8182 0 0 0 1047 4 0 0 25 0 4 0 653790900 319373312 45444 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=311888 CPUtime=10.51 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 7121 0 0 0 1049 2 0 0 25 0 4 0 653790900 319373312 45444 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=311888 CPUtime=10.5 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 10231 0 0 0 1046 4 0 0 25 0 4 0 653790900 319373312 45444 33554432000 4194304 4964800 140736050295216 18446744073709551615 4668709 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 43.98
Current children cumulated vsize (KiB) 311888

[startup+25.5008 s]
/proc/loadavg: 7.99 8.14 8.13 9/308 18761
/proc/meminfo: memFree=11448808/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=316820 CPUtime=95.06 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 55024 0 0 0 9489 17 0 0 25 0 4 0 653790683 324423680 48594 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 79205 48594 460 189 0 73554 0
[pid=18757/tid=18759] ppid=18755 vsize=316820 CPUtime=23.3 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 8506 0 0 0 2326 4 0 0 25 0 4 0 653790900 324423680 48594 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=316820 CPUtime=23.31 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 8366 0 0 0 2329 2 0 0 25 0 4 0 653790900 324423680 48594 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=316820 CPUtime=23.3 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 11617 0 0 0 2325 5 0 0 25 0 4 0 653790900 324423680 48594 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 95.06
Current children cumulated vsize (KiB) 316820

[startup+51.1011 s]
/proc/loadavg: 8.07 8.14 8.13 9/308 18762
/proc/meminfo: memFree=11405140/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=329244 CPUtime=197.21 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 61366 0 0 0 19700 21 0 0 25 0 4 0 653790683 337145856 54936 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 82311 54936 460 189 0 76660 0
[pid=18757/tid=18759] ppid=18755 vsize=329244 CPUtime=48.9 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 9049 0 0 0 4886 4 0 0 25 0 4 0 653790900 337145856 54936 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=329244 CPUtime=48.91 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 11502 0 0 0 4887 4 0 0 25 0 4 0 653790900 337145856 54936 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=329244 CPUtime=48.91 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 13914 0 0 0 4883 8 0 0 25 0 4 0 653790900 337145856 54936 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 197.21
Current children cumulated vsize (KiB) 329244

[startup+102.301 s]
/proc/loadavg: 8.17 8.15 8.13 9/308 18764
/proc/meminfo: memFree=11327028/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=337968 CPUtime=401.54 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 68579 0 0 0 40126 28 0 0 25 0 4 0 653790683 346079232 62149 33554432000 4194304 4964800 140736050295216 18446744073709551615 4669445 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 84492 62149 460 189 0 78841 0
[pid=18757/tid=18759] ppid=18755 vsize=337968 CPUtime=100.11 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 10492 0 0 0 10005 6 0 0 25 0 4 0 653790900 346079232 62149 33554432000 4194304 4964800 140736050295216 18446744073709551615 4362287 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=337968 CPUtime=100.12 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 13791 0 0 0 10007 5 0 0 25 0 4 0 653790900 346079232 62149 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=337968 CPUtime=100.12 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 16448 0 0 0 10002 10 0 0 25 0 4 0 653790900 346079232 62149 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 401.54
Current children cumulated vsize (KiB) 337968

[startup+162.3 s]
/proc/loadavg: 8.06 8.12 8.12 9/308 18765
/proc/meminfo: memFree=11231660/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=406152 CPUtime=640.93 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 77633 0 0 0 64054 39 0 0 25 0 4 0 653790683 415899648 71191 33554432000 4194304 4964800 140736050295216 18446744073709551615 4320909 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 101538 71191 460 189 0 95887 0
[pid=18757/tid=18759] ppid=18755 vsize=406152 CPUtime=160.1 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 12483 0 0 0 16000 10 0 0 25 0 4 0 653790900 415899648 71191 33554432000 4194304 4964800 140736050295216 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=406152 CPUtime=160.11 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 17180 0 0 0 16002 9 0 0 25 0 4 0 653790900 415899648 71191 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=406152 CPUtime=160.11 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 18902 0 0 0 15999 12 0 0 25 0 4 0 653790900 415899648 71191 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 640.93
Current children cumulated vsize (KiB) 406152

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

[startup+166.401 s]
/proc/loadavg: 8.06 8.12 8.12 9/308 18765
/proc/meminfo: memFree=11223724/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=406152 CPUtime=657.28 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 78192 0 0 0 65689 39 0 0 25 0 4 0 653790683 415899648 71750 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670412 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 101538 71750 460 189 0 95887 0
[pid=18757/tid=18759] ppid=18755 vsize=406152 CPUtime=164.21 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 12483 0 0 0 16411 10 0 0 25 0 4 0 653790900 415899648 71750 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=406152 CPUtime=164.21 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 17478 0 0 0 16412 9 0 0 25 0 4 0 653790900 415899648 71750 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=406152 CPUtime=164.21 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 19163 0 0 0 16409 12 0 0 25 0 4 0 653790900 415899648 71750 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 657.28
Current children cumulated vsize (KiB) 406152

[startup+179.2 s]
/proc/loadavg: 8.19 8.14 8.13 9/308 18766
/proc/meminfo: memFree=11179332/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=406152 CPUtime=708.36 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 79061 0 0 0 70796 40 0 0 25 0 4 0 653790683 415899648 72619 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670264 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 101538 72619 460 189 0 95887 0
[pid=18757/tid=18759] ppid=18755 vsize=406152 CPUtime=177.01 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 12483 0 0 0 17691 10 0 0 25 0 4 0 653790900 415899648 72619 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=406152 CPUtime=177.02 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 18159 0 0 0 17692 10 0 0 25 0 4 0 653790900 415899648 72619 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=406152 CPUtime=177 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 19301 0 0 0 17688 12 0 0 25 0 4 0 653790900 415899648 72619 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 708.36
Current children cumulated vsize (KiB) 406152

[startup+182.401 s]
/proc/loadavg: 8.19 8.14 8.13 9/308 18766
/proc/meminfo: memFree=11170776/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=406152 CPUtime=721.13 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 79147 0 0 0 72073 40 0 0 25 0 4 0 653790683 415899648 72705 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670534 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 101538 72705 460 189 0 95887 0
[pid=18757/tid=18759] ppid=18755 vsize=406152 CPUtime=180.21 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 12490 0 0 0 18011 10 0 0 25 0 4 0 653790900 415899648 72705 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=406152 CPUtime=180.21 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 18161 0 0 0 18011 10 0 0 25 0 4 0 653790900 415899648 72705 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=406152 CPUtime=180.2 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 19301 0 0 0 18008 12 0 0 25 0 4 0 653790900 415899648 72705 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 721.13
Current children cumulated vsize (KiB) 406152

[startup+184 s]
/proc/loadavg: 8.17 8.14 8.13 9/308 18766
/proc/meminfo: memFree=11165688/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=406152 CPUtime=727.5 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 79147 0 0 0 72710 40 0 0 25 0 4 0 653790683 415899648 72705 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 101538 72705 460 189 0 95887 0
[pid=18757/tid=18759] ppid=18755 vsize=406152 CPUtime=181.81 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 12490 0 0 0 18171 10 0 0 25 0 4 0 653790900 415899648 72705 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=406152 CPUtime=181.81 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 18161 0 0 0 18171 10 0 0 25 0 4 0 653790900 415899648 72705 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=406152 CPUtime=181.8 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 19301 0 0 0 18168 12 0 0 25 0 4 0 653790900 415899648 72705 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 727.5
Current children cumulated vsize (KiB) 406152

[startup+185.601 s]
/proc/loadavg: 8.17 8.14 8.13 9/308 18766
/proc/meminfo: memFree=11164200/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=406152 CPUtime=733.9 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 79169 0 0 0 73350 40 0 0 25 0 4 0 653790683 415899648 72718 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 101538 72718 460 189 0 95887 0
[pid=18757/tid=18759] ppid=18755 vsize=406152 CPUtime=183.41 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 12512 0 0 0 18331 10 0 0 25 0 4 0 653790900 415899648 72718 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=406152 CPUtime=183.42 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 18161 0 0 0 18332 10 0 0 25 0 4 0 653790900 415899648 72718 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=406152 CPUtime=183.4 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 19301 0 0 0 18328 12 0 0 25 0 4 0 653790900 415899648 72718 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 733.9
Current children cumulated vsize (KiB) 406152

[startup+186.012 s]
/proc/loadavg: 8.17 8.14 8.13 9/308 18766
/proc/meminfo: memFree=11162588/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=406152 CPUtime=735.53 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 79169 0 0 0 73513 40 0 0 25 0 4 0 653790683 415899648 72718 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 101538 72718 460 189 0 95887 0
[pid=18757/tid=18759] ppid=18755 vsize=406152 CPUtime=183.82 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 12512 0 0 0 18372 10 0 0 25 0 4 0 653790900 415899648 72718 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=406152 CPUtime=183.83 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 18161 0 0 0 18373 10 0 0 25 0 4 0 653790900 415899648 72718 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=406152 CPUtime=183.81 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 19301 0 0 0 18369 12 0 0 25 0 4 0 653790900 415899648 72718 33554432000 4194304 4964800 140736050295216 18446744073709551615 4361295 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 735.53
Current children cumulated vsize (KiB) 406152

[startup+186.201 s]
/proc/loadavg: 8.17 8.14 8.13 9/308 18766
/proc/meminfo: memFree=11162588/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=406152 CPUtime=736.28 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 79169 0 0 0 73588 40 0 0 25 0 4 0 653790683 415899648 72718 33554432000 4194304 4964800 140736050295216 18446744073709551615 4668969 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 101538 72718 460 189 0 95887 0
[pid=18757/tid=18759] ppid=18755 vsize=406152 CPUtime=184.01 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 12512 0 0 0 18391 10 0 0 25 0 4 0 653790900 415899648 72718 33554432000 4194304 4964800 140736050295216 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=406152 CPUtime=184.02 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 18161 0 0 0 18392 10 0 0 25 0 4 0 653790900 415899648 72718 33554432000 4194304 4964800 140736050295216 18446744073709551615 4644886 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=406152 CPUtime=184 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 19301 0 0 0 18388 12 0 0 25 0 4 0 653790900 415899648 72718 33554432000 4194304 4964800 140736050295216 18446744073709551615 4684009 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 736.28
Current children cumulated vsize (KiB) 406152

[startup+186.301 s]
/proc/loadavg: 8.17 8.14 8.13 9/308 18766
/proc/meminfo: memFree=11162588/32951124 swapFree=66050672/67111528
[pid=18757] ppid=18755 vsize=406152 CPUtime=736.68 cores=0,2,4,6
/proc/18757/stat : 18757 (claspmt) R 18755 18757 18486 0 -1 4202496 79169 0 0 0 73628 40 0 0 25 0 4 0 653790683 415899648 72716 33554432000 4194304 4964800 140736050295216 18446744073709551615 4684777 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/18757/statm: 101538 72716 460 189 0 95887 0
[pid=18757/tid=18759] ppid=18755 vsize=406152 CPUtime=184.11 cores=0,2,4,6
/proc/18757/task/18759/stat : 18759 (claspmt) R 18755 18757 18486 0 -1 4202560 12512 0 0 0 18401 10 0 0 25 0 4 0 653790900 415899648 72716 33554432000 4194304 4964800 140736050295216 18446744073709551615 255376950668 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=18757/tid=18760] ppid=18755 vsize=406152 CPUtime=184.12 cores=0,2,4,6
/proc/18757/task/18760/stat : 18760 (claspmt) R 18755 18757 18486 0 -1 4202560 18161 0 0 0 18402 10 0 0 25 0 4 0 653790900 415899648 72716 33554432000 4194304 4964800 140736050295216 18446744073709551615 255376999010 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=18757/tid=18761] ppid=18755 vsize=406152 CPUtime=184.1 cores=0,2,4,6
/proc/18757/task/18761/stat : 18761 (claspmt) R 18755 18757 18486 0 -1 4202560 19301 0 0 0 18398 12 0 0 25 0 4 0 653790900 415899648 72716 33554432000 4194304 4964800 140736050295216 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 736.68
Current children cumulated vsize (KiB) 406152

Child status: 20
Real time (s): 186.381
CPU time (s): 736.797
CPU user time (s): 736.379
CPU system time (s): 0.417936
CPU usage (%): 395.319
Max. virtual memory (cumulated for all children) (KiB): 406152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 736.379
system time used= 0.417936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79181
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= 8755
involuntary context switches= 10843

runsolver used 0.513921 second user time and 1.3378 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 03:12:08
IDJOB=3373508
IDBENCH=82501
IDSOLVER=1853
FILE ID=node135/3373508-1305421927
RUNJOBID= node135-1305419508-18504
PBS_JOBID= 13324578
Free space on /tmp= 73316 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_b_unsat.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-3373508-1305421927/watcher-3373508-1305421927 -o /tmp/evaluation-result-3373508-1305421927/solver-3373508-1305421927 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373508-1305421927.cnf

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=1770219009

node135.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.851
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11693140 kB
Buffers:        280944 kB
Cached:        5936672 kB
SwapCached:      50684 kB
Active:       10290332 kB
Inactive:     10723176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11693140 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           19048 kB
Writeback:           0 kB
AnonPages:    14750356 kB
Mapped:          19640 kB
Slab:           135640 kB
PageTables:      47612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57453104 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73316 MiB
End job on node135 at 2011-05-15 03:15:15