Trace number 3362109

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 510.06 129.393

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step15.cnf
MD5SUM86980f7370ece00291f2970256db731a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark63.2044
Satisfiable
(Un)Satisfiability was proved
Number of variables63349
Number of clauses943492
Sum of the clauses size2149412
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2908736
Number of clauses of size 32676
Number of clauses of size 41261
Number of clauses of size 54705
Number of clauses of size over 525912

Solver Data

0.00/0.00	c Parsing...
0.00/0.32	c ==============================================================================
0.00/0.32	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.32	c ==============================================================================
0.00/0.32	c |         0 |  942447  2147524 |  282734       0        0     nan |  0.000 % |
0.00/0.61	c |         0 |  932723  2124487 |      --       0       --      -- |     --   | -8202/-16504
0.00/0.61	c ==============================================================================
0.00/0.61	c Result  :   #vars: 56496   #clauses: 932723   #literals: 2124487
0.00/0.61	c CPU time:   0.580911 s
0.00/0.61	c ==============================================================================
509.79/129.35	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
509.79/129.35	c ============================[ Problem Statistics ]=============================
509.79/129.35	c |                                                                             |
509.79/129.35	c threadId              : 3
509.79/129.35	c restarts              : 108
509.79/129.35	c conflicts             : 75883          (149 /sec)
509.79/129.35	c decisions             : 153470         (1.78 % random) (302 /sec)
509.79/129.35	c propagations          : 160719784      (316100 /sec)
509.79/129.35	c conflict literals     : 44997331       (35.62 % deleted)
509.79/129.35	c Memory used           : 754.77 MB
509.79/129.35	c CPU time              : 508.447 s
509.79/129.35	
509.79/129.35	c --->m=4, e=8, aimd=1, HOME/20410_many.cnf	time: 127.112	conflicts: 75883        
509.79/129.38	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-3362109-1305299114/watcher-3362109-1305299114 -o /tmp/evaluation-result-3362109-1305299114/solver-3362109-1305299114 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362109-1305299114.cnf aimd 1 

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: 6.98 7.60 7.41 5/295 20410
/proc/meminfo: memFree=23017748/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622327346 8908800 249 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20410/statm: 2175 249 209 178 0 68 0

[startup+0.0527349 s]
/proc/loadavg: 6.98 7.60 7.41 5/295 20410
/proc/meminfo: memFree=23017748/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622327346 8908800 249 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20410/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100726 s]
/proc/loadavg: 6.98 7.60 7.41 5/295 20410
/proc/meminfo: memFree=23017748/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622327346 8908800 249 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20410/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300717 s]
/proc/loadavg: 6.98 7.60 7.41 5/295 20410
/proc/meminfo: memFree=23017748/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622327346 8908800 249 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20410/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700615 s]
/proc/loadavg: 6.98 7.60 7.41 5/295 20410
/proc/meminfo: memFree=23017748/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622327346 8908800 249 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20410/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50043 s]
/proc/loadavg: 6.98 7.60 7.41 6/297 20412
/proc/meminfo: memFree=22922500/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 8700

[startup+3.10114 s]
/proc/loadavg: 6.98 7.60 7.41 9/300 20416
/proc/meminfo: memFree=22766252/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=247840 CPUtime=5.23 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 52978 0 0 0 514 9 0 0 18 0 4 0 622327452 253788160 52827 33554432000 134512640 135305190 4289982000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20413/statm: 61960 52827 84 194 0 61764 0
[pid=20413/tid=20414] ppid=20410 vsize=247840 CPUtime=1.06 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 566 0 0 0 105 1 0 0 19 0 4 0 622327549 253788160 52827 33554432000 134512640 135305190 4289982000 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=247840 CPUtime=1.06 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 720 0 0 0 105 1 0 0 19 0 4 0 622327549 253788160 52827 33554432000 134512640 135305190 4289982000 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=247840 CPUtime=1.06 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 958 0 0 0 106 0 0 0 19 0 4 0 622327549 253788160 52827 33554432000 134512640 135305190 4289982000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 256540

[startup+6.30054 s]
/proc/loadavg: 7.06 7.61 7.41 9/300 20417
/proc/meminfo: memFree=22710080/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=263092 CPUtime=17.97 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 56991 0 0 0 1786 11 0 0 25 0 4 0 622327452 269406208 56840 33554432000 134512640 135305190 4289982000 18446744073709551615 134551639 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20413/statm: 65773 56840 84 194 0 65577 0
[pid=20413/tid=20414] ppid=20410 vsize=263092 CPUtime=4.25 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 1367 0 0 0 424 1 0 0 25 0 4 0 622327549 269406208 56840 33554432000 134512640 135305190 4289982000 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=263092 CPUtime=4.25 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 2015 0 0 0 424 1 0 0 25 0 4 0 622327549 269406208 56840 33554432000 134512640 135305190 4289982000 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=263092 CPUtime=4.25 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 1747 0 0 0 424 1 0 0 25 0 4 0 622327549 269406208 56840 33554432000 134512640 135305190 4289982000 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.02
Current children cumulated vsize (KiB) 271792

[startup+12.7004 s]
/proc/loadavg: 7.14 7.61 7.42 9/300 20417
/proc/meminfo: memFree=22652088/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=304828 CPUtime=43.5 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 67531 0 0 0 4337 13 0 0 25 0 4 0 622327452 312143872 67380 33554432000 134512640 135305190 4289982000 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20413/statm: 76207 67380 84 194 0 76011 0
[pid=20413/tid=20414] ppid=20410 vsize=304828 CPUtime=10.66 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 3285 0 0 0 1064 2 0 0 25 0 4 0 622327549 312143872 67380 33554432000 134512640 135305190 4289982000 18446744073709551615 134557253 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=304828 CPUtime=10.65 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 6574 0 0 0 1064 1 0 0 25 0 4 0 622327549 312143872 67380 33554432000 134512640 135305190 4289982000 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=304828 CPUtime=10.65 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 3352 0 0 0 1063 2 0 0 25 0 4 0 622327549 312143872 67380 33554432000 134512640 135305190 4289982000 18446744073709551615 134556807 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.55
Current children cumulated vsize (KiB) 313528

[startup+25.501 s]
/proc/loadavg: 7.33 7.63 7.42 9/300 20417
/proc/meminfo: memFree=22462852/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=388732 CPUtime=94.58 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 88367 0 0 0 9438 20 0 0 25 0 4 0 622327452 398061568 88216 33554432000 134512640 135305190 4289982000 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20413/statm: 97183 88216 84 194 0 96987 0
[pid=20413/tid=20414] ppid=20410 vsize=388732 CPUtime=23.45 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 7111 0 0 0 2342 3 0 0 25 0 4 0 622327549 398061568 88216 33554432000 134512640 135305190 4289982000 18446744073709551615 134529123 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=388732 CPUtime=23.45 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 15422 0 0 0 2341 4 0 0 25 0 4 0 622327549 398061568 88216 33554432000 134512640 135305190 4289982000 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=388732 CPUtime=23.45 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 6845 0 0 0 2342 3 0 0 25 0 4 0 622327549 398061568 88216 33554432000 134512640 135305190 4289982000 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 95.63
Current children cumulated vsize (KiB) 397432

[startup+51.1003 s]
/proc/loadavg: 7.63 7.68 7.44 9/300 20418
/proc/meminfo: memFree=22129240/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=489416 CPUtime=196.73 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 113460 0 0 0 19645 28 0 0 25 0 4 0 622327452 501161984 113309 33554432000 134512640 135305190 4289982000 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20413/statm: 122354 113309 84 194 0 122158 0
[pid=20413/tid=20414] ppid=20410 vsize=489416 CPUtime=49.04 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 13329 0 0 0 4899 5 0 0 25 0 4 0 622327549 501161984 113309 33554432000 134512640 135305190 4289982000 18446744073709551615 134551741 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=489416 CPUtime=49.04 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 19679 0 0 0 4899 5 0 0 25 0 4 0 622327549 501161984 113309 33554432000 134512640 135305190 4289982000 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=489416 CPUtime=49.05 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 13368 0 0 0 4900 5 0 0 25 0 4 0 622327549 501161984 113309 33554432000 134512640 135305190 4289982000 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 197.78
Current children cumulated vsize (KiB) 498116

[startup+102.311 s]
/proc/loadavg: 7.84 7.72 7.47 9/300 20419
/proc/meminfo: memFree=21534260/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=657932 CPUtime=401.05 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 155609 0 0 0 40063 42 0 0 25 0 4 0 622327452 673722368 155458 33554432000 134512640 135305190 4289982000 18446744073709551615 134551757 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20413/statm: 164483 155458 84 194 0 164287 0
[pid=20413/tid=20414] ppid=20410 vsize=657932 CPUtime=100.24 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 25506 0 0 0 10015 9 0 0 25 0 4 0 622327549 673722368 155458 33554432000 134512640 135305190 4289982000 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=657932 CPUtime=100.24 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 27176 0 0 0 10016 8 0 0 25 0 4 0 622327549 673722368 155458 33554432000 134512640 135305190 4289982000 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=657932 CPUtime=100.25 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 22859 0 0 0 10016 9 0 0 25 0 4 0 622327549 673722368 155458 33554432000 134512640 135305190 4289982000 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 666632

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

[startup+115.1 s]
/proc/loadavg: 7.95 7.75 7.48 9/300 20419
/proc/meminfo: memFree=21348872/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=726192 CPUtime=452.1 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 172485 0 0 0 45163 47 0 0 25 0 4 0 622327452 743620608 172334 33554432000 134512640 135305190 4289982000 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20413/statm: 181548 172334 84 194 0 181352 0
[pid=20413/tid=20414] ppid=20410 vsize=726192 CPUtime=113.03 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 29284 0 0 0 11293 10 0 0 25 0 4 0 622327549 743620608 172334 33554432000 134512640 135305190 4289982000 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=726192 CPUtime=113.03 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 30805 0 0 0 11294 9 0 0 25 0 4 0 622327549 743620608 172334 33554432000 134512640 135305190 4289982000 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=726192 CPUtime=113.04 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 27842 0 0 0 11294 10 0 0 25 0 4 0 622327549 743620608 172334 33554432000 134512640 135305190 4289982000 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 453.15
Current children cumulated vsize (KiB) 734892

[startup+121.5 s]
/proc/loadavg: 7.95 7.76 7.49 9/300 20420
/proc/meminfo: memFree=21255500/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=756356 CPUtime=477.64 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 180009 0 0 0 47714 50 0 0 25 0 4 0 622327452 774508544 179858 33554432000 134512640 135305190 4289982000 18446744073709551615 134557241 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20413/statm: 189089 179858 84 194 0 188893 0
[pid=20413/tid=20414] ppid=20410 vsize=756356 CPUtime=119.43 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 31245 0 0 0 11932 11 0 0 25 0 4 0 622327549 774508544 179858 33554432000 134512640 135305190 4289982000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=756356 CPUtime=119.42 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 32476 0 0 0 11933 9 0 0 25 0 4 0 622327549 774508544 179858 33554432000 134512640 135305190 4289982000 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=756356 CPUtime=119.44 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 30154 0 0 0 11933 11 0 0 25 0 4 0 622327549 774508544 179858 33554432000 134512640 135305190 4289982000 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 478.69
Current children cumulated vsize (KiB) 765056

[startup+124.701 s]
/proc/loadavg: 7.95 7.76 7.49 9/300 20420
/proc/meminfo: memFree=21216192/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=762304 CPUtime=490.39 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 181762 0 0 0 48989 50 0 0 25 0 4 0 622327452 780599296 181611 33554432000 134512640 135305190 4289982000 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20413/statm: 190576 181611 84 194 0 190380 0
[pid=20413/tid=20414] ppid=20410 vsize=762304 CPUtime=122.63 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 31626 0 0 0 12252 11 0 0 25 0 4 0 622327549 780599296 181611 33554432000 134512640 135305190 4289982000 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=762304 CPUtime=122.61 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 32738 0 0 0 12252 9 0 0 25 0 4 0 622327549 780599296 181611 33554432000 134512640 135305190 4289982000 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=762304 CPUtime=122.62 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 30856 0 0 0 12251 11 0 0 25 0 4 0 622327549 780599296 181611 33554432000 134512640 135305190 4289982000 18446744073709551615 134551661 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 491.44
Current children cumulated vsize (KiB) 771004

[startup+127.901 s]
/proc/loadavg: 7.95 7.76 7.49 9/300 20420
/proc/meminfo: memFree=21179608/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=772576 CPUtime=503.15 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 184302 0 0 0 50264 51 0 0 25 0 4 0 622327452 791117824 184151 33554432000 134512640 135305190 4289982000 18446744073709551615 134546886 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20413/statm: 193144 184151 84 194 0 192948 0
[pid=20413/tid=20414] ppid=20410 vsize=772576 CPUtime=125.83 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 32337 0 0 0 12571 12 0 0 25 0 4 0 622327549 791117824 184151 33554432000 134512640 135305190 4289982000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=772576 CPUtime=125.82 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 33158 0 0 0 12572 10 0 0 25 0 4 0 622327549 791117824 184151 33554432000 134512640 135305190 4289982000 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=772576 CPUtime=125.78 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 31736 0 0 0 12567 11 0 0 25 0 4 0 622327549 791117824 184151 33554432000 134512640 135305190 4289982000 18446744073709551615 134528421 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 504.2
Current children cumulated vsize (KiB) 781276

[startup+128.711 s]
/proc/loadavg: 7.95 7.76 7.49 9/300 20420
/proc/meminfo: memFree=21169440/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=772696 CPUtime=506.38 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 184307 0 0 0 50587 51 0 0 25 0 4 0 622327452 791240704 184156 33554432000 134512640 135305190 4289982000 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20413/statm: 193174 184156 84 194 0 192978 0
[pid=20413/tid=20414] ppid=20410 vsize=772696 CPUtime=126.63 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 32337 0 0 0 12651 12 0 0 25 0 4 0 622327549 791240704 184156 33554432000 134512640 135305190 4289982000 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=772696 CPUtime=126.63 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 33159 0 0 0 12653 10 0 0 25 0 4 0 622327549 791240704 184156 33554432000 134512640 135305190 4289982000 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=772696 CPUtime=126.58 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 31736 0 0 0 12647 11 0 0 25 0 4 0 622327549 791240704 184156 33554432000 134512640 135305190 4289982000 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 507.43
Current children cumulated vsize (KiB) 781396

[startup+129.101 s]
/proc/loadavg: 7.95 7.76 7.49 9/300 20420
/proc/meminfo: memFree=21169440/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=772884 CPUtime=507.94 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 184324 0 0 0 50743 51 0 0 25 0 4 0 622327452 791433216 184173 33554432000 134512640 135305190 4289982000 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20413/statm: 193221 184173 84 194 0 193025 0
[pid=20413/tid=20414] ppid=20410 vsize=772884 CPUtime=127.02 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 32337 0 0 0 12690 12 0 0 25 0 4 0 622327549 791433216 184173 33554432000 134512640 135305190 4289982000 18446744073709551615 134563890 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=772884 CPUtime=127.02 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 33174 0 0 0 12692 10 0 0 25 0 4 0 622327549 791433216 184173 33554432000 134512640 135305190 4289982000 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=772884 CPUtime=126.97 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 31736 0 0 0 12686 11 0 0 25 0 4 0 622327549 791433216 184173 33554432000 134512640 135305190 4289982000 18446744073709551615 134551733 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 508.99
Current children cumulated vsize (KiB) 781584

[startup+129.301 s]
/proc/loadavg: 7.95 7.76 7.49 9/300 20420
/proc/meminfo: memFree=21169440/32951124 swapFree=63485424/67111528
[pid=20410] ppid=20408 vsize=8700 CPUtime=1.05 cores=0,2,4,6
/proc/20410/stat : 20410 (manysat.sh) S 20408 20410 19790 0 -1 4202496 356 18802 0 0 0 0 101 4 18 0 1 0 622327346 8908800 252 33554432000 4194304 4922060 140734026428784 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20410/statm: 2175 252 209 178 0 68 0
[pid=20413] ppid=20410 vsize=772884 CPUtime=508.74 cores=0,2,4,6
/proc/20413/stat : 20413 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202496 184325 0 0 0 50823 51 0 0 25 0 4 0 622327452 791433216 184174 33554432000 134512640 135305190 4289982000 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20413/statm: 193221 184174 84 194 0 193025 0
[pid=20413/tid=20414] ppid=20410 vsize=772884 CPUtime=127.22 cores=0,2,4,6
/proc/20413/task/20414/stat : 20414 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 32337 0 0 0 12710 12 0 0 25 0 4 0 622327549 791433216 184174 33554432000 134512640 135305190 4289982000 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20413/tid=20415] ppid=20410 vsize=772884 CPUtime=127.22 cores=0,2,4,6
/proc/20413/task/20415/stat : 20415 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 33174 0 0 0 12712 10 0 0 25 0 4 0 622327549 791433216 184174 33554432000 134512640 135305190 4289982000 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20413/tid=20416] ppid=20410 vsize=772884 CPUtime=127.17 cores=0,2,4,6
/proc/20413/task/20416/stat : 20416 (manysat1.1_stat) R 20410 20410 19790 0 -1 4202560 31737 0 0 0 12706 11 0 0 25 0 4 0 622327549 791433216 184174 33554432000 134512640 135305190 4289982000 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 509.79
Current children cumulated vsize (KiB) 781584

Child status: 20
Real time (s): 129.393
CPU time (s): 510.06
CPU user time (s): 509.46
CPU system time (s): 0.600908
CPU usage (%): 394.195
Max. virtual memory (cumulated for all children) (KiB): 781584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 509.46
system time used= 0.600908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203711
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= 8060
involuntary context switches= 2298

runsolver used 0.329949 second user time and 0.85187 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-13 17:05:14
IDJOB=3362109
IDBENCH=82420
IDSOLVER=1838
FILE ID=node147/3362109-1305299114
RUNJOBID= node147-1305296390-19808
PBS_JOBID= 13321406
Free space on /tmp= 52384 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step15.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362109-1305299114/watcher-3362109-1305299114 -o /tmp/evaluation-result-3362109-1305299114/solver-3362109-1305299114 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362109-1305299114.cnf aimd 1

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

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=834903335

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      23018028 kB
Buffers:        230384 kB
Cached:        4978712 kB
SwapCached:      13132 kB
Active:        3006880 kB
Inactive:      6704680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23018028 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:          120904 kB
Writeback:           0 kB
AnonPages:     4497636 kB
Mapped:          15456 kB
Slab:           128540 kB
PageTables:      31884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46384936 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= 52384 MiB
End job on node147 at 2011-05-13 17:07:24