Trace number 3286905

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 134.112 34.2772

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
MD5SUM28b7074e04e59e64b5e4d7991d54f9d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.4606
Satisfiable
(Un)Satisfiability was proved
Number of variables448370
Number of clauses1130525
Sum of the clauses size2637889
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2753682
Number of clauses of size 3376841
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: 18329
0.00/0.32	c parsetime: 324310us
0.00/0.32	c parsed 1130525 clauses with 448370 variables
0.00/0.40	c NW started thread 0 successfully (1084811584)
0.00/0.47	c NW started thread 1 successfully (1104472384)
0.00/0.54	c NW started thread 2 successfully (1116399936)
0.00/0.62	c NW started thread 3 successfully (1126889792)
65.60/16.92	c preprocessor returned 448370 variables
65.60/16.92	c preprocessing returned UNKNOWN
65.60/16.92	c PP set 74442 variables
65.60/16.92	c pp time: 16425825us (16s)
65.60/16.97	c preprocessor returned 448370 variables
65.60/16.97	c preprocessing returned UNKNOWN
65.60/16.97	c PP set 74442 variables
65.60/16.97	c pp time: 16236456us (16s)
65.60/16.99	c preprocessor returned 448370 variables
65.60/16.99	c preprocessing returned UNKNOWN
65.60/16.99	c PP set 74442 variables
65.60/16.99	c pp time: 16418946us (16s)
66.01/17.09	c preprocessor returned 448370 variables
66.01/17.09	c preprocessing returned UNKNOWN
66.01/17.09	c PP set 74442 variables
66.01/17.09	c pp time: 16428131us (16s)
66.80/17.28	c HTE
67.61/17.49	c subsumption
68.42/17.63	c simplified formula contains 0 unit clauses
124.30/31.60	c added unsatisfied clause
124.30/31.60	c failed to add network clauses
125.92/32.08	c added unsatisfied clause
125.92/32.08	c failed to add network clauses
131.49/33.46	c added unsatisfied clause
131.49/33.46	c failed to add network clauses
131.49/33.46	c ====================
131.49/33.46	c implication/decision inf%(inf)
131.49/33.46	c decisions:           1196366
131.49/33.46	c last level:          0
131.49/33.46	c conflicts:           165054
131.49/33.46	c restarts:            1096
131.49/33.46	c rejected_restarts    0
131.49/33.46	c removals:            13
131.49/33.46	c removed clauses:     97880
131.49/33.46	c oft clauses:         0
131.49/33.47	c solvetime: 16504757us (16s)
131.89/33.53	c ====================
131.89/33.53	c ====================
133.34/33.98	c sended clauses   | 7368 | 10082 | 8102 | 10254 |
133.34/33.98	c received clauses | 0 | 101 | 50 | 95 |
133.34/33.98	c join all other threads
133.34/33.98	c joined thread 0
133.87/34.19	c joined thread 1
133.87/34.19	c joined thread 2
133.87/34.19	c joined thread 3
133.87/34.20	c memory usage (vsize): 1405 MB
133.87/34.20	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3286905-1304051203/watcher-3286905-1304051203 -o /tmp/evaluation-result-3286905-1304051203/solver-3286905-1304051203 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3286905-1304051203.cnf 573859475 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.88 8.07 8.00 5/182 18328
/proc/meminfo: memFree=20276600/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0

[startup+0.101249 s]
/proc/loadavg: 7.88 8.07 8.00 5/182 18328
/proc/meminfo: memFree=20276600/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200221 s]
/proc/loadavg: 7.88 8.07 8.00 5/182 18328
/proc/meminfo: memFree=20276600/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300206 s]
/proc/loadavg: 7.88 8.07 8.00 5/182 18328
/proc/meminfo: memFree=20276600/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701095 s]
/proc/loadavg: 7.88 8.07 8.00 5/182 18328
/proc/meminfo: memFree=20276600/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 7.88 8.07 8.00 6/188 18334
/proc/meminfo: memFree=19282080/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
[pid=18329] ppid=18328 vsize=1219380 CPUtime=4.27 cores=0,2,4,6
/proc/18329/stat : 18329 (priss) S 18328 18328 17192 0 -1 4202496 320104 0 0 0 360 67 0 0 18 0 5 0 497536690 1248645120 246963 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18329/statm: 304845 246963 347 389 0 300595 0
[pid=18329/tid=18331] ppid=18328 vsize=1219380 CPUtime=1.02 cores=0,2,4,6
/proc/18329/task/18331/stat : 18331 (priss) R 18328 18328 17192 0 -1 4202560 72867 0 0 0 86 16 0 0 18 0 5 0 497536730 1248645120 246963 33554432000 4194304 5787044 140733919986928 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18329/tid=18332] ppid=18328 vsize=1219380 CPUtime=0.95 cores=0,2,4,6
/proc/18329/task/18332/stat : 18332 (priss) R 18328 18328 17192 0 -1 4202560 66838 0 0 0 83 12 0 0 18 0 5 0 497536737 1248645120 246963 33554432000 4194304 5787044 140733919986928 18446744073709551615 4330555 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18329/tid=18333] ppid=18328 vsize=1219380 CPUtime=0.86 cores=0,2,4,6
/proc/18329/task/18333/stat : 18333 (priss) R 18328 18328 17192 0 -1 4202560 64486 0 0 0 69 17 0 0 18 0 5 0 497536744 1248645120 246963 33554432000 4194304 5787044 140733919986928 18446744073709551615 212039311367 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18329/tid=18334] ppid=18328 vsize=1219380 CPUtime=0.8 cores=0,2,4,6
/proc/18329/task/18334/stat : 18334 (priss) R 18328 18328 17192 0 -1 4202560 65058 0 0 0 65 15 0 0 18 0 5 0 497536752 1248645120 246963 33554432000 4194304 5787044 140733919986928 18446744073709551615 212039346138 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 1228080

[startup+3.10067 s]
/proc/loadavg: 7.88 8.07 8.00 9/188 18334
/proc/meminfo: memFree=19481972/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
[pid=18329] ppid=18328 vsize=1004736 CPUtime=10.67 cores=0,2,4,6
/proc/18329/stat : 18329 (priss) S 18328 18328 17192 0 -1 4202496 331006 0 0 0 997 70 0 0 18 0 5 0 497536690 1028849664 197197 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18329/statm: 251184 197197 347 389 0 246934 0
[pid=18329/tid=18331] ppid=18328 vsize=1004736 CPUtime=2.61 cores=0,2,4,6
/proc/18329/task/18331/stat : 18331 (priss) R 18328 18328 17192 0 -1 4202560 73202 0 0 0 245 16 0 0 21 0 5 0 497536730 1028849664 197197 33554432000 4194304 5787044 140733919986928 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18329/tid=18332] ppid=18328 vsize=1004736 CPUtime=2.55 cores=0,2,4,6
/proc/18329/task/18332/stat : 18332 (priss) R 18328 18328 17192 0 -1 4202560 67173 0 0 0 243 12 0 0 21 0 5 0 497536737 1028849664 197197 33554432000 4194304 5787044 140733919986928 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18329/tid=18333] ppid=18328 vsize=1004736 CPUtime=2.46 cores=0,2,4,6
/proc/18329/task/18333/stat : 18333 (priss) R 18328 18328 17192 0 -1 4202560 69718 0 0 0 227 19 0 0 20 0 5 0 497536744 1028849664 197197 33554432000 4194304 5787044 140733919986928 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18329/tid=18334] ppid=18328 vsize=1004736 CPUtime=2.41 cores=0,2,4,6
/proc/18329/task/18334/stat : 18334 (priss) R 18328 18328 17192 0 -1 4202560 70058 0 0 0 224 17 0 0 20 0 5 0 497536752 1028849664 197197 33554432000 4194304 5787044 140733919986928 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 1013436

[startup+6.3011 s]
/proc/loadavg: 7.89 8.07 8.00 9/188 18334
/proc/meminfo: memFree=19465852/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
[pid=18329] ppid=18328 vsize=1005248 CPUtime=23.45 cores=0,2,4,6
/proc/18329/stat : 18329 (priss) S 18328 18328 17192 0 -1 4202496 331601 0 0 0 2275 70 0 0 18 0 5 0 497536690 1029373952 197792 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18329/statm: 251312 197792 347 389 0 247062 0
[pid=18329/tid=18331] ppid=18328 vsize=1005248 CPUtime=5.81 cores=0,2,4,6
/proc/18329/task/18331/stat : 18331 (priss) R 18328 18328 17192 0 -1 4202560 73293 0 0 0 565 16 0 0 25 0 5 0 497536730 1029373952 197792 33554432000 4194304 5787044 140733919986928 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18329/tid=18332] ppid=18328 vsize=1005248 CPUtime=5.75 cores=0,2,4,6
/proc/18329/task/18332/stat : 18332 (priss) R 18328 18328 17192 0 -1 4202560 67264 0 0 0 563 12 0 0 25 0 5 0 497536737 1029373952 197792 33554432000 4194304 5787044 140733919986928 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18329/tid=18333] ppid=18328 vsize=1005248 CPUtime=5.64 cores=0,2,4,6
/proc/18329/task/18333/stat : 18333 (priss) R 18328 18328 17192 0 -1 4202560 69809 0 0 0 545 19 0 0 25 0 5 0 497536744 1029373952 197792 33554432000 4194304 5787044 140733919986928 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18329/tid=18334] ppid=18328 vsize=1005248 CPUtime=5.61 cores=0,2,4,6
/proc/18329/task/18334/stat : 18334 (priss) R 18328 18328 17192 0 -1 4202560 70380 0 0 0 544 17 0 0 25 0 5 0 497536752 1029373952 197792 33554432000 4194304 5787044 140733919986928 18446744073709551615 4330532 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.45
Current children cumulated vsize (KiB) 1013948

[startup+12.701 s]
/proc/loadavg: 7.98 8.08 8.00 9/188 18334
/proc/meminfo: memFree=19222588/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
[pid=18329] ppid=18328 vsize=1338208 CPUtime=48.83 cores=0,2,4,6
/proc/18329/stat : 18329 (priss) S 18328 18328 17192 0 -1 4202496 390117 0 0 0 4774 109 0 0 18 0 5 0 497536690 1370324992 252641 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18329/statm: 334552 252641 352 389 0 330302 0
[pid=18329/tid=18331] ppid=18328 vsize=1338208 CPUtime=12.17 cores=0,2,4,6
/proc/18329/task/18331/stat : 18331 (priss) R 18328 18328 17192 0 -1 4202560 93656 0 0 0 1190 27 0 0 20 0 5 0 497536730 1370324992 252641 33554432000 4194304 5787044 140733919986928 18446744073709551615 4279083 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18329/tid=18332] ppid=18328 vsize=1338208 CPUtime=12.1 cores=0,2,4,6
/proc/18329/task/18332/stat : 18332 (priss) R 18328 18328 17192 0 -1 4202560 78268 0 0 0 1191 19 0 0 22 0 5 0 497536737 1370324992 252641 33554432000 4194304 5787044 140733919986928 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18329/tid=18333] ppid=18328 vsize=1338208 CPUtime=11.95 cores=0,2,4,6
/proc/18329/task/18333/stat : 18333 (priss) R 18328 18328 17192 0 -1 4202560 82263 0 0 0 1166 29 0 0 25 0 5 0 497536744 1370324992 252641 33554432000 4194304 5787044 140733919986928 18446744073709551615 4276267 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18329/tid=18334] ppid=18328 vsize=1338208 CPUtime=11.96 cores=0,2,4,6
/proc/18329/task/18334/stat : 18334 (priss) R 18328 18328 17192 0 -1 4202560 85075 0 0 0 1169 27 0 0 21 0 5 0 497536752 1370324992 252641 33554432000 4194304 5787044 140733919986928 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.83
Current children cumulated vsize (KiB) 1346908

[startup+25.5007 s]
/proc/loadavg: 8.05 8.09 8.01 9/188 18334
/proc/meminfo: memFree=18922868/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
[pid=18329] ppid=18328 vsize=1609684 CPUtime=99.94 cores=0,2,4,6
/proc/18329/stat : 18329 (priss) S 18328 18328 17192 0 -1 4202496 531788 0 0 0 9858 136 0 0 18 0 5 0 497536690 1648316416 320976 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18329/statm: 402421 320976 418 389 0 398171 0
[pid=18329/tid=18331] ppid=18328 vsize=1609684 CPUtime=24.97 cores=0,2,4,6
/proc/18329/task/18331/stat : 18331 (priss) R 18328 18328 17192 0 -1 4202560 122976 0 0 0 2465 32 0 0 18 0 5 0 497536730 1648316416 320977 33554432000 4194304 5787044 140733919986928 18446744073709551615 212039316513 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18329/tid=18332] ppid=18328 vsize=1609684 CPUtime=24.89 cores=0,2,4,6
/proc/18329/task/18332/stat : 18332 (priss) R 18328 18328 17192 0 -1 4202560 112556 0 0 0 2463 26 0 0 25 0 5 0 497536737 1648316416 320977 33554432000 4194304 5787044 140733919986928 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18329/tid=18333] ppid=18328 vsize=1609684 CPUtime=24.68 cores=0,2,4,6
/proc/18329/task/18333/stat : 18333 (priss) R 18328 18328 17192 0 -1 4202560 116648 0 0 0 2432 36 0 0 18 0 5 0 497536744 1648316416 320977 33554432000 4194304 5787044 140733919986928 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18329/tid=18334] ppid=18328 vsize=1609684 CPUtime=24.75 cores=0,2,4,6
/proc/18329/task/18334/stat : 18334 (priss) R 18328 18328 17192 0 -1 4202560 128754 0 0 0 2440 35 0 0 25 0 5 0 497536752 1648316416 320977 33554432000 4194304 5787044 140733919986928 18446744073709551615 5534156 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.94
Current children cumulated vsize (KiB) 1618384

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

[startup+25.6007 s]
/proc/loadavg: 8.05 8.09 8.01 9/188 18334
/proc/meminfo: memFree=18922868/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
[pid=18329] ppid=18328 vsize=1609684 CPUtime=100.33 cores=0,2,4,6
/proc/18329/stat : 18329 (priss) S 18328 18328 17192 0 -1 4202496 531927 0 0 0 9897 136 0 0 18 0 5 0 497536690 1648316416 321115 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18329/statm: 402421 321115 418 389 0 398171 0
[pid=18329/tid=18331] ppid=18328 vsize=1609684 CPUtime=25.07 cores=0,2,4,6
/proc/18329/task/18331/stat : 18331 (priss) R 18328 18328 17192 0 -1 4202560 123114 0 0 0 2475 32 0 0 18 0 5 0 497536730 1648316416 321116 33554432000 4194304 5787044 140733919986928 18446744073709551615 212039316513 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18329/tid=18332] ppid=18328 vsize=1609684 CPUtime=24.99 cores=0,2,4,6
/proc/18329/task/18332/stat : 18332 (priss) R 18328 18328 17192 0 -1 4202560 112557 0 0 0 2473 26 0 0 25 0 5 0 497536737 1648316416 321116 33554432000 4194304 5787044 140733919986928 18446744073709551615 4254597 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18329/tid=18333] ppid=18328 vsize=1609684 CPUtime=24.78 cores=0,2,4,6
/proc/18329/task/18333/stat : 18333 (priss) R 18328 18328 17192 0 -1 4202560 116648 0 0 0 2442 36 0 0 18 0 5 0 497536744 1648316416 321116 33554432000 4194304 5787044 140733919986928 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18329/tid=18334] ppid=18328 vsize=1609684 CPUtime=24.85 cores=0,2,4,6
/proc/18329/task/18334/stat : 18334 (priss) R 18328 18328 17192 0 -1 4202560 128754 0 0 0 2450 35 0 0 25 0 5 0 497536752 1648316416 321116 33554432000 4194304 5787044 140733919986928 18446744073709551615 4220460 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.33
Current children cumulated vsize (KiB) 1618384

[startup+28.8011 s]
/proc/loadavg: 8.05 8.09 8.01 9/188 18334
/proc/meminfo: memFree=18909848/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
[pid=18329] ppid=18328 vsize=1609884 CPUtime=113.12 cores=0,2,4,6
/proc/18329/stat : 18329 (priss) S 18328 18328 17192 0 -1 4202496 533687 0 0 0 11173 139 0 0 18 0 5 0 497536690 1648521216 322875 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18329/statm: 402471 322875 418 389 0 398221 0
[pid=18329/tid=18331] ppid=18328 vsize=1609884 CPUtime=28.27 cores=0,2,4,6
/proc/18329/task/18331/stat : 18331 (priss) R 18328 18328 17192 0 -1 4202560 123512 0 0 0 2794 33 0 0 25 0 5 0 497536730 1648521216 322875 33554432000 4194304 5787044 140733919986928 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18329/tid=18332] ppid=18328 vsize=1609884 CPUtime=28.2 cores=0,2,4,6
/proc/18329/task/18332/stat : 18332 (priss) R 18328 18328 17192 0 -1 4202560 113647 0 0 0 2793 27 0 0 25 0 5 0 497536737 1648521216 322875 33554432000 4194304 5787044 140733919986928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18329/tid=18333] ppid=18328 vsize=1609884 CPUtime=27.96 cores=0,2,4,6
/proc/18329/task/18333/stat : 18333 (priss) R 18328 18328 17192 0 -1 4202560 116733 0 0 0 2759 37 0 0 25 0 5 0 497536744 1648521216 322875 33554432000 4194304 5787044 140733919986928 18446744073709551615 4221032 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18329/tid=18334] ppid=18328 vsize=1609884 CPUtime=28.04 cores=0,2,4,6
/proc/18329/task/18334/stat : 18334 (priss) R 18328 18328 17192 0 -1 4202560 128940 0 0 0 2769 35 0 0 25 0 5 0 497536752 1648521216 322875 33554432000 4194304 5787044 140733919986928 18446744073709551615 5527801 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 113.12
Current children cumulated vsize (KiB) 1618584

[startup+32.0065 s]
/proc/loadavg: 8.05 8.09 8.01 9/188 18334
/proc/meminfo: memFree=18903896/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
[pid=18329] ppid=18328 vsize=1614768 CPUtime=125.92 cores=0,2,4,6
/proc/18329/stat : 18329 (priss) S 18328 18328 17192 0 -1 4202496 535281 0 0 0 12451 141 0 0 18 0 5 0 497536690 1653522432 324469 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18329/statm: 403692 324469 418 389 0 399442 0
[pid=18329/tid=18331] ppid=18328 vsize=1614768 CPUtime=31.48 cores=0,2,4,6
/proc/18329/task/18331/stat : 18331 (priss) R 18328 18328 17192 0 -1 4202560 124979 0 0 0 3114 34 0 0 25 0 5 0 497536730 1653522432 324469 33554432000 4194304 5787044 140733919986928 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18329/tid=18332] ppid=18328 vsize=1614768 CPUtime=31.4 cores=0,2,4,6
/proc/18329/task/18332/stat : 18332 (priss) R 18328 18328 17192 0 -1 4202560 113667 0 0 0 3113 27 0 0 25 0 5 0 497536737 1653522432 324469 33554432000 4194304 5787044 140733919986928 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18329/tid=18333] ppid=18328 vsize=1614768 CPUtime=31.15 cores=0,2,4,6
/proc/18329/task/18333/stat : 18333 (priss) R 18328 18328 17192 0 -1 4202560 116807 0 0 0 3077 38 0 0 25 0 5 0 497536744 1653522432 324469 33554432000 4194304 5787044 140733919986928 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18329/tid=18334] ppid=18328 vsize=1614768 CPUtime=31.26 cores=0,2,4,6
/proc/18329/task/18334/stat : 18334 (priss) R 18328 18328 17192 0 -1 4202560 128973 0 0 0 3090 36 0 0 25 0 5 0 497536752 1653522432 324469 33554432000 4194304 5787044 140733919986928 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 125.92
Current children cumulated vsize (KiB) 1623468

[startup+33.6012 s]
/proc/loadavg: 8.05 8.09 8.01 9/188 18334
/proc/meminfo: memFree=18901292/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
[pid=18329] ppid=18328 vsize=1617616 CPUtime=132.25 cores=0,2,4,6
/proc/18329/stat : 18329 (priss) S 18328 18328 17192 0 -1 4202496 536069 0 0 0 13076 149 0 0 18 0 5 0 497536690 1656438784 325187 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/18329/statm: 404404 325187 430 389 0 400154 0
[pid=18329/tid=18331] ppid=18328 vsize=1617616 CPUtime=33.07 cores=0,2,4,6
/proc/18329/task/18331/stat : 18331 (priss) R 18328 18328 17192 0 -1 4202560 125494 0 0 0 3273 34 0 0 25 0 5 0 497536730 1656438784 325187 33554432000 4194304 5787044 140733919986928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18329/tid=18332] ppid=18328 vsize=1617616 CPUtime=32.98 cores=0,2,4,6
/proc/18329/task/18332/stat : 18332 (priss) R 18328 18328 17192 0 -1 4202560 113779 0 0 0 3269 29 0 0 18 0 5 0 497536737 1656438784 325187 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051481269 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18329/tid=18333] ppid=18328 vsize=1617616 CPUtime=32.72 cores=0,2,4,6
/proc/18329/task/18333/stat : 18333 (priss) R 18328 18328 17192 0 -1 4202560 116875 0 0 0 3231 41 0 0 18 0 5 0 497536744 1656438784 325187 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051480948 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18329/tid=18334] ppid=18328 vsize=1617616 CPUtime=32.84 cores=0,2,4,6
/proc/18329/task/18334/stat : 18334 (priss) R 18328 18328 17192 0 -1 4202560 129066 0 0 0 3245 39 0 0 18 0 5 0 497536752 1656438784 325187 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051480948 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 132.25
Current children cumulated vsize (KiB) 1626316

[startup+34.0012 s]
/proc/loadavg: 8.05 8.09 8.01 9/188 18334
/proc/meminfo: memFree=18901292/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
[pid=18329] ppid=18328 vsize=1575580 CPUtime=133.68 cores=0,2,4,6
/proc/18329/stat : 18329 (priss) S 18328 18328 17192 0 -1 4202496 536086 0 0 0 13162 206 0 0 18 0 3 0 497536690 1613393920 319949 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051458021 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18329/statm: 393895 319949 446 389 0 389645 0
[pid=18329/tid=18332] ppid=18328 vsize=1575580 CPUtime=33.37 cores=0,2,4,6
/proc/18329/task/18332/stat : 18332 (priss) R 18328 18328 17192 0 -1 4202560 113779 0 0 0 3292 45 0 0 18 0 3 0 497536737 1613393920 319949 33554432000 4194304 5787044 140733919986928 18446744073709551615 212051481269 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18329/tid=18333] ppid=18328 vsize=1575580 CPUtime=33.06 cores=0,2,4,6
/proc/18329/task/18333/stat : 18333 (priss) R 18328 18328 17192 0 -1 4202560 116875 0 0 0 3246 60 0 0 18 0 3 0 497536744 1613393920 319949 33554432000 4194304 5787044 140733919986928 18446744073709551615 4314062 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 133.68
Current children cumulated vsize (KiB) 1584280

[startup+34.2072 s]
/proc/loadavg: 8.04 8.09 8.01 7/186 18335
/proc/meminfo: memFree=18853196/32951124 swapFree=67111524/67111528
[pid=18328] ppid=18326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18328/stat : 18328 (priss.sh) S 18326 18328 17192 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 497536690 8908800 252 33554432000 4194304 4922060 140734618093264 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18328/statm: 2175 252 211 178 0 68 0
[pid=18329] ppid=18328 vsize=1390028 CPUtime=134.03 cores=0,2,4,6
/proc/18329/stat : 18329 (priss) R 18328 18328 17192 0 -1 4202496 536101 0 0 0 13192 211 0 0 15 0 1 0 497536690 1423388672 285259 33554432000 4194304 5787044 140733919986928 18446744073709551615 212039698567 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18329/statm: 347507 285259 459 389 0 343257 0
Current children cumulated CPU time (s) 134.03
Current children cumulated vsize (KiB) 1398728

Child status: 20
Real time (s): 34.2772
CPU time (s): 134.112
CPU user time (s): 131.94
CPU system time (s): 2.17167
CPU usage (%): 391.256
Max. virtual memory (cumulated for all children) (KiB): 1652688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.94
system time used= 2.17167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 536441
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= 99683
involuntary context switches= 1115

runsolver used 0.054991 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 06:26:44
IDJOB=3286905
IDBENCH=82450
IDSOLVER=1603
FILE ID=node146/3286905-1304051203
RUNJOBID= node146-1304042862-17210
PBS_JOBID= 13170387
Free space on /tmp= 72900 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286905-1304051203/watcher-3286905-1304051203 -o /tmp/evaluation-result-3286905-1304051203/solver-3286905-1304051203 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3286905-1304051203.cnf 573859475 4800 15500 4

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

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=573859475

node146.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.830
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.66
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.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      20276756 kB
Buffers:       1666580 kB
Cached:        6342916 kB
SwapCached:          4 kB
Active:        5508480 kB
Inactive:      6630324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20276756 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           22244 kB
Writeback:          28 kB
AnonPages:     4128864 kB
Mapped:          15676 kB
Slab:           463752 kB
PageTables:      13112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4507504 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= 72900 MiB
End job on node146 at 2011-04-29 06:27:19