Trace number 3274462

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
SAT09 reference solver: SATzilla2009_C 2009-03-22? (TO) 1299.99 1300.02

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_512.cnf
MD5SUMc1f047ec179094963b21d7b90509d2b9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables510
Number of clauses4492
Sum of the clauses size17968
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 44492
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

16.49/16.51	c SATzilla is building models for class 2
16.49/16.51	c run presolver march_dl2004 for 5 seconds ... 
16.49/16.51	c Bin: Executing march_dl2004
16.49/16.51	c spawning binary file with 5 seconds ...
16.49/16.51	c child exit by a signal
16.49/16.51	c march_dl2004 returned code 137.
16.49/16.51	c run presolver mxc-sr08 for 5 seconds ... 
16.49/16.51	c Bin: Executing mxc-sr08
16.49/16.51	c spawning binary file with 5 seconds ...
16.49/16.51	c child exit by a signal
16.49/16.51	c mxc-sr08 returned code 137.
16.49/16.51	c Orignal number of varibales is 510, number of clauses is 4492 
16.49/16.51	c predicted feature computation time is 7.036387 
16.49/16.51	c Bin: Executing satelite
16.49/16.51	c spawning binary file with 240 seconds ...
16.49/16.51	c child exited successfully
16.49/16.51	c satzilla computing base features
16.49/16.51	c Number of variabe is: 510, Number of clause is : 4492 
16.49/16.51	c Initializing...
16.49/16.51	c satzilla compute diameter ...
16.49/16.51	c start diameter features ...
16.49/16.51	c satzilla doing clause learning
16.49/16.51	c start clause learning features ...
16.49/16.51	c Bin: Executing zchaff07
16.49/16.51	c spawning binary file with 2 seconds ...
16.49/16.51	c child exit by a signal
16.49/16.51	c satzilla doing survey propogation probe
16.49/16.51	c do survay propogation for 2 second ...
16.49/16.51	c satzilla doing local search probe
16.49/16.51	c satzilla doing lobjois search-space size estimate
16.49/16.51	c features are:510 4492 510 4492 0 0 0.113535 1 0 -0 0.00784314 0 0.00784314 0.00784314 -0 0 0 0.00784314 0.302489 0.00178094 0.0138023 3.04432 0 0 0 0 -0 0.00392157 0.302489 0.000890472 0.00690116 3.04432 0.5 0.0102823 0.277501 0.00267142 0.0184773 3.68959 0.125397 3 4 0.61943 3993.86 0.0216663 3906 4135 4135 3906 4112 3907 3954 30.2892 0.0313037 29.3487 31.7665 31.7665 29.3487 31.6435 29.4252 30.1288 0 0 0 0 0 0 0 0 0 0.0285018 1.53966 0.000340352 0.266712 0.08269 0.00199966 0.0301149 0.00420985 0.0100994 27.3162 0.193524 98.7665 0.0757786 99 89 108 0.854904 0.264675 0.869594 0.03642 0.343392 0.518832 
16.49/16.51	c satzilla's ranking:
16.49/16.51	c 1) mxc-sr08: 2.802633
16.49/16.51	c 2) minisat20SAT07: 2.189440
16.49/16.51	c 3) march_dl2004: 2.176013
16.49/16.51	c 4) minisat20: 1.321436
16.49/16.51	c 5) tts-4-0: 0.559855
16.49/16.51	c 6) zchaff_rand: 0.416090
16.49/16.51	c 7) vallst: -0.220769
16.49/16.51	c 8) SATenstein: -10000.000000
16.49/16.51	c 9) gnovelty+: -10000.000000
16.49/16.51	c 10) adaptg2wsat+: -10000.000000
16.49/16.51	c 11) adaptg2wsat0: -10000.000000
16.49/16.51	c 12) picosat846: -10000.000000
16.49/16.51	c 13) kcnfs04SAT07: -10000.000000
16.49/16.51	c satzilla running mxc-sr08 ... 
1299.96/1300.00	c Bin: Executing mxc-sr08
1299.96/1300.00	c spawning binary file with 2383 seconds ...
1299.96/1300.00	c child exit by a signal
1299.96/1300.00	c mxc-sr08 returned code 143.
1299.96/1300.00	c satzilla running minisat20SAT07 ... 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3274462-1303603219/watcher-3274462-1303603219 -o /tmp/evaluation-result-3274462-1303603219/solver-3274462-1303603219 -C 2400 -W 1300 -M 7680 HOME/SATzilla2009_C HOME/instance-3274462-1303603219.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.55 3.92 3.73 4/177 5505
/proc/meminfo: memFree=19256320/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=2136 CPUtime=0 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 471924537 2187264 114 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 534 114 97 400 0 131 0

[startup+0.023477 s]
/proc/loadavg: 3.55 3.92 3.73 4/177 5505
/proc/meminfo: memFree=19256320/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=2136 CPUtime=0 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 471924537 2187264 114 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.100467 s]
/proc/loadavg: 3.55 3.92 3.73 4/177 5505
/proc/meminfo: memFree=19256320/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=2136 CPUtime=0 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 471924537 2187264 114 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.300426 s]
/proc/loadavg: 3.55 3.92 3.73 4/177 5505
/proc/meminfo: memFree=19256320/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=2136 CPUtime=0 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 471924537 2187264 114 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.700362 s]
/proc/loadavg: 3.55 3.92 3.73 4/177 5505
/proc/meminfo: memFree=19256320/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=2136 CPUtime=0 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 471924537 2187264 114 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+1.50022 s]
/proc/loadavg: 3.55 3.92 3.73 5/194 5526
/proc/meminfo: memFree=19151712/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=2136 CPUtime=0 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 471924537 2187264 114 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 534 114 97 400 0 131 0
[pid=5506] ppid=5505 vsize=4884 CPUtime=1.49 cores=5,7
/proc/5506/stat : 5506 (march_dl2004) R 5505 5505 5163 0 -1 4202496 1185 0 0 0 149 0 0 0 25 0 1 0 471924537 5001216 1104 33554432000 134512640 134996440 4288383024 18446744073709551615 134527828 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5506/statm: 1221 1104 74 119 0 1100 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7020

[startup+3.10094 s]
/proc/loadavg: 3.58 3.92 3.73 5/194 5526
/proc/meminfo: memFree=19110440/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=2136 CPUtime=0 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 163 0 0 0 0 0 0 0 24 0 1 0 471924537 2187264 114 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 534 114 97 400 0 131 0
[pid=5506] ppid=5505 vsize=5148 CPUtime=3.09 cores=5,7
/proc/5506/stat : 5506 (march_dl2004) R 5505 5505 5163 0 -1 4202496 1237 0 0 0 309 0 0 0 25 0 1 0 471924537 5271552 1156 33554432000 134512640 134996440 4288383024 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5506/statm: 1287 1156 74 119 0 1166 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7284

[startup+6.30037 s]
/proc/loadavg: 3.58 3.92 3.73 5/194 5530
/proc/meminfo: memFree=19150068/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=2136 CPUtime=4.99 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 187 1289 0 0 0 0 499 0 18 0 1 0 471924537 2187264 127 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 534 127 108 400 0 131 0
[pid=5527] ppid=5505 vsize=2156 CPUtime=1.29 cores=5,7
/proc/5527/stat : 5527 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 467 0 0 0 129 0 0 0 22 0 1 0 471925037 2207744 441 33554432000 134512640 135078026 4290424672 18446744073709551615 134534249 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5527/statm: 539 441 73 139 0 398 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4292

[startup+12.7002 s]
/proc/loadavg: 3.65 3.92 3.73 5/191 5535
/proc/meminfo: memFree=19145940/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=7844 CPUtime=12.69 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) R 5503 5505 5163 0 -1 4202496 693 3831 0 0 59 10 1197 3 18 0 1 0 471924537 8032256 544 33554432000 134512640 136149437 4290394432 18446744073709551615 135542670 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5505/statm: 1961 544 208 400 0 1558 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7844

[startup+25.501 s]
/proc/loadavg: 3.70 3.93 3.73 5/194 5543
/proc/meminfo: memFree=19087816/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=2948 CPUtime=8.98 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 648 0 0 0 898 0 0 0 25 0 1 0 471926188 3018752 622 33554432000 134512640 135078026 4290551952 18446744073709551615 134521057 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 737 622 73 139 0 596 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 6692

[startup+51.1005 s]
/proc/loadavg: 3.80 3.93 3.74 5/194 5552
/proc/meminfo: memFree=19061412/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=3740 CPUtime=34.58 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 865 0 0 0 3458 0 0 0 25 0 1 0 471926188 3829760 839 33554432000 134512640 135078026 4290551952 18446744073709551615 134522513 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 935 839 73 139 0 794 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7484

[startup+102.307 s]
/proc/loadavg: 3.99 3.96 3.76 5/194 5554
/proc/meminfo: memFree=19001884/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=4520 CPUtime=85.79 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1022 0 0 0 8579 0 0 0 25 0 1 0 471926188 4628480 996 33554432000 134512640 135078026 4290551952 18446744073709551615 134540379 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1130 996 73 139 0 989 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 8264

[startup+162.301 s]
/proc/loadavg: 3.99 3.96 3.77 5/194 5555
/proc/meminfo: memFree=18959948/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=5084 CPUtime=145.78 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1141 0 0 0 14578 0 0 0 25 0 1 0 471926188 5206016 1115 33554432000 134512640 135078026 4290551952 18446744073709551615 134534371 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1271 1115 73 139 0 1130 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 8828

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.78 5/194 5560
/proc/meminfo: memFree=18933672/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=5516 CPUtime=205.78 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1223 0 0 0 20578 0 0 0 25 0 1 0 471926188 5648384 1197 33554432000 134512640 135078026 4290551952 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1379 1197 73 139 0 1238 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 9260

[startup+282.301 s]
/proc/loadavg: 4.06 3.99 3.80 5/194 5562
/proc/meminfo: memFree=18904572/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=5776 CPUtime=265.78 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1307 0 0 0 26578 0 0 0 25 0 1 0 471926188 5914624 1281 33554432000 134512640 135078026 4290551952 18446744073709551615 134534601 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1444 1281 73 139 0 1303 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 9520

[startup+342.301 s]
/proc/loadavg: 4.02 3.99 3.81 5/194 5563
/proc/meminfo: memFree=18901176/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=6052 CPUtime=325.78 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1387 0 0 0 32578 0 0 0 25 0 1 0 471926188 6197248 1361 33554432000 134512640 135078026 4290551952 18446744073709551615 134534605 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1513 1361 73 139 0 1372 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 9796

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.82 5/194 5565
/proc/meminfo: memFree=18873120/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=6340 CPUtime=385.78 cores=5,7

################
# More data... #
################

[pid=5540] ppid=5505 vsize=6752 CPUtime=505.78 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1538 0 0 0 50578 0 0 0 25 0 1 0 471926188 6914048 1512 33554432000 134512640 135078026 4290551952 18446744073709551615 134534962 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1688 1512 73 139 0 1547 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 10496

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/194 5570
/proc/meminfo: memFree=18840772/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=6884 CPUtime=565.77 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1572 0 0 0 56577 0 0 0 25 0 1 0 471926188 7049216 1546 33554432000 134512640 135078026 4290551952 18446744073709551615 134534237 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1721 1546 73 139 0 1580 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 10628

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/194 5571
/proc/meminfo: memFree=18839744/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=7016 CPUtime=625.78 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1605 0 0 0 62578 0 0 0 25 0 1 0 471926188 7184384 1579 33554432000 134512640 135078026 4290551952 18446744073709551615 134534226 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1754 1579 73 139 0 1613 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 10760

[startup+702.301 s]
/proc/loadavg: 4.03 4.01 3.86 5/194 5573
/proc/meminfo: memFree=18823952/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=7160 CPUtime=685.77 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1649 0 0 0 68577 0 0 0 25 0 1 0 471926188 7331840 1623 33554432000 134512640 135078026 4290551952 18446744073709551615 134534283 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1790 1623 73 139 0 1649 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 10904

[startup+762.307 s]
/proc/loadavg: 4.06 4.02 3.87 5/194 5574
/proc/meminfo: memFree=18820312/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=7160 CPUtime=745.78 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1673 0 0 0 74578 0 0 0 25 0 1 0 471926188 7331840 1647 33554432000 134512640 135078026 4290551952 18446744073709551615 134526799 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1790 1647 73 139 0 1649 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 10904

[startup+822.3 s]
/proc/loadavg: 4.02 4.02 3.88 5/194 5576
/proc/meminfo: memFree=18813336/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=7416 CPUtime=805.77 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1710 0 0 0 80577 0 0 0 25 0 1 0 471926188 7593984 1684 33554432000 134512640 135078026 4290551952 18446744073709551615 134534318 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1854 1684 73 139 0 1713 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 11160

[startup+882.301 s]
/proc/loadavg: 4.04 4.03 3.89 5/194 5578
/proc/meminfo: memFree=18809432/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=7560 CPUtime=865.76 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1758 0 0 0 86576 0 0 0 25 0 1 0 471926188 7741440 1732 33554432000 134512640 135078026 4290551952 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1890 1732 73 139 0 1749 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 11304

[startup+942.3 s]
/proc/loadavg: 4.01 4.02 3.89 5/194 5579
/proc/meminfo: memFree=18809400/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=7560 CPUtime=925.76 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1769 0 0 0 92576 0 0 0 25 0 1 0 471926188 7741440 1743 33554432000 134512640 135078026 4290551952 18446744073709551615 134534359 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1890 1743 73 139 0 1749 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 11304

[startup+1002.3 s]
/proc/loadavg: 4.08 4.03 3.90 5/194 5581
/proc/meminfo: memFree=18789648/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=7696 CPUtime=985.76 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1791 0 0 0 98576 0 0 0 25 0 1 0 471926188 7880704 1765 33554432000 134512640 135078026 4290551952 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1924 1765 73 139 0 1783 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 11440

[startup+1062.3 s]
/proc/loadavg: 4.03 4.02 3.91 5/194 5582
/proc/meminfo: memFree=18789352/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=7696 CPUtime=1045.76 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1805 0 0 0 104576 0 0 0 25 0 1 0 471926188 7880704 1779 33554432000 134512640 135078026 4290551952 18446744073709551615 134534496 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1924 1779 73 139 0 1783 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 11440

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.91 5/194 5584
/proc/meminfo: memFree=18766372/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=7840 CPUtime=1105.76 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1816 0 0 0 110576 0 0 0 25 0 1 0 471926188 8028160 1790 33554432000 134512640 135078026 4290551952 18446744073709551615 134535119 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1960 1790 73 139 0 1819 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 11584

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.91 5/194 5586
/proc/meminfo: memFree=18766332/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=7840 CPUtime=1165.76 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1823 0 0 0 116576 0 0 0 25 0 1 0 471926188 8028160 1797 33554432000 134512640 135078026 4290551952 18446744073709551615 134534246 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1960 1797 73 139 0 1819 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 11584

[startup+1242.3 s]
/proc/loadavg: 4.05 4.02 3.91 5/194 5587
/proc/meminfo: memFree=18754768/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=7840 CPUtime=1225.76 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1835 0 0 0 122576 0 0 0 25 0 1 0 471926188 8028160 1809 33554432000 134512640 135078026 4290551952 18446744073709551615 134534832 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1960 1809 73 139 0 1819 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 11584



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.03 3.92 5/194 5589
/proc/meminfo: memFree=18751868/32951124 swapFree=67111528/67111528
[pid=5505] ppid=5503 vsize=3744 CPUtime=16.49 cores=5,7
/proc/5505/stat : 5505 (SATzilla2009_C) S 5503 5505 5163 0 -1 4202496 733 3831 0 0 410 39 1197 3 25 0 1 0 471924537 3833856 479 33554432000 134512640 136149437 4290394432 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 5 0 0 0
/proc/5505/statm: 936 479 220 400 0 533 0
[pid=5540] ppid=5505 vsize=7840 CPUtime=1283.47 cores=5,7
/proc/5540/stat : 5540 (mxc-sr08) R 5505 5505 5163 0 -1 4202496 1849 0 0 0 128347 0 0 0 25 0 1 0 471926188 8028160 1823 33554432000 134512640 135078026 4290551952 18446744073709551615 134540276 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/5540/statm: 1960 1823 73 139 0 1819 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 11584

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.99
CPU user time (s): 1299.55
CPU system time (s): 0.432934
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 11584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.55
system time used= 0.432934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6426
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= 18
involuntary context switches= 2000

runsolver used 2.01369 second user time and 5.09123 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-24 02:00:19
IDJOB=3274462
IDBENCH=83247
IDSOLVER=1675
FILE ID=node103/3274462-1303603219
RUNJOBID= node103-1303603219-5482
PBS_JOBID= 13150592
Free space on /tmp= 71068 MiB

SOLVER NAME= SAT09 reference solver: SATzilla2009_C 2009-03-22
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-4_512.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274462-1303603219/watcher-3274462-1303603219 -o /tmp/evaluation-result-3274462-1303603219/solver-3274462-1303603219 -C 2400 -W 1300 -M 7680  HOME/SATzilla2009_C HOME/instance-3274462-1303603219.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c1f047ec179094963b21d7b90509d2b9
RANDOM SEED=1289623898

node103.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.858
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.71
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.858
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.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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:      19257840 kB
Buffers:       2110852 kB
Cached:       10935864 kB
SwapCached:          0 kB
Active:        3766488 kB
Inactive:      9348128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19257840 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           72780 kB
Writeback:           0 kB
AnonPages:       66836 kB
Mapped:          14420 kB
Slab:           514396 kB
PageTables:       5396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192020 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= 70936 MiB
End job on node103 at 2011-04-24 02:22:01