Trace number 3291228

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 AutoUNSAT 267.958 68.4395

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: 16307
0.00/0.00	c setup for 4cores
0.00/0.20	c parsetime: 197674us
0.00/0.20	c parsed 545612 clauses with 17064 variables
0.00/0.23	c NW started thread 0 successfully (1109854528)
0.00/0.28	c NW started thread 1 successfully (1120344384)
0.00/0.33	c NW started thread 2 successfully (1092303168)
0.00/0.38	c NW started thread 3 successfully (1130834240)
81.94/20.91	c preprocessor returned 17364 variables
81.94/20.91	c preprocessing returned UNKNOWN
81.94/20.91	c PP set 9 variables
81.94/20.91	c pp time: 20626908us (20s)
82.72/21.19	c preprocessor returned 17364 variables
82.72/21.19	c preprocessing returned UNKNOWN
82.72/21.19	c PP set 9 variables
82.72/21.19	c pp time: 20854564us (20s)
83.12/21.21	c preprocessor returned 17364 variables
83.12/21.21	c preprocessing returned UNKNOWN
83.12/21.21	c PP set 9 variables
83.12/21.21	c pp time: 20975220us (20s)
110.88/28.26	c preprocessor returned 30004 variables
110.88/28.26	c preprocessing returned UNKNOWN
110.88/28.26	c PP set 9 variables
110.88/28.26	c pp time: 27873873us (27s)
261.50/65.98	c HTE
262.67/66.28	c added unsatisfied clause
262.67/66.28	c failed to add network clauses
266.24/67.15	c ====================
266.24/67.15	c implication/decision inf%(inf)
266.24/67.15	c decisions:           1503196
266.24/67.15	c last level:          0
266.24/67.15	c conflicts:           218232
266.24/67.15	c restarts:            1447
266.24/67.15	c rejected_restarts    0
266.24/67.15	c removals:            14
266.24/67.15	c removed clauses:     130975
266.24/67.15	c oft clauses:         0
266.24/67.16	c ====================
266.24/67.16	c ====================
266.60/67.21	c solvetime: 46298139us (46s)
266.60/67.24	c sended clauses   | 3791 | 3773 | 5163 | 1363 |
266.60/67.24	c received clauses | 89 | 72 | 63 | 102 |
266.60/67.24	c join all other threads
266.60/67.24	c joined thread 0
266.60/67.24	c joined thread 1
266.60/67.24	c joined thread 2
267.91/68.42	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-3291228-1304065420/watcher-3291228-1304065420 -o /tmp/evaluation-result-3291228-1304065420/solver-3291228-1304065420 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3291228-1304065420.cnf 2104937398 4800 15500 4 

running on 4 cores: 1,3,5,7

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.89 8.05 7.87 5/182 16306
/proc/meminfo: memFree=29823500/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0

[startup+0.0770701 s]
/proc/loadavg: 7.89 8.05 7.87 5/182 16306
/proc/meminfo: memFree=29823500/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101063 s]
/proc/loadavg: 7.89 8.05 7.87 5/182 16306
/proc/meminfo: memFree=29823500/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300993 s]
/proc/loadavg: 7.89 8.05 7.87 5/182 16306
/proc/meminfo: memFree=29823500/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70092 s]
/proc/loadavg: 7.89 8.05 7.87 5/182 16306
/proc/meminfo: memFree=29823500/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50078 s]
/proc/loadavg: 7.89 8.05 7.87 9/188 16312
/proc/meminfo: memFree=29508872/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=451076 CPUtime=5.01 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 87963 0 0 0 475 26 0 0 18 0 5 0 518142428 461901824 86960 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 112769 86960 345 389 0 108519 0
[pid=16307/tid=16309] ppid=16306 vsize=451076 CPUtime=1.23 cores=1,3,5,7
/proc/16307/task/16309/stat : 16309 (priss) R 16306 16306 13999 0 -1 4202560 13433 0 0 0 119 4 0 0 19 0 5 0 518142452 461901824 86960 33554432000 4194304 5787044 140736965864880 18446744073709551615 253640508367 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16307/tid=16310] ppid=16306 vsize=451076 CPUtime=1.19 cores=1,3,5,7
/proc/16307/task/16310/stat : 16310 (priss) R 16306 16306 13999 0 -1 4202560 14969 0 0 0 115 4 0 0 18 0 5 0 518142457 461901824 86960 33554432000 4194304 5787044 140736965864880 18446744073709551615 253640508530 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16307/tid=16311] ppid=16306 vsize=451076 CPUtime=1.08 cores=1,3,5,7
/proc/16307/task/16311/stat : 16311 (priss) R 16306 16306 13999 0 -1 4202560 15859 0 0 0 102 6 0 0 17 0 5 0 518142461 461901824 86960 33554432000 4194304 5787044 140736965864880 18446744073709551615 253640508367 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16307/tid=16312] ppid=16306 vsize=451076 CPUtime=1.1 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 16126 0 0 0 104 6 0 0 18 0 5 0 518142466 461901824 86960 33554432000 4194304 5787044 140736965864880 18446744073709551615 253640508808 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 459776

[startup+3.10049 s]
/proc/loadavg: 7.89 8.05 7.87 9/188 16312
/proc/meminfo: memFree=29611048/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=456232 CPUtime=11.31 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 94996 0 0 0 1104 27 0 0 18 0 5 0 518142428 467181568 52194 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 114058 52194 349 389 0 109808 0
[pid=16307/tid=16309] ppid=16306 vsize=456232 CPUtime=2.83 cores=1,3,5,7
/proc/16307/task/16309/stat : 16309 (priss) R 16306 16306 13999 0 -1 4202560 15530 0 0 0 278 5 0 0 22 0 5 0 518142452 467181568 52194 33554432000 4194304 5787044 140736965864880 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16307/tid=16310] ppid=16306 vsize=456232 CPUtime=2.78 cores=1,3,5,7
/proc/16307/task/16310/stat : 16310 (priss) R 16306 16306 13999 0 -1 4202560 16839 0 0 0 274 4 0 0 21 0 5 0 518142457 467181568 52194 33554432000 4194304 5787044 140736965864880 18446744073709551615 18446744073699065904 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16307/tid=16311] ppid=16306 vsize=456232 CPUtime=2.59 cores=1,3,5,7
/proc/16307/task/16311/stat : 16311 (priss) R 16306 16306 13999 0 -1 4202560 17427 0 0 0 253 6 0 0 18 0 5 0 518142461 467181568 52194 33554432000 4194304 5787044 140736965864880 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16307/tid=16312] ppid=16306 vsize=456232 CPUtime=2.71 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 17624 0 0 0 264 7 0 0 21 0 5 0 518142466 467181568 52194 33554432000 4194304 5787044 140736965864880 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.31
Current children cumulated vsize (KiB) 464932

[startup+6.3009 s]
/proc/loadavg: 7.90 8.05 7.87 9/188 16312
/proc/meminfo: memFree=29614488/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=468860 CPUtime=24.1 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 98188 0 0 0 2382 28 0 0 18 0 5 0 518142428 480112640 53254 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 117215 53254 350 389 0 112965 0
[pid=16307/tid=16309] ppid=16306 vsize=468860 CPUtime=6.01 cores=1,3,5,7
/proc/16307/task/16309/stat : 16309 (priss) R 16306 16306 13999 0 -1 4202560 16071 0 0 0 596 5 0 0 25 0 5 0 518142452 480112640 53254 33554432000 4194304 5787044 140736965864880 18446744073709551615 4341856 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16307/tid=16310] ppid=16306 vsize=468860 CPUtime=5.99 cores=1,3,5,7
/proc/16307/task/16310/stat : 16310 (priss) R 16306 16306 13999 0 -1 4202560 17392 0 0 0 594 5 0 0 25 0 5 0 518142457 480112640 53254 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652685493 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16307/tid=16311] ppid=16306 vsize=468860 CPUtime=5.79 cores=1,3,5,7
/proc/16307/task/16311/stat : 16311 (priss) R 16306 16306 13999 0 -1 4202560 18989 0 0 0 573 6 0 0 25 0 5 0 518142461 480112640 53254 33554432000 4194304 5787044 140736965864880 18446744073709551615 4391211 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16307/tid=16312] ppid=16306 vsize=468860 CPUtime=5.91 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 18160 0 0 0 584 7 0 0 25 0 5 0 518142466 480112640 53254 33554432000 4194304 5787044 140736965864880 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.1
Current children cumulated vsize (KiB) 477560

[startup+12.7007 s]
/proc/loadavg: 7.91 8.05 7.87 5/181 16313
/proc/meminfo: memFree=30159256/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=468860 CPUtime=49.63 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 100738 0 0 0 4926 37 0 0 18 0 5 0 518142428 480112640 55804 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 117215 55804 352 389 0 112965 0
[pid=16307/tid=16309] ppid=16306 vsize=468860 CPUtime=12.36 cores=1,3,5,7
/proc/16307/task/16309/stat : 16309 (priss) R 16306 16306 13999 0 -1 4202560 16815 0 0 0 1228 8 0 0 25 0 5 0 518142452 480112640 55804 33554432000 4194304 5787044 140736965864880 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16307/tid=16310] ppid=16306 vsize=468860 CPUtime=12.38 cores=1,3,5,7
/proc/16307/task/16310/stat : 16310 (priss) R 16306 16306 13999 0 -1 4202560 17878 0 0 0 1232 6 0 0 25 0 5 0 518142457 480112640 55804 33554432000 4194304 5787044 140736965864880 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16307/tid=16311] ppid=16306 vsize=468860 CPUtime=12.18 cores=1,3,5,7
/proc/16307/task/16311/stat : 16311 (priss) R 16306 16306 13999 0 -1 4202560 19382 0 0 0 1210 8 0 0 25 0 5 0 518142461 480112640 55804 33554432000 4194304 5787044 140736965864880 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16307/tid=16312] ppid=16306 vsize=468860 CPUtime=12.29 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 19087 0 0 0 1220 9 0 0 25 0 5 0 518142466 480112640 55804 33554432000 4194304 5787044 140736965864880 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.63
Current children cumulated vsize (KiB) 477560

[startup+25.5004 s]
/proc/loadavg: 7.93 8.05 7.87 9/188 16345
/proc/meminfo: memFree=29995764/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=478692 CPUtime=100.28 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 134331 0 0 0 9985 43 0 0 18 0 5 0 518142428 490180608 78131 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 119673 78131 405 389 0 115423 0
[pid=16307/tid=16309] ppid=16306 vsize=478692 CPUtime=25.09 cores=1,3,5,7
/proc/16307/task/16309/stat : 16309 (priss) R 16306 16306 13999 0 -1 4202560 27904 0 0 0 2499 10 0 0 25 0 5 0 518142452 490180608 78131 33554432000 4194304 5787044 140736965864880 18446744073709551615 5588291 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16307/tid=16310] ppid=16306 vsize=478692 CPUtime=25.06 cores=1,3,5,7
/proc/16307/task/16310/stat : 16310 (priss) R 16306 16306 13999 0 -1 4202560 26437 0 0 0 2499 7 0 0 25 0 5 0 518142457 490180608 78131 33554432000 4194304 5787044 140736965864880 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16307/tid=16311] ppid=16306 vsize=478692 CPUtime=24.82 cores=1,3,5,7
/proc/16307/task/16311/stat : 16311 (priss) R 16306 16306 13999 0 -1 4202560 31464 0 0 0 2471 11 0 0 25 0 5 0 518142461 490180608 78131 33554432000 4194304 5787044 140736965864880 18446744073709551615 4229321 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16307/tid=16312] ppid=16306 vsize=478692 CPUtime=24.91 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 20950 0 0 0 2481 10 0 0 25 0 5 0 518142466 490180608 78131 33554432000 4194304 5787044 140736965864880 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.28
Current children cumulated vsize (KiB) 487392

[startup+51.1007 s]
/proc/loadavg: 7.95 8.04 7.87 9/188 16346
/proc/meminfo: memFree=29928228/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=493248 CPUtime=202.36 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 150227 0 0 0 20184 52 0 0 18 0 5 0 518142428 505085952 90574 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 123312 90574 419 389 0 119062 0
[pid=16307/tid=16309] ppid=16306 vsize=493248 CPUtime=50.48 cores=1,3,5,7
/proc/16307/task/16309/stat : 16309 (priss) R 16306 16306 13999 0 -1 4202560 28208 0 0 0 5037 11 0 0 25 0 5 0 518142452 505085952 90574 33554432000 4194304 5787044 140736965864880 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16307/tid=16310] ppid=16306 vsize=493248 CPUtime=50.6 cores=1,3,5,7
/proc/16307/task/16310/stat : 16310 (priss) R 16306 16306 13999 0 -1 4202560 28530 0 0 0 5050 10 0 0 25 0 5 0 518142457 505085952 90574 33554432000 4194304 5787044 140736965864880 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16307/tid=16311] ppid=16306 vsize=493248 CPUtime=50.36 cores=1,3,5,7
/proc/16307/task/16311/stat : 16311 (priss) R 16306 16306 13999 0 -1 4202560 33115 0 0 0 5023 13 0 0 25 0 5 0 518142461 505085952 90574 33554432000 4194304 5787044 140736965864880 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16307/tid=16312] ppid=16306 vsize=493248 CPUtime=50.52 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 32798 0 0 0 5039 13 0 0 25 0 5 0 518142466 505085952 90574 33554432000 4194304 5787044 140736965864880 18446744073709551615 5524792 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.36
Current children cumulated vsize (KiB) 501948

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

[startup+57.5006 s]
/proc/loadavg: 8.04 8.06 7.88 9/188 16346
/proc/meminfo: memFree=29912580/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=563780 CPUtime=227.92 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 151763 0 0 0 22738 54 0 0 18 0 5 0 518142428 577310720 92110 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 140945 92110 419 389 0 136695 0
[pid=16307/tid=16309] ppid=16306 vsize=563780 CPUtime=56.84 cores=1,3,5,7
/proc/16307/task/16309/stat : 16309 (priss) R 16306 16306 13999 0 -1 4202560 28798 0 0 0 5672 12 0 0 25 0 5 0 518142452 577310720 92110 33554432000 4194304 5787044 140736965864880 18446744073709551615 5588270 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16307/tid=16310] ppid=16306 vsize=563780 CPUtime=57 cores=1,3,5,7
/proc/16307/task/16310/stat : 16310 (priss) R 16306 16306 13999 0 -1 4202560 29406 0 0 0 5689 11 0 0 25 0 5 0 518142457 577310720 92110 33554432000 4194304 5787044 140736965864880 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16307/tid=16311] ppid=16306 vsize=563780 CPUtime=56.76 cores=1,3,5,7
/proc/16307/task/16311/stat : 16311 (priss) R 16306 16306 13999 0 -1 4202560 33117 0 0 0 5663 13 0 0 25 0 5 0 518142461 577310720 92110 33554432000 4194304 5787044 140736965864880 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16307/tid=16312] ppid=16306 vsize=563780 CPUtime=56.91 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 32866 0 0 0 5678 13 0 0 25 0 5 0 518142466 577310720 92110 33554432000 4194304 5787044 140736965864880 18446744073709551615 4228872 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 227.92
Current children cumulated vsize (KiB) 572480

[startup+63.9004 s]
/proc/loadavg: 8.03 8.06 7.88 9/188 16347
/proc/meminfo: memFree=29909508/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=564080 CPUtime=253.48 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 151946 0 0 0 25293 55 0 0 18 0 5 0 518142428 577617920 92293 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 141020 92293 419 389 0 136770 0
[pid=16307/tid=16309] ppid=16306 vsize=564080 CPUtime=63.2 cores=1,3,5,7
/proc/16307/task/16309/stat : 16309 (priss) R 16306 16306 13999 0 -1 4202560 28870 0 0 0 6308 12 0 0 25 0 5 0 518142452 577617920 92293 33554432000 4194304 5787044 140736965864880 18446744073709551615 5601760 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16307/tid=16310] ppid=16306 vsize=564080 CPUtime=63.4 cores=1,3,5,7
/proc/16307/task/16310/stat : 16310 (priss) R 16306 16306 13999 0 -1 4202560 29418 0 0 0 6329 11 0 0 25 0 5 0 518142457 577617920 92293 33554432000 4194304 5787044 140736965864880 18446744073709551615 5585216 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16307/tid=16311] ppid=16306 vsize=564080 CPUtime=63.16 cores=1,3,5,7
/proc/16307/task/16311/stat : 16311 (priss) R 16306 16306 13999 0 -1 4202560 33213 0 0 0 6303 13 0 0 25 0 5 0 518142461 577617920 92293 33554432000 4194304 5787044 140736965864880 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16307/tid=16312] ppid=16306 vsize=564080 CPUtime=63.31 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 32869 0 0 0 6318 13 0 0 25 0 5 0 518142466 577617920 92293 33554432000 4194304 5787044 140736965864880 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 253.48
Current children cumulated vsize (KiB) 572780

[startup+65.5011 s]
/proc/loadavg: 8.03 8.06 7.88 9/188 16347
/proc/meminfo: memFree=29905912/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=565412 CPUtime=259.88 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 152845 0 0 0 25932 56 0 0 18 0 5 0 518142428 578981888 93192 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 141353 93192 419 389 0 137103 0
[pid=16307/tid=16309] ppid=16306 vsize=565412 CPUtime=64.8 cores=1,3,5,7
/proc/16307/task/16309/stat : 16309 (priss) R 16306 16306 13999 0 -1 4202560 29222 0 0 0 6467 13 0 0 25 0 5 0 518142452 578981888 93192 33554432000 4194304 5787044 140736965864880 18446744073709551615 5585308 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16307/tid=16310] ppid=16306 vsize=565412 CPUtime=65 cores=1,3,5,7
/proc/16307/task/16310/stat : 16310 (priss) R 16306 16306 13999 0 -1 4202560 29424 0 0 0 6489 11 0 0 25 0 5 0 518142457 578981888 93192 33554432000 4194304 5787044 140736965864880 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16307/tid=16311] ppid=16306 vsize=565412 CPUtime=64.76 cores=1,3,5,7
/proc/16307/task/16311/stat : 16311 (priss) R 16306 16306 13999 0 -1 4202560 33749 0 0 0 6462 14 0 0 25 0 5 0 518142461 578981888 93192 33554432000 4194304 5787044 140736965864880 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16307/tid=16312] ppid=16306 vsize=565412 CPUtime=64.91 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 32874 0 0 0 6478 13 0 0 25 0 5 0 518142466 578981888 93192 33554432000 4194304 5787044 140736965864880 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 259.88
Current children cumulated vsize (KiB) 574112

[startup+67.1068 s]
/proc/loadavg: 8.03 8.06 7.88 8/188 16347
/proc/meminfo: memFree=29874416/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=569696 CPUtime=266.24 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 160488 0 0 0 26565 59 0 0 18 0 5 0 518142428 583368704 99923 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 142424 99923 419 389 0 138174 0
[pid=16307/tid=16309] ppid=16306 vsize=569696 CPUtime=66.39 cores=1,3,5,7
/proc/16307/task/16309/stat : 16309 (priss) R 16306 16306 13999 0 -1 4202560 29329 0 0 0 6626 13 0 0 25 0 5 0 518142452 583368704 99923 33554432000 4194304 5787044 140736965864880 18446744073709551615 5586636 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=16307/tid=16310] ppid=16306 vsize=569696 CPUtime=66.61 cores=1,3,5,7
/proc/16307/task/16310/stat : 16310 (priss) R 16306 16306 13999 0 -1 4202560 29431 0 0 0 6650 11 0 0 25 0 5 0 518142457 583368704 99923 33554432000 4194304 5787044 140736965864880 18446744073709551615 5590976 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=16307/tid=16311] ppid=16306 vsize=569696 CPUtime=66.31 cores=1,3,5,7
/proc/16307/task/16311/stat : 16311 (priss) R 16306 16306 13999 0 -1 4202560 33936 0 0 0 6617 14 0 0 25 0 5 0 518142461 583368704 99923 33554432000 4194304 5787044 140736965864880 18446744073709551615 5585335 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=16307/tid=16312] ppid=16306 vsize=569696 CPUtime=66.51 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 40216 0 0 0 6636 15 0 0 25 0 5 0 518142466 583368704 99923 33554432000 4194304 5787044 140736965864880 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 266.24
Current children cumulated vsize (KiB) 578396

[startup+67.9007 s]
/proc/loadavg: 8.03 8.06 7.88 8/188 16347
/proc/meminfo: memFree=29874416/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=569696 CPUtime=267.41 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 160504 0 0 0 26672 69 0 0 17 0 2 0 518142428 583368704 99892 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652662245 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 142424 99892 433 389 0 138174 0
[pid=16307/tid=16312] ppid=16306 vsize=569696 CPUtime=67.31 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 40218 0 0 0 6716 15 0 0 25 0 2 0 518142466 583368704 99892 33554432000 4194304 5787044 140736965864880 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 267.41
Current children cumulated vsize (KiB) 578396

[startup+68.3006 s]
/proc/loadavg: 8.03 8.06 7.88 6/185 16347
/proc/meminfo: memFree=29872956/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=569696 CPUtime=267.81 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 160504 0 0 0 26712 69 0 0 17 0 2 0 518142428 583368704 99892 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652662245 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 142424 99892 433 389 0 138174 0
[pid=16307/tid=16312] ppid=16306 vsize=569696 CPUtime=67.71 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 40218 0 0 0 6756 15 0 0 25 0 2 0 518142466 583368704 99892 33554432000 4194304 5787044 140736965864880 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 267.81
Current children cumulated vsize (KiB) 578396

[startup+68.4006 s]
/proc/loadavg: 8.03 8.06 7.88 6/185 16347
/proc/meminfo: memFree=29872956/32951124 swapFree=67111364/67111528
[pid=16306] ppid=16304 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/16306/stat : 16306 (prissAuto.sh) S 16304 16306 13999 0 -1 4202496 331 0 0 0 0 0 0 0 24 0 1 0 518142428 8908800 252 33554432000 4194304 4922060 140737412909376 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/16306/statm: 2175 252 211 178 0 68 0
[pid=16307] ppid=16306 vsize=569696 CPUtime=267.91 cores=1,3,5,7
/proc/16307/stat : 16307 (priss) S 16306 16306 13999 0 -1 4202496 160504 0 0 0 26722 69 0 0 17 0 2 0 518142428 583368704 99892 33554432000 4194304 5787044 140736965864880 18446744073709551615 253652662245 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/16307/statm: 142424 99892 433 389 0 138174 0
[pid=16307/tid=16312] ppid=16306 vsize=569696 CPUtime=67.81 cores=1,3,5,7
/proc/16307/task/16312/stat : 16312 (priss) R 16306 16306 13999 0 -1 4202560 40218 0 0 0 6766 15 0 0 25 0 2 0 518142466 583368704 99892 33554432000 4194304 5787044 140736965864880 18446744073709551615 4318956 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 267.91
Current children cumulated vsize (KiB) 578396

Child status: 20
Real time (s): 68.4395
CPU time (s): 267.958
CPU user time (s): 267.247
CPU system time (s): 0.710891
CPU usage (%): 391.526
Max. virtual memory (cumulated for all children) (KiB): 578396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.247
system time used= 0.710891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160896
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= 22919
involuntary context switches= 2106

runsolver used 0.098984 second user time and 0.277957 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 10:23:40
IDJOB=3291228
IDBENCH=84172
IDSOLVER=1602
FILE ID=node106/3291228-1304065420
RUNJOBID= node106-1304063004-16010
PBS_JOBID= 13170400
Free space on /tmp= 72144 MiB

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

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

MD5SUM BENCH= 8bd122b0caab0988cbc54e4731b25623
RANDOM SEED=2104937398

node106.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	: 5226.20
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.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.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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29823656 kB
Buffers:        233736 kB
Cached:        2058764 kB
SwapCached:         88 kB
Active:        1332948 kB
Inactive:      1582900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29823656 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12068 kB
Writeback:           0 kB
AnonPages:      623220 kB
Mapped:          15660 kB
Slab:           145984 kB
PageTables:       5984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   822852 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= 72144 MiB
End job on node106 at 2011-04-29 10:24:49