Trace number 3362214

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 526.978 133.18

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.934
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
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 |  766757  2858079 |  230027       0        0     nan |  0.000 % |
0.00/0.39	c |         0 |  765832  2856495 |      --       0       --      -- |     --   | -925/-1584
0.00/0.39	c ==============================================================================
0.00/0.39	c Result  :   #vars: 32389   #clauses: 765832   #literals: 2856495
0.00/0.39	c CPU time:   0.357945 s
0.00/0.39	c ==============================================================================
526.76/133.15	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
526.76/133.15	c ============================[ Problem Statistics ]=============================
526.76/133.15	c |                                                                             |
526.76/133.15	c threadId              : 3
526.76/133.15	c restarts              : 261
526.76/133.15	c conflicts             : 274309         (522 /sec)
526.76/133.15	c decisions             : 327990         (2.91 % random) (624 /sec)
526.76/133.15	c propagations          : 63499420       (120811 /sec)
526.76/133.15	c conflict literals     : 5617318        (46.49 % deleted)
526.76/133.15	c Memory used           : 316.93 MB
526.76/133.15	c CPU time              : 525.608 s
526.76/133.15	
526.76/133.15	c --->m=4, e=8, aimd=1, HOME/22235_many.cnf	time: 131.402	conflicts: 274309       
526.76/133.17	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-3362214-1305301172/watcher-3362214-1305301172 -o /tmp/evaluation-result-3362214-1305301172/solver-3362214-1305301172 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362214-1305301172.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.05 3.99 3.91 1/378 22235
/proc/meminfo: memFree=27220988/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641715943 8908800 250 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22235/statm: 2175 250 209 178 0 68 0

[startup+0.087441 s]
/proc/loadavg: 4.05 3.99 3.91 1/378 22235
/proc/meminfo: memFree=27220988/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641715943 8908800 250 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22235/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100438 s]
/proc/loadavg: 4.05 3.99 3.91 1/378 22235
/proc/meminfo: memFree=27220988/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641715943 8908800 250 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22235/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300402 s]
/proc/loadavg: 4.05 3.99 3.91 1/378 22235
/proc/meminfo: memFree=27220988/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641715943 8908800 250 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22235/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700334 s]
/proc/loadavg: 4.05 3.99 3.91 1/378 22235
/proc/meminfo: memFree=27220988/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641715943 8908800 250 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22235/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50119 s]
/proc/loadavg: 3.80 3.94 3.90 2/380 22238
/proc/meminfo: memFree=27181000/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=137516 CPUtime=0.52 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 33142 0 0 0 48 4 0 0 20 0 1 0 641716040 140816384 33097 33554432000 134512640 135305190 4291950160 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/22238/statm: 34412 33100 72 194 0 34216 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 146216

[startup+3.10087 s]
/proc/loadavg: 3.80 3.94 3.90 5/383 22241
/proc/meminfo: memFree=27007252/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=235908 CPUtime=5.84 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 49161 0 0 0 565 19 0 0 18 0 4 0 641716040 241569792 49111 33554432000 134512640 135305190 4291950160 18446744073709551615 134528489 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 58977 49111 84 194 0 58781 0
[pid=22238/tid=22239] ppid=22235 vsize=235908 CPUtime=1.25 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 1059 0 0 0 122 3 0 0 17 0 4 0 641716125 241569792 49111 33554432000 134512640 135305190 4291950160 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=235908 CPUtime=1.23 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 1159 0 0 0 120 3 0 0 18 0 4 0 641716125 241569792 49111 33554432000 134512640 135305190 4291950160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=235908 CPUtime=1.23 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 1022 0 0 0 122 1 0 0 18 0 4 0 641716125 241569792 49111 33554432000 134512640 135305190 4291950160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 244608

[startup+6.30033 s]
/proc/loadavg: 3.82 3.94 3.90 5/383 22241
/proc/meminfo: memFree=26999092/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=241584 CPUtime=18.64 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 50764 0 0 0 1843 21 0 0 18 0 4 0 641716040 247382016 50714 33554432000 134512640 135305190 4291950160 18446744073709551615 134528240 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 60396 50714 84 194 0 60200 0
[pid=22238/tid=22239] ppid=22235 vsize=241584 CPUtime=4.45 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 1432 0 0 0 441 4 0 0 22 0 4 0 641716125 247382016 50714 33554432000 134512640 135305190 4291950160 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=241584 CPUtime=4.44 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 1566 0 0 0 440 4 0 0 18 0 4 0 641716125 247382016 50714 33554432000 134512640 135305190 4291950160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=241584 CPUtime=4.43 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 1412 0 0 0 441 2 0 0 18 0 4 0 641716125 247382016 50714 33554432000 134512640 135305190 4291950160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19.59
Current children cumulated vsize (KiB) 250284

[startup+12.7003 s]
/proc/loadavg: 3.83 3.94 3.90 5/383 22241
/proc/meminfo: memFree=26987944/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=253028 CPUtime=44.24 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 53521 0 0 0 4401 23 0 0 18 0 4 0 641716040 259100672 53471 33554432000 134512640 135305190 4291950160 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 63257 53471 84 194 0 63061 0
[pid=22238/tid=22239] ppid=22235 vsize=253028 CPUtime=10.85 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 1947 0 0 0 1081 4 0 0 25 0 4 0 641716125 259100672 53471 33554432000 134512640 135305190 4291950160 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=253028 CPUtime=10.83 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 2359 0 0 0 1079 4 0 0 18 0 4 0 641716125 259100672 53471 33554432000 134512640 135305190 4291950160 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=253028 CPUtime=10.83 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 2178 0 0 0 1080 3 0 0 18 0 4 0 641716125 259100672 53471 33554432000 134512640 135305190 4291950160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 45.19
Current children cumulated vsize (KiB) 261728

[startup+25.5011 s]
/proc/loadavg: 3.86 3.94 3.90 5/383 22242
/proc/meminfo: memFree=26974804/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=266976 CPUtime=95.45 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 56958 0 0 0 9519 26 0 0 25 0 4 0 641716040 273383424 56908 33554432000 134512640 135305190 4291950160 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 66744 56908 84 194 0 66548 0
[pid=22238/tid=22239] ppid=22235 vsize=266976 CPUtime=23.65 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 2593 0 0 0 2360 5 0 0 25 0 4 0 641716125 273383424 56908 33554432000 134512640 135305190 4291950160 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=266976 CPUtime=23.64 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 3525 0 0 0 2359 5 0 0 25 0 4 0 641716125 273383424 56908 33554432000 134512640 135305190 4291950160 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=266976 CPUtime=23.63 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 2920 0 0 0 2360 3 0 0 25 0 4 0 641716125 273383424 56908 33554432000 134512640 135305190 4291950160 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 96.4
Current children cumulated vsize (KiB) 275676

[startup+51.1008 s]
/proc/loadavg: 3.99 3.96 3.91 5/383 22243
/proc/meminfo: memFree=26955436/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=286668 CPUtime=197.82 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 61885 0 0 0 19752 30 0 0 18 0 4 0 641716040 293548032 61800 33554432000 134512640 135305190 4291950160 18446744073709551615 134836399 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 71667 61800 84 194 0 71471 0
[pid=22238/tid=22239] ppid=22235 vsize=286668 CPUtime=49.24 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 3529 0 0 0 4919 5 0 0 25 0 4 0 641716125 293548032 61800 33554432000 134512640 135305190 4291950160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=286668 CPUtime=49.23 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 4980 0 0 0 4917 6 0 0 25 0 4 0 641716125 293548032 61800 33554432000 134512640 135305190 4291950160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=286668 CPUtime=49.22 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 4108 0 0 0 4918 4 0 0 25 0 4 0 641716125 293548032 61800 33554432000 134512640 135305190 4291950160 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 198.77
Current children cumulated vsize (KiB) 295368

[startup+102.314 s]
/proc/loadavg: 3.99 3.97 3.91 5/383 22244
/proc/meminfo: memFree=26929404/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=312840 CPUtime=402.64 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 68174 0 0 0 40230 34 0 0 25 0 4 0 641716040 320348160 68089 33554432000 134512640 135305190 4291950160 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 78210 68089 84 194 0 78014 0
[pid=22238/tid=22239] ppid=22235 vsize=312840 CPUtime=100.44 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 4617 0 0 0 10038 6 0 0 25 0 4 0 641716125 320348160 68089 33554432000 134512640 135305190 4291950160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=312840 CPUtime=100.45 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 7727 0 0 0 10037 8 0 0 25 0 4 0 641716125 320348160 68089 33554432000 134512640 135305190 4291950160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=312840 CPUtime=100.42 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5212 0 0 0 10037 5 0 0 25 0 4 0 641716125 320348160 68089 33554432000 134512640 135305190 4291950160 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 403.59
Current children cumulated vsize (KiB) 321540

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

[startup+115.101 s]
/proc/loadavg: 3.99 3.97 3.91 5/383 22244
/proc/meminfo: memFree=26923560/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=318292 CPUtime=453.79 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 69660 0 0 0 45342 37 0 0 25 0 4 0 641716040 325931008 69575 33554432000 134512640 135305190 4291950160 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 79573 69575 84 194 0 79377 0
[pid=22238/tid=22239] ppid=22235 vsize=318292 CPUtime=113.24 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 4905 0 0 0 11317 7 0 0 25 0 4 0 641716125 325931008 69575 33554432000 134512640 135305190 4291950160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=318292 CPUtime=113.24 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 8339 0 0 0 11315 9 0 0 20 0 4 0 641716125 325931008 69575 33554432000 134512640 135305190 4291950160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=318292 CPUtime=113.19 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5521 0 0 0 11314 5 0 0 19 0 4 0 641716125 325931008 69575 33554432000 134512640 135305190 4291950160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 454.74
Current children cumulated vsize (KiB) 326992

[startup+121.501 s]
/proc/loadavg: 3.99 3.97 3.91 5/383 22245
/proc/meminfo: memFree=26921700/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=319684 CPUtime=479.38 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 70100 0 0 0 47901 37 0 0 20 0 4 0 641716040 327356416 70015 33554432000 134512640 135305190 4291950160 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 79921 70015 84 194 0 79725 0
[pid=22238/tid=22239] ppid=22235 vsize=319684 CPUtime=119.63 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5041 0 0 0 11956 7 0 0 25 0 4 0 641716125 327356416 70015 33554432000 134512640 135305190 4291950160 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=319684 CPUtime=119.64 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 8535 0 0 0 11955 9 0 0 25 0 4 0 641716125 327356416 70015 33554432000 134512640 135305190 4291950160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=319684 CPUtime=119.6 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5561 0 0 0 11954 6 0 0 25 0 4 0 641716125 327356416 70015 33554432000 134512640 135305190 4291950160 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 480.33
Current children cumulated vsize (KiB) 328384

[startup+127.901 s]
/proc/loadavg: 3.99 3.97 3.91 5/383 22245
/proc/meminfo: memFree=26919344/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=322400 CPUtime=504.96 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 70752 0 0 0 50458 38 0 0 18 0 4 0 641716040 330137600 70667 33554432000 134512640 135305190 4291950160 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 80600 70667 84 194 0 80404 0
[pid=22238/tid=22239] ppid=22235 vsize=322400 CPUtime=126.03 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5144 0 0 0 12596 7 0 0 25 0 4 0 641716125 330137600 70667 33554432000 134512640 135305190 4291950160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=322400 CPUtime=126.04 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 8817 0 0 0 12595 9 0 0 25 0 4 0 641716125 330137600 70667 33554432000 134512640 135305190 4291950160 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=322400 CPUtime=125.99 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5689 0 0 0 12593 6 0 0 19 0 4 0 641716125 330137600 70667 33554432000 134512640 135305190 4291950160 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 505.91
Current children cumulated vsize (KiB) 331100

[startup+131.1 s]
/proc/loadavg: 3.99 3.97 3.91 5/383 22245
/proc/meminfo: memFree=26918476/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=323964 CPUtime=517.76 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 70938 0 0 0 51738 38 0 0 21 0 4 0 641716040 331739136 70853 33554432000 134512640 135305190 4291950160 18446744073709551615 134557940 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 80991 70853 84 194 0 80795 0
[pid=22238/tid=22239] ppid=22235 vsize=323964 CPUtime=129.22 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5180 0 0 0 12915 7 0 0 25 0 4 0 641716125 331739136 70853 33554432000 134512640 135305190 4291950160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=323964 CPUtime=129.24 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 8903 0 0 0 12915 9 0 0 21 0 4 0 641716125 331739136 70853 33554432000 134512640 135305190 4291950160 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=323964 CPUtime=129.19 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5708 0 0 0 12913 6 0 0 25 0 4 0 641716125 331739136 70853 33554432000 134512640 135305190 4291950160 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 518.71
Current children cumulated vsize (KiB) 332664

[startup+131.901 s]
/proc/loadavg: 3.99 3.97 3.91 5/383 22245
/proc/meminfo: memFree=26918104/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=324252 CPUtime=521.01 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 71024 0 0 0 52063 38 0 0 24 0 4 0 641716040 332034048 70939 33554432000 134512640 135305190 4291950160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 81063 70939 84 194 0 80867 0
[pid=22238/tid=22239] ppid=22235 vsize=324252 CPUtime=130.04 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5186 0 0 0 12997 7 0 0 25 0 4 0 641716125 332034048 70939 33554432000 134512640 135305190 4291950160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=324252 CPUtime=130.05 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 8946 0 0 0 12996 9 0 0 25 0 4 0 641716125 332034048 70939 33554432000 134512640 135305190 4291950160 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=324252 CPUtime=130 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5716 0 0 0 12994 6 0 0 25 0 4 0 641716125 332034048 70939 33554432000 134512640 135305190 4291950160 18446744073709551615 134528525 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 332952

[startup+132.701 s]
/proc/loadavg: 3.99 3.97 3.91 5/383 22245
/proc/meminfo: memFree=26918104/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=324396 CPUtime=524.16 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 71123 0 0 0 52378 38 0 0 25 0 4 0 641716040 332181504 71038 33554432000 134512640 135305190 4291950160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 81099 71038 84 194 0 80903 0
[pid=22238/tid=22239] ppid=22235 vsize=324396 CPUtime=130.83 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5207 0 0 0 13076 7 0 0 25 0 4 0 641716125 332181504 71038 33554432000 134512640 135305190 4291950160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=324396 CPUtime=130.84 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 8970 0 0 0 13075 9 0 0 18 0 4 0 641716125 332181504 71038 33554432000 134512640 135305190 4291950160 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=324396 CPUtime=130.79 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5738 0 0 0 13073 6 0 0 18 0 4 0 641716125 332181504 71038 33554432000 134512640 135305190 4291950160 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 525.11
Current children cumulated vsize (KiB) 333096

[startup+133.114 s]
/proc/loadavg: 3.99 3.97 3.91 5/383 22245
/proc/meminfo: memFree=26917484/32950928 swapFree=44388876/67111528
[pid=22235] ppid=22233 vsize=8700 CPUtime=0.95 cores=0-7
/proc/22235/stat : 22235 (manysat.sh) S 22233 22235 21839 0 -1 4202496 357 16837 0 0 0 0 90 5 18 0 1 0 641715943 8908800 253 33554432000 4194304 4922060 140736566540528 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22235/statm: 2175 253 209 178 0 68 0
[pid=22238] ppid=22235 vsize=324528 CPUtime=525.81 cores=0-7
/proc/22238/stat : 22238 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202496 71166 0 0 0 52543 38 0 0 25 0 4 0 641716040 332316672 71081 33554432000 134512640 135305190 4291950160 18446744073709551615 134528350 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/22238/statm: 81132 71081 84 194 0 80936 0
[pid=22238/tid=22239] ppid=22235 vsize=324528 CPUtime=131.24 cores=0-7
/proc/22238/task/22239/stat : 22239 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5210 0 0 0 13117 7 0 0 25 0 4 0 641716125 332316672 71081 33554432000 134512640 135305190 4291950160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22238/tid=22240] ppid=22235 vsize=324528 CPUtime=131.25 cores=0-7
/proc/22238/task/22240/stat : 22240 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 8978 0 0 0 13116 9 0 0 19 0 4 0 641716125 332316672 71081 33554432000 134512640 135305190 4291950160 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=22238/tid=22241] ppid=22235 vsize=324528 CPUtime=131.2 cores=0-7
/proc/22238/task/22241/stat : 22241 (manysat1.1_stat) R 22235 22235 21839 0 -1 4202560 5746 0 0 0 13114 6 0 0 19 0 4 0 641716125 332316672 71081 33554432000 134512640 135305190 4291950160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 526.76
Current children cumulated vsize (KiB) 333228

Child status: 20
Real time (s): 133.18
CPU time (s): 526.978
CPU user time (s): 526.511
CPU system time (s): 0.466929
CPU usage (%): 395.689
Max. virtual memory (cumulated for all children) (KiB): 333228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 526.511
system time used= 0.466929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88591
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= 25187
involuntary context switches= 1942

runsolver used 0.437933 second user time and 1.19382 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-13 17:39:32
IDJOB=3362214
IDBENCH=82500
IDSOLVER=1839
FILE ID=node126/3362214-1305301172
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_pcb_unknown.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362214-1305301172/watcher-3362214-1305301172 -o /tmp/evaluation-result-3362214-1305301172/solver-3362214-1305301172 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362214-1305301172.cnf aimd 1

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=573861511

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:      27221392 kB
Buffers:        206836 kB
Cached:        2318220 kB
SwapCached:      92524 kB
Active:         651584 kB
Inactive:      4833892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27221392 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           20252 kB
Writeback:           0 kB
AnonPages:     2881112 kB
Mapped:          15112 kB
Slab:           101328 kB
PageTables:      75220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88086544 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:41:46