Trace number 3499095

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
rcl 2011-04-01UNSAT 2858.29 2858.22

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1644.38
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

Solver Data

0.00/0.00	c Parsing...
3.09/3.19	c ==============================================================================
3.09/3.19	c |           |     ORIGINAL     |              LEARNT              |          |
3.09/3.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.09/3.19	c ==============================================================================
3.09/3.19	c |         0 | 3112490  7973525 |  933746       0        0     nan |  0.000 % |
18.29/18.32	c |         0 | 1381688  4546309 |      --       0       --      -- |     --   | -1680645/-3295819
18.29/18.33	c ==============================================================================
18.29/18.33	c Result  :   #vars: 250821   #clauses: 1381688   #literals: 4546309
18.29/18.33	c CPU time:   17.8683 s
18.29/18.33	c ==============================================================================
2858.26/2858.20	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.1 (svn: 989)

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-3499095-1308155606/watcher-3499095-1308155606 -o /tmp/evaluation-result-3499095-1308155606/solver-3499095-1308155606 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3499095-1308155606.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: 1.93 1.98 1.99 2/178 17576
/proc/meminfo: memFree=30154604/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 927160812 8908800 250 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17576/statm: 2175 250 209 178 0 68 0

[startup+0.036911 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 17576
/proc/meminfo: memFree=30154604/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 927160812 8908800 250 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17576/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100899 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 17576
/proc/meminfo: memFree=30154604/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 927160812 8908800 250 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17576/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300861 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 17576
/proc/meminfo: memFree=30154604/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 927160812 8908800 250 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17576/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700791 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 17576
/proc/meminfo: memFree=30154604/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 927160812 8908800 250 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17576/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50065 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 17578
/proc/meminfo: memFree=29932148/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 927160812 8908800 250 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17576/statm: 2175 250 209 178 0 68 0
[pid=17577] ppid=17576 vsize=271744 CPUtime=1.49 cores=1,3,5,7
/proc/17577/stat : 17577 (SatELite_releas) R 17576 17576 16942 0 -1 4202496 66634 0 0 0 136 13 0 0 25 0 1 0 927160812 278265856 66229 33554432000 134512640 135144242 4289240672 18446744073709551615 134745534 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/17577/statm: 67936 66230 52 155 0 67779 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 280444

[startup+3.10036 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 17578
/proc/meminfo: memFree=29848076/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 927160812 8908800 250 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17576/statm: 2175 250 209 178 0 68 0
[pid=17577] ppid=17576 vsize=370620 CPUtime=3.09 cores=1,3,5,7
/proc/17577/stat : 17577 (SatELite_releas) R 17576 17576 16942 0 -1 4202496 90392 0 0 0 290 19 0 0 25 0 1 0 927160812 379514880 89987 33554432000 134512640 135144242 4289240672 18446744073709551615 134553391 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/17577/statm: 92655 89987 54 155 0 92498 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 379320

[startup+6.30079 s]
/proc/loadavg: 1.93 1.98 1.99 3/180 17578
/proc/meminfo: memFree=29703984/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 927160812 8908800 250 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17576/statm: 2175 250 209 178 0 68 0
[pid=17577] ppid=17576 vsize=457052 CPUtime=6.29 cores=1,3,5,7
/proc/17577/stat : 17577 (SatELite_releas) R 17576 17576 16942 0 -1 4202496 116536 0 0 0 601 28 0 0 25 0 1 0 927160812 468021248 107650 33554432000 134512640 135144242 4289240672 18446744073709551615 134554992 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/17577/statm: 114263 107650 77 155 0 114106 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 465752

[startup+12.7007 s]
/proc/loadavg: 1.94 1.98 1.99 3/180 17578
/proc/meminfo: memFree=29650208/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 927160812 8908800 250 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17576/statm: 2175 250 209 178 0 68 0
[pid=17577] ppid=17576 vsize=464028 CPUtime=12.69 cores=1,3,5,7
/proc/17577/stat : 17577 (SatELite_releas) R 17576 17576 16942 0 -1 4202496 120564 0 0 0 1234 35 0 0 25 0 1 0 927160812 475164672 109480 33554432000 134512640 135144242 4289240672 18446744073709551615 134588216 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/17577/statm: 116007 109480 77 155 0 115850 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 472728

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.99 3/180 17579
/proc/meminfo: memFree=29926076/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=134016 CPUtime=6.05 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 30825 0 0 0 599 6 0 0 25 0 1 0 927162756 137232384 30612 33554432000 4194304 4218580 140734511892304 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 33504 30612 133 6 0 31974 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 142716

[startup+51.1008 s]
/proc/loadavg: 1.97 1.98 1.99 3/180 17580
/proc/meminfo: memFree=29921884/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=138568 CPUtime=31.66 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 32002 0 0 0 3159 7 0 0 25 0 1 0 927162756 141893632 31789 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 34642 31789 133 6 0 33112 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 147268

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/180 17581
/proc/meminfo: memFree=29916272/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=141600 CPUtime=82.86 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 32785 0 0 0 8279 7 0 0 25 0 1 0 927162756 144998400 32571 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208411 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 35400 32571 133 6 0 33870 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 150300

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/180 17583
/proc/meminfo: memFree=29914260/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=144236 CPUtime=142.86 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 33472 0 0 0 14278 8 0 0 25 0 1 0 927162756 147697664 33258 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 36059 33258 133 6 0 34529 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 152936

[startup+222.3 s]
/proc/loadavg: 2.09 2.02 2.00 3/180 17585
/proc/meminfo: memFree=29910696/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=148820 CPUtime=202.85 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 34600 0 0 0 20277 8 0 0 25 0 1 0 927162756 152391680 34386 33554432000 4194304 4218580 140734511892304 18446744073709551615 4213819 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 37205 34386 133 6 0 35675 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 157520

[startup+282.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 17586
/proc/meminfo: memFree=29908564/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=150864 CPUtime=262.86 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 35111 0 0 0 26277 9 0 0 25 0 1 0 927162756 154484736 34897 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 37716 34897 133 6 0 36186 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 159564

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 17588
/proc/meminfo: memFree=29903088/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=156208 CPUtime=322.86 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 36462 0 0 0 32277 9 0 0 25 0 1 0 927162756 159956992 36246 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 39052 36246 133 6 0 37522 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 164908

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17589
/proc/meminfo: memFree=29902676/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7

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


[startup+2562.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 17659
/proc/meminfo: memFree=29817704/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=199260 CPUtime=2542.92 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48196 0 0 0 254276 16 0 0 25 0 1 0 927162756 204042240 47018 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49815 47018 133 6 0 48285 0
Current children cumulated CPU time (s) 2562.35
Current children cumulated vsize (KiB) 207960

[startup+2622.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 17661
/proc/meminfo: memFree=29809112/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=198972 CPUtime=2602.93 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48216 0 0 0 260277 16 0 0 25 0 1 0 927162756 203747328 46946 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49743 46946 133 6 0 48213 0
Current children cumulated CPU time (s) 2622.36
Current children cumulated vsize (KiB) 207672

[startup+2682.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 17662
/proc/meminfo: memFree=29807224/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=199100 CPUtime=2662.92 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48245 0 0 0 266276 16 0 0 25 0 1 0 927162756 203878400 46975 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208418 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49775 46975 133 6 0 48245 0
Current children cumulated CPU time (s) 2682.35
Current children cumulated vsize (KiB) 207800

[startup+2742.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17664
/proc/meminfo: memFree=29795284/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=199196 CPUtime=2722.93 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48275 0 0 0 272277 16 0 0 25 0 1 0 927162756 203976704 47000 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49799 47000 133 6 0 48269 0
Current children cumulated CPU time (s) 2742.36
Current children cumulated vsize (KiB) 207896

[startup+2802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17665
/proc/meminfo: memFree=29792288/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=199292 CPUtime=2782.93 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48301 0 0 0 278277 16 0 0 25 0 1 0 927162756 204075008 47018 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49823 47018 133 6 0 48293 0
Current children cumulated CPU time (s) 2802.36
Current children cumulated vsize (KiB) 207992

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

[startup+2815.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17666
/proc/meminfo: memFree=29792404/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=199196 CPUtime=2796.53 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48305 0 0 0 279637 16 0 0 25 0 1 0 927162756 203976704 47002 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49799 47002 133 6 0 48269 0
Current children cumulated CPU time (s) 2815.96
Current children cumulated vsize (KiB) 207896

[startup+2841.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17666
/proc/meminfo: memFree=29792148/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=199260 CPUtime=2822.13 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48313 0 0 0 282197 16 0 0 25 0 1 0 927162756 204042240 47010 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49815 47010 133 6 0 48285 0
Current children cumulated CPU time (s) 2841.56
Current children cumulated vsize (KiB) 207960

[startup+2847.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17667
/proc/meminfo: memFree=29792148/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=199260 CPUtime=2828.53 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48317 0 0 0 282837 16 0 0 25 0 1 0 927162756 204042240 47014 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49815 47014 133 6 0 48285 0
Current children cumulated CPU time (s) 2847.96
Current children cumulated vsize (KiB) 207960

[startup+2854.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17667
/proc/meminfo: memFree=29792144/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=199260 CPUtime=2834.93 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48317 0 0 0 283477 16 0 0 25 0 1 0 927162756 204042240 47014 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49815 47014 133 6 0 48285 0
Current children cumulated CPU time (s) 2854.36
Current children cumulated vsize (KiB) 207960

[startup+2855.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17667
/proc/meminfo: memFree=29792144/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=199260 CPUtime=2836.53 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48317 0 0 0 283637 16 0 0 25 0 1 0 927162756 204042240 47014 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208272 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49815 47014 133 6 0 48285 0
Current children cumulated CPU time (s) 2855.96
Current children cumulated vsize (KiB) 207960

[startup+2857.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17667
/proc/meminfo: memFree=29792144/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=199260 CPUtime=2838.13 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48317 0 0 0 283797 16 0 0 25 0 1 0 927162756 204042240 47014 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208261 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49815 47014 133 6 0 48285 0
Current children cumulated CPU time (s) 2857.56
Current children cumulated vsize (KiB) 207960

[startup+2857.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17667
/proc/meminfo: memFree=29792020/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=199260 CPUtime=2838.53 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48317 0 0 0 283837 16 0 0 25 0 1 0 927162756 204042240 47014 33554432000 4194304 4218580 140734511892304 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49815 47014 133 6 0 48285 0
Current children cumulated CPU time (s) 2857.96
Current children cumulated vsize (KiB) 207960

[startup+2858.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17667
/proc/meminfo: memFree=29792020/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=199260 CPUtime=2838.73 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202496 48317 0 0 0 283857 16 0 0 25 0 1 0 927162756 204042240 47014 33554432000 4194304 4218580 140734511892304 18446744073709551615 4211905 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17579/statm: 49815 47014 133 6 0 48285 0
Current children cumulated CPU time (s) 2858.16
Current children cumulated vsize (KiB) 207960

[startup+2858.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17667
/proc/meminfo: memFree=29792020/32950904 swapFree=67055440/67111528
[pid=17576] ppid=17574 vsize=8700 CPUtime=19.43 cores=1,3,5,7
/proc/17576/stat : 17576 (esg_static.sh) S 17574 17576 16942 0 -1 4202496 356 198215 0 0 0 0 1890 53 18 0 1 0 927160812 8908800 253 33554432000 4194304 4922060 140734368544800 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17576/statm: 2175 253 209 178 0 68 0
[pid=17579] ppid=17576 vsize=0 CPUtime=2838.83 cores=1,3,5,7
/proc/17579/stat : 17579 (cdcl) R 17576 17576 16942 0 -1 4202500 48321 0 0 0 283866 17 0 0 25 0 1 0 927162756 0 0 33554432000 0 0 0 0 0 0 16384 4096 24578 18446744073709551615 0 0 17 1 0 0 0
/proc/17579/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2858.26
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 2858.22
CPU time (s): 2858.29
CPU user time (s): 2857.57
CPU system time (s): 0.728889
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 519380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2857.57
system time used= 0.728889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247103
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= 39
involuntary context switches= 32044

runsolver used 4.35434 second user time and 9.8615 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-15 18:33:31
IDJOB=3499095
IDBENCH=84238
IDSOLVER=1993
FILE ID=node121/3499095-1308155606
RUNJOBID= node121-1308150602-16961
PBS_JOBID= 13575614
Free space on /tmp= 73784 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499095-1308155606/watcher-3499095-1308155606 -o /tmp/evaluation-result-3499095-1308155606/solver-3499095-1308155606 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3499095-1308155606.cnf

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=1528972506

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      30155272 kB
Buffers:        464440 kB
Cached:        1880132 kB
SwapCached:       9992 kB
Active:         855584 kB
Inactive:      1588772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      30155272 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           64468 kB
Writeback:           0 kB
AnonPages:       96860 kB
Mapped:          13112 kB
Slab:           288372 kB
PageTables:       4940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   288628 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= 73784 MiB
End job on node121 at 2011-06-15 19:21:09