Trace number 3289249

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
priss UPUNSAT 540.776 316.861

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66183
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 16604
0.00/0.02	c parsetime: 16425us
0.00/0.02	c parsed 57292 clauses with 17298 variables
0.00/0.32	c preprocessor returned 17298 variables
0.00/0.32	c preprocessing returned UNKNOWN
0.00/0.32	c PP set 690 variables
0.00/0.32	c pp time: 304415us (0s)
540.57/316.75	c ====================
540.57/316.75	c implication/decision inf%(inf)
540.57/316.75	c decisions:           1316602
540.57/316.75	c last level:          0
540.57/316.75	c conflicts:           919780
540.57/316.75	c restarts:            6090
540.57/316.75	c rejected_restarts    0
540.57/316.75	c removals:            19
540.57/316.75	c removed clauses:     560032
540.57/316.75	c oft clauses:         0
540.71/316.84	c solvetime: 316517416us (316s)
540.71/316.85	c memory usage (vsize): 163 MB
540.71/316.85	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: 935)

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-3289249-1304052662/watcher-3289249-1304052662 -o /tmp/evaluation-result-3289249-1304052662/solver-3289249-1304052662 -C 4800 -W 1300 -M 15500 HOME/prissup.sh HOME HOME/instance-3289249-1304052662.cnf 278695742 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.59 3.60 3.51 3/179 16603
/proc/meminfo: memFree=18265268/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0

[startup+0.0986371 s]
/proc/loadavg: 3.59 3.60 3.51 3/179 16603
/proc/meminfo: memFree=18265268/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100643 s]
/proc/loadavg: 3.59 3.60 3.51 3/179 16603
/proc/meminfo: memFree=18265268/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.3006 s]
/proc/loadavg: 3.59 3.60 3.51 3/179 16603
/proc/meminfo: memFree=18265268/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700632 s]
/proc/loadavg: 3.59 3.60 3.51 3/179 16603
/proc/meminfo: memFree=18265268/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50033 s]
/proc/loadavg: 3.62 3.61 3.52 3/182 16606
/proc/meminfo: memFree=18247892/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=110780 CPUtime=2.14 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 6224 0 0 0 208 6 0 0 25 0 2 0 595496831 113438720 4666 33554432000 4194304 5787044 140735519301168 18446744073709551615 5524666 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 27695 4666 390 389 0 23445 0
[pid=16604/tid=16606] ppid=16603 vsize=110780 CPUtime=0.63 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 58 0 0 0 62 1 0 0 18 0 2 0 595496864 113438720 4666 33554432000 4194304 5787044 140735519301168 18446744073709551615 5531092 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 119480

[startup+3.10108 s]
/proc/loadavg: 3.62 3.61 3.52 5/182 16606
/proc/meminfo: memFree=18247148/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=111344 CPUtime=4.73 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 6385 0 0 0 460 13 0 0 25 0 2 0 595496831 114016256 4827 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749935 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 27836 4827 390 389 0 23586 0
[pid=16604/tid=16606] ppid=16603 vsize=111344 CPUtime=1.62 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 83 0 0 0 158 4 0 0 18 0 2 0 595496864 114016256 4827 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 120044

[startup+6.30059 s]
/proc/loadavg: 3.62 3.61 3.52 5/182 16606
/proc/meminfo: memFree=18245536/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=113136 CPUtime=9.81 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 6861 0 0 0 957 24 0 0 25 0 2 0 595496831 115851264 5303 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749935 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 28284 5303 390 389 0 24034 0
[pid=16604/tid=16606] ppid=16603 vsize=113136 CPUtime=3.51 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 133 0 0 0 343 8 0 0 18 0 2 0 595496864 115851264 5303 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.81
Current children cumulated vsize (KiB) 121836

[startup+12.7005 s]
/proc/loadavg: 3.60 3.60 3.52 4/182 16606
/proc/meminfo: memFree=18242148/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=120340 CPUtime=19.92 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 8692 0 0 0 1949 43 0 0 25 0 2 0 595496831 123228160 7134 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749935 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 30085 7134 390 389 0 25835 0
[pid=16604/tid=16606] ppid=16603 vsize=120340 CPUtime=7.22 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) S 16603 16603 14760 0 -1 4202560 201 0 0 0 707 15 0 0 18 0 2 0 595496864 123228160 7134 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 18446604449273494272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19.92
Current children cumulated vsize (KiB) 129040

[startup+25.5004 s]
/proc/loadavg: 3.66 3.62 3.52 5/182 16606
/proc/meminfo: memFree=18230120/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=124952 CPUtime=40.47 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 9937 0 0 0 3965 82 0 0 25 0 2 0 595496831 127950848 8379 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749935 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 31238 8379 390 389 0 26988 0
[pid=16604/tid=16606] ppid=16603 vsize=124952 CPUtime=14.97 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 322 0 0 0 1466 31 0 0 18 0 2 0 595496864 127950848 8379 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40.47
Current children cumulated vsize (KiB) 133652

[startup+51.1011 s]
/proc/loadavg: 3.72 3.63 3.53 4/182 16608
/proc/meminfo: memFree=18219776/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=128828 CPUtime=82.11 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 11110 0 0 0 8076 135 0 0 25 0 2 0 595496831 131919872 9552 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749935 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 32207 9552 390 389 0 27957 0
[pid=16604/tid=16606] ppid=16603 vsize=128828 CPUtime=31.01 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) S 16603 16603 14760 0 -1 4202560 494 0 0 0 3050 51 0 0 18 0 2 0 595496864 131919872 9552 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 82.11
Current children cumulated vsize (KiB) 137528

[startup+102.307 s]
/proc/loadavg: 3.73 3.64 3.54 4/182 16608
/proc/meminfo: memFree=18192116/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=139108 CPUtime=167.24 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 13769 0 0 0 16495 229 0 0 25 0 2 0 595496831 142446592 12211 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749935 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 34777 12211 390 389 0 30527 0
[pid=16604/tid=16606] ppid=16603 vsize=139108 CPUtime=64.94 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 780 0 0 0 6407 87 0 0 18 0 2 0 595496864 142446592 12211 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 167.24
Current children cumulated vsize (KiB) 147808

[startup+162.301 s]
/proc/loadavg: 3.80 3.68 3.55 5/182 16610
/proc/meminfo: memFree=18166676/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=150644 CPUtime=269.74 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 16924 0 0 0 26661 313 0 0 25 0 2 0 595496831 154259456 15366 33554432000 4194304 5787044 140735519301168 18446744073709551615 5527472 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 37661 15366 390 389 0 33411 0
[pid=16604/tid=16606] ppid=16603 vsize=150644 CPUtime=107.44 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 1013 0 0 0 10623 121 0 0 18 0 2 0 595496864 154259456 15366 33554432000 4194304 5787044 140735519301168 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 269.74
Current children cumulated vsize (KiB) 159344

[startup+222.301 s]
/proc/loadavg: 3.63 3.64 3.55 4/182 16642
/proc/meminfo: memFree=18306372/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=162536 CPUtime=374.43 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 19883 0 0 0 37064 379 0 0 25 0 2 0 595496831 166436864 18325 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749935 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 40634 18325 390 389 0 36384 0
[pid=16604/tid=16606] ppid=16603 vsize=162536 CPUtime=152.12 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 1344 0 0 0 15065 147 0 0 18 0 2 0 595496864 166436864 18325 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 374.43
Current children cumulated vsize (KiB) 171236

[startup+282.301 s]
/proc/loadavg: 3.79 3.69 3.56 5/182 16644
/proc/meminfo: memFree=18282392/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=166636 CPUtime=479.38 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 20984 0 0 0 47495 443 0 0 25 0 2 0 595496831 170635264 19426 33554432000 4194304 5787044 140735519301168 18446744073709551615 5528375 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 41659 19426 390 389 0 37409 0
[pid=16604/tid=16606] ppid=16603 vsize=166636 CPUtime=197.08 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 1377 0 0 0 19534 174 0 0 18 0 2 0 595496864 170635264 19426 33554432000 4194304 5787044 140735519301168 18446744073709551615 5527607 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 479.38
Current children cumulated vsize (KiB) 175336

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

[startup+294.301 s]
/proc/loadavg: 3.59 3.65 3.55 5/182 16644
/proc/meminfo: memFree=18278296/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=169064 CPUtime=500.64 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 21665 0 0 0 49610 454 0 0 25 0 2 0 595496831 173121536 20107 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749935 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 42266 20107 390 389 0 38016 0
[pid=16604/tid=16606] ppid=16603 vsize=169064 CPUtime=206.34 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 1412 0 0 0 20456 178 0 0 18 0 2 0 595496864 173121536 20107 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 500.64
Current children cumulated vsize (KiB) 177764

[startup+307.1 s]
/proc/loadavg: 3.61 3.65 3.55 5/182 16644
/proc/meminfo: memFree=18275072/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=171836 CPUtime=523.43 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 22375 0 0 0 51880 463 0 0 25 0 2 0 595496831 175960064 20817 33554432000 4194304 5787044 140735519301168 18446744073709551615 5528446 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 42959 20817 390 389 0 38709 0
[pid=16604/tid=16606] ppid=16603 vsize=171836 CPUtime=216.33 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 1432 0 0 0 21451 182 0 0 17 0 2 0 595496864 175960064 20817 33554432000 4194304 5787044 140735519301168 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 523.43
Current children cumulated vsize (KiB) 180536

[startup+313.506 s]
/proc/loadavg: 3.56 3.64 3.55 5/182 16644
/proc/meminfo: memFree=18270732/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=172936 CPUtime=534.89 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 22678 0 0 0 53019 470 0 0 25 0 2 0 595496831 177086464 21120 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749935 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 43234 21120 390 389 0 38984 0
[pid=16604/tid=16606] ppid=16603 vsize=172936 CPUtime=221.38 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 1442 0 0 0 21954 184 0 0 18 0 2 0 595496864 177086464 21120 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 534.89
Current children cumulated vsize (KiB) 181636

[startup+315.101 s]
/proc/loadavg: 3.56 3.64 3.55 4/182 16644
/proc/meminfo: memFree=18265768/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=173200 CPUtime=537.72 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 22761 0 0 0 53301 471 0 0 25 0 2 0 595496831 177356800 21203 33554432000 4194304 5787044 140735519301168 18446744073709551615 5527068 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 43300 21203 390 389 0 39050 0
[pid=16604/tid=16606] ppid=16603 vsize=173200 CPUtime=222.62 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) S 16603 16603 14760 0 -1 4202560 1446 0 0 0 22077 185 0 0 18 0 2 0 595496864 177356800 21203 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 18446604449273494272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 537.72
Current children cumulated vsize (KiB) 181900

[startup+315.901 s]
/proc/loadavg: 3.60 3.64 3.55 5/182 16644
/proc/meminfo: memFree=18264900/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=173332 CPUtime=539.15 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 22789 0 0 0 53443 472 0 0 25 0 2 0 595496831 177491968 21231 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749935 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 43333 21231 390 389 0 39083 0
[pid=16604/tid=16606] ppid=16603 vsize=173332 CPUtime=223.24 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 1448 0 0 0 22139 185 0 0 18 0 2 0 595496864 177491968 21231 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 539.15
Current children cumulated vsize (KiB) 182032

[startup+316.301 s]
/proc/loadavg: 3.60 3.64 3.55 5/182 16644
/proc/meminfo: memFree=18264900/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=173332 CPUtime=539.85 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 22808 0 0 0 53513 472 0 0 25 0 2 0 595496831 177491968 21250 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749935 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 43333 21250 390 389 0 39083 0
[pid=16604/tid=16606] ppid=16603 vsize=173332 CPUtime=223.54 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 1450 0 0 0 22169 185 0 0 18 0 2 0 595496864 177491968 21250 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 539.85
Current children cumulated vsize (KiB) 182032

[startup+316.701 s]
/proc/loadavg: 3.60 3.64 3.55 5/182 16644
/proc/meminfo: memFree=18264156/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=173464 CPUtime=540.57 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 22825 0 0 0 53584 473 0 0 25 0 2 0 595496831 177627136 21267 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749935 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 43366 21267 390 389 0 39116 0
[pid=16604/tid=16606] ppid=16603 vsize=173464 CPUtime=223.87 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) R 16603 16603 14760 0 -1 4202560 1451 0 0 0 22201 186 0 0 18 0 2 0 595496864 177627136 21267 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 540.57
Current children cumulated vsize (KiB) 182164

[startup+316.807 s]
/proc/loadavg: 3.60 3.64 3.55 5/182 16644
/proc/meminfo: memFree=18264156/32951124 swapFree=67110396/67111528
[pid=16603] ppid=16601 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16603/stat : 16603 (prissup.sh) S 16601 16603 14760 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 595496831 8908800 252 33554432000 4194304 4922060 140737325734032 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16603/statm: 2175 252 211 178 0 68 0
[pid=16604] ppid=16603 vsize=173464 CPUtime=540.71 cores=0,2,4,6
/proc/16604/stat : 16604 (priss) R 16603 16603 14760 0 -1 4202496 22839 0 0 0 53598 473 0 0 18 0 2 0 595496831 177627136 21281 33554432000 4194304 5787044 140735519301168 18446744073709551615 224284583698 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16604/statm: 43366 21281 403 389 0 39116 0
[pid=16604/tid=16606] ppid=16603 vsize=173464 CPUtime=223.9 cores=0,2,4,6
/proc/16604/task/16606/stat : 16606 (priss) S 16603 16603 14760 0 -1 4202560 1451 0 0 0 22204 186 0 0 18 0 2 0 595496864 177627136 21281 33554432000 4194304 5787044 140735519301168 18446744073709551615 224296749489 0 0 4096 0 18446604449273494272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 540.71
Current children cumulated vsize (KiB) 182164

Child status: 20
Real time (s): 316.861
CPU time (s): 540.776
CPU user time (s): 536.032
CPU system time (s): 4.74428
CPU usage (%): 170.667
Max. virtual memory (cumulated for all children) (KiB): 182164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 536.032
system time used= 4.74428
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23195
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= 3159647
involuntary context switches= 774

runsolver used 0.52092 second user time and 1.21081 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 06:51:02
IDJOB=3289249
IDBENCH=83118
IDSOLVER=1601
FILE ID=node118/3289249-1304052662
RUNJOBID= node118-1304037750-14778
PBS_JOBID= 13170373
Free space on /tmp= 71616 MiB

SOLVER NAME= priss UP
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.cnf
COMMAND LINE= DIR/prissup.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289249-1304052662/watcher-3289249-1304052662 -o /tmp/evaluation-result-3289249-1304052662/solver-3289249-1304052662 -C 4800 -W 1300 -M 15500  HOME/prissup.sh HOME HOME/instance-3289249-1304052662.cnf 278695742 4800 15500 4

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

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=278695742

node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18265432 kB
Buffers:       1898724 kB
Cached:       11979416 kB
SwapCached:        600 kB
Active:        9615308 kB
Inactive:      4535168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18265432 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:            2336 kB
Writeback:           0 kB
AnonPages:      271216 kB
Mapped:          15624 kB
Slab:           471388 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   434196 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= 71608 MiB
End job on node118 at 2011-04-29 06:56:19