Trace number 3362202

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 480.11 121.528

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.5369
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
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 |  773506  2886709 |  232051       0        0     nan |  0.000 % |
0.00/0.44	c |         0 |  770007  2880571 |      --       0       --      -- |     --   | -3499/-6138
0.00/0.44	c ==============================================================================
0.00/0.44	c Result  :   #vars: 33122   #clauses: 770007   #literals: 2880571
0.00/0.44	c CPU time:   0.405938 s
0.00/0.44	c ==============================================================================
480.05/121.50	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
480.05/121.50	c ============================[ Problem Statistics ]=============================
480.05/121.50	c |                                                                             |
480.05/121.50	c threadId              : 0
480.05/121.50	c restarts              : 272
480.05/121.50	c conflicts             : 284319         (594 /sec)
480.05/121.50	c decisions             : 343946         (1.98 % random) (719 /sec)
480.05/121.50	c propagations          : 66573444       (139073 /sec)
480.05/121.50	c conflict literals     : 5314881        (50.46 % deleted)
480.05/121.50	c Memory used           : 311.49 MB
480.05/121.50	c CPU time              : 478.693 s
480.05/121.50	
480.05/121.50	c --->m=4, e=8, aimd=1, HOME/22163_many.cnf	time: 119.674	conflicts: 284319       
480.05/121.52	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-3362202-1305300935/watcher-3362202-1305300935 -o /tmp/evaluation-result-3362202-1305300935/solver-3362202-1305300935 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362202-1305300935.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: 4.01 3.99 3.91 1/378 22163
/proc/meminfo: memFree=27224704/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=0 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641692293 8908800 250 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 250 209 178 0 68 0

[startup+0.0836611 s]
/proc/loadavg: 4.01 3.99 3.91 1/378 22163
/proc/meminfo: memFree=27224704/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=0 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641692293 8908800 250 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100626 s]
/proc/loadavg: 4.01 3.99 3.91 1/378 22163
/proc/meminfo: memFree=27224704/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=0 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641692293 8908800 250 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300592 s]
/proc/loadavg: 4.01 3.99 3.91 1/378 22163
/proc/meminfo: memFree=27224704/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=0 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641692293 8908800 250 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700521 s]
/proc/loadavg: 4.01 3.99 3.91 1/378 22163
/proc/meminfo: memFree=27224704/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=0 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641692293 8908800 250 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50032 s]
/proc/loadavg: 4.01 3.99 3.91 2/380 22165
/proc/meminfo: memFree=27138632/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 8700

[startup+3.10106 s]
/proc/loadavg: 4.01 3.99 3.91 5/383 22169
/proc/meminfo: memFree=27008216/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
[pid=22166] ppid=22163 vsize=238640 CPUtime=5.57 cores=0-7
/proc/22166/stat : 22166 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202496 49855 0 0 0 538 19 0 0 18 0 4 0 641692395 244367360 49787 33554432000 134512640 135305190 4288955696 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/22166/statm: 59660 49787 84 194 0 59464 0
[pid=22166/tid=22167] ppid=22163 vsize=238640 CPUtime=1.19 cores=0-7
/proc/22166/task/22167/stat : 22167 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 1074 0 0 0 116 3 0 0 17 0 4 0 641692481 244367360 49787 33554432000 134512640 135305190 4288955696 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22166/tid=22168] ppid=22163 vsize=238640 CPUtime=1.16 cores=0-7
/proc/22166/task/22168/stat : 22168 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 1047 0 0 0 113 3 0 0 18 0 4 0 641692481 244367360 49787 33554432000 134512640 135305190 4288955696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=238640 CPUtime=1.17 cores=0-7
/proc/22166/task/22169/stat : 22169 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 1419 0 0 0 114 3 0 0 18 0 4 0 641692481 244367360 49787 33554432000 134512640 135305190 4288955696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 247340

[startup+6.30052 s]
/proc/loadavg: 4.01 3.99 3.91 5/383 22169
/proc/meminfo: memFree=26999536/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
[pid=22166] ppid=22163 vsize=244752 CPUtime=18.37 cores=0-7
/proc/22166/stat : 22166 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202496 51582 0 0 0 1817 20 0 0 18 0 4 0 641692395 250626048 51514 33554432000 134512640 135305190 4288955696 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/22166/statm: 61188 51514 84 194 0 60992 0
[pid=22166/tid=22167] ppid=22163 vsize=244752 CPUtime=4.39 cores=0-7
/proc/22166/task/22167/stat : 22167 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 1547 0 0 0 435 4 0 0 22 0 4 0 641692481 250626048 51514 33554432000 134512640 135305190 4288955696 18446744073709551615 134846187 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22166/tid=22168] ppid=22163 vsize=244752 CPUtime=4.36 cores=0-7
/proc/22166/task/22168/stat : 22168 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 1422 0 0 0 433 3 0 0 25 0 4 0 641692481 250626048 51514 33554432000 134512640 135305190 4288955696 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=244752 CPUtime=4.37 cores=0-7
/proc/22166/task/22169/stat : 22169 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 1885 0 0 0 434 3 0 0 18 0 4 0 641692481 250626048 51514 33554432000 134512640 135305190 4288955696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19.38
Current children cumulated vsize (KiB) 253452

[startup+12.7004 s]
/proc/loadavg: 4.01 3.99 3.91 5/383 22169
/proc/meminfo: memFree=26989792/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
[pid=22166] ppid=22163 vsize=254656 CPUtime=43.97 cores=0-7
/proc/22166/stat : 22166 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202496 54011 0 0 0 4375 22 0 0 18 0 4 0 641692395 260767744 53943 33554432000 134512640 135305190 4288955696 18446744073709551615 134528248 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/22166/statm: 63664 53943 84 194 0 63468 0
[pid=22166/tid=22167] ppid=22163 vsize=254656 CPUtime=10.79 cores=0-7
/proc/22166/task/22167/stat : 22167 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 2051 0 0 0 1075 4 0 0 25 0 4 0 641692481 260767744 53943 33554432000 134512640 135305190 4288955696 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22166/tid=22168] ppid=22163 vsize=254656 CPUtime=10.76 cores=0-7
/proc/22166/task/22168/stat : 22168 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 1953 0 0 0 1073 3 0 0 18 0 4 0 641692481 260767744 53943 33554432000 134512640 135305190 4288955696 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=254656 CPUtime=10.77 cores=0-7
/proc/22166/task/22169/stat : 22169 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 2579 0 0 0 1073 4 0 0 19 0 4 0 641692481 260767744 53943 33554432000 134512640 135305190 4288955696 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.98
Current children cumulated vsize (KiB) 263356

[startup+25.5003 s]
/proc/loadavg: 4.00 3.99 3.91 5/383 22170
/proc/meminfo: memFree=26979420/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
[pid=22166] ppid=22163 vsize=265844 CPUtime=95.17 cores=0-7
/proc/22166/stat : 22166 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202496 56761 0 0 0 9492 25 0 0 18 0 4 0 641692395 272224256 56693 33554432000 134512640 135305190 4288955696 18446744073709551615 134549147 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/22166/statm: 66461 56693 84 194 0 66265 0
[pid=22166/tid=22167] ppid=22163 vsize=265844 CPUtime=23.58 cores=0-7
/proc/22166/task/22167/stat : 22167 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 2588 0 0 0 2354 4 0 0 25 0 4 0 641692481 272224256 56693 33554432000 134512640 135305190 4288955696 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22166/tid=22168] ppid=22163 vsize=265844 CPUtime=23.56 cores=0-7
/proc/22166/task/22168/stat : 22168 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 2861 0 0 0 2352 4 0 0 18 0 4 0 641692481 272224256 56693 33554432000 134512640 135305190 4288955696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=265844 CPUtime=23.56 cores=0-7
/proc/22166/task/22169/stat : 22169 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 3261 0 0 0 2352 4 0 0 25 0 4 0 641692481 272224256 56693 33554432000 134512640 135305190 4288955696 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 96.18
Current children cumulated vsize (KiB) 274544

[startup+51.101 s]
/proc/loadavg: 4.00 3.99 3.91 5/383 22170
/proc/meminfo: memFree=26962076/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
[pid=22166] ppid=22163 vsize=282300 CPUtime=197.54 cores=0-7
/proc/22166/stat : 22166 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202496 60945 0 0 0 19725 29 0 0 25 0 4 0 641692395 289075200 60877 33554432000 134512640 135305190 4288955696 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/22166/statm: 70575 60877 84 194 0 70379 0
[pid=22166/tid=22167] ppid=22163 vsize=282300 CPUtime=49.17 cores=0-7
/proc/22166/task/22167/stat : 22167 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 3326 0 0 0 4912 5 0 0 25 0 4 0 641692481 289075200 60877 33554432000 134512640 135305190 4288955696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=22166/tid=22168] ppid=22163 vsize=282300 CPUtime=49.16 cores=0-7
/proc/22166/task/22168/stat : 22168 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 4252 0 0 0 4911 5 0 0 25 0 4 0 641692481 289075200 60877 33554432000 134512640 135305190 4288955696 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=282300 CPUtime=49.16 cores=0-7
/proc/22166/task/22169/stat : 22169 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 4317 0 0 0 4910 6 0 0 25 0 4 0 641692481 289075200 60877 33554432000 134512640 135305190 4288955696 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 198.55
Current children cumulated vsize (KiB) 291000

[startup+102.314 s]
/proc/loadavg: 4.00 3.99 3.91 5/383 22172
/proc/meminfo: memFree=26929692/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
[pid=22166] ppid=22163 vsize=315520 CPUtime=402.35 cores=0-7
/proc/22166/stat : 22166 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202496 68879 0 0 0 40198 37 0 0 25 0 4 0 641692395 323092480 68811 33554432000 134512640 135305190 4288955696 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/22166/statm: 78880 68811 84 194 0 78684 0
[pid=22166/tid=22167] ppid=22163 vsize=315520 CPUtime=100.38 cores=0-7
/proc/22166/task/22167/stat : 22167 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 4840 0 0 0 10031 7 0 0 25 0 4 0 641692481 323092480 68811 33554432000 134512640 135305190 4288955696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=22166/tid=22168] ppid=22163 vsize=315520 CPUtime=100.37 cores=0-7
/proc/22166/task/22168/stat : 22168 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 7418 0 0 0 10031 6 0 0 25 0 4 0 641692481 323092480 68811 33554432000 134512640 135305190 4288955696 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=315520 CPUtime=100.36 cores=0-7
/proc/22166/task/22169/stat : 22169 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 5909 0 0 0 10028 8 0 0 25 0 4 0 641692481 323092480 68811 33554432000 134512640 135305190 4288955696 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 403.36
Current children cumulated vsize (KiB) 324220

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

[startup+115.101 s]
/proc/loadavg: 4.00 3.99 3.91 5/383 22172
/proc/meminfo: memFree=26927688/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
[pid=22166] ppid=22163 vsize=317720 CPUtime=453.45 cores=0-7
/proc/22166/stat : 22166 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202496 69406 0 0 0 45308 37 0 0 25 0 4 0 641692395 325345280 69338 33554432000 134512640 135305190 4288955696 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/22166/statm: 79430 69338 84 194 0 79234 0
[pid=22166/tid=22167] ppid=22163 vsize=317720 CPUtime=113.16 cores=0-7
/proc/22166/task/22167/stat : 22167 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 5010 0 0 0 11309 7 0 0 25 0 4 0 641692481 325345280 69338 33554432000 134512640 135305190 4288955696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=22166/tid=22168] ppid=22163 vsize=317720 CPUtime=113.15 cores=0-7
/proc/22166/task/22168/stat : 22168 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 7620 0 0 0 11308 7 0 0 25 0 4 0 641692481 325345280 69338 33554432000 134512640 135305190 4288955696 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=317720 CPUtime=113.14 cores=0-7
/proc/22166/task/22169/stat : 22169 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 5980 0 0 0 11306 8 0 0 25 0 4 0 641692481 325345280 69338 33554432000 134512640 135305190 4288955696 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 454.46
Current children cumulated vsize (KiB) 326420

[startup+118.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/383 22172
/proc/meminfo: memFree=26926820/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
[pid=22166] ppid=22163 vsize=318396 CPUtime=466.24 cores=0-7
/proc/22166/stat : 22166 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202496 69592 0 0 0 46587 37 0 0 18 0 4 0 641692395 326037504 69524 33554432000 134512640 135305190 4288955696 18446744073709551615 134528327 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/22166/statm: 79599 69524 84 194 0 79403 0
[pid=22166/tid=22167] ppid=22163 vsize=318396 CPUtime=116.36 cores=0-7
/proc/22166/task/22167/stat : 22167 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 5018 0 0 0 11629 7 0 0 18 0 4 0 641692481 326037504 69524 33554432000 134512640 135305190 4288955696 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=22166/tid=22168] ppid=22163 vsize=318396 CPUtime=116.35 cores=0-7
/proc/22166/task/22168/stat : 22168 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 7705 0 0 0 11628 7 0 0 25 0 4 0 641692481 326037504 69524 33554432000 134512640 135305190 4288955696 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=318396 CPUtime=116.33 cores=0-7
/proc/22166/task/22169/stat : 22169 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 6041 0 0 0 11625 8 0 0 25 0 4 0 641692481 326037504 69524 33554432000 134512640 135305190 4288955696 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 467.25
Current children cumulated vsize (KiB) 327096

[startup+119.914 s]
/proc/loadavg: 4.00 3.99 3.91 5/383 22172
/proc/meminfo: memFree=26926448/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
[pid=22166] ppid=22163 vsize=318672 CPUtime=472.69 cores=0-7
/proc/22166/stat : 22166 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202496 69646 0 0 0 47232 37 0 0 20 0 4 0 641692395 326320128 69578 33554432000 134512640 135305190 4288955696 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/22166/statm: 79668 69578 84 194 0 79472 0
[pid=22166/tid=22167] ppid=22163 vsize=318672 CPUtime=117.97 cores=0-7
/proc/22166/task/22167/stat : 22167 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 5018 0 0 0 11790 7 0 0 20 0 4 0 641692481 326320128 69578 33554432000 134512640 135305190 4288955696 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=22166/tid=22168] ppid=22163 vsize=318672 CPUtime=117.96 cores=0-7
/proc/22166/task/22168/stat : 22168 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 7719 0 0 0 11789 7 0 0 25 0 4 0 641692481 326320128 69578 33554432000 134512640 135305190 4288955696 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=318672 CPUtime=117.95 cores=0-7
/proc/22166/task/22169/stat : 22169 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 6062 0 0 0 11787 8 0 0 25 0 4 0 641692481 326320128 69578 33554432000 134512640 135305190 4288955696 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 473.7
Current children cumulated vsize (KiB) 327372

[startup+120.7 s]
/proc/loadavg: 4.00 3.99 3.91 5/383 22172
/proc/meminfo: memFree=26926448/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
[pid=22166] ppid=22163 vsize=318820 CPUtime=475.83 cores=0-7
/proc/22166/stat : 22166 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202496 69682 0 0 0 47546 37 0 0 23 0 4 0 641692395 326471680 69614 33554432000 134512640 135305190 4288955696 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/22166/statm: 79705 69614 84 194 0 79509 0
[pid=22166/tid=22167] ppid=22163 vsize=318820 CPUtime=118.76 cores=0-7
/proc/22166/task/22167/stat : 22167 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 5018 0 0 0 11869 7 0 0 22 0 4 0 641692481 326471680 69614 33554432000 134512640 135305190 4288955696 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=22166/tid=22168] ppid=22163 vsize=318820 CPUtime=118.74 cores=0-7
/proc/22166/task/22168/stat : 22168 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 7740 0 0 0 11867 7 0 0 25 0 4 0 641692481 326471680 69614 33554432000 134512640 135305190 4288955696 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=318820 CPUtime=118.73 cores=0-7
/proc/22166/task/22169/stat : 22169 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 6077 0 0 0 11865 8 0 0 25 0 4 0 641692481 326471680 69614 33554432000 134512640 135305190 4288955696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 476.84
Current children cumulated vsize (KiB) 327520

[startup+121.101 s]
/proc/loadavg: 4.00 3.99 3.91 5/383 22172
/proc/meminfo: memFree=26926200/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
[pid=22166] ppid=22163 vsize=318960 CPUtime=477.44 cores=0-7
/proc/22166/stat : 22166 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202496 69718 0 0 0 47707 37 0 0 25 0 4 0 641692395 326615040 69650 33554432000 134512640 135305190 4288955696 18446744073709551615 134556804 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/22166/statm: 79740 69650 84 194 0 79544 0
[pid=22166/tid=22167] ppid=22163 vsize=318960 CPUtime=119.16 cores=0-7
/proc/22166/task/22167/stat : 22167 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 5022 0 0 0 11909 7 0 0 25 0 4 0 641692481 326615040 69650 33554432000 134512640 135305190 4288955696 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=22166/tid=22168] ppid=22163 vsize=318960 CPUtime=119.15 cores=0-7
/proc/22166/task/22168/stat : 22168 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 7761 0 0 0 11908 7 0 0 25 0 4 0 641692481 326615040 69650 33554432000 134512640 135305190 4288955696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=318960 CPUtime=119.13 cores=0-7
/proc/22166/task/22169/stat : 22169 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 6077 0 0 0 11905 8 0 0 25 0 4 0 641692481 326615040 69650 33554432000 134512640 135305190 4288955696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 478.45
Current children cumulated vsize (KiB) 327660

[startup+121.501 s]
/proc/loadavg: 4.00 3.99 3.91 5/383 22172
/proc/meminfo: memFree=26926200/32950928 swapFree=44388876/67111528
[pid=22163] ppid=22161 vsize=8700 CPUtime=1.01 cores=0-7
/proc/22163/stat : 22163 (manysat.sh) S 22161 22163 21839 0 -1 4202496 358 19635 0 0 0 0 95 6 18 0 1 0 641692293 8908800 253 33554432000 4194304 4922060 140737384620704 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22163/statm: 2175 253 209 178 0 68 0
[pid=22166] ppid=22163 vsize=318960 CPUtime=479.04 cores=0-7
/proc/22166/stat : 22166 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202496 69734 0 0 0 47867 37 0 0 25 0 4 0 641692395 326615040 69666 33554432000 134512640 135305190 4288955696 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/22166/statm: 79740 69666 84 194 0 79544 0
[pid=22166/tid=22167] ppid=22163 vsize=318960 CPUtime=119.56 cores=0-7
/proc/22166/task/22167/stat : 22167 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 5025 0 0 0 11949 7 0 0 25 0 4 0 641692481 326615040 69666 33554432000 134512640 135305190 4288955696 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=22166/tid=22168] ppid=22163 vsize=318960 CPUtime=119.55 cores=0-7
/proc/22166/task/22168/stat : 22168 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 7770 0 0 0 11948 7 0 0 25 0 4 0 641692481 326615040 69666 33554432000 134512640 135305190 4288955696 18446744073709551615 134528425 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22166/tid=22169] ppid=22163 vsize=318960 CPUtime=119.53 cores=0-7
/proc/22166/task/22169/stat : 22169 (manysat1.1_stat) R 22163 22163 21839 0 -1 4202560 6078 0 0 0 11945 8 0 0 25 0 4 0 641692481 326615040 69666 33554432000 134512640 135305190 4288955696 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 480.05
Current children cumulated vsize (KiB) 327660

Child status: 20
Real time (s): 121.528
CPU time (s): 480.11
CPU user time (s): 479.649
CPU system time (s): 0.460929
CPU usage (%): 395.062
Max. virtual memory (cumulated for all children) (KiB): 327660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 479.649
system time used= 0.460929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89955
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= 25424
involuntary context switches= 1730

runsolver used 0.417936 second user time and 1.09983 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-13 17:35:36
IDJOB=3362202
IDBENCH=82494
IDSOLVER=1839
FILE ID=node126/3362202-1305300935
RUNJOBID= node126-1305296393-21853
PBS_JOBID= 13321427
Free space on /tmp= 50520 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362202-1305300935/watcher-3362202-1305300935 -o /tmp/evaluation-result-3362202-1305300935/solver-3362202-1305300935 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362202-1305300935.cnf aimd 1

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=1598160435

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27225100 kB
Buffers:        206504 kB
Cached:        2315112 kB
SwapCached:      92524 kB
Active:         648028 kB
Inactive:      4833804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27225100 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           20528 kB
Writeback:           0 kB
AnonPages:     2880528 kB
Mapped:          14940 kB
Slab:           101664 kB
PageTables:      75108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88087440 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= 50516 MiB
End job on node126 at 2011-05-13 17:37:38