Trace number 3280741

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 225.034 56.9415

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.5654
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

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: 23758
0.00/0.33	c parsetime: 327777us
0.00/0.33	c parsed 905980 clauses with 136756 variables
0.00/0.39	c NW started thread 0 successfully (1110956352)
0.00/0.45	c NW started thread 1 successfully (1121446208)
0.00/0.51	c NW started thread 2 successfully (1131936064)
0.00/0.58	c NW started thread 3 successfully (1142425920)
100.64/25.74	c preprocessor returned 136756 variables
100.64/25.74	c preprocessing returned UNKNOWN
100.64/25.74	c PP set 125 variables
100.64/25.74	c pp time: 25325936us (25s)
102.23/26.15	c preprocessor returned 136756 variables
102.23/26.15	c preprocessing returned UNKNOWN
102.23/26.15	c PP set 125 variables
102.23/26.15	c pp time: 25668662us (25s)
102.64/26.26	c preprocessor returned 136756 variables
102.64/26.26	c preprocessing returned UNKNOWN
102.64/26.26	c PP set 125 variables
102.64/26.26	c pp time: 25534002us (25s)
103.03/26.30	c preprocessor returned 136756 variables
103.03/26.30	c preprocessing returned UNKNOWN
103.03/26.30	c PP set 125 variables
103.03/26.30	c pp time: 25684906us (25s)
103.84/26.56	c added unsatisfied clause
103.84/26.56	c failed to add network clauses
150.96/38.36	c added unsatisfied clause
150.96/38.36	c failed to add network clauses
169.35/42.91	c added unsatisfied clause
169.35/42.91	c failed to add network clauses
224.05/56.61	c ====================
224.05/56.61	c implication/decision inf%(inf)
224.05/56.61	c decisions:           61835
224.05/56.61	c last level:          0
224.05/56.61	c conflicts:           26245
224.05/56.61	c restarts:            173
224.05/56.61	c rejected_restarts    0
224.05/56.61	c removals:            7
224.05/56.61	c removed clauses:     14670
224.05/56.61	c oft clauses:         0
224.05/56.61	c ====================
224.05/56.61	c solvetime: 30313132us (30s)
224.05/56.69	c ====================
224.78/56.83	c sended clauses   | 1189 | 1240 | 1415 | 1546 |
224.78/56.83	c received clauses | 0 | 26 | 31 | 22 |
224.78/56.83	c join all other threads
224.78/56.84	c joined thread 0
224.78/56.87	c joined thread 1
224.98/56.90	c joined thread 2
224.98/56.90	c joined thread 3
224.98/56.90	c memory usage (vsize): 854 MB
224.98/56.90	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-3280741-1304038835/watcher-3280741-1304038835 -o /tmp/evaluation-result-3280741-1304038835/solver-3280741-1304038835 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3280741-1304038835.cnf 71129958 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: 5.33 8.60 9.55 5/182 23757
/proc/meminfo: memFree=26362920/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0

[startup+0.103458 s]
/proc/loadavg: 5.33 8.60 9.55 5/182 23757
/proc/meminfo: memFree=26362920/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20044 s]
/proc/loadavg: 5.33 8.60 9.55 5/182 23757
/proc/meminfo: memFree=26362920/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300421 s]
/proc/loadavg: 5.33 8.60 9.55 5/182 23757
/proc/meminfo: memFree=26362920/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700316 s]
/proc/loadavg: 5.33 8.60 9.55 5/182 23757
/proc/meminfo: memFree=26362920/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50118 s]
/proc/loadavg: 5.33 8.60 9.55 9/188 23763
/proc/meminfo: memFree=25740524/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
[pid=23758] ppid=23757 vsize=791812 CPUtime=4.2 cores=1,3,5,7
/proc/23758/stat : 23758 (priss) S 23757 23757 22773 0 -1 4202496 186602 0 0 0 378 42 0 0 18 0 5 0 515481543 810815488 154121 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23758/statm: 197953 154121 347 389 0 193703 0
[pid=23758/tid=23760] ppid=23757 vsize=791812 CPUtime=1.04 cores=1,3,5,7
/proc/23758/task/23760/stat : 23760 (priss) R 23757 23757 22773 0 -1 4202560 35954 0 0 0 98 6 0 0 18 0 5 0 515481582 810815488 154121 33554432000 4194304 5787044 140733574918336 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23758/tid=23761] ppid=23757 vsize=791812 CPUtime=0.97 cores=1,3,5,7
/proc/23758/task/23761/stat : 23761 (priss) R 23757 23757 22773 0 -1 4202560 35491 0 0 0 88 9 0 0 18 0 5 0 515481588 810815488 154121 33554432000 4194304 5787044 140733574918336 18446744073709551615 228243998098 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23758/tid=23762] ppid=23757 vsize=791812 CPUtime=0.76 cores=1,3,5,7
/proc/23758/task/23762/stat : 23762 (priss) R 23757 23757 22773 0 -1 4202560 35491 0 0 0 67 9 0 0 18 0 5 0 515481594 810815488 154121 33554432000 4194304 5787044 140733574918336 18446744073709551615 4306210 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23758/tid=23763] ppid=23757 vsize=791812 CPUtime=0.82 cores=1,3,5,7
/proc/23758/task/23763/stat : 23763 (priss) R 23757 23757 22773 0 -1 4202560 35498 0 0 0 72 10 0 0 18 0 5 0 515481601 810815488 154121 33554432000 4194304 5787044 140733574918336 18446744073709551615 228244004763 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 800512

[startup+3.1009 s]
/proc/loadavg: 5.33 8.60 9.55 9/188 23763
/proc/meminfo: memFree=25943268/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
[pid=23758] ppid=23757 vsize=650320 CPUtime=10.58 cores=1,3,5,7
/proc/23758/stat : 23758 (priss) S 23757 23757 22773 0 -1 4202496 202918 0 0 0 1013 45 0 0 18 0 5 0 515481543 665927680 107774 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23758/statm: 162580 107774 349 389 0 158330 0
[pid=23758/tid=23760] ppid=23757 vsize=650320 CPUtime=2.63 cores=1,3,5,7
/proc/23758/task/23760/stat : 23760 (priss) R 23757 23757 22773 0 -1 4202560 39741 0 0 0 257 6 0 0 21 0 5 0 515481582 665927680 107774 33554432000 4194304 5787044 140733574918336 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23758/tid=23761] ppid=23757 vsize=650320 CPUtime=2.56 cores=1,3,5,7
/proc/23758/task/23761/stat : 23761 (priss) R 23757 23757 22773 0 -1 4202560 39672 0 0 0 246 10 0 0 20 0 5 0 515481588 665927680 107774 33554432000 4194304 5787044 140733574918336 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23758/tid=23762] ppid=23757 vsize=650320 CPUtime=2.36 cores=1,3,5,7
/proc/23758/task/23762/stat : 23762 (priss) R 23757 23757 22773 0 -1 4202560 39664 0 0 0 226 10 0 0 20 0 5 0 515481594 665927680 107774 33554432000 4194304 5787044 140733574918336 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23758/tid=23763] ppid=23757 vsize=650320 CPUtime=2.41 cores=1,3,5,7
/proc/23758/task/23763/stat : 23763 (priss) R 23757 23757 22773 0 -1 4202560 39673 0 0 0 230 11 0 0 20 0 5 0 515481601 665927680 107774 33554432000 4194304 5787044 140733574918336 18446744073709551615 4332636 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 659020

[startup+6.30033 s]
/proc/loadavg: 5.55 8.59 9.54 9/188 23763
/proc/meminfo: memFree=25916236/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
[pid=23758] ppid=23757 vsize=650508 CPUtime=23.36 cores=1,3,5,7
/proc/23758/stat : 23758 (priss) S 23757 23757 22773 0 -1 4202496 209216 0 0 0 2290 46 0 0 18 0 5 0 515481543 666120192 107202 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23758/statm: 162627 107202 350 389 0 158377 0
[pid=23758/tid=23760] ppid=23757 vsize=650508 CPUtime=5.83 cores=1,3,5,7
/proc/23758/task/23760/stat : 23760 (priss) R 23757 23757 22773 0 -1 4202560 40004 0 0 0 577 6 0 0 25 0 5 0 515481582 666120192 107202 33554432000 4194304 5787044 140733574918336 18446744073709551615 4336256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23758/tid=23761] ppid=23757 vsize=650508 CPUtime=5.77 cores=1,3,5,7
/proc/23758/task/23761/stat : 23761 (priss) R 23757 23757 22773 0 -1 4202560 41863 0 0 0 566 11 0 0 25 0 5 0 515481588 666120192 107202 33554432000 4194304 5787044 140733574918336 18446744073709551615 228244016090 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23758/tid=23762] ppid=23757 vsize=650508 CPUtime=5.57 cores=1,3,5,7
/proc/23758/task/23762/stat : 23762 (priss) R 23757 23757 22773 0 -1 4202560 41349 0 0 0 546 11 0 0 25 0 5 0 515481594 666120192 107202 33554432000 4194304 5787044 140733574918336 18446744073709551615 4336193 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23758/tid=23763] ppid=23757 vsize=650508 CPUtime=5.59 cores=1,3,5,7
/proc/23758/task/23763/stat : 23763 (priss) R 23757 23757 22773 0 -1 4202560 41832 0 0 0 548 11 0 0 25 0 5 0 515481601 666120192 107202 33554432000 4194304 5787044 140733574918336 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.36
Current children cumulated vsize (KiB) 659208

[startup+12.7012 s]
/proc/loadavg: 5.74 8.58 9.53 9/188 23764
/proc/meminfo: memFree=25779248/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
[pid=23758] ppid=23757 vsize=732944 CPUtime=48.84 cores=1,3,5,7
/proc/23758/stat : 23758 (priss) S 23757 23757 22773 0 -1 4202496 240824 0 0 0 4810 74 0 0 18 0 5 0 515481543 750534656 137040 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23758/statm: 183236 137040 351 389 0 178986 0
[pid=23758/tid=23760] ppid=23757 vsize=732944 CPUtime=12.21 cores=1,3,5,7
/proc/23758/task/23760/stat : 23760 (priss) R 23757 23757 22773 0 -1 4202560 45728 0 0 0 1208 13 0 0 18 0 5 0 515481582 750534656 137040 33554432000 4194304 5787044 140733574918336 18446744073709551615 228244453919 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23758/tid=23761] ppid=23757 vsize=732944 CPUtime=12.14 cores=1,3,5,7
/proc/23758/task/23761/stat : 23761 (priss) R 23757 23757 22773 0 -1 4202560 52207 0 0 0 1196 18 0 0 18 0 5 0 515481588 750534656 137040 33554432000 4194304 5787044 140733574918336 18446744073709551615 228244453919 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23758/tid=23762] ppid=23757 vsize=732944 CPUtime=11.94 cores=1,3,5,7
/proc/23758/task/23762/stat : 23762 (priss) R 23757 23757 22773 0 -1 4202560 49548 0 0 0 1176 18 0 0 25 0 5 0 515481594 750534656 137040 33554432000 4194304 5787044 140733574918336 18446744073709551615 228244453919 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23758/tid=23763] ppid=23757 vsize=732944 CPUtime=11.93 cores=1,3,5,7
/proc/23758/task/23763/stat : 23763 (priss) R 23757 23757 22773 0 -1 4202560 49173 0 0 0 1176 17 0 0 18 0 5 0 515481601 750534656 137040 33554432000 4194304 5787044 140733574918336 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.84
Current children cumulated vsize (KiB) 741644

[startup+25.501 s]
/proc/loadavg: 6.32 8.57 9.51 11/190 23766
/proc/meminfo: memFree=25556496/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
[pid=23758] ppid=23757 vsize=964076 CPUtime=99.84 cores=1,3,5,7
/proc/23758/stat : 23758 (priss) S 23757 23757 22773 0 -1 4202496 304206 0 0 0 9886 98 0 0 18 0 5 0 515481543 987213824 187621 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23758/statm: 241019 187621 353 389 0 236769 0
[pid=23758/tid=23760] ppid=23757 vsize=964076 CPUtime=25 cores=1,3,5,7
/proc/23758/task/23760/stat : 23760 (priss) R 23757 23757 22773 0 -1 4202560 66650 0 0 0 2481 19 0 0 21 0 5 0 515481582 987213824 187621 33554432000 4194304 5787044 140733574918336 18446744073709551615 4332669 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23758/tid=23761] ppid=23757 vsize=964076 CPUtime=24.86 cores=1,3,5,7
/proc/23758/task/23761/stat : 23761 (priss) R 23757 23757 22773 0 -1 4202560 65549 0 0 0 2462 24 0 0 19 0 5 0 515481588 987213824 187621 33554432000 4194304 5787044 140733574918336 18446744073709551615 4332669 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23758/tid=23762] ppid=23757 vsize=964076 CPUtime=24.74 cores=1,3,5,7
/proc/23758/task/23762/stat : 23762 (priss) R 23757 23757 22773 0 -1 4202560 62491 0 0 0 2450 24 0 0 25 0 5 0 515481594 987213824 187621 33554432000 4194304 5787044 140733574918336 18446744073709551615 4332602 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23758/tid=23763] ppid=23757 vsize=964076 CPUtime=24.63 cores=1,3,5,7
/proc/23758/task/23763/stat : 23763 (priss) R 23757 23757 22773 0 -1 4202560 65348 0 0 0 2440 23 0 0 25 0 5 0 515481601 987213824 187621 33554432000 4194304 5787044 140733574918336 18446744073709551615 4332714 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.84
Current children cumulated vsize (KiB) 972776

[startup+51.1005 s]
/proc/loadavg: 6.89 8.52 9.47 9/188 23774
/proc/meminfo: memFree=25558824/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
[pid=23758] ppid=23757 vsize=924004 CPUtime=202.08 cores=1,3,5,7
/proc/23758/stat : 23758 (priss) S 23757 23757 22773 0 -1 4202496 313453 0 0 0 20108 100 0 0 18 0 5 0 515481543 946180096 183047 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23758/statm: 231001 183047 417 389 0 226751 0
[pid=23758/tid=23760] ppid=23757 vsize=924004 CPUtime=50.6 cores=1,3,5,7
/proc/23758/task/23760/stat : 23760 (priss) R 23757 23757 22773 0 -1 4202560 70338 0 0 0 5040 20 0 0 25 0 5 0 515481582 946180096 183047 33554432000 4194304 5787044 140733574918336 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23758/tid=23761] ppid=23757 vsize=924004 CPUtime=50.45 cores=1,3,5,7
/proc/23758/task/23761/stat : 23761 (priss) R 23757 23757 22773 0 -1 4202560 67004 0 0 0 5021 24 0 0 25 0 5 0 515481588 946180096 183047 33554432000 4194304 5787044 140733574918336 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23758/tid=23762] ppid=23757 vsize=924004 CPUtime=50.33 cores=1,3,5,7
/proc/23758/task/23762/stat : 23762 (priss) R 23757 23757 22773 0 -1 4202560 64032 0 0 0 5008 25 0 0 25 0 5 0 515481594 946180096 183047 33554432000 4194304 5787044 140733574918336 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23758/tid=23763] ppid=23757 vsize=924004 CPUtime=50.09 cores=1,3,5,7
/proc/23758/task/23763/stat : 23763 (priss) R 23757 23757 22773 0 -1 4202560 67911 0 0 0 4986 23 0 0 25 0 5 0 515481601 946180096 183047 33554432000 4194304 5787044 140733574918336 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.08
Current children cumulated vsize (KiB) 932704

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

[startup+51.2005 s]
/proc/loadavg: 6.89 8.52 9.47 9/188 23774
/proc/meminfo: memFree=25558824/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
[pid=23758] ppid=23757 vsize=924004 CPUtime=202.48 cores=1,3,5,7
/proc/23758/stat : 23758 (priss) S 23757 23757 22773 0 -1 4202496 313453 0 0 0 20148 100 0 0 18 0 5 0 515481543 946180096 183047 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23758/statm: 231001 183047 417 389 0 226751 0
[pid=23758/tid=23760] ppid=23757 vsize=924004 CPUtime=50.7 cores=1,3,5,7
/proc/23758/task/23760/stat : 23760 (priss) R 23757 23757 22773 0 -1 4202560 70338 0 0 0 5050 20 0 0 25 0 5 0 515481582 946180096 183047 33554432000 4194304 5787044 140733574918336 18446744073709551615 5590569 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23758/tid=23761] ppid=23757 vsize=924004 CPUtime=50.55 cores=1,3,5,7
/proc/23758/task/23761/stat : 23761 (priss) R 23757 23757 22773 0 -1 4202560 67004 0 0 0 5031 24 0 0 25 0 5 0 515481588 946180096 183047 33554432000 4194304 5787044 140733574918336 18446744073709551615 5592867 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23758/tid=23762] ppid=23757 vsize=924004 CPUtime=50.43 cores=1,3,5,7
/proc/23758/task/23762/stat : 23762 (priss) R 23757 23757 22773 0 -1 4202560 64032 0 0 0 5018 25 0 0 25 0 5 0 515481594 946180096 183047 33554432000 4194304 5787044 140733574918336 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23758/tid=23763] ppid=23757 vsize=924004 CPUtime=50.19 cores=1,3,5,7
/proc/23758/task/23763/stat : 23763 (priss) R 23757 23757 22773 0 -1 4202560 67911 0 0 0 4996 23 0 0 25 0 5 0 515481601 946180096 183047 33554432000 4194304 5787044 140733574918336 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.48
Current children cumulated vsize (KiB) 932704

[startup+54.4009 s]
/proc/loadavg: 6.98 8.51 9.46 9/188 23774
/proc/meminfo: memFree=25556960/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
[pid=23758] ppid=23757 vsize=924004 CPUtime=215.26 cores=1,3,5,7
/proc/23758/stat : 23758 (priss) S 23757 23757 22773 0 -1 4202496 313459 0 0 0 21426 100 0 0 18 0 5 0 515481543 946180096 183053 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23758/statm: 231001 183053 417 389 0 226751 0
[pid=23758/tid=23760] ppid=23757 vsize=924004 CPUtime=53.9 cores=1,3,5,7
/proc/23758/task/23760/stat : 23760 (priss) R 23757 23757 22773 0 -1 4202560 70339 0 0 0 5370 20 0 0 25 0 5 0 515481582 946180096 183053 33554432000 4194304 5787044 140733574918336 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23758/tid=23761] ppid=23757 vsize=924004 CPUtime=53.75 cores=1,3,5,7
/proc/23758/task/23761/stat : 23761 (priss) R 23757 23757 22773 0 -1 4202560 67005 0 0 0 5351 24 0 0 25 0 5 0 515481588 946180096 183053 33554432000 4194304 5787044 140733574918336 18446744073709551615 5589701 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23758/tid=23762] ppid=23757 vsize=924004 CPUtime=53.63 cores=1,3,5,7
/proc/23758/task/23762/stat : 23762 (priss) R 23757 23757 22773 0 -1 4202560 64036 0 0 0 5338 25 0 0 25 0 5 0 515481594 946180096 183053 33554432000 4194304 5787044 140733574918336 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23758/tid=23763] ppid=23757 vsize=924004 CPUtime=53.37 cores=1,3,5,7
/proc/23758/task/23763/stat : 23763 (priss) R 23757 23757 22773 0 -1 4202560 67911 0 0 0 5314 23 0 0 25 0 5 0 515481601 946180096 183053 33554432000 4194304 5787044 140733574918336 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 215.26
Current children cumulated vsize (KiB) 932704

[startup+56.0007 s]
/proc/loadavg: 6.98 8.51 9.46 9/188 23774
/proc/meminfo: memFree=25555968/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
[pid=23758] ppid=23757 vsize=924004 CPUtime=221.65 cores=1,3,5,7
/proc/23758/stat : 23758 (priss) S 23757 23757 22773 0 -1 4202496 313475 0 0 0 22065 100 0 0 18 0 5 0 515481543 946180096 183069 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23758/statm: 231001 183069 417 389 0 226751 0
[pid=23758/tid=23760] ppid=23757 vsize=924004 CPUtime=55.5 cores=1,3,5,7
/proc/23758/task/23760/stat : 23760 (priss) R 23757 23757 22773 0 -1 4202560 70352 0 0 0 5530 20 0 0 25 0 5 0 515481582 946180096 183069 33554432000 4194304 5787044 140733574918336 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23758/tid=23761] ppid=23757 vsize=924004 CPUtime=55.35 cores=1,3,5,7
/proc/23758/task/23761/stat : 23761 (priss) R 23757 23757 22773 0 -1 4202560 67005 0 0 0 5511 24 0 0 25 0 5 0 515481588 946180096 183069 33554432000 4194304 5787044 140733574918336 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23758/tid=23762] ppid=23757 vsize=924004 CPUtime=55.23 cores=1,3,5,7
/proc/23758/task/23762/stat : 23762 (priss) R 23757 23757 22773 0 -1 4202560 64037 0 0 0 5498 25 0 0 25 0 5 0 515481594 946180096 183069 33554432000 4194304 5787044 140733574918336 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23758/tid=23763] ppid=23757 vsize=924004 CPUtime=54.96 cores=1,3,5,7
/proc/23758/task/23763/stat : 23763 (priss) R 23757 23757 22773 0 -1 4202560 67913 0 0 0 5473 23 0 0 25 0 5 0 515481601 946180096 183069 33554432000 4194304 5787044 140733574918336 18446744073709551615 5524613 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 221.65
Current children cumulated vsize (KiB) 932704

[startup+56.4006 s]
/proc/loadavg: 6.98 8.51 9.46 9/188 23774
/proc/meminfo: memFree=25555720/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
[pid=23758] ppid=23757 vsize=924004 CPUtime=223.25 cores=1,3,5,7
/proc/23758/stat : 23758 (priss) S 23757 23757 22773 0 -1 4202496 313482 0 0 0 22225 100 0 0 18 0 5 0 515481543 946180096 183076 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23758/statm: 231001 183076 417 389 0 226751 0
[pid=23758/tid=23760] ppid=23757 vsize=924004 CPUtime=55.9 cores=1,3,5,7
/proc/23758/task/23760/stat : 23760 (priss) R 23757 23757 22773 0 -1 4202560 70359 0 0 0 5570 20 0 0 25 0 5 0 515481582 946180096 183076 33554432000 4194304 5787044 140733574918336 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23758/tid=23761] ppid=23757 vsize=924004 CPUtime=55.75 cores=1,3,5,7
/proc/23758/task/23761/stat : 23761 (priss) R 23757 23757 22773 0 -1 4202560 67005 0 0 0 5551 24 0 0 25 0 5 0 515481588 946180096 183076 33554432000 4194304 5787044 140733574918336 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23758/tid=23762] ppid=23757 vsize=924004 CPUtime=55.63 cores=1,3,5,7
/proc/23758/task/23762/stat : 23762 (priss) R 23757 23757 22773 0 -1 4202560 64037 0 0 0 5538 25 0 0 25 0 5 0 515481594 946180096 183076 33554432000 4194304 5787044 140733574918336 18446744073709551615 5592128 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23758/tid=23763] ppid=23757 vsize=924004 CPUtime=55.36 cores=1,3,5,7
/proc/23758/task/23763/stat : 23763 (priss) R 23757 23757 22773 0 -1 4202560 67913 0 0 0 5513 23 0 0 25 0 5 0 515481601 946180096 183076 33554432000 4194304 5787044 140733574918336 18446744073709551615 5528352 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 223.25
Current children cumulated vsize (KiB) 932704

[startup+56.8005 s]
/proc/loadavg: 6.98 8.51 9.46 9/188 23774
/proc/meminfo: memFree=25555720/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
[pid=23758] ppid=23757 vsize=924004 CPUtime=224.78 cores=1,3,5,7
/proc/23758/stat : 23758 (priss) S 23757 23757 22773 0 -1 4202496 313495 0 0 0 22352 126 0 0 18 0 5 0 515481543 946180096 183089 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23758/statm: 231001 183089 429 389 0 226751 0
[pid=23758/tid=23760] ppid=23757 vsize=924004 CPUtime=56.29 cores=1,3,5,7
/proc/23758/task/23760/stat : 23760 (priss) R 23757 23757 22773 0 -1 4202560 70359 0 0 0 5609 20 0 0 25 0 5 0 515481582 946180096 183089 33554432000 4194304 5787044 140733574918336 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23758/tid=23761] ppid=23757 vsize=924004 CPUtime=56.13 cores=1,3,5,7
/proc/23758/task/23761/stat : 23761 (priss) R 23757 23757 22773 0 -1 4202560 67005 0 0 0 5577 36 0 0 17 0 5 0 515481588 946180096 183089 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256174773 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=23758/tid=23762] ppid=23757 vsize=924004 CPUtime=56.01 cores=1,3,5,7
/proc/23758/task/23762/stat : 23762 (priss) R 23757 23757 22773 0 -1 4202560 64038 0 0 0 5571 30 0 0 17 0 5 0 515481594 946180096 183089 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256174773 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23758/tid=23763] ppid=23757 vsize=924004 CPUtime=55.73 cores=1,3,5,7
/proc/23758/task/23763/stat : 23763 (priss) R 23757 23757 22773 0 -1 4202560 67925 0 0 0 5541 32 0 0 17 0 5 0 515481601 946180096 183089 33554432000 4194304 5787044 140733574918336 18446744073709551615 228244004763 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 224.78
Current children cumulated vsize (KiB) 932704

[startup+56.9005 s]
/proc/loadavg: 6.98 8.51 9.46 9/188 23774
/proc/meminfo: memFree=25555720/32951124 swapFree=67111364/67111528
[pid=23757] ppid=23755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23757/stat : 23757 (priss.sh) S 23755 23757 22773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 515481543 8908800 251 33554432000 4194304 4922060 140735361698368 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23757/statm: 2175 251 211 178 0 68 0
[pid=23758] ppid=23757 vsize=898356 CPUtime=224.98 cores=1,3,5,7
/proc/23758/stat : 23758 (priss) S 23757 23757 22773 0 -1 4202496 313510 0 1 0 22371 127 0 0 17 0 2 0 515481543 919916544 178698 33554432000 4194304 5787044 140733574918336 18446744073709551615 228256151525 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23758/statm: 224589 178698 445 389 0 220339 0
[pid=23758/tid=23762] ppid=23757 vsize=898356 CPUtime=56.11 cores=1,3,5,7
/proc/23758/task/23762/stat : 23762 (priss) R 23757 23757 22773 0 -1 4202560 64038 0 0 0 5580 31 0 0 17 0 2 0 515481594 919916544 178698 33554432000 4194304 5787044 140733574918336 18446744073709551615 228244004748 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 224.98
Current children cumulated vsize (KiB) 907056

Child status: 20
Real time (s): 56.9415
CPU time (s): 225.034
CPU user time (s): 223.721
CPU system time (s): 1.3128
CPU usage (%): 395.201
Max. virtual memory (cumulated for all children) (KiB): 1017956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 223.721
system time used= 1.3128
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313863
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63667
involuntary context switches= 2523

runsolver used 0.079987 second user time and 0.234964 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 03:00:36
IDJOB=3280741
IDBENCH=20431
IDSOLVER=1603
FILE ID=node136/3280741-1304038835
RUNJOBID= node136-1304038835-23733
PBS_JOBID= 13170316
Free space on /tmp= 72316 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280741-1304038835/watcher-3280741-1304038835 -o /tmp/evaluation-result-3280741-1304038835/solver-3280741-1304038835 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3280741-1304038835.cnf 71129958 4800 15500 4

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

MD5SUM BENCH= 3b8c6114a974b09e9b1601ba0718cbf3
RANDOM SEED=71129958

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26363192 kB
Buffers:       1049392 kB
Cached:        4904868 kB
SwapCached:        100 kB
Active:         683896 kB
Inactive:      5352820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26363192 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           19908 kB
Writeback:           0 kB
AnonPages:       82384 kB
Mapped:          15264 kB
Slab:           486240 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   271304 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= 72316 MiB
End job on node136 at 2011-04-29 03:01:33