Trace number 3361910

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20UNSAT 723.068 186.121

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.277
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
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 Parsing...
0.00/0.69	c ==============================================================================
0.00/0.69	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.69	c ==============================================================================
0.00/0.69	c |         0 | 1291713  3013997 |  387513       0        0     nan |  0.000 % |
5.40/5.48	c |         0 |  547995  2160666 |      --       0       --      -- |     --   | -743716/-853326
5.40/5.48	c ==============================================================================
5.40/5.48	c Result  :   #vars: 68748   #clauses: 547995   #literals: 2160666
5.40/5.48	c CPU time:   5.30619 s
5.40/5.48	c ==============================================================================
722.67/186.08	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
722.67/186.08	c ============================[ Problem Statistics ]=============================
722.67/186.08	c |                                                                             |
722.67/186.08	c threadId              : 0
722.67/186.08	c restarts              : 2691
722.67/186.08	c conflicts             : 491649         (687 /sec)
722.67/186.08	c decisions             : 4454062        (1.59 % random) (6222 /sec)
722.67/186.08	c propagations          : 323495109      (451901 /sec)
722.67/186.08	c conflict literals     : 10933653       (21.63 % deleted)
722.67/186.08	c Memory used           : 470.29 MB
722.67/186.08	c CPU time              : 715.854 s
722.67/186.08	
722.67/186.08	c --->m=4, e=8, aimd=1, HOME/679_many.cnf	time: 178.964	conflicts: 491649       
723.02/186.10	s UNSATISFIABLE

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-3361910-1305296397/watcher-3361910-1305296397 -o /tmp/evaluation-result-3361910-1305296397/solver-3361910-1305296397 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361910-1305296397.cnf aimd 1 

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: 0.00 0.00 0.00 1/310 679
/proc/meminfo: memFree=3950840/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=0 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641242201 8908800 250 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/679/statm: 2175 250 209 178 0 68 0

[startup+0.0213441 s]
/proc/loadavg: 0.00 0.00 0.00 1/310 679
/proc/meminfo: memFree=3950840/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=0 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641242201 8908800 250 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/679/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100316 s]
/proc/loadavg: 0.00 0.00 0.00 1/310 679
/proc/meminfo: memFree=3950840/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=0 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641242201 8908800 250 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/679/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300274 s]
/proc/loadavg: 0.00 0.00 0.00 1/310 679
/proc/meminfo: memFree=3950840/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=0 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641242201 8908800 250 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/679/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700202 s]
/proc/loadavg: 0.00 0.00 0.00 1/310 679
/proc/meminfo: memFree=3950840/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=0 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641242201 8908800 250 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/679/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50102 s]
/proc/loadavg: 0.00 0.00 0.00 2/312 681
/proc/meminfo: memFree=3774372/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=0 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641242201 8908800 250 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/679/statm: 2175 250 209 178 0 68 0
[pid=680] ppid=679 vsize=195868 CPUtime=1.49 cores=0-7
/proc/680/stat : 680 (SatElite) R 679 679 653 0 -1 4202496 48156 0 0 0 139 10 0 0 25 0 1 0 641242201 200568832 44529 33554432000 134512640 135034092 4291041424 18446744073709551615 134540787 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/680/statm: 48967 44529 68 128 0 48837 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 204568

[startup+3.10072 s]
/proc/loadavg: 0.08 0.02 0.01 2/312 681
/proc/meminfo: memFree=3755248/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=0 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641242201 8908800 250 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/679/statm: 2175 250 209 178 0 68 0
[pid=680] ppid=679 vsize=206080 CPUtime=3.09 cores=0-7
/proc/680/stat : 680 (SatElite) R 679 679 653 0 -1 4202496 50644 0 0 0 295 14 0 0 25 0 1 0 641242201 211025920 47017 33554432000 134512640 135034092 4291041424 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/680/statm: 51520 47017 68 128 0 51390 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 214780

[startup+6.30111 s]
/proc/loadavg: 0.08 0.02 0.01 2/312 681
/proc/meminfo: memFree=3717220/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 8700

[startup+12.7009 s]
/proc/loadavg: 0.46 0.10 0.03 5/315 685
/proc/meminfo: memFree=3700836/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
[pid=682] ppid=679 vsize=238496 CPUtime=24.09 cores=0-7
/proc/682/stat : 682 (manysat1.1_stat) R 679 679 653 0 -1 4202496 50203 0 0 0 2354 55 0 0 18 0 4 0 641242803 244219904 50044 33554432000 134512640 135305190 4292545216 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/682/statm: 59624 50044 84 194 0 59428 0
[pid=682/tid=683] ppid=679 vsize=238496 CPUtime=5.85 cores=0-7
/proc/682/task/683/stat : 683 (manysat1.1_stat) R 679 679 653 0 -1 4202560 2615 0 0 0 572 13 0 0 21 0 4 0 641242879 244219904 50044 33554432000 134512640 135305190 4292545216 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=682/tid=684] ppid=679 vsize=238496 CPUtime=5.82 cores=0-7
/proc/682/task/684/stat : 684 (manysat1.1_stat) R 679 679 653 0 -1 4202560 4958 0 0 0 569 13 0 0 18 0 4 0 641242879 244219904 50044 33554432000 134512640 135305190 4292545216 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=682/tid=685] ppid=679 vsize=238496 CPUtime=5.82 cores=0-7
/proc/682/task/685/stat : 685 (manysat1.1_stat) R 679 679 653 0 -1 4202560 2743 0 0 0 571 11 0 0 18 0 4 0 641242879 244219904 50044 33554432000 134512640 135305190 4292545216 18446744073709551615 134557478 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 30.09
Current children cumulated vsize (KiB) 247196

[startup+25.5005 s]
/proc/loadavg: 1.00 0.23 0.07 5/315 686
/proc/meminfo: memFree=3660200/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
[pid=682] ppid=679 vsize=279084 CPUtime=75.24 cores=0-7
/proc/682/stat : 682 (manysat1.1_stat) R 679 679 653 0 -1 4202496 60051 0 0 0 7461 63 0 0 18 0 4 0 641242803 285782016 59892 33554432000 134512640 135305190 4292545216 18446744073709551615 134530572 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/682/statm: 69771 59892 84 194 0 69575 0
[pid=682/tid=683] ppid=679 vsize=279084 CPUtime=18.65 cores=0-7
/proc/682/task/683/stat : 683 (manysat1.1_stat) R 679 679 653 0 -1 4202560 3831 0 0 0 1850 15 0 0 18 0 4 0 641242879 285782016 59892 33554432000 134512640 135305190 4292545216 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=682/tid=684] ppid=679 vsize=279084 CPUtime=18.62 cores=0-7
/proc/682/task/684/stat : 684 (manysat1.1_stat) R 679 679 653 0 -1 4202560 10886 0 0 0 1846 16 0 0 18 0 4 0 641242879 285782016 59892 33554432000 134512640 135305190 4292545216 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=682/tid=685] ppid=679 vsize=279084 CPUtime=18.59 cores=0-7
/proc/682/task/685/stat : 685 (manysat1.1_stat) R 679 679 653 0 -1 4202560 4006 0 0 0 1847 12 0 0 18 0 4 0 641242879 285782016 59892 33554432000 134512640 135305190 4292545216 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 81.24
Current children cumulated vsize (KiB) 287784

[startup+51.1007 s]
/proc/loadavg: 2.03 0.53 0.18 5/315 686
/proc/meminfo: memFree=3603648/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
[pid=682] ppid=679 vsize=335532 CPUtime=177.56 cores=0-7
/proc/682/stat : 682 (manysat1.1_stat) R 679 679 653 0 -1 4202496 74044 0 0 0 17680 76 0 0 19 0 4 0 641242803 343584768 73885 33554432000 134512640 135305190 4292545216 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/682/statm: 83883 73885 84 194 0 83687 0
[pid=682/tid=683] ppid=679 vsize=335532 CPUtime=44.22 cores=0-7
/proc/682/task/683/stat : 683 (manysat1.1_stat) R 679 679 653 0 -1 4202560 5042 0 0 0 4405 17 0 0 25 0 4 0 641242879 343584768 73885 33554432000 134512640 135305190 4292545216 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=682/tid=684] ppid=679 vsize=335532 CPUtime=44.21 cores=0-7
/proc/682/task/684/stat : 684 (manysat1.1_stat) R 679 679 653 0 -1 4202560 20571 0 0 0 4399 22 0 0 18 0 4 0 641242879 343584768 73885 33554432000 134512640 135305190 4292545216 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=682/tid=685] ppid=679 vsize=335532 CPUtime=44.18 cores=0-7
/proc/682/task/685/stat : 685 (manysat1.1_stat) R 679 679 653 0 -1 4202560 5309 0 0 0 4403 15 0 0 18 0 4 0 641242879 343584768 73885 33554432000 134512640 135305190 4292545216 18446744073709551615 134561695 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 183.56
Current children cumulated vsize (KiB) 344232

[startup+102.312 s]
/proc/loadavg: 3.21 1.11 0.39 5/315 688
/proc/meminfo: memFree=3538112/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
[pid=682] ppid=679 vsize=400980 CPUtime=382.3 cores=0-7
/proc/682/stat : 682 (manysat1.1_stat) R 679 679 653 0 -1 4202496 90237 0 0 0 38140 90 0 0 18 0 4 0 641242803 410603520 90078 33554432000 134512640 135305190 4292545216 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/682/statm: 100245 90078 84 194 0 100049 0
[pid=682/tid=683] ppid=679 vsize=400980 CPUtime=95.41 cores=0-7
/proc/682/task/683/stat : 683 (manysat1.1_stat) R 679 679 653 0 -1 4202560 6940 0 0 0 9522 19 0 0 25 0 4 0 641242879 410603520 90078 33554432000 134512640 135305190 4292545216 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=682/tid=684] ppid=679 vsize=400980 CPUtime=95.41 cores=0-7
/proc/682/task/684/stat : 684 (manysat1.1_stat) R 679 679 653 0 -1 4202560 30077 0 0 0 9513 28 0 0 18 0 4 0 641242879 410603520 90078 33554432000 134512640 135305190 4292545216 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=682/tid=685] ppid=679 vsize=400980 CPUtime=95.36 cores=0-7
/proc/682/task/685/stat : 685 (manysat1.1_stat) R 679 679 653 0 -1 4202560 7495 0 0 0 9518 18 0 0 18 0 4 0 641242879 410603520 90078 33554432000 134512640 135305190 4292545216 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 388.3
Current children cumulated vsize (KiB) 409680

[startup+162.301 s]
/proc/loadavg: 3.68 1.59 0.60 5/315 689
/proc/meminfo: memFree=3466288/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
[pid=682] ppid=679 vsize=475856 CPUtime=622.13 cores=0-7
/proc/682/stat : 682 (manysat1.1_stat) R 679 679 653 0 -1 4202496 108296 0 0 0 62104 109 0 0 25 0 4 0 641242803 487276544 108137 33554432000 134512640 135305190 4292545216 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/682/statm: 118964 108137 84 194 0 118768 0
[pid=682/tid=683] ppid=679 vsize=475856 CPUtime=155.35 cores=0-7
/proc/682/task/683/stat : 683 (manysat1.1_stat) R 679 679 653 0 -1 4202560 8912 0 0 0 15514 21 0 0 18 0 4 0 641242879 487276544 108137 33554432000 134512640 135305190 4292545216 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=682/tid=684] ppid=679 vsize=475856 CPUtime=155.39 cores=0-7
/proc/682/task/684/stat : 684 (manysat1.1_stat) R 679 679 653 0 -1 4202560 41640 0 0 0 15504 35 0 0 25 0 4 0 641242879 487276544 108137 33554432000 134512640 135305190 4292545216 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=682/tid=685] ppid=679 vsize=475856 CPUtime=155.31 cores=0-7
/proc/682/task/685/stat : 685 (manysat1.1_stat) R 679 679 653 0 -1 4202560 9515 0 0 0 15509 22 0 0 18 0 4 0 641242879 487276544 108137 33554432000 134512640 135305190 4292545216 18446744073709551615 134529630 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 628.13
Current children cumulated vsize (KiB) 484556

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

[startup+166.301 s]
/proc/loadavg: 3.71 1.63 0.62 5/315 689
/proc/meminfo: memFree=3464924/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
[pid=682] ppid=679 vsize=477144 CPUtime=638.13 cores=0-7
/proc/682/stat : 682 (manysat1.1_stat) R 679 679 653 0 -1 4202496 108652 0 0 0 63703 110 0 0 23 0 4 0 641242803 488595456 108493 33554432000 134512640 135305190 4292545216 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/682/statm: 119286 108493 84 194 0 119090 0
[pid=682/tid=683] ppid=679 vsize=477144 CPUtime=159.35 cores=0-7
/proc/682/task/683/stat : 683 (manysat1.1_stat) R 679 679 653 0 -1 4202560 8912 0 0 0 15914 21 0 0 25 0 4 0 641242879 488595456 108493 33554432000 134512640 135305190 4292545216 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=682/tid=684] ppid=679 vsize=477144 CPUtime=159.39 cores=0-7
/proc/682/task/684/stat : 684 (manysat1.1_stat) R 679 679 653 0 -1 4202560 41996 0 0 0 15904 35 0 0 19 0 4 0 641242879 488595456 108493 33554432000 134512640 135305190 4292545216 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=682/tid=685] ppid=679 vsize=477144 CPUtime=159.3 cores=0-7
/proc/682/task/685/stat : 685 (manysat1.1_stat) R 679 679 653 0 -1 4202560 9515 0 0 0 15908 22 0 0 19 0 4 0 641242879 488595456 108493 33554432000 134512640 135305190 4292545216 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 644.13
Current children cumulated vsize (KiB) 485844

[startup+179.1 s]
/proc/loadavg: 3.77 1.75 0.67 5/315 690
/proc/meminfo: memFree=3459588/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
[pid=682] ppid=679 vsize=481576 CPUtime=689.07 cores=0-7
/proc/682/stat : 682 (manysat1.1_stat) R 679 679 653 0 -1 4202496 109825 0 0 0 68792 115 0 0 25 0 4 0 641242803 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/682/statm: 120394 109666 84 194 0 120198 0
[pid=682/tid=683] ppid=679 vsize=481576 CPUtime=172.11 cores=0-7
/proc/682/task/683/stat : 683 (manysat1.1_stat) R 679 679 653 0 -1 4202560 9080 0 0 0 17189 22 0 0 25 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=682/tid=684] ppid=679 vsize=481576 CPUtime=172.03 cores=0-7
/proc/682/task/684/stat : 684 (manysat1.1_stat) R 679 679 653 0 -1 4202560 42559 0 0 0 17166 37 0 0 18 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=682/tid=685] ppid=679 vsize=481576 CPUtime=172.07 cores=0-7
/proc/682/task/685/stat : 685 (manysat1.1_stat) R 679 679 653 0 -1 4202560 9650 0 0 0 17184 23 0 0 18 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 695.07
Current children cumulated vsize (KiB) 490276

[startup+182.301 s]
/proc/loadavg: 3.77 1.75 0.67 5/315 690
/proc/meminfo: memFree=3459588/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
[pid=682] ppid=679 vsize=481576 CPUtime=701.87 cores=0-7
/proc/682/stat : 682 (manysat1.1_stat) R 679 679 653 0 -1 4202496 109825 0 0 0 70072 115 0 0 19 0 4 0 641242803 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/682/statm: 120394 109666 84 194 0 120198 0
[pid=682/tid=683] ppid=679 vsize=481576 CPUtime=175.32 cores=0-7
/proc/682/task/683/stat : 683 (manysat1.1_stat) R 679 679 653 0 -1 4202560 9080 0 0 0 17510 22 0 0 25 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=682/tid=684] ppid=679 vsize=481576 CPUtime=175.24 cores=0-7
/proc/682/task/684/stat : 684 (manysat1.1_stat) R 679 679 653 0 -1 4202560 42559 0 0 0 17486 38 0 0 25 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=682/tid=685] ppid=679 vsize=481576 CPUtime=175.27 cores=0-7
/proc/682/task/685/stat : 685 (manysat1.1_stat) R 679 679 653 0 -1 4202560 9650 0 0 0 17504 23 0 0 18 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 707.87
Current children cumulated vsize (KiB) 490276

[startup+183.901 s]
/proc/loadavg: 3.79 1.79 0.69 5/315 690
/proc/meminfo: memFree=3459588/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
[pid=682] ppid=679 vsize=481576 CPUtime=708.27 cores=0-7
/proc/682/stat : 682 (manysat1.1_stat) R 679 679 653 0 -1 4202496 109825 0 0 0 70712 115 0 0 19 0 4 0 641242803 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134549005 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/682/statm: 120394 109666 84 194 0 120198 0
[pid=682/tid=683] ppid=679 vsize=481576 CPUtime=176.91 cores=0-7
/proc/682/task/683/stat : 683 (manysat1.1_stat) R 679 679 653 0 -1 4202560 9080 0 0 0 17669 22 0 0 25 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=682/tid=684] ppid=679 vsize=481576 CPUtime=176.84 cores=0-7
/proc/682/task/684/stat : 684 (manysat1.1_stat) R 679 679 653 0 -1 4202560 42559 0 0 0 17646 38 0 0 18 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=682/tid=685] ppid=679 vsize=481576 CPUtime=176.87 cores=0-7
/proc/682/task/685/stat : 685 (manysat1.1_stat) R 679 679 653 0 -1 4202560 9650 0 0 0 17664 23 0 0 18 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134542031 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 714.27
Current children cumulated vsize (KiB) 490276

[startup+185.501 s]
/proc/loadavg: 3.79 1.79 0.69 5/315 690
/proc/meminfo: memFree=3459588/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
[pid=682] ppid=679 vsize=481576 CPUtime=714.66 cores=0-7
/proc/682/stat : 682 (manysat1.1_stat) R 679 679 653 0 -1 4202496 109825 0 0 0 71351 115 0 0 19 0 4 0 641242803 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/682/statm: 120394 109666 84 194 0 120198 0
[pid=682/tid=683] ppid=679 vsize=481576 CPUtime=178.51 cores=0-7
/proc/682/task/683/stat : 683 (manysat1.1_stat) R 679 679 653 0 -1 4202560 9080 0 0 0 17829 22 0 0 19 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=682/tid=684] ppid=679 vsize=481576 CPUtime=178.44 cores=0-7
/proc/682/task/684/stat : 684 (manysat1.1_stat) R 679 679 653 0 -1 4202560 42559 0 0 0 17806 38 0 0 18 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=682/tid=685] ppid=679 vsize=481576 CPUtime=178.47 cores=0-7
/proc/682/task/685/stat : 685 (manysat1.1_stat) R 679 679 653 0 -1 4202560 9650 0 0 0 17824 23 0 0 18 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 720.66
Current children cumulated vsize (KiB) 490276

[startup+185.912 s]
/proc/loadavg: 3.79 1.79 0.69 5/315 690
/proc/meminfo: memFree=3459588/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
[pid=682] ppid=679 vsize=481576 CPUtime=716.31 cores=0-7
/proc/682/stat : 682 (manysat1.1_stat) R 679 679 653 0 -1 4202496 109825 0 0 0 71515 116 0 0 19 0 4 0 641242803 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/682/statm: 120394 109666 84 194 0 120198 0
[pid=682/tid=683] ppid=679 vsize=481576 CPUtime=178.92 cores=0-7
/proc/682/task/683/stat : 683 (manysat1.1_stat) R 679 679 653 0 -1 4202560 9080 0 0 0 17870 22 0 0 20 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=682/tid=684] ppid=679 vsize=481576 CPUtime=178.85 cores=0-7
/proc/682/task/684/stat : 684 (manysat1.1_stat) R 679 679 653 0 -1 4202560 42559 0 0 0 17847 38 0 0 18 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=682/tid=685] ppid=679 vsize=481576 CPUtime=178.88 cores=0-7
/proc/682/task/685/stat : 685 (manysat1.1_stat) R 679 679 653 0 -1 4202560 9650 0 0 0 17865 23 0 0 18 0 4 0 641242879 493133824 109666 33554432000 134512640 135305190 4292545216 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 722.31
Current children cumulated vsize (KiB) 490276

[startup+186.101 s]
/proc/loadavg: 3.79 1.79 0.69 5/315 690
/proc/meminfo: memFree=3459588/32951124 swapFree=67093864/67111528
[pid=679] ppid=677 vsize=8700 CPUtime=6 cores=0-7
/proc/679/stat : 679 (manysat.sh) S 677 679 653 0 -1 4202496 357 56837 0 0 0 0 580 20 18 0 1 0 641242201 8908800 253 33554432000 4194304 4922060 140736555953520 18446744073709551615 212435836037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/679/statm: 2175 253 209 178 0 68 0
[pid=682] ppid=679 vsize=0 CPUtime=717.02 cores=0-7
/proc/682/stat : 682 (manysat1.1_stat) Z 679 679 653 0 -1 4202524 109840 0 0 0 71585 117 0 0 20 0 2 0 641242803 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/682/statm: 0 0 0 0 0 0 0
[pid=682/tid=684] ppid=679 vsize=0 CPUtime=179.03 cores=0-7
/proc/682/task/684/stat : 684 (manysat1.1_stat) R 679 679 653 0 -1 4203588 42559 0 0 0 17864 39 0 0 18 0 2 0 641242879 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 723.02
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 186.121
CPU time (s): 723.068
CPU user time (s): 721.667
CPU system time (s): 1.40079
CPU usage (%): 388.494
Max. virtual memory (cumulated for all children) (KiB): 490276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 721.667
system time used= 1.40079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167244
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= 65380
involuntary context switches= 2606

runsolver used 0.510922 second user time and 1.35679 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-13 16:19:58
IDJOB=3361910
IDBENCH=69591
IDSOLVER=1839
FILE ID=node102/3361910-1305296397
RUNJOBID= node102-1305296397-667
PBS_JOBID= 13321451
Free space on /tmp= 44768 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361910-1305296397/watcher-3361910-1305296397 -o /tmp/evaluation-result-3361910-1305296397/solver-3361910-1305296397 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361910-1305296397.cnf aimd 1

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1589172287

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.828
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.82
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.828
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3951244 kB
Buffers:        236696 kB
Cached:        9899024 kB
SwapCached:       1168 kB
Active:       21916360 kB
Inactive:      6658448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3951244 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           25228 kB
Writeback:           0 kB
AnonPages:    18437992 kB
Mapped:          25920 kB
Slab:           308100 kB
PageTables:      52608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59035404 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= 44764 MiB
End job on node102 at 2011-05-13 16:23:05