Trace number 3291229

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 1.0UNSAT 253.659 67.3921

General information on the benchmark

NameSAT03/industrial/simon/sat02/
6pipe_6_ooo.shuffled-as.sat03-413.cnf
MD5SUM8bd122b0caab0988cbc54e4731b25623
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2178
Satisfiable
(Un)Satisfiability was proved
Number of variables17064
Number of clauses545612
Sum of the clauses size1608428
Maximum clause length187
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2476931
Number of clauses of size 356141
Number of clauses of size 4301
Number of clauses of size 5290
Number of clauses of size over 511948

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: 29132
0.00/0.20	c parsetime: 196252us
0.00/0.20	c parsed 545612 clauses with 17064 variables
0.00/0.23	c NW started thread 0 successfully (1094371648)
0.00/0.28	c NW started thread 1 successfully (1104861504)
0.00/0.32	c NW started thread 2 successfully (1115351360)
0.00/0.38	c NW started thread 3 successfully (1125841216)
82.41/21.13	c preprocessor returned 17364 variables
82.41/21.13	c preprocessing returned UNKNOWN
82.41/21.13	c PP set 9 variables
82.41/21.13	c pp time: 20888494us (20s)
82.41/21.13	c preprocessor returned 17364 variables
82.41/21.13	c preprocessing returned UNKNOWN
82.41/21.13	c PP set 9 variables
82.41/21.13	c pp time: 20800475us (20s)
82.41/21.13	c preprocessor returned 17364 variables
82.41/21.13	c preprocessing returned UNKNOWN
82.41/21.13	c PP set 9 variables
82.41/21.13	c pp time: 20843458us (20s)
111.11/28.33	c preprocessor returned 30004 variables
111.11/28.33	c preprocessing returned UNKNOWN
111.11/28.33	c PP set 9 variables
111.11/28.33	c pp time: 27945966us (27s)
225.75/57.08	c added unsatisfied clause
225.75/57.08	c failed to add network clauses
241.32/60.97	c added unsatisfied clause
241.32/60.97	c failed to add network clauses
242.92/61.39	c HTE
247.71/62.50	c subsumption
248.53/62.77	c added unsatisfied clause
248.53/62.77	c failed to add network clauses
248.90/62.80	c ====================
248.90/62.80	c implication/decision inf%(inf)
248.90/62.80	c decisions:           1282258
248.90/62.80	c last level:          0
248.90/62.80	c conflicts:           173161
248.90/62.80	c restarts:            1147
248.90/62.80	c rejected_restarts    0
248.90/62.80	c removals:            14
248.90/62.80	c removed clauses:     129873
248.90/62.80	c oft clauses:         0
248.90/62.80	c ====================
248.90/62.83	c solvetime: 41703316us (41s)
248.90/62.86	c sended clauses   | 3394 | 3792 | 4934 | 1217 |
248.90/62.86	c received clauses | 0 | 73 | 66 | 110 |
248.90/62.86	c join all other threads
248.90/62.86	c joined thread 0
248.90/62.86	c joined thread 1
248.90/62.86	c joined thread 2
253.55/67.37	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-3291229-1304066201/watcher-3291229-1304066201 -o /tmp/evaluation-result-3291229-1304066201/solver-3291229-1304066201 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3291229-1304066201.cnf 166236419 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: 7.83 8.03 8.01 5/182 29131
/proc/meminfo: memFree=14381516/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0

[startup+0.051321 s]
/proc/loadavg: 7.83 8.03 8.01 5/182 29131
/proc/meminfo: memFree=14381516/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10031 s]
/proc/loadavg: 7.83 8.03 8.01 5/182 29131
/proc/meminfo: memFree=14381516/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30027 s]
/proc/loadavg: 7.83 8.03 8.01 5/182 29131
/proc/meminfo: memFree=14381516/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700142 s]
/proc/loadavg: 7.83 8.03 8.01 5/182 29131
/proc/meminfo: memFree=14381516/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50101 s]
/proc/loadavg: 7.69 7.99 8.00 9/188 29137
/proc/meminfo: memFree=14065028/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
[pid=29132] ppid=29131 vsize=559180 CPUtime=5.05 cores=0,2,4,6
/proc/29132/stat : 29132 (priss) S 29131 29131 28330 0 -1 4202496 88032 0 0 0 483 22 0 0 19 0 5 0 596850803 572600320 87027 33554432000 4194304 5787044 140734919093664 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29132/statm: 139795 87027 345 389 0 135545 0
[pid=29132/tid=29134] ppid=29131 vsize=559180 CPUtime=1.24 cores=0,2,4,6
/proc/29132/task/29134/stat : 29134 (priss) R 29131 29131 28330 0 -1 4202560 13592 0 0 0 119 5 0 0 18 0 5 0 596850826 572600320 87027 33554432000 4194304 5787044 140734919093664 18446744073709551615 218880214412 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29132/tid=29135] ppid=29131 vsize=559180 CPUtime=1.19 cores=0,2,4,6
/proc/29132/task/29135/stat : 29135 (priss) R 29131 29131 28330 0 -1 4202560 14740 0 0 0 115 4 0 0 18 0 5 0 596850831 572600320 87027 33554432000 4194304 5787044 140734919093664 18446744073709551615 218880214113 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29132/tid=29136] ppid=29131 vsize=559180 CPUtime=1.13 cores=0,2,4,6
/proc/29132/task/29136/stat : 29136 (priss) R 29131 29131 28330 0 -1 4202560 15772 0 0 0 108 5 0 0 19 0 5 0 596850835 572600320 87027 33554432000 4194304 5787044 140734919093664 18446744073709551615 218880213967 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29132/tid=29137] ppid=29131 vsize=559180 CPUtime=1.09 cores=0,2,4,6
/proc/29132/task/29137/stat : 29137 (priss) R 29131 29131 28330 0 -1 4202560 16305 0 0 0 106 3 0 0 19 0 5 0 596850841 572600320 87027 33554432000 4194304 5787044 140734919093664 18446744073709551615 218880214104 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 567880

[startup+3.10073 s]
/proc/loadavg: 7.69 7.99 8.00 9/188 29137
/proc/meminfo: memFree=14172536/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
[pid=29132] ppid=29131 vsize=453056 CPUtime=11.33 cores=0,2,4,6
/proc/29132/stat : 29132 (priss) S 29131 29131 28330 0 -1 4202496 95265 0 0 0 1109 24 0 0 19 0 5 0 596850803 463929344 52334 33554432000 4194304 5787044 140734919093664 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29132/statm: 113264 52334 349 389 0 109014 0
[pid=29132/tid=29134] ppid=29131 vsize=453056 CPUtime=2.74 cores=0,2,4,6
/proc/29132/task/29134/stat : 29134 (priss) R 29131 29131 28330 0 -1 4202560 15588 0 0 0 268 6 0 0 19 0 5 0 596850826 463929344 52334 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29132/tid=29135] ppid=29131 vsize=453056 CPUtime=2.78 cores=0,2,4,6
/proc/29132/task/29135/stat : 29135 (priss) R 29131 29131 28330 0 -1 4202560 16139 0 0 0 274 4 0 0 21 0 5 0 596850831 463929344 52334 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29132/tid=29136] ppid=29131 vsize=453056 CPUtime=2.73 cores=0,2,4,6
/proc/29132/task/29136/stat : 29136 (priss) R 29131 29131 28330 0 -1 4202560 17540 0 0 0 267 6 0 0 22 0 5 0 596850835 463929344 52334 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29132/tid=29137] ppid=29131 vsize=453056 CPUtime=2.68 cores=0,2,4,6
/proc/29132/task/29137/stat : 29137 (priss) R 29131 29131 28330 0 -1 4202560 18375 0 0 0 265 3 0 0 22 0 5 0 596850841 463929344 52334 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (KiB) 461756

[startup+6.30117 s]
/proc/loadavg: 7.71 7.99 8.00 9/188 29137
/proc/meminfo: memFree=14170668/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
[pid=29132] ppid=29131 vsize=465684 CPUtime=24.11 cores=0,2,4,6
/proc/29132/stat : 29132 (priss) S 29131 29131 28330 0 -1 4202496 98474 0 0 0 2386 25 0 0 19 0 5 0 596850803 476860416 53411 33554432000 4194304 5787044 140734919093664 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29132/statm: 116421 53411 350 389 0 112171 0
[pid=29132/tid=29134] ppid=29131 vsize=465684 CPUtime=5.94 cores=0,2,4,6
/proc/29132/task/29134/stat : 29134 (priss) R 29131 29131 28330 0 -1 4202560 17161 0 0 0 588 6 0 0 25 0 5 0 596850826 476860416 53411 33554432000 4194304 5787044 140734919093664 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29132/tid=29135] ppid=29131 vsize=465684 CPUtime=5.98 cores=0,2,4,6
/proc/29132/task/29135/stat : 29135 (priss) R 29131 29131 28330 0 -1 4202560 16685 0 0 0 594 4 0 0 25 0 5 0 596850831 476860416 53411 33554432000 4194304 5787044 140734919093664 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29132/tid=29136] ppid=29131 vsize=465684 CPUtime=5.93 cores=0,2,4,6
/proc/29132/task/29136/stat : 29136 (priss) R 29131 29131 28330 0 -1 4202560 18093 0 0 0 587 6 0 0 25 0 5 0 596850835 476860416 53411 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29132/tid=29137] ppid=29131 vsize=465684 CPUtime=5.86 cores=0,2,4,6
/proc/29132/task/29137/stat : 29137 (priss) R 29131 29131 28330 0 -1 4202560 18912 0 0 0 582 4 0 0 25 0 5 0 596850841 476860416 53411 33554432000 4194304 5787044 140734919093664 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 474384

[startup+12.7011 s]
/proc/loadavg: 7.73 7.99 8.00 9/188 29137
/proc/meminfo: memFree=14156416/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
[pid=29132] ppid=29131 vsize=465684 CPUtime=49.65 cores=0,2,4,6
/proc/29132/stat : 29132 (priss) S 29131 29131 28330 0 -1 4202496 100597 0 0 0 4935 30 0 0 19 0 5 0 596850803 476860416 55534 33554432000 4194304 5787044 140734919093664 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29132/statm: 116421 55534 352 389 0 112171 0
[pid=29132/tid=29134] ppid=29131 vsize=465684 CPUtime=12.33 cores=0,2,4,6
/proc/29132/task/29134/stat : 29134 (priss) R 29131 29131 28330 0 -1 4202560 18460 0 0 0 1226 7 0 0 24 0 5 0 596850826 476860416 55534 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29132/tid=29135] ppid=29131 vsize=465684 CPUtime=12.38 cores=0,2,4,6
/proc/29132/task/29135/stat : 29135 (priss) R 29131 29131 28330 0 -1 4202560 17217 0 0 0 1233 5 0 0 25 0 5 0 596850831 476860416 55534 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29132/tid=29136] ppid=29131 vsize=465684 CPUtime=12.32 cores=0,2,4,6
/proc/29132/task/29136/stat : 29136 (priss) R 29131 29131 28330 0 -1 4202560 18101 0 0 0 1225 7 0 0 22 0 5 0 596850835 476860416 55534 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29132/tid=29137] ppid=29131 vsize=465684 CPUtime=12.22 cores=0,2,4,6
/proc/29132/task/29137/stat : 29137 (priss) R 29131 29131 28330 0 -1 4202560 19196 0 0 0 1216 6 0 0 21 0 5 0 596850841 476860416 55534 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336664 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.65
Current children cumulated vsize (KiB) 474384

[startup+25.5008 s]
/proc/loadavg: 7.79 7.99 8.00 9/188 29138
/proc/meminfo: memFree=14111652/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
[pid=29132] ppid=29131 vsize=473972 CPUtime=99.98 cores=0,2,4,6
/proc/29132/stat : 29132 (priss) S 29131 29131 28330 0 -1 4202496 140361 0 0 0 9958 40 0 0 19 0 5 0 596850803 485347328 66164 33554432000 4194304 5787044 140734919093664 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29132/statm: 118493 66164 405 389 0 114243 0
[pid=29132/tid=29134] ppid=29131 vsize=473972 CPUtime=24.99 cores=0,2,4,6
/proc/29132/task/29134/stat : 29134 (priss) R 29131 29131 28330 0 -1 4202560 29614 0 0 0 2488 11 0 0 25 0 5 0 596850826 485347328 66164 33554432000 4194304 5787044 140734919093664 18446744073709551615 5590540 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29132/tid=29135] ppid=29131 vsize=473972 CPUtime=25.04 cores=0,2,4,6
/proc/29132/task/29135/stat : 29135 (priss) R 29131 29131 28330 0 -1 4202560 32197 0 0 0 2496 8 0 0 25 0 5 0 596850831 485347328 66164 33554432000 4194304 5787044 140734919093664 18446744073709551615 4254464 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29132/tid=29136] ppid=29131 vsize=473972 CPUtime=24.8 cores=0,2,4,6
/proc/29132/task/29136/stat : 29136 (priss) R 29131 29131 28330 0 -1 4202560 31480 0 0 0 2470 10 0 0 25 0 5 0 596850835 485347328 66164 33554432000 4194304 5787044 140734919093664 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29132/tid=29137] ppid=29131 vsize=473972 CPUtime=24.75 cores=0,2,4,6
/proc/29132/task/29137/stat : 29137 (priss) R 29131 29131 28330 0 -1 4202560 19447 0 0 0 2469 6 0 0 25 0 5 0 596850841 485347328 66164 33554432000 4194304 5787044 140734919093664 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (KiB) 482672

[startup+51.1004 s]
/proc/loadavg: 7.86 7.99 8.00 9/188 29138
/proc/meminfo: memFree=14039208/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
[pid=29132] ppid=29131 vsize=490104 CPUtime=202.17 cores=0,2,4,6
/proc/29132/stat : 29132 (priss) S 29131 29131 28330 0 -1 4202496 162749 0 0 0 20168 49 0 0 19 0 5 0 596850803 501866496 83742 33554432000 4194304 5787044 140734919093664 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29132/statm: 122526 83742 419 389 0 118276 0
[pid=29132/tid=29134] ppid=29131 vsize=490104 CPUtime=50.54 cores=0,2,4,6
/proc/29132/task/29134/stat : 29134 (priss) R 29131 29131 28330 0 -1 4202560 33476 0 0 0 5041 13 0 0 25 0 5 0 596850826 501866496 83742 33554432000 4194304 5787044 140734919093664 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29132/tid=29135] ppid=29131 vsize=490104 CPUtime=50.62 cores=0,2,4,6
/proc/29132/task/29135/stat : 29135 (priss) R 29131 29131 28330 0 -1 4202560 35083 0 0 0 5052 10 0 0 25 0 5 0 596850831 501866496 83742 33554432000 4194304 5787044 140734919093664 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29132/tid=29136] ppid=29131 vsize=490104 CPUtime=50.4 cores=0,2,4,6
/proc/29132/task/29136/stat : 29136 (priss) R 29131 29131 28330 0 -1 4202560 34182 0 0 0 5029 11 0 0 25 0 5 0 596850835 501866496 83742 33554432000 4194304 5787044 140734919093664 18446744073709551615 5591582 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29132/tid=29137] ppid=29131 vsize=490104 CPUtime=50.2 cores=0,2,4,6
/proc/29132/task/29137/stat : 29137 (priss) R 29131 29131 28330 0 -1 4202560 32385 0 0 0 5011 9 0 0 25 0 5 0 596850841 501866496 83742 33554432000 4194304 5787044 140734919093664 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.17
Current children cumulated vsize (KiB) 498804

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

[startup+57.5012 s]
/proc/loadavg: 7.87 7.99 8.00 9/188 29138
/proc/meminfo: memFree=14030900/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
[pid=29132] ppid=29131 vsize=493668 CPUtime=227.74 cores=0,2,4,6
/proc/29132/stat : 29132 (priss) S 29131 29131 28330 0 -1 4202496 164521 0 0 0 22724 50 0 0 19 0 5 0 596850803 505516032 85513 33554432000 4194304 5787044 140734919093664 18446744073709551615 218892388785 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29132/statm: 123417 85513 419 389 0 119167 0
[pid=29132/tid=29134] ppid=29131 vsize=493668 CPUtime=56.94 cores=0,2,4,6
/proc/29132/task/29134/stat : 29134 (priss) R 29131 29131 28330 0 -1 4202560 33495 0 0 0 5681 13 0 0 25 0 5 0 596850826 505516032 85513 33554432000 4194304 5787044 140734919093664 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29132/tid=29135] ppid=29131 vsize=493668 CPUtime=57.02 cores=0,2,4,6
/proc/29132/task/29135/stat : 29135 (priss) R 29131 29131 28330 0 -1 4202560 35848 0 0 0 5691 11 0 0 23 0 5 0 596850831 505516032 85513 33554432000 4194304 5787044 140734919093664 18446744073709551615 4219938 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29132/tid=29136] ppid=29131 vsize=493668 CPUtime=56.8 cores=0,2,4,6
/proc/29132/task/29136/stat : 29136 (priss) R 29131 29131 28330 0 -1 4202560 35087 0 0 0 5669 11 0 0 25 0 5 0 596850835 505516032 85513 33554432000 4194304 5787044 140734919093664 18446744073709551615 5590310 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29132/tid=29137] ppid=29131 vsize=493668 CPUtime=56.57 cores=0,2,4,6
/proc/29132/task/29137/stat : 29137 (priss) R 29131 29131 28330 0 -1 4202560 32468 0 0 0 5648 9 0 0 25 0 5 0 596850841 505516032 85513 33554432000 4194304 5787044 140734919093664 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 227.74
Current children cumulated vsize (KiB) 502368

[startup+63.9012 s]
/proc/loadavg: 7.88 7.99 8.00 6/185 29139
/proc/meminfo: memFree=13995956/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
[pid=29132] ppid=29131 vsize=568716 CPUtime=250.16 cores=0,2,4,6
/proc/29132/stat : 29132 (priss) S 29131 29131 28330 0 -1 4202496 174504 0 0 0 24962 54 0 0 17 0 2 0 596850803 582365184 93657 33554432000 4194304 5787044 140734919093664 18446744073709551615 218892367845 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29132/statm: 142179 93657 447 389 0 137929 0
[pid=29132/tid=29137] ppid=29131 vsize=568716 CPUtime=62.94 cores=0,2,4,6
/proc/29132/task/29137/stat : 29137 (priss) R 29131 29131 28330 0 -1 4202560 40575 0 0 0 6283 11 0 0 19 0 2 0 596850841 582365184 93657 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 250.16
Current children cumulated vsize (KiB) 577416

[startup+65.5009 s]
/proc/loadavg: 7.88 7.99 8.00 6/185 29139
/proc/meminfo: memFree=13995832/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
[pid=29132] ppid=29131 vsize=568716 CPUtime=251.75 cores=0,2,4,6
/proc/29132/stat : 29132 (priss) S 29131 29131 28330 0 -1 4202496 174504 0 0 0 25121 54 0 0 17 0 2 0 596850803 582365184 93657 33554432000 4194304 5787044 140734919093664 18446744073709551615 218892367845 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29132/statm: 142179 93657 447 389 0 137929 0
[pid=29132/tid=29137] ppid=29131 vsize=568716 CPUtime=64.54 cores=0,2,4,6
/proc/29132/task/29137/stat : 29137 (priss) R 29131 29131 28330 0 -1 4202560 40575 0 0 0 6443 11 0 0 22 0 2 0 596850841 582365184 93657 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336816 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 251.75
Current children cumulated vsize (KiB) 577416

[startup+66.3008 s]
/proc/loadavg: 7.65 7.94 7.98 6/185 29139
/proc/meminfo: memFree=13995584/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
[pid=29132] ppid=29131 vsize=568716 CPUtime=252.55 cores=0,2,4,6
/proc/29132/stat : 29132 (priss) S 29131 29131 28330 0 -1 4202496 174504 0 0 0 25201 54 0 0 17 0 2 0 596850803 582365184 93657 33554432000 4194304 5787044 140734919093664 18446744073709551615 218892367845 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29132/statm: 142179 93657 447 389 0 137929 0
[pid=29132/tid=29137] ppid=29131 vsize=568716 CPUtime=65.34 cores=0,2,4,6
/proc/29132/task/29137/stat : 29137 (priss) R 29131 29131 28330 0 -1 4202560 40575 0 0 0 6523 11 0 0 25 0 2 0 596850841 582365184 93657 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 252.55
Current children cumulated vsize (KiB) 577416

[startup+67.1066 s]
/proc/loadavg: 7.65 7.94 7.98 6/185 29139
/proc/meminfo: memFree=13995460/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
[pid=29132] ppid=29131 vsize=568716 CPUtime=253.36 cores=0,2,4,6
/proc/29132/stat : 29132 (priss) S 29131 29131 28330 0 -1 4202496 174504 0 0 0 25282 54 0 0 17 0 2 0 596850803 582365184 93657 33554432000 4194304 5787044 140734919093664 18446744073709551615 218892367845 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29132/statm: 142179 93657 447 389 0 137929 0
[pid=29132/tid=29137] ppid=29131 vsize=568716 CPUtime=66.14 cores=0,2,4,6
/proc/29132/task/29137/stat : 29137 (priss) R 29131 29131 28330 0 -1 4202560 40575 0 0 0 6603 11 0 0 25 0 2 0 596850841 582365184 93657 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 253.36
Current children cumulated vsize (KiB) 577416

[startup+67.3006 s]
/proc/loadavg: 7.65 7.94 7.98 6/185 29139
/proc/meminfo: memFree=13995460/32950928 swapFree=67111528/67111528
[pid=29131] ppid=29129 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29131/stat : 29131 (priss.sh) S 29129 29131 28330 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 596850802 8908800 252 33554432000 4194304 4922060 140734842291952 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29131/statm: 2175 252 211 178 0 68 0
[pid=29132] ppid=29131 vsize=568716 CPUtime=253.55 cores=0,2,4,6
/proc/29132/stat : 29132 (priss) S 29131 29131 28330 0 -1 4202496 174504 0 0 0 25301 54 0 0 17 0 2 0 596850803 582365184 93657 33554432000 4194304 5787044 140734919093664 18446744073709551615 218892367845 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29132/statm: 142179 93657 447 389 0 137929 0
[pid=29132/tid=29137] ppid=29131 vsize=568716 CPUtime=66.34 cores=0,2,4,6
/proc/29132/task/29137/stat : 29137 (priss) R 29131 29131 28330 0 -1 4202560 40575 0 0 0 6623 11 0 0 25 0 2 0 596850841 582365184 93657 33554432000 4194304 5787044 140734919093664 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 253.55
Current children cumulated vsize (KiB) 577416

Child status: 20
Real time (s): 67.3921
CPU time (s): 253.659
CPU user time (s): 253.093
CPU system time (s): 0.566913
CPU usage (%): 376.394
Max. virtual memory (cumulated for all children) (KiB): 577416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.093
system time used= 0.566913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174883
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= 21627
involuntary context switches= 1314

runsolver used 0.109983 second user time and 0.26296 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 10:36:41
IDJOB=3291229
IDBENCH=84172
IDSOLVER=1603
FILE ID=node112/3291229-1304066201
RUNJOBID= node112-1304062780-28650
PBS_JOBID= 13170443
Free space on /tmp= 72552 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT03/industrial/simon/sat02/6pipe_6_ooo.shuffled-as.sat03-413.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291229-1304066201/watcher-3291229-1304066201 -o /tmp/evaluation-result-3291229-1304066201/solver-3291229-1304066201 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3291229-1304066201.cnf 166236419 4800 15500 4

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

MD5SUM BENCH= 8bd122b0caab0988cbc54e4731b25623
RANDOM SEED=166236419

node112.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.828
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.65
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.828
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.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14381796 kB
Buffers:       1995600 kB
Cached:       15812848 kB
SwapCached:          0 kB
Active:        7256512 kB
Inactive:     10756252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14381796 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11968 kB
Writeback:           0 kB
AnonPages:      203736 kB
Mapped:          15680 kB
Slab:           493496 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   396168 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= 72552 MiB
End job on node112 at 2011-04-29 10:37:49