Trace number 3386351

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
SArTagnan 2011-05-15 (fixed)UNSAT 369.528 151.974

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

369.40/151.95	
369.40/151.95	s UNSATISFIABLE
369.40/151.95	c Conflict at level 0

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: 961)

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-3386351-1305579896/watcher-3386351-1305579896 -o /tmp/evaluation-result-3386351-1305579896/solver-3386351-1305579896 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386351-1305579896.cnf -threads=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: 11.62 11.31 11.21 8/394 6440
/proc/meminfo: memFree=10497940/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=38184 CPUtime=0 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 1130 0 0 0 0 0 0 0 20 0 1 0 669587546 39100416 1068 33554432000 4194304 4625164 140733839997168 18446744073709551615 271550234832 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6440/statm: 9546 1068 294 106 0 5049 0

[startup+0.115438 s]
/proc/loadavg: 11.62 11.31 11.21 8/394 6440
/proc/meminfo: memFree=10497940/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=51592 CPUtime=0.09 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 7590 0 0 0 8 1 0 0 21 0 1 0 669587546 52830208 5046 33554432000 4194304 4625164 140733839997168 18446744073709551615 271550156336 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/6440/statm: 12898 5046 296 106 0 8401 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51592

[startup+0.200424 s]
/proc/loadavg: 11.62 11.31 11.21 8/394 6440
/proc/meminfo: memFree=10497940/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=62756 CPUtime=0.18 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 14451 0 0 0 16 2 0 0 21 0 1 0 669587546 64262144 7843 33554432000 4194304 4625164 140733839997168 18446744073709551615 271550198469 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/6440/statm: 15689 7843 296 106 0 11192 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 62756

[startup+0.300406 s]
/proc/loadavg: 11.62 11.31 11.21 8/394 6440
/proc/meminfo: memFree=10497940/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=75440 CPUtime=0.28 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 21849 0 0 0 25 3 0 0 21 0 1 0 669587546 77250560 11584 33554432000 4194304 4625164 140733839997168 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/6440/statm: 18860 11584 296 106 0 14363 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 75440

[startup+0.700333 s]
/proc/loadavg: 11.62 11.31 11.21 8/394 6440
/proc/meminfo: memFree=10497940/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=312536 CPUtime=0.82 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 65666 0 0 0 73 9 0 0 23 0 4 0 669587546 320036864 45799 33554432000 4194304 4625164 140733839997168 18446744073709551615 4390435 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 78134 45799 328 106 0 73637 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 312536

[startup+1.50119 s]
/proc/loadavg: 11.62 11.31 11.21 12/398 6445
/proc/meminfo: memFree=10241484/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=413360 CPUtime=2.41 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 79125 0 0 0 230 11 0 0 19 0 4 0 669587546 423280640 50670 33554432000 4194304 4625164 140733839997168 18446744073709551615 4509483 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 103340 50691 337 106 0 98843 0
[pid=6440/tid=6442] ppid=6438 vsize=413360 CPUtime=0.43 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 7395 0 0 0 43 0 0 0 25 0 4 0 669587599 423280640 50702 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=413360 CPUtime=0.5 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 7434 0 0 0 49 1 0 0 25 0 4 0 669587599 423280640 50715 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=413360 CPUtime=0.03 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 2422 0 0 0 3 0 0 0 24 0 4 0 669587599 423280640 50726 33554432000 4194304 4625164 140733839997168 18446744073709551615 271550235063 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 413360

[startup+3.1009 s]
/proc/loadavg: 11.65 11.32 11.21 12/398 6445
/proc/meminfo: memFree=10196472/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=421592 CPUtime=5.59 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 103085 0 0 0 545 14 0 0 20 0 4 0 669587546 431710208 52762 33554432000 4194304 4625164 140733839997168 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 105398 52762 340 106 0 100901 0
[pid=6440/tid=6442] ppid=6438 vsize=421592 CPUtime=1.2 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 7658 0 0 0 120 0 0 0 25 0 4 0 669587599 431710208 52762 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=421592 CPUtime=1.31 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 7708 0 0 0 130 1 0 0 25 0 4 0 669587599 431710208 52762 33554432000 4194304 4625164 140733839997168 18446744073709551615 4352192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=421592 CPUtime=0.83 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 25478 0 0 0 80 3 0 0 25 0 4 0 669587599 431710208 52762 33554432000 4194304 4625164 140733839997168 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 421592

[startup+6.30032 s]
/proc/loadavg: 11.65 11.32 11.21 12/398 6445
/proc/meminfo: memFree=10066280/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=421592 CPUtime=11.95 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 133894 0 0 0 1177 18 0 0 25 0 4 0 669587546 431710208 53661 33554432000 4194304 4625164 140733839997168 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 105398 53662 340 106 0 100901 0
[pid=6440/tid=6442] ppid=6438 vsize=421592 CPUtime=2.75 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 7742 0 0 0 275 0 0 0 25 0 4 0 669587599 431710208 53662 33554432000 4194304 4625164 140733839997168 18446744073709551615 4375424 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=421592 CPUtime=2.91 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 7818 0 0 0 290 1 0 0 25 0 4 0 669587599 431710208 53663 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=421592 CPUtime=2.43 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 55730 0 0 0 236 7 0 0 25 0 4 0 669587599 431710208 53664 33554432000 4194304 4625164 140733839997168 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 421592

[startup+12.7012 s]
/proc/loadavg: 11.71 11.34 11.22 12/398 6446
/proc/meminfo: memFree=9979580/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=421592 CPUtime=24.68 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 208559 0 0 0 2439 29 0 0 25 0 4 0 669587546 431710208 54917 33554432000 4194304 4625164 140733839997168 18446744073709551615 4508954 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 105398 54917 341 106 0 100901 0
[pid=6440/tid=6442] ppid=6438 vsize=421592 CPUtime=5.93 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 7872 0 0 0 593 0 0 0 25 0 4 0 669587599 431710208 54917 33554432000 4194304 4625164 140733839997168 18446744073709551615 4464736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=421592 CPUtime=6.06 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 7901 0 0 0 605 1 0 0 25 0 4 0 669587599 431710208 54917 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=421592 CPUtime=5.63 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 129991 0 0 0 546 17 0 0 25 0 4 0 669587599 431710208 54917 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 421592

[startup+25.5008 s]
/proc/loadavg: 11.60 11.33 11.22 12/398 6446
/proc/meminfo: memFree=9717476/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=421592 CPUtime=50.11 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 321906 0 0 0 4966 45 0 0 25 0 4 0 669587546 431710208 55566 33554432000 4194304 4625164 140733839997168 18446744073709551615 4512763 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 105398 55567 341 106 0 100901 0
[pid=6440/tid=6442] ppid=6438 vsize=421592 CPUtime=12.23 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 8123 0 0 0 1222 1 0 0 25 0 4 0 669587599 431710208 55567 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=421592 CPUtime=12.39 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 8079 0 0 0 1238 1 0 0 25 0 4 0 669587599 431710208 55568 33554432000 4194304 4625164 140733839997168 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=421592 CPUtime=12.03 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 242469 0 0 0 1171 32 0 0 25 0 4 0 669587599 431710208 55569 33554432000 4194304 4625164 140733839997168 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 421592

[startup+51.1012 s]
/proc/loadavg: 11.47 11.32 11.22 12/398 6447
/proc/meminfo: memFree=8997624/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=438220 CPUtime=109.82 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 525479 0 0 0 10909 73 0 0 25 0 4 0 669587546 448737280 59713 33554432000 4194304 4625164 140733839997168 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 109555 59713 341 106 0 105058 0
[pid=6440/tid=6442] ppid=6438 vsize=438220 CPUtime=24.77 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 8596 0 0 0 2476 1 0 0 25 0 4 0 669587599 448737280 59713 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=438220 CPUtime=33.97 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 8675 0 0 0 3396 1 0 0 25 0 4 0 669587599 448737280 59713 33554432000 4194304 4625164 140733839997168 18446744073709551615 4352105 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=438220 CPUtime=24.8 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 437744 0 0 0 2420 60 0 0 25 0 4 0 669587599 448737280 59713 33554432000 4194304 4625164 140733839997168 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 109.82
Current children cumulated vsize (KiB) 438220

[startup+102.301 s]
/proc/loadavg: 11.37 11.31 11.22 12/398 6448
/proc/meminfo: memFree=7364812/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=462960 CPUtime=236.74 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 682673 0 0 0 23578 96 0 0 25 0 4 0 669587546 474071040 67064 33554432000 4194304 4625164 140733839997168 18446744073709551615 4512818 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 115740 67064 341 106 0 111243 0
[pid=6440/tid=6442] ppid=6438 vsize=462960 CPUtime=49.92 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 16015 0 0 0 4990 2 0 0 25 0 4 0 669587599 474071040 67064 33554432000 4194304 4625164 140733839997168 18446744073709551615 4352174 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=462960 CPUtime=84.52 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 17090 0 0 0 8449 3 0 0 25 0 4 0 669587599 474071040 67064 33554432000 4194304 4625164 140733839997168 18446744073709551615 4352800 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=462960 CPUtime=50.15 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 578155 0 0 0 4937 78 0 0 25 0 4 0 669587599 474071040 67064 33554432000 4194304 4625164 140733839997168 18446744073709551615 271550234972 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 236.74
Current children cumulated vsize (KiB) 462960

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

[startup+102.415 s]
/proc/loadavg: 11.37 11.31 11.22 12/398 6448
/proc/meminfo: memFree=7364812/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=462960 CPUtime=237.01 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 683336 0 0 0 23605 96 0 0 25 0 4 0 669587546 474071040 67064 33554432000 4194304 4625164 140733839997168 18446744073709551615 4512887 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 115740 67064 341 106 0 111243 0
[pid=6440/tid=6442] ppid=6438 vsize=462960 CPUtime=49.98 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 16015 0 0 0 4996 2 0 0 25 0 4 0 669587599 474071040 67064 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=462960 CPUtime=84.62 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 17090 0 0 0 8459 3 0 0 25 0 4 0 669587599 474071040 67064 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351958 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=462960 CPUtime=50.19 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 578818 0 0 0 4941 78 0 0 25 0 4 0 669587599 474071040 67064 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351972 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 237.01
Current children cumulated vsize (KiB) 462960

[startup+128 s]
/proc/loadavg: 11.38 11.32 11.22 12/398 6449
/proc/meminfo: memFree=6907204/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=475056 CPUtime=300.35 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 891589 0 0 0 29910 125 0 0 25 0 4 0 669587546 486457344 68849 33554432000 4194304 4625164 140733839997168 18446744073709551615 4519645 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 118764 68849 341 106 0 114267 0
[pid=6440/tid=6442] ppid=6438 vsize=475056 CPUtime=62.47 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 16176 0 0 0 6244 3 0 0 25 0 4 0 669587599 486457344 68849 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=475056 CPUtime=98.49 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 17175 0 0 0 9846 3 0 0 25 0 4 0 669587599 486457344 68849 33554432000 4194304 4625164 140733839997168 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=475056 CPUtime=62.99 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 783178 0 0 0 6193 106 0 0 25 0 4 0 669587599 486457344 68849 33554432000 4194304 4625164 140733839997168 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 300.35
Current children cumulated vsize (KiB) 475056

[startup+140.801 s]
/proc/loadavg: 11.55 11.35 11.23 12/398 6479
/proc/meminfo: memFree=17522684/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=475056 CPUtime=336.61 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 985480 0 0 0 33523 138 0 0 25 0 4 0 669587546 486457344 68606 33554432000 4194304 4625164 140733839997168 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 118764 68606 344 106 0 114267 0
[pid=6440/tid=6442] ppid=6438 vsize=475056 CPUtime=73.29 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 16389 0 0 0 7326 3 0 0 25 0 4 0 669587599 486457344 68610 33554432000 4194304 4625164 140733839997168 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=475056 CPUtime=104.13 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 17221 0 0 0 10410 3 0 0 25 0 4 0 669587599 486457344 68610 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=475056 CPUtime=69.99 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 876479 0 0 0 6879 120 0 0 25 0 4 0 669587599 486457344 68610 33554432000 4194304 4625164 140733839997168 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 336.61
Current children cumulated vsize (KiB) 475056

[startup+147.201 s]
/proc/loadavg: 11.46 11.34 11.23 12/398 6479
/proc/meminfo: memFree=17269468/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=503560 CPUtime=355.71 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 1021348 0 0 0 35427 144 0 0 25 0 4 0 669587546 515645440 82806 33554432000 4194304 4625164 140733839997168 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 125890 82806 347 106 0 121393 0
[pid=6440/tid=6442] ppid=6438 vsize=503560 CPUtime=79.23 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 17719 0 0 0 7920 3 0 0 25 0 4 0 669587599 515645440 82806 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=503560 CPUtime=107.4 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 18481 0 0 0 10736 4 0 0 25 0 4 0 669587599 515645440 82806 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=503560 CPUtime=73.48 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 899940 0 0 0 7225 123 0 0 25 0 4 0 669587599 515645440 82806 33554432000 4194304 4625164 140733839997168 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 355.71
Current children cumulated vsize (KiB) 503560

[startup+150.401 s]
/proc/loadavg: 11.46 11.34 11.23 12/398 6479
/proc/meminfo: memFree=17276164/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=503560 CPUtime=365.26 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 1035374 0 0 0 36381 145 0 0 25 0 4 0 669587546 515645440 80838 33554432000 4194304 4625164 140733839997168 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 125890 80838 347 106 0 121393 0
[pid=6440/tid=6442] ppid=6438 vsize=503560 CPUtime=80.83 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 17719 0 0 0 8080 3 0 0 25 0 4 0 669587599 515645440 80838 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351887 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=503560 CPUtime=109.3 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 18481 0 0 0 10926 4 0 0 25 0 4 0 669587599 515645440 80838 33554432000 4194304 4625164 140733839997168 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=503560 CPUtime=76.35 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 913707 0 0 0 7510 125 0 0 25 0 4 0 669587599 515645440 80838 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 365.26
Current children cumulated vsize (KiB) 503560

[startup+151.201 s]
/proc/loadavg: 11.46 11.34 11.23 13/398 6479
/proc/meminfo: memFree=17273064/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=503560 CPUtime=367.65 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 1036348 0 0 0 36620 145 0 0 25 0 4 0 669587546 515645440 81812 33554432000 4194304 4625164 140733839997168 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 125890 81812 347 106 0 121393 0
[pid=6440/tid=6442] ppid=6438 vsize=503560 CPUtime=81.3 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 17719 0 0 0 8127 3 0 0 25 0 4 0 669587599 515645440 81812 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=503560 CPUtime=109.62 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 18482 0 0 0 10958 4 0 0 25 0 4 0 669587599 515645440 81812 33554432000 4194304 4625164 140733839997168 18446744073709551615 271550642670 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=503560 CPUtime=77.13 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 914580 0 0 0 7588 125 0 0 25 0 4 0 669587599 515645440 81812 33554432000 4194304 4625164 140733839997168 18446744073709551615 4335156 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 367.65
Current children cumulated vsize (KiB) 503560

[startup+151.601 s]
/proc/loadavg: 11.46 11.34 11.23 13/398 6479
/proc/meminfo: memFree=17273064/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=503560 CPUtime=368.78 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 1041305 0 0 0 36732 146 0 0 25 0 4 0 669587546 515645440 81027 33554432000 4194304 4625164 140733839997168 18446744073709551615 4512736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 125890 81027 347 106 0 121393 0
[pid=6440/tid=6442] ppid=6438 vsize=503560 CPUtime=81.6 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 17720 0 0 0 8157 3 0 0 25 0 4 0 669587599 515645440 81027 33554432000 4194304 4625164 140733839997168 18446744073709551615 271550642670 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=503560 CPUtime=109.66 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) S 6438 6440 5970 0 -1 4202560 18482 0 0 0 10962 4 0 0 25 0 4 0 669587599 515645440 81027 33554432000 4194304 4625164 140733839997168 18446744073709551615 271550642670 0 0 4096 2 18446604455386576064 0 0 -1 3 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=503560 CPUtime=77.53 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 919448 0 0 0 7628 125 0 0 25 0 4 0 669587599 515645440 81027 33554432000 4194304 4625164 140733839997168 18446744073709551615 4547772 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 368.78
Current children cumulated vsize (KiB) 503560

[startup+151.801 s]
/proc/loadavg: 11.43 11.34 11.23 12/398 6479
/proc/meminfo: memFree=17272860/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=503560 CPUtime=369.19 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 1044130 0 0 0 36772 147 0 0 25 0 4 0 669587546 515645440 81214 33554432000 4194304 4625164 140733839997168 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 125890 81214 347 106 0 121393 0
[pid=6440/tid=6442] ppid=6438 vsize=503560 CPUtime=81.6 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 17720 0 0 0 8157 3 0 0 25 0 4 0 669587599 515645440 81214 33554432000 4194304 4625164 140733839997168 18446744073709551615 271550642670 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=503560 CPUtime=109.8 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 18482 0 0 0 10976 4 0 0 24 0 4 0 669587599 515645440 81214 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=503560 CPUtime=77.73 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 922254 0 0 0 7647 126 0 0 25 0 4 0 669587599 515645440 81214 33554432000 4194304 4625164 140733839997168 18446744073709551615 4579601 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 369.19
Current children cumulated vsize (KiB) 503560

[startup+151.915 s]
/proc/loadavg: 11.43 11.34 11.23 12/398 6479
/proc/meminfo: memFree=17272860/32951124 swapFree=67056796/67111528
[pid=6440] ppid=6438 vsize=503560 CPUtime=369.4 cores=1,3,5,7
/proc/6440/stat : 6440 (SArTagnan) R 6438 6440 5970 0 -1 4202496 1045756 0 0 0 36793 147 0 0 25 0 4 0 669587546 515645440 81057 33554432000 4194304 4625164 140733839997168 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6440/statm: 125890 81057 347 106 0 121393 0
[pid=6440/tid=6442] ppid=6438 vsize=503560 CPUtime=81.61 cores=1,3,5,7
/proc/6440/task/6442/stat : 6442 (SArTagnan) R 6438 6440 5970 0 -1 4202560 17720 0 0 0 8158 3 0 0 25 0 4 0 669587599 515645440 81057 33554432000 4194304 4625164 140733839997168 18446744073709551615 271550642670 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6440/tid=6444] ppid=6438 vsize=503560 CPUtime=109.83 cores=1,3,5,7
/proc/6440/task/6444/stat : 6444 (SArTagnan) R 6438 6440 5970 0 -1 4202560 18482 0 0 0 10979 4 0 0 24 0 4 0 669587599 515645440 81057 33554432000 4194304 4625164 140733839997168 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6440/tid=6445] ppid=6438 vsize=503560 CPUtime=77.83 cores=1,3,5,7
/proc/6440/task/6445/stat : 6445 (SArTagnan) R 6438 6440 5970 0 -1 4202560 923869 0 0 0 7657 126 0 0 25 0 4 0 669587599 515645440 81057 33554432000 4194304 4625164 140733839997168 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 369.4
Current children cumulated vsize (KiB) 503560

Child status: 20
Real time (s): 151.974
CPU time (s): 369.528
CPU user time (s): 368.035
CPU system time (s): 1.49277
CPU usage (%): 243.152
Max. virtual memory (cumulated for all children) (KiB): 503560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 368.035
system time used= 1.49277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1046395
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= 383
involuntary context switches= 4363

runsolver used 0.52392 second user time and 1.42278 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 23:04:57
IDJOB=3386351
IDBENCH=82496
IDSOLVER=1871
FILE ID=node133/3386351-1305579896
RUNJOBID= node133-1305576779-5989
PBS_JOBID= 13350209
Free space on /tmp= 73224 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386351-1305579896/watcher-3386351-1305579896 -o /tmp/evaluation-result-3386351-1305579896/solver-3386351-1305579896 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386351-1305579896.cnf -threads=4

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1906704422

node133.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.834
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.834
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.834
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.82
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.834
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	: 6741.12
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.834
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.834
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.834
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.74
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.834
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:      10498228 kB
Buffers:        301052 kB
Cached:        4349084 kB
SwapCached:       7668 kB
Active:       19229320 kB
Inactive:      2902372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10498228 kB
SwapTotal:    67111528 kB
SwapFree:     67056796 kB
Dirty:          142832 kB
Writeback:           0 kB
AnonPages:    17479140 kB
Mapped:          32236 kB
Slab:           197524 kB
PageTables:      59196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 93954528 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73380 MiB
End job on node133 at 2011-05-16 23:07:29