Trace number 3387387

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
minisat hack: minisat_psm 2011-04-01UNSAT 1712.18 1712.17

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark104.513
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.18	c ==============================================================================
0.00/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.18	c ==============================================================================
0.00/0.18	c |         0 |  466689  1088941 |  140006       0        0     nan |  0.000 % |
1.69/1.75	c |         0 |  208560   658701 |      --       0       --      -- |     --   | -258127/-430235
1.69/1.75	c ==============================================================================
1.69/1.75	c Result  :   #vars: 40949   #clauses: 208560   #literals: 658701
1.69/1.75	c CPU time:   1.69274 s
1.69/1.75	c ==============================================================================
1712.10/1712.15	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-3387387-1305601226/watcher-3387387-1305601226 -o /tmp/evaluation-result-3387387-1305601226/solver-3387387-1305601226 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387387-1305601226.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.92 0.99 1.19 2/447 7665
/proc/meminfo: memFree=20181872/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 326 0 0 0 0 0 0 0 21 0 1 0 671721428 8908800 249 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7665/statm: 2175 249 209 178 0 68 0

[startup+0.106186 s]
/proc/loadavg: 0.92 0.99 1.19 2/447 7665
/proc/meminfo: memFree=20181872/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 326 0 0 0 0 0 0 0 21 0 1 0 671721428 8908800 249 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7665/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20017 s]
/proc/loadavg: 0.92 0.99 1.19 2/447 7665
/proc/meminfo: memFree=20181872/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 326 0 0 0 0 0 0 0 21 0 1 0 671721428 8908800 249 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7665/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300152 s]
/proc/loadavg: 0.92 0.99 1.19 2/447 7665
/proc/meminfo: memFree=20181872/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 326 0 0 0 0 0 0 0 21 0 1 0 671721428 8908800 249 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7665/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70108 s]
/proc/loadavg: 0.92 0.99 1.19 2/447 7665
/proc/meminfo: memFree=20181872/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 326 0 0 0 0 0 0 0 21 0 1 0 671721428 8908800 249 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7665/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50101 s]
/proc/loadavg: 0.92 0.99 1.19 3/449 7668
/proc/meminfo: memFree=20113524/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 326 0 0 0 0 0 0 0 21 0 1 0 671721428 8908800 249 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7665/statm: 2175 249 209 178 0 68 0
[pid=7666] ppid=7665 vsize=83748 CPUtime=1.49 cores=1,3,5,7
/proc/7666/stat : 7666 (SatELite_releas) R 7665 7665 5707 0 -1 4202496 19419 0 0 0 144 5 0 0 25 0 1 0 671721428 85757952 17774 33554432000 134512640 135144242 4294315680 18446744073709551615 134588438 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/7666/statm: 20937 17774 77 155 0 20780 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92448

[startup+3.10066 s]
/proc/loadavg: 1.01 1.01 1.20 3/449 7669
/proc/meminfo: memFree=20157916/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=34068 CPUtime=1.2 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 5589 0 0 0 120 0 0 0 22 0 1 0 671721616 34885632 4784 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7669/statm: 8517 4784 252 16 0 5159 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 42768

[startup+6.3011 s]
/proc/loadavg: 1.01 1.01 1.20 3/449 7669
/proc/meminfo: memFree=20150348/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=39732 CPUtime=4.41 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 6811 0 0 0 440 1 0 0 25 0 1 0 671721616 40685568 5906 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7669/statm: 9933 5906 252 16 0 6575 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 48432

[startup+12.701 s]
/proc/loadavg: 1.16 1.04 1.21 3/449 7670
/proc/meminfo: memFree=20123976/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=60152 CPUtime=10.81 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 17735 0 0 0 1079 2 0 0 25 0 1 0 671721616 61595648 10120 33554432000 4194304 4256717 140734206472448 18446744073709551615 4218393 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7669/statm: 15038 10120 252 16 0 11680 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68852

[startup+25.5008 s]
/proc/loadavg: 1.29 1.07 1.21 3/449 7670
/proc/meminfo: memFree=20100240/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=78888 CPUtime=23.6 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 27246 0 0 0 2357 3 0 0 25 0 1 0 671721616 80781312 14690 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7669/statm: 19722 14690 252 16 0 16364 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 87588

[startup+51.1013 s]
/proc/loadavg: 1.53 1.15 1.23 3/449 7679
/proc/meminfo: memFree=20082244/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=90256 CPUtime=49.21 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 45343 0 0 0 4915 6 0 0 25 0 1 0 671721616 92422144 17224 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7669/statm: 22564 17224 252 16 0 19206 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 98956

[startup+102.301 s]
/proc/loadavg: 1.81 1.29 1.28 3/449 7681
/proc/meminfo: memFree=19973576/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=120904 CPUtime=100.42 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 55637 0 0 0 10034 8 0 0 25 0 1 0 671721616 123805696 26909 33554432000 4194304 4256717 140734206472448 18446744073709551615 4209152 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7669/statm: 30226 26909 252 16 0 26868 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 129604

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.31 3/449 7683
/proc/meminfo: memFree=19994256/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=101936 CPUtime=160.39 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 74072 0 0 0 16029 10 0 0 25 0 1 0 671721616 104382464 21085 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213515 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 25484 21085 252 16 0 22126 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 110636

[startup+222.317 s]
/proc/loadavg: 1.97 1.52 1.36 3/449 7686
/proc/meminfo: memFree=19939164/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=120904 CPUtime=220.41 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 80548 0 0 0 22030 11 0 0 25 0 1 0 671721616 123805696 26909 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213997 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 30226 26909 252 16 0 26868 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 129604

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.39 3/449 7689
/proc/meminfo: memFree=19935420/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=120904 CPUtime=280.4 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 80580 0 0 0 28029 11 0 0 25 0 1 0 671721616 123805696 26940 33554432000 4194304 4256717 140734206472448 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 30226 26940 252 16 0 26868 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 129604

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.43 3/449 7690
/proc/meminfo: memFree=19927456/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=121296 CPUtime=340.4 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 132775 0 0 0 34023 17 0 0 25 0 1 0 671721616 124207104 27007 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 30324 27007 252 16 0 26966 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 129996

[startup+402.3 s]
/proc/loadavg: 2.03 1.74 1.46 3/449 7692
/proc/meminfo: memFree=19891960/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7

################
# More data... #
################


[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/449 7749
/proc/meminfo: memFree=19906576/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1420.43 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1288294 0 0 0 141848 195 0 0 25 0 1 0 671721616 174710784 37728 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213746 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 37728 252 16 0 39296 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 179316

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/449 7751
/proc/meminfo: memFree=19915588/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1480.42 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1349621 0 0 0 147838 204 0 0 25 0 1 0 671721616 174710784 35629 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 35629 252 16 0 39296 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 179316

[startup+1542.32 s]
/proc/loadavg: 2.00 2.00 1.83 3/449 7752
/proc/meminfo: memFree=19910096/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1540.44 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1406917 0 0 0 153830 214 0 0 25 0 1 0 671721616 174710784 37029 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213904 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 37029 252 16 0 39296 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 179316

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 1.84 3/449 7754
/proc/meminfo: memFree=19913760/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1600.43 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1460978 0 0 0 159821 222 0 0 25 0 1 0 671721616 174710784 36209 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 36209 252 16 0 39296 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 179316

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 1.85 3/449 7756
/proc/meminfo: memFree=19937904/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1660.43 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1512380 0 0 0 165814 229 0 0 25 0 1 0 671721616 174710784 36460 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 36460 252 16 0 39296 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 179316

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

[startup+1664 s]
/proc/loadavg: 2.05 2.02 1.85 3/449 7756
/proc/meminfo: memFree=19936912/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1662.13 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1512732 0 0 0 165984 229 0 0 25 0 1 0 671721616 174710784 36809 33554432000 4194304 4256717 140734206472448 18446744073709551615 4233627 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 36809 252 16 0 39296 0
Current children cumulated CPU time (s) 1664
Current children cumulated vsize (KiB) 179316

[startup+1689.6 s]
/proc/loadavg: 2.03 2.02 1.86 3/449 7756
/proc/meminfo: memFree=19932796/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1687.73 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1536783 0 0 0 168541 232 0 0 25 0 1 0 671721616 174710784 36999 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 36999 252 16 0 39296 0
Current children cumulated CPU time (s) 1689.6
Current children cumulated vsize (KiB) 179316

[startup+1702.4 s]
/proc/loadavg: 2.02 2.02 1.86 3/449 7756
/proc/meminfo: memFree=19936628/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1700.53 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1548211 0 0 0 169819 234 0 0 25 0 1 0 671721616 174710784 35261 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 35261 252 16 0 39296 0
Current children cumulated CPU time (s) 1702.4
Current children cumulated vsize (KiB) 179316

[startup+1708.8 s]
/proc/loadavg: 2.02 2.02 1.86 3/449 7757
/proc/meminfo: memFree=19915412/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1706.92 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1549838 0 0 0 170458 234 0 0 25 0 1 0 671721616 174710784 36834 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 36834 252 16 0 39296 0
Current children cumulated CPU time (s) 1708.79
Current children cumulated vsize (KiB) 179316

[startup+1710.4 s]
/proc/loadavg: 2.02 2.02 1.86 3/449 7757
/proc/meminfo: memFree=19913180/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1708.52 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1550267 0 0 0 170618 234 0 0 25 0 1 0 671721616 174710784 37253 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 37253 252 16 0 39296 0
Current children cumulated CPU time (s) 1710.39
Current children cumulated vsize (KiB) 179316

[startup+1711.2 s]
/proc/loadavg: 2.02 2.02 1.86 3/449 7757
/proc/meminfo: memFree=19910700/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1709.32 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1550350 0 0 0 170698 234 0 0 25 0 1 0 671721616 174710784 37334 33554432000 4194304 4256717 140734206472448 18446744073709551615 4212152 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 37334 252 16 0 39296 0
Current children cumulated CPU time (s) 1711.19
Current children cumulated vsize (KiB) 179316

[startup+1711.6 s]
/proc/loadavg: 2.02 2.02 1.86 3/449 7757
/proc/meminfo: memFree=19918140/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1709.74 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1559563 0 0 0 170738 236 0 0 25 0 1 0 671721616 174710784 35049 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 35049 252 16 0 39296 0
Current children cumulated CPU time (s) 1711.61
Current children cumulated vsize (KiB) 179316

[startup+1712 s]
/proc/loadavg: 2.02 2.02 1.86 3/449 7757
/proc/meminfo: memFree=19918140/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1710.13 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1559629 0 0 0 170777 236 0 0 25 0 1 0 671721616 174710784 35109 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213663 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 35109 252 16 0 39296 0
Current children cumulated CPU time (s) 1712
Current children cumulated vsize (KiB) 179316

[startup+1712.1 s]
/proc/loadavg: 2.02 2.02 1.86 3/449 7757
/proc/meminfo: memFree=19918140/32950928 swapFree=45972156/67111528
[pid=7665] ppid=7663 vsize=8700 CPUtime=1.87 cores=1,3,5,7
/proc/7665/stat : 7665 (esg_static.sh) S 7663 7665 5707 0 -1 4202496 351 22516 0 0 0 0 181 6 18 0 1 0 671721428 8908800 251 33554432000 4194304 4922060 140734897912528 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7665/statm: 2175 251 209 178 0 68 0
[pid=7669] ppid=7665 vsize=170616 CPUtime=1710.23 cores=1,3,5,7
/proc/7669/stat : 7669 (minisat_static) R 7665 7665 5707 0 -1 4202496 1559634 0 0 0 170787 236 0 0 25 0 1 0 671721616 174710784 35114 33554432000 4194304 4256717 140734206472448 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7669/statm: 42654 35114 252 16 0 39296 0
Current children cumulated CPU time (s) 1712.1
Current children cumulated vsize (KiB) 179316

Child status: 20
Real time (s): 1712.17
CPU time (s): 1712.18
CPU user time (s): 1709.74
CPU system time (s): 2.43863
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 259456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1709.74
system time used= 2.43863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1582730
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= 40
involuntary context switches= 1606

runsolver used 7.45887 second user time and 17.4503 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-17 05:00:27
IDJOB=3387387
IDBENCH=82488
IDSOLVER=1874
FILE ID=node120/3387387-1305601226
RUNJOBID= node120-1305601226-7645
PBS_JOBID= 13350358
Free space on /tmp= 73632 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387387-1305601226/watcher-3387387-1305601226 -o /tmp/evaluation-result-3387387-1305601226/solver-3387387-1305601226 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387387-1305601226.cnf

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=583757698

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      20182028 kB
Buffers:        102812 kB
Cached:         699232 kB
SwapCached:      63580 kB
Active:        2292048 kB
Inactive:     10227208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20182028 kB
SwapTotal:    67111528 kB
SwapFree:     45972156 kB
Dirty:           16352 kB
Writeback:           0 kB
AnonPages:    11659520 kB
Mapped:          22796 kB
Slab:            89464 kB
PageTables:      90952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105432112 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= 73624 MiB
End job on node120 at 2011-05-17 05:28:59