Trace number 3282763

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 UP? (TO) 2228.75 1300.02

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark493.835
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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 *****************************************************
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: 13197
0.00/0.03	c parsetime: 26699us
0.00/0.03	c parsed 96161 clauses with 31951 variables
0.00/0.88	c preprocessor returned 31951 variables
0.00/0.88	c preprocessing returned UNKNOWN
0.00/0.88	c PP set 1426 variables
0.00/0.88	c pp time: 844851us (0s)
2228.72/1300.01	HOME/prissup.sh: line 20: 13197 Terminated              $SOLVER $BENCHNAME -Ppropagation Pwatch -Pup_threads 2 -PNW_threads 1

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3282763-1304041705/watcher-3282763-1304041705 -o /tmp/evaluation-result-3282763-1304041705/solver-3282763-1304041705 -C 4800 -W 1300 -M 15500 HOME/prissup.sh HOME HOME/instance-3282763-1304041705.cnf 1873322238 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.60 3.52 3.48 3/179 13196
/proc/meminfo: memFree=17496644/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0

[startup+0.069773 s]
/proc/loadavg: 3.60 3.52 3.48 3/179 13196
/proc/meminfo: memFree=17496644/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100766 s]
/proc/loadavg: 3.60 3.52 3.48 3/179 13196
/proc/meminfo: memFree=17496644/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300741 s]
/proc/loadavg: 3.60 3.52 3.48 3/179 13196
/proc/meminfo: memFree=17496644/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700656 s]
/proc/loadavg: 3.60 3.52 3.48 3/179 13196
/proc/meminfo: memFree=17496644/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5005 s]
/proc/loadavg: 3.60 3.52 3.48 3/182 13199
/proc/meminfo: memFree=17466096/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=125292 CPUtime=1.87 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 12675 0 0 0 185 2 0 0 21 0 2 0 515773172 128299008 7992 33554432000 4194304 5787044 140734008206928 18446744073709551615 5527084 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 31323 7992 389 389 0 27073 0
[pid=13197/tid=13199] ppid=13196 vsize=125292 CPUtime=0.37 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 89 0 0 0 37 0 0 0 16 0 2 0 515773260 128299008 7992 33554432000 4194304 5787044 140734008206928 18446744073709551615 5531806 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 133992

[startup+3.10028 s]
/proc/loadavg: 3.60 3.52 3.48 5/182 13199
/proc/meminfo: memFree=17465600/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=125424 CPUtime=4.48 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 12698 0 0 0 445 3 0 0 25 0 2 0 515773172 128434176 8015 33554432000 4194304 5787044 140734008206928 18446744073709551615 5527140 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 31356 8015 390 389 0 27106 0
[pid=13197/tid=13199] ppid=13196 vsize=125424 CPUtime=1.38 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 94 0 0 0 138 0 0 0 16 0 2 0 515773260 128434176 8015 33554432000 4194304 5787044 140734008206928 18446744073709551615 5531806 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 134124

[startup+6.30069 s]
/proc/loadavg: 3.47 3.49 3.47 5/182 13199
/proc/meminfo: memFree=17464972/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=125688 CPUtime=9.68 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 12806 0 0 0 964 4 0 0 25 0 2 0 515773172 128704512 8123 33554432000 4194304 5787044 140734008206928 18446744073709551615 5530992 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 31422 8123 390 389 0 27172 0
[pid=13197/tid=13199] ppid=13196 vsize=125688 CPUtime=3.39 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 107 0 0 0 338 1 0 0 16 0 2 0 515773260 128704512 8123 33554432000 4194304 5787044 140734008206928 18446744073709551615 5531806 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (KiB) 134388

[startup+12.7006 s]
/proc/loadavg: 3.51 3.50 3.47 3/182 13199
/proc/meminfo: memFree=17464556/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=126084 CPUtime=20.09 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 12894 0 0 0 2002 7 0 0 25 0 2 0 515773172 129110016 8211 33554432000 4194304 5787044 140734008206928 18446744073709551615 5527147 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 31521 8211 390 389 0 27271 0
[pid=13197/tid=13199] ppid=13196 vsize=126084 CPUtime=7.39 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 122 0 0 0 737 2 0 0 15 0 2 0 515773260 129110016 8211 33554432000 4194304 5787044 140734008206928 18446744073709551615 5530821 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.09
Current children cumulated vsize (KiB) 134784

[startup+25.5003 s]
/proc/loadavg: 3.46 3.49 3.47 5/182 13200
/proc/meminfo: memFree=17463924/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=126084 CPUtime=40.98 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 13062 0 0 0 4086 12 0 0 25 0 2 0 515773172 129110016 8379 33554432000 4194304 5787044 140734008206928 18446744073709551615 5524664 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 31521 8379 390 389 0 27271 0
[pid=13197/tid=13199] ppid=13196 vsize=126084 CPUtime=15.48 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 137 0 0 0 1544 4 0 0 15 0 2 0 515773260 129110016 8379 33554432000 4194304 5787044 140734008206928 18446744073709551615 5524724 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40.98
Current children cumulated vsize (KiB) 134784

[startup+51.1008 s]
/proc/loadavg: 3.45 3.48 3.47 5/182 13200
/proc/meminfo: memFree=17462488/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=127432 CPUtime=82.79 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 13406 0 0 0 8259 20 0 0 25 0 2 0 515773172 130490368 8723 33554432000 4194304 5787044 140734008206928 18446744073709551615 5526823 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 31858 8723 390 389 0 27608 0
[pid=13197/tid=13199] ppid=13196 vsize=127432 CPUtime=31.69 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 150 0 0 0 3162 7 0 0 16 0 2 0 515773260 130490368 8723 33554432000 4194304 5787044 140734008206928 18446744073709551615 5531077 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 82.79
Current children cumulated vsize (KiB) 136132

[startup+102.307 s]
/proc/loadavg: 3.36 3.45 3.45 3/182 13202
/proc/meminfo: memFree=17459844/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=129864 CPUtime=166.8 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 14053 0 0 0 16644 36 0 0 25 0 2 0 515773172 132980736 9370 33554432000 4194304 5787044 140734008206928 18446744073709551615 5527568 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 32466 9370 390 389 0 28216 0
[pid=13197/tid=13199] ppid=13196 vsize=129864 CPUtime=64.49 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 190 0 0 0 6436 13 0 0 16 0 2 0 515773260 132980736 9370 33554432000 4194304 5787044 140734008206928 18446744073709551615 216646338993 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 166.8
Current children cumulated vsize (KiB) 138564

[startup+162.301 s]
/proc/loadavg: 3.43 3.46 3.45 4/182 13203
/proc/meminfo: memFree=17457824/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=131924 CPUtime=265.92 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 14556 0 0 0 26533 59 0 0 25 0 2 0 515773172 135090176 9873 33554432000 4194304 5787044 140734008206928 18446744073709551615 4238753 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 32981 9873 390 389 0 28731 0
[pid=13197/tid=13199] ppid=13196 vsize=131924 CPUtime=103.62 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) S 13196 13196 12737 0 -1 4202560 218 0 0 0 10340 22 0 0 16 0 2 0 515773260 135090176 9873 33554432000 4194304 5787044 140734008206928 18446744073709551615 216646338993 0 0 4096 0 18446604453654294656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 265.92
Current children cumulated vsize (KiB) 140624

[startup+222.301 s]
/proc/loadavg: 3.37 3.43 3.44 5/182 13205
/proc/meminfo: memFree=17425536/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=134472 CPUtime=365.71 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 15226 0 0 0 36493 78 0 0 25 0 2 0 515773172 137699328 10543 33554432000 4194304 5787044 140734008206928 18446744073709551615 4220688 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 33618 10543 390 389 0 29368 0
[pid=13197/tid=13199] ppid=13196 vsize=134472 CPUtime=143.41 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) S 13196 13196 12737 0 -1 4202560 259 0 0 0 14311 30 0 0 16 0 2 0 515773260 137699328 10543 33554432000 4194304 5787044 140734008206928 18446744073709551615 216646338993 0 0 4096 0 18446604453654294656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 365.71
Current children cumulated vsize (KiB) 143172

[startup+282.301 s]
/proc/loadavg: 3.37 3.43 3.44 3/182 13206
/proc/meminfo: memFree=17370684/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=136952 CPUtime=466.2 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 16117 0 0 0 46524 96 0 0 25 0 2 0 515773172 140238848 11434 33554432000 4194304 5787044 140734008206928 18446744073709551615 216646339439 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 34238 11434 390 389 0 29988 0
[pid=13197/tid=13199] ppid=13196 vsize=136952 CPUtime=183.89 cores=0,2,4,6

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

[pid=13197] ppid=13196 vsize=152740 CPUtime=1079.06 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 21226 0 0 0 107692 214 0 0 25 0 2 0 515773172 156405760 16543 33554432000 4194304 5787044 140734008206928 18446744073709551615 5526895 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 38185 16543 390 389 0 33935 0
[pid=13197/tid=13199] ppid=13196 vsize=152740 CPUtime=436.74 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 543 0 0 0 43589 85 0 0 16 0 2 0 515773260 156405760 16543 33554432000 4194304 5787044 140734008206928 18446744073709551615 5531755 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1079.06
Current children cumulated vsize (KiB) 161440

[startup+702.301 s]
/proc/loadavg: 3.24 3.36 3.41 5/182 13248
/proc/meminfo: memFree=17742404/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=152740 CPUtime=1182.91 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 22561 0 0 0 118056 235 0 0 25 0 2 0 515773172 156405760 17878 33554432000 4194304 5787044 140734008206928 18446744073709551615 5526762 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 38185 17878 390 389 0 33935 0
[pid=13197/tid=13199] ppid=13196 vsize=152740 CPUtime=480.6 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 623 0 0 0 47967 93 0 0 16 0 2 0 515773260 156405760 17878 33554432000 4194304 5787044 140734008206928 18446744073709551615 5531940 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.91
Current children cumulated vsize (KiB) 161440

[startup+762.307 s]
/proc/loadavg: 3.22 3.33 3.40 4/181 13286
/proc/meminfo: memFree=17731324/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=152740 CPUtime=1287.43 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 23860 0 0 0 128487 256 0 0 25 0 2 0 515773172 156405760 19177 33554432000 4194304 5787044 140734008206928 18446744073709551615 216646339439 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 38185 19177 390 389 0 33935 0
[pid=13197/tid=13199] ppid=13196 vsize=152740 CPUtime=525.11 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 776 0 0 0 52410 101 0 0 16 0 2 0 515773260 156405760 19177 33554432000 4194304 5787044 140734008206928 18446744073709551615 216646338993 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1287.43
Current children cumulated vsize (KiB) 161440

[startup+822.301 s]
/proc/loadavg: 3.29 3.32 3.39 5/182 13755
/proc/meminfo: memFree=17660268/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=152740 CPUtime=1390.92 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 24092 0 0 0 138818 274 0 0 25 0 2 0 515773172 156405760 19376 33554432000 4194304 5787044 140734008206928 18446744073709551615 5527568 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 38185 19376 390 389 0 33935 0
[pid=13197/tid=13199] ppid=13196 vsize=152740 CPUtime=568.61 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) S 13196 13196 12737 0 -1 4202560 786 0 0 0 56753 108 0 0 16 0 2 0 515773260 156405760 19376 33554432000 4194304 5787044 140734008206928 18446744073709551615 216646338993 0 0 4096 0 18446604453654294656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1390.92
Current children cumulated vsize (KiB) 161440

[startup+882.3 s]
/proc/loadavg: 3.32 3.32 3.38 5/182 13756
/proc/meminfo: memFree=17640936/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=152740 CPUtime=1494.81 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 24092 0 0 0 149191 290 0 0 25 0 2 0 515773172 156405760 19376 33554432000 4194304 5787044 140734008206928 18446744073709551615 216646339439 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 38185 19376 390 389 0 33935 0
[pid=13197/tid=13199] ppid=13196 vsize=152740 CPUtime=612.49 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 786 0 0 0 61135 114 0 0 16 0 2 0 515773260 156405760 19376 33554432000 4194304 5787044 140734008206928 18446744073709551615 216646338993 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1494.81
Current children cumulated vsize (KiB) 161440

[startup+942.301 s]
/proc/loadavg: 3.54 3.38 3.39 5/182 13761
/proc/meminfo: memFree=17633532/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=153928 CPUtime=1599.55 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 24419 0 0 0 159648 307 0 0 25 0 2 0 515773172 157622272 19703 33554432000 4194304 5787044 140734008206928 18446744073709551615 5527590 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 38482 19703 390 389 0 34232 0
[pid=13197/tid=13199] ppid=13196 vsize=153928 CPUtime=657.23 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 796 0 0 0 65601 122 0 0 16 0 2 0 515773260 157622272 19703 33554432000 4194304 5787044 140734008206928 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1599.55
Current children cumulated vsize (KiB) 162628

[startup+1002.3 s]
/proc/loadavg: 3.61 3.44 3.41 5/182 13763
/proc/meminfo: memFree=17625100/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=157904 CPUtime=1704.88 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 25465 0 0 0 170166 322 0 0 25 0 2 0 515773172 161693696 20749 33554432000 4194304 5787044 140734008206928 18446744073709551615 4218863 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 39476 20749 390 389 0 35226 0
[pid=13197/tid=13199] ppid=13196 vsize=157904 CPUtime=702.57 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) S 13196 13196 12737 0 -1 4202560 833 0 0 0 70129 128 0 0 16 0 2 0 515773260 161693696 20749 33554432000 4194304 5787044 140734008206928 18446744073709551615 216646338993 0 0 4096 0 18446604453654294656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1704.88
Current children cumulated vsize (KiB) 166604

[startup+1062.3 s]
/proc/loadavg: 3.65 3.49 3.43 5/182 13764
/proc/meminfo: memFree=17620856/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=161756 CPUtime=1810.83 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 26500 0 0 0 180743 340 0 0 25 0 2 0 515773172 165638144 21784 33554432000 4194304 5787044 140734008206928 18446744073709551615 4254537 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 40439 21784 390 389 0 36189 0
[pid=13197/tid=13199] ppid=13196 vsize=161756 CPUtime=748.52 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) S 13196 13196 12737 0 -1 4202560 899 0 0 0 74716 136 0 0 16 0 2 0 515773260 165638144 21784 33554432000 4194304 5787044 140734008206928 18446744073709551615 216646338993 0 0 4096 0 18446604453654294656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1810.83
Current children cumulated vsize (KiB) 170456

[startup+1122.3 s]
/proc/loadavg: 3.80 3.57 3.46 5/182 13766
/proc/meminfo: memFree=17616008/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=165528 CPUtime=1917.04 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 27505 0 0 0 191347 357 0 0 25 0 2 0 515773172 169500672 22789 33554432000 4194304 5787044 140734008206928 18446744073709551615 5527568 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 41382 22789 390 389 0 37132 0
[pid=13197/tid=13199] ppid=13196 vsize=165528 CPUtime=794.72 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 971 0 0 0 79330 142 0 0 16 0 2 0 515773260 169500672 22789 33554432000 4194304 5787044 140734008206928 18446744073709551615 5531889 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1917.04
Current children cumulated vsize (KiB) 174228

[startup+1182.3 s]
/proc/loadavg: 3.67 3.57 3.46 5/182 13767
/proc/meminfo: memFree=17614360/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=165528 CPUtime=2021.76 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 27505 0 0 0 201803 373 0 0 25 0 2 0 515773172 169500672 22789 33554432000 4194304 5787044 140734008206928 18446744073709551615 5524666 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 41382 22789 390 389 0 37132 0
[pid=13197/tid=13199] ppid=13196 vsize=165528 CPUtime=839.45 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 971 0 0 0 83796 149 0 0 16 0 2 0 515773260 169500672 22789 33554432000 4194304 5787044 140734008206928 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2021.76
Current children cumulated vsize (KiB) 174228

[startup+1242.3 s]
/proc/loadavg: 3.54 3.56 3.46 4/181 13797
/proc/meminfo: memFree=17772404/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=165528 CPUtime=2127.11 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 27505 0 0 0 212321 390 0 0 25 0 2 0 515773172 169500672 22789 33554432000 4194304 5787044 140734008206928 18446744073709551615 5530976 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 41382 22789 390 389 0 37132 0
[pid=13197/tid=13199] ppid=13196 vsize=165528 CPUtime=884.79 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 971 0 0 0 88324 155 0 0 16 0 2 0 515773260 169500672 22789 33554432000 4194304 5787044 140734008206928 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2127.11
Current children cumulated vsize (KiB) 174228



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.51 3.54 3.46 5/182 13800
/proc/meminfo: memFree=17719440/32951124 swapFree=67111528/67111528
[pid=13196] ppid=13194 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13196/stat : 13196 (prissup.sh) S 13194 13196 12737 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515773171 8908800 252 33554432000 4194304 4922060 140737356376048 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13196/statm: 2175 252 211 178 0 68 0
[pid=13197] ppid=13196 vsize=165528 CPUtime=2228.72 cores=0,2,4,6
/proc/13197/stat : 13197 (priss) R 13196 13196 12737 0 -1 4202496 27507 0 0 0 222467 405 0 0 25 0 2 0 515773172 169500672 22791 33554432000 4194304 5787044 140734008206928 18446744073709551615 216646339439 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13197/statm: 41382 22791 390 389 0 37132 0
[pid=13197/tid=13199] ppid=13196 vsize=165528 CPUtime=928.7 cores=0,2,4,6
/proc/13197/task/13199/stat : 13199 (priss) R 13196 13196 12737 0 -1 4202560 971 0 0 0 92709 161 0 0 16 0 2 0 515773260 169500672 22791 33554432000 4194304 5787044 140734008206928 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2228.72
Current children cumulated vsize (KiB) 174228

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 1300.02
CPU time (s): 2228.75
CPU user time (s): 2224.69
CPU system time (s): 4.06438
CPU usage (%): 171.44
Max. virtual memory (cumulated for all children) (KiB): 174228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2224.69
system time used= 4.06438
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27849
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= 1937261
involuntary context switches= 3378

runsolver used 2.35064 second user time and 4.72128 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 03:48:26
IDJOB=3282763
IDBENCH=70849
IDSOLVER=1601
FILE ID=node103/3282763-1304041705
RUNJOBID= node103-1304036494-12755
PBS_JOBID= 13170359
Free space on /tmp= 71512 MiB

SOLVER NAME= priss UP
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= DIR/prissup.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282763-1304041705/watcher-3282763-1304041705 -o /tmp/evaluation-result-3282763-1304041705/solver-3282763-1304041705 -C 4800 -W 1300 -M 15500  HOME/prissup.sh HOME HOME/instance-3282763-1304041705.cnf 1873322238 4800 15500 4

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1873322238

node103.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.858
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.71
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.858
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.858
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.75
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.858
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.858
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.75
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.858
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.858
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.83
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.858
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:     32951124 kB
MemFree:      17496792 kB
Buffers:       2144592 kB
Cached:       12198232 kB
SwapCached:          0 kB
Active:        5984516 kB
Inactive:      8886780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17496792 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3136 kB
Writeback:           0 kB
AnonPages:      527872 kB
Mapped:          15504 kB
Slab:           517676 kB
PageTables:       5716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   684280 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= 71504 MiB
End job on node103 at 2011-04-29 04:10:06