Trace number 3362207

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 483.743 122.743

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.343
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.34	c ==============================================================================
0.00/0.34	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.34	c ==============================================================================
0.00/0.34	c |         0 |  763101  2854525 |  228930       0        0     nan |  0.000 % |
0.00/0.42	c |         0 |  760817  2851295 |      --       0       --      -- |     --   | -2284/-3230
0.00/0.42	c ==============================================================================
0.00/0.42	c Result  :   #vars: 31632   #clauses: 760817   #literals: 2851295
0.00/0.42	c CPU time:   0.371943 s
0.00/0.42	c ==============================================================================
483.62/122.72	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
483.62/122.72	c ============================[ Problem Statistics ]=============================
483.62/122.72	c |                                                                             |
483.62/122.72	c threadId              : 0
483.62/122.72	c restarts              : 252
483.62/122.72	c conflicts             : 256203         (531 /sec)
483.62/122.72	c decisions             : 310531         (1.97 % random) (644 /sec)
483.62/122.72	c propagations          : 60411935       (125222 /sec)
483.62/122.72	c conflict literals     : 4781516        (50.70 % deleted)
483.62/122.72	c Memory used           : 312.32 MB
483.62/122.72	c CPU time              : 482.438 s
483.62/122.72	
483.62/122.72	c --->m=4, e=8, aimd=1, HOME/31504_many.cnf	time: 120.609	conflicts: 256203       
483.62/122.73	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-3362207-1305299728/watcher-3362207-1305299728 -o /tmp/evaluation-result-3362207-1305299728/solver-3362207-1305299728 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362207-1305299728.cnf aimd 1 

running on 4 cores: 1,3,5,7

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.82 8.05 7.79 6/368 31504
/proc/meminfo: memFree=9353800/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 622389141 8908800 250 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31504/statm: 2175 250 209 178 0 68 0

[startup+0.018351 s]
/proc/loadavg: 7.82 8.05 7.79 6/368 31504
/proc/meminfo: memFree=9353800/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 622389141 8908800 250 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31504/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100348 s]
/proc/loadavg: 7.82 8.05 7.79 6/368 31504
/proc/meminfo: memFree=9353800/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 622389141 8908800 250 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31504/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300302 s]
/proc/loadavg: 7.82 8.05 7.79 6/368 31504
/proc/meminfo: memFree=9353800/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 622389141 8908800 250 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31504/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700228 s]
/proc/loadavg: 7.82 8.05 7.79 6/368 31504
/proc/meminfo: memFree=9353800/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 622389141 8908800 250 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31504/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50109 s]
/proc/loadavg: 7.60 8.00 7.78 6/370 31508
/proc/meminfo: memFree=9322540/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=131940 CPUtime=0.5 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 31597 0 0 0 47 3 0 0 20 0 1 0 622389239 135106560 31531 33554432000 134512640 135305190 4294210464 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/31508/statm: 32985 31531 72 194 0 32789 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 140640

[startup+3.10077 s]
/proc/loadavg: 7.60 8.00 7.78 9/373 31511
/proc/meminfo: memFree=9132548/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=235692 CPUtime=5.77 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 49255 0 0 0 565 12 0 0 19 0 4 0 622389239 241348608 49187 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31508/statm: 58923 49187 84 194 0 58727 0
[pid=31508/tid=31509] ppid=31504 vsize=235692 CPUtime=1.22 cores=1,3,5,7
/proc/31508/task/31509/stat : 31509 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 1191 0 0 0 121 1 0 0 19 0 4 0 622389325 241348608 49187 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31508/tid=31510] ppid=31504 vsize=235692 CPUtime=1.21 cores=1,3,5,7
/proc/31508/task/31510/stat : 31510 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 1177 0 0 0 120 1 0 0 19 0 4 0 622389325 241348608 49187 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31508/tid=31511] ppid=31504 vsize=235692 CPUtime=1.23 cores=1,3,5,7
/proc/31508/task/31511/stat : 31511 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 1253 0 0 0 122 1 0 0 19 0 4 0 622389325 241348608 49187 33554432000 134512640 135305190 4294210464 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 244392

[startup+6.3012 s]
/proc/loadavg: 7.60 8.00 7.78 9/373 31511
/proc/meminfo: memFree=9105644/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=242564 CPUtime=18.52 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 50888 0 0 0 1839 13 0 0 25 0 4 0 622389239 248385536 50820 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31508/statm: 60641 50820 84 194 0 60445 0
[pid=31508/tid=31509] ppid=31504 vsize=242564 CPUtime=4.42 cores=1,3,5,7
/proc/31508/task/31509/stat : 31509 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 1601 0 0 0 441 1 0 0 25 0 4 0 622389325 248385536 50820 33554432000 134512640 135305190 4294210464 18446744073709551615 134846412 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31508/tid=31510] ppid=31504 vsize=242564 CPUtime=4.41 cores=1,3,5,7
/proc/31508/task/31510/stat : 31510 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 1589 0 0 0 439 2 0 0 25 0 4 0 622389325 248385536 50820 33554432000 134512640 135305190 4294210464 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31508/tid=31511] ppid=31504 vsize=242564 CPUtime=4.44 cores=1,3,5,7
/proc/31508/task/31511/stat : 31511 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 1602 0 0 0 442 2 0 0 25 0 4 0 622389325 248385536 50820 33554432000 134512640 135305190 4294210464 18446744073709551615 134528784 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19.5
Current children cumulated vsize (KiB) 251264

[startup+12.7011 s]
/proc/loadavg: 7.66 8.00 7.78 9/373 31511
/proc/meminfo: memFree=9093500/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=251372 CPUtime=44.04 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 53068 0 0 0 4389 15 0 0 25 0 4 0 622389239 257404928 52998 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31508/statm: 62843 52998 84 194 0 62647 0
[pid=31508/tid=31509] ppid=31504 vsize=251372 CPUtime=10.82 cores=1,3,5,7
/proc/31508/task/31509/stat : 31509 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 2024 0 0 0 1080 2 0 0 25 0 4 0 622389325 257404928 52998 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31508/tid=31510] ppid=31504 vsize=251372 CPUtime=10.8 cores=1,3,5,7
/proc/31508/task/31510/stat : 31510 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 2211 0 0 0 1078 2 0 0 25 0 4 0 622389325 257404928 52998 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31508/tid=31511] ppid=31504 vsize=251372 CPUtime=10.83 cores=1,3,5,7
/proc/31508/task/31511/stat : 31511 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 2205 0 0 0 1081 2 0 0 25 0 4 0 622389325 257404928 52998 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 45.02
Current children cumulated vsize (KiB) 260072

[startup+25.5008 s]
/proc/loadavg: 7.78 8.01 7.79 9/373 31511
/proc/meminfo: memFree=9084376/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=261968 CPUtime=95.07 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 55663 0 0 0 9490 17 0 0 25 0 4 0 622389239 268255232 55593 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31508/statm: 65492 55593 84 194 0 65296 0
[pid=31508/tid=31509] ppid=31504 vsize=261968 CPUtime=23.62 cores=1,3,5,7
/proc/31508/task/31509/stat : 31509 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 2659 0 0 0 2359 3 0 0 25 0 4 0 622389325 268255232 55593 33554432000 134512640 135305190 4294210464 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31508/tid=31510] ppid=31504 vsize=261968 CPUtime=23.6 cores=1,3,5,7
/proc/31508/task/31510/stat : 31510 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 2969 0 0 0 2357 3 0 0 25 0 4 0 622389325 268255232 55593 33554432000 134512640 135305190 4294210464 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31508/tid=31511] ppid=31504 vsize=261968 CPUtime=23.64 cores=1,3,5,7
/proc/31508/task/31511/stat : 31511 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 2837 0 0 0 2361 3 0 0 25 0 4 0 622389325 268255232 55593 33554432000 134512640 135305190 4294210464 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 96.05
Current children cumulated vsize (KiB) 270668

[startup+51.1012 s]
/proc/loadavg: 7.87 8.01 7.79 9/373 31512
/proc/meminfo: memFree=9051852/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=281072 CPUtime=197.16 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 60406 0 0 0 19695 21 0 0 25 0 4 0 622389239 287817728 60336 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31508/statm: 70268 60336 84 194 0 70072 0
[pid=31508/tid=31509] ppid=31504 vsize=281072 CPUtime=49.22 cores=1,3,5,7
/proc/31508/task/31509/stat : 31509 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 3556 0 0 0 4918 4 0 0 25 0 4 0 622389325 287817728 60336 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31508/tid=31510] ppid=31504 vsize=281072 CPUtime=49.2 cores=1,3,5,7
/proc/31508/task/31510/stat : 31510 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 4531 0 0 0 4916 4 0 0 25 0 4 0 622389325 287817728 60336 33554432000 134512640 135305190 4294210464 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31508/tid=31511] ppid=31504 vsize=281072 CPUtime=49.23 cores=1,3,5,7
/proc/31508/task/31511/stat : 31511 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 3884 0 0 0 4920 3 0 0 25 0 4 0 622389325 287817728 60336 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 198.14
Current children cumulated vsize (KiB) 289772

[startup+102.314 s]
/proc/loadavg: 7.98 8.02 7.81 9/373 31513
/proc/meminfo: memFree=8982660/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=306608 CPUtime=401.36 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 66875 0 0 0 40109 27 0 0 25 0 4 0 622389239 313966592 66805 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31508/statm: 76652 66805 84 194 0 76456 0
[pid=31508/tid=31509] ppid=31504 vsize=306608 CPUtime=100.42 cores=1,3,5,7
/proc/31508/task/31509/stat : 31509 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 4831 0 0 0 10038 4 0 0 25 0 4 0 622389325 313966592 66805 33554432000 134512640 135305190 4294210464 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31508/tid=31510] ppid=31504 vsize=306608 CPUtime=100.4 cores=1,3,5,7
/proc/31508/task/31510/stat : 31510 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 6819 0 0 0 10034 6 0 0 25 0 4 0 622389325 313966592 66805 33554432000 134512640 135305190 4294210464 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31508/tid=31511] ppid=31504 vsize=306608 CPUtime=100.43 cores=1,3,5,7
/proc/31508/task/31511/stat : 31511 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5283 0 0 0 10038 5 0 0 25 0 4 0 622389325 313966592 66805 33554432000 134512640 135305190 4294210464 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 315308

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

[startup+115.101 s]
/proc/loadavg: 7.98 8.02 7.81 9/373 31514
/proc/meminfo: memFree=8969632/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=318084 CPUtime=452.34 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 69507 0 0 0 45205 29 0 0 25 0 4 0 622389239 325718016 69437 33554432000 134512640 135305190 4294210464 18446744073709551615 134528201 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31508/statm: 79521 69437 84 194 0 79325 0
[pid=31508/tid=31509] ppid=31504 vsize=318084 CPUtime=113.2 cores=1,3,5,7
/proc/31508/task/31509/stat : 31509 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5357 0 0 0 11315 5 0 0 25 0 4 0 622389325 325718016 69437 33554432000 134512640 135305190 4294210464 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31508/tid=31510] ppid=31504 vsize=318084 CPUtime=113.18 cores=1,3,5,7
/proc/31508/task/31510/stat : 31510 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 7859 0 0 0 11312 6 0 0 25 0 4 0 622389325 325718016 69437 33554432000 134512640 135305190 4294210464 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31508/tid=31511] ppid=31504 vsize=318084 CPUtime=113.21 cores=1,3,5,7
/proc/31508/task/31511/stat : 31511 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5783 0 0 0 11316 5 0 0 25 0 4 0 622389325 325718016 69437 33554432000 134512640 135305190 4294210464 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 453.32
Current children cumulated vsize (KiB) 326784

[startup+118.301 s]
/proc/loadavg: 7.98 8.02 7.81 9/373 31514
/proc/meminfo: memFree=8968380/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=318516 CPUtime=465.1 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 69624 0 0 0 46481 29 0 0 25 0 4 0 622389239 326160384 69554 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31508/statm: 79629 69554 84 194 0 79433 0
[pid=31508/tid=31509] ppid=31504 vsize=318516 CPUtime=116.4 cores=1,3,5,7
/proc/31508/task/31509/stat : 31509 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5369 0 0 0 11635 5 0 0 25 0 4 0 622389325 326160384 69554 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31508/tid=31510] ppid=31504 vsize=318516 CPUtime=116.38 cores=1,3,5,7
/proc/31508/task/31510/stat : 31510 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 7954 0 0 0 11632 6 0 0 25 0 4 0 622389325 326160384 69554 33554432000 134512640 135305190 4294210464 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31508/tid=31511] ppid=31504 vsize=318516 CPUtime=116.41 cores=1,3,5,7
/proc/31508/task/31511/stat : 31511 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5785 0 0 0 11636 5 0 0 25 0 4 0 622389325 326160384 69554 33554432000 134512640 135305190 4294210464 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 466.08
Current children cumulated vsize (KiB) 327216

[startup+119.914 s]
/proc/loadavg: 7.98 8.02 7.81 9/373 31514
/proc/meminfo: memFree=8967636/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=319396 CPUtime=471.52 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 69691 0 0 0 47123 29 0 0 25 0 4 0 622389239 327061504 69621 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31508/statm: 79849 69621 84 194 0 79653 0
[pid=31508/tid=31509] ppid=31504 vsize=319396 CPUtime=118.01 cores=1,3,5,7
/proc/31508/task/31509/stat : 31509 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5371 0 0 0 11796 5 0 0 25 0 4 0 622389325 327061504 69621 33554432000 134512640 135305190 4294210464 18446744073709551615 134531171 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31508/tid=31510] ppid=31504 vsize=319396 CPUtime=117.99 cores=1,3,5,7
/proc/31508/task/31510/stat : 31510 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 7990 0 0 0 11793 6 0 0 25 0 4 0 622389325 327061504 69621 33554432000 134512640 135305190 4294210464 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31508/tid=31511] ppid=31504 vsize=319396 CPUtime=118.02 cores=1,3,5,7
/proc/31508/task/31511/stat : 31511 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5793 0 0 0 11797 5 0 0 25 0 4 0 622389325 327061504 69621 33554432000 134512640 135305190 4294210464 18446744073709551615 134548016 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 472.5
Current children cumulated vsize (KiB) 328096

[startup+121.501 s]
/proc/loadavg: 7.99 8.02 7.81 9/373 31514
/proc/meminfo: memFree=8967388/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=319668 CPUtime=477.86 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 69755 0 0 0 47757 29 0 0 25 0 4 0 622389239 327340032 69685 33554432000 134512640 135305190 4294210464 18446744073709551615 134528242 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31508/statm: 79917 69685 84 194 0 79721 0
[pid=31508/tid=31509] ppid=31504 vsize=319668 CPUtime=119.6 cores=1,3,5,7
/proc/31508/task/31509/stat : 31509 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5380 0 0 0 11955 5 0 0 25 0 4 0 622389325 327340032 69685 33554432000 134512640 135305190 4294210464 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31508/tid=31510] ppid=31504 vsize=319668 CPUtime=119.57 cores=1,3,5,7
/proc/31508/task/31510/stat : 31510 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 8033 0 0 0 11951 6 0 0 25 0 4 0 622389325 327340032 69685 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31508/tid=31511] ppid=31504 vsize=319668 CPUtime=119.61 cores=1,3,5,7
/proc/31508/task/31511/stat : 31511 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5797 0 0 0 11956 5 0 0 25 0 4 0 622389325 327340032 69685 33554432000 134512640 135305190 4294210464 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 478.84
Current children cumulated vsize (KiB) 328368

[startup+122.3 s]
/proc/loadavg: 7.99 8.02 7.81 9/373 31514
/proc/meminfo: memFree=8966644/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=319816 CPUtime=481.04 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 69788 0 0 0 48075 29 0 0 25 0 4 0 622389239 327491584 69718 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31508/statm: 79954 69718 84 194 0 79758 0
[pid=31508/tid=31509] ppid=31504 vsize=319816 CPUtime=120.4 cores=1,3,5,7
/proc/31508/task/31509/stat : 31509 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5385 0 0 0 12035 5 0 0 25 0 4 0 622389325 327491584 69718 33554432000 134512640 135305190 4294210464 18446744073709551615 134529232 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31508/tid=31510] ppid=31504 vsize=319816 CPUtime=120.37 cores=1,3,5,7
/proc/31508/task/31510/stat : 31510 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 8046 0 0 0 12031 6 0 0 25 0 4 0 622389325 327491584 69718 33554432000 134512640 135305190 4294210464 18446744073709551615 134528356 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31508/tid=31511] ppid=31504 vsize=319816 CPUtime=120.41 cores=1,3,5,7
/proc/31508/task/31511/stat : 31511 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5808 0 0 0 12036 5 0 0 25 0 4 0 622389325 327491584 69718 33554432000 134512640 135305190 4294210464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 482.02
Current children cumulated vsize (KiB) 328516

[startup+122.7 s]
/proc/loadavg: 7.99 8.02 7.81 9/373 31514
/proc/meminfo: memFree=8966644/32951124 swapFree=65155552/67111528
[pid=31504] ppid=31502 vsize=8700 CPUtime=0.98 cores=1,3,5,7
/proc/31504/stat : 31504 (manysat.sh) S 31502 31504 31066 0 -1 4202496 358 20728 0 0 0 0 91 7 18 0 1 0 622389141 8908800 253 33554432000 4194304 4922060 140733879188768 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31504/statm: 2175 253 209 178 0 68 0
[pid=31508] ppid=31504 vsize=319816 CPUtime=482.64 cores=1,3,5,7
/proc/31508/stat : 31508 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202496 69804 0 0 0 48234 30 0 0 25 0 4 0 622389239 327491584 69734 33554432000 134512640 135305190 4294210464 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31508/statm: 79954 69734 84 194 0 79758 0
[pid=31508/tid=31509] ppid=31504 vsize=319816 CPUtime=120.8 cores=1,3,5,7
/proc/31508/task/31509/stat : 31509 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5388 0 0 0 12075 5 0 0 25 0 4 0 622389325 327491584 69734 33554432000 134512640 135305190 4294210464 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31508/tid=31510] ppid=31504 vsize=319816 CPUtime=120.77 cores=1,3,5,7
/proc/31508/task/31510/stat : 31510 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 8058 0 0 0 12071 6 0 0 25 0 4 0 622389325 327491584 69734 33554432000 134512640 135305190 4294210464 18446744073709551615 134528753 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31508/tid=31511] ppid=31504 vsize=319816 CPUtime=120.81 cores=1,3,5,7
/proc/31508/task/31511/stat : 31511 (manysat1.1_stat) R 31504 31504 31066 0 -1 4202560 5808 0 0 0 12076 5 0 0 18 0 4 0 622389325 327491584 69734 33554432000 134512640 135305190 4294210464 18446744073709551615 134528688 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 483.62
Current children cumulated vsize (KiB) 328516

Child status: 20
Real time (s): 122.743
CPU time (s): 483.743
CPU user time (s): 483.35
CPU system time (s): 0.39394
CPU usage (%): 394.111
Max. virtual memory (cumulated for all children) (KiB): 328516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 483.35
system time used= 0.39394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91115
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= 13483
involuntary context switches= 4419

runsolver used 0.433934 second user time and 1.02284 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-13 17:15:29
IDJOB=3362207
IDBENCH=82497
IDSOLVER=1838
FILE ID=node146/3362207-1305299728
RUNJOBID= node146-1305296390-31086
PBS_JOBID= 13321407
Free space on /tmp= 41376 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_unknown.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362207-1305299728/watcher-3362207-1305299728 -o /tmp/evaluation-result-3362207-1305299728/solver-3362207-1305299728 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362207-1305299728.cnf aimd 1

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=834903335

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:       9353832 kB
Buffers:        220808 kB
Cached:        5895524 kB
SwapCached:       9684 kB
Active:       13124596 kB
Inactive:     10127500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9353832 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:           23652 kB
Writeback:          76 kB
AnonPages:    17133336 kB
Mapped:          22832 kB
Slab:           217500 kB
PageTables:      62160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83461584 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= 41372 MiB
End job on node146 at 2011-05-13 17:17:32