Trace number 3262122

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
Plingeling 587UNSAT 940.966 236.339

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-19_348.cnf
MD5SUMd56eb1fbc523242359df78e10ae2a44f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.0609
Satisfiable
(Un)Satisfiability was proved
Number of variables174
Number of clauses16458
Sum of the clauses size73267
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 258
Number of clauses of size 314898
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51502

Solver Data

940.91/236.33	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-3262122-1304092886/watcher-3262122-1304092886 -o /tmp/evaluation-result-3262122-1304092886/solver-3262122-1304092886 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262122-1304092886.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 6.33 7.71 7.78 3/172 18742
/proc/meminfo: memFree=30262968/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 216 0 0 0 0 0 0 0 25 0 1 0 520890979 8937472 146 33554432000 4194304 4417332 140735791093344 18446744073709551615 212436016896 0 0 4096 0 18446744071562362840 0 0 17 0 0 0 0
/proc/18742/statm: 2182 146 122 55 0 68 0

[startup+0.151597 s]
/proc/loadavg: 6.33 7.71 7.78 3/172 18742
/proc/meminfo: memFree=30262968/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=56612 CPUtime=0.43 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 2110 1257 0 1 43 0 0 0 25 0 5 0 520890979 57970688 1942 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 14153 1942 180 55 0 12039 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 56612

[startup+0.200587 s]
/proc/loadavg: 6.33 7.71 7.78 3/172 18742
/proc/meminfo: memFree=30262968/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=55976 CPUtime=0.62 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 2268 1257 0 1 62 0 0 0 25 0 5 0 520890979 57319424 1750 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 13994 1750 180 55 0 11880 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 55976

[startup+0.300568 s]
/proc/loadavg: 6.33 7.71 7.78 3/172 18742
/proc/meminfo: memFree=30262968/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=56108 CPUtime=1.02 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 2332 1257 0 1 102 0 0 0 25 0 5 0 520890979 57454592 1814 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 14027 1814 180 55 0 11913 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 56108

[startup+0.700493 s]
/proc/loadavg: 6.33 7.71 7.78 3/172 18742
/proc/meminfo: memFree=30262968/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=58424 CPUtime=2.62 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 2911 1257 0 1 262 0 0 0 25 0 5 0 520890979 59826176 2393 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 14606 2393 180 55 0 12492 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 58424

[startup+1.50034 s]
/proc/loadavg: 6.33 7.71 7.78 9/186 18767
/proc/meminfo: memFree=30236780/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=64560 CPUtime=5.81 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 4731 1257 0 1 581 0 0 0 25 0 5 0 520890979 66109440 3927 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 16140 3927 180 55 0 14026 0
[pid=18742/tid=18760] ppid=18740 vsize=64560 CPUtime=1.45 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 582 1257 0 1 145 0 0 0 25 0 5 0 520890984 66109440 3927 33554432000 4194304 4417332 140735791093344 18446744073709551615 18446744073699065894 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=64560 CPUtime=1.44 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 708 1257 0 1 144 0 0 0 25 0 5 0 520890984 66109440 3927 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=64560 CPUtime=1.45 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 646 1257 0 1 145 0 0 0 25 0 5 0 520890984 66109440 3927 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=64560 CPUtime=1.44 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 1288 1257 0 1 144 0 0 0 25 0 5 0 520890984 66109440 3927 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 64560

[startup+3.10104 s]
/proc/loadavg: 6.46 7.72 7.78 9/186 18767
/proc/meminfo: memFree=30226252/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=69600 CPUtime=12.21 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 6575 1257 0 1 1221 0 0 0 25 0 5 0 520890979 71270400 5195 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 17400 5195 180 55 0 15286 0
[pid=18742/tid=18760] ppid=18740 vsize=69600 CPUtime=3.05 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 721 1257 0 1 305 0 0 0 25 0 5 0 520890984 71270400 5195 33554432000 4194304 4417332 140735791093344 18446744073709551615 4250744 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=69600 CPUtime=3.04 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 1575 1257 0 1 304 0 0 0 25 0 5 0 520890984 71270400 5195 33554432000 4194304 4417332 140735791093344 18446744073709551615 4320821 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=69600 CPUtime=3.05 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 927 1257 0 1 305 0 0 0 25 0 5 0 520890984 71270400 5195 33554432000 4194304 4417332 140735791093344 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=69600 CPUtime=3.03 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 1845 1257 0 1 303 0 0 0 25 0 5 0 520890984 71270400 5195 33554432000 4194304 4417332 140735791093344 18446744073709551615 4357657 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 69600

[startup+6.30043 s]
/proc/loadavg: 6.46 7.72 7.78 9/186 18767
/proc/meminfo: memFree=30215136/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=137868 CPUtime=24.99 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 11924 1257 0 1 2498 1 0 0 25 0 5 0 520890979 141176832 5903 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 34467 5903 180 55 0 32353 0
[pid=18742/tid=18760] ppid=18740 vsize=137868 CPUtime=6.25 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 1907 1257 0 1 625 0 0 0 25 0 5 0 520890984 141176832 5903 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=137868 CPUtime=6.24 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 3441 1257 0 1 624 0 0 0 25 0 5 0 520890984 141176832 5903 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=137868 CPUtime=6.24 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 2752 1257 0 1 624 0 0 0 25 0 5 0 520890984 141176832 5903 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364923 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=137868 CPUtime=6.22 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 2317 1257 0 1 622 0 0 0 25 0 5 0 520890984 141176832 5903 33554432000 4194304 4417332 140735791093344 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 137868

[startup+12.7002 s]
/proc/loadavg: 6.70 7.72 7.78 9/186 18767
/proc/meminfo: memFree=30208956/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=141540 CPUtime=50.56 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 25486 1257 0 1 5052 4 0 0 25 0 5 0 520890979 144936960 6852 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 35385 6852 181 55 0 33271 0
[pid=18742/tid=18760] ppid=18740 vsize=141540 CPUtime=12.65 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 5003 1257 0 1 1264 1 0 0 25 0 5 0 520890984 144936960 6852 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=141540 CPUtime=12.64 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 7616 1257 0 1 1264 0 0 0 25 0 5 0 520890984 144936960 6852 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=141540 CPUtime=12.64 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 6532 1257 0 1 1263 1 0 0 25 0 5 0 520890984 144936960 6852 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=141540 CPUtime=12.58 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 4828 1257 0 1 1258 0 0 0 25 0 5 0 520890984 144936960 6852 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 141540

[startup+25.5008 s]
/proc/loadavg: 6.90 7.73 7.78 9/186 18768
/proc/meminfo: memFree=30176032/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=155076 CPUtime=101.69 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 59592 1257 0 1 10160 9 0 0 25 0 5 0 520890979 158797824 10236 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 38769 10236 181 55 0 36655 0
[pid=18742/tid=18760] ppid=18740 vsize=155076 CPUtime=25.45 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 12185 1257 0 1 2543 2 0 0 25 0 5 0 520890984 158797824 10236 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=155076 CPUtime=25.44 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 15684 1257 0 1 2543 1 0 0 25 0 5 0 520890984 158797824 10236 33554432000 4194304 4417332 140735791093344 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=155076 CPUtime=25.44 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 16264 1257 0 1 2542 2 0 0 25 0 5 0 520890984 158797824 10236 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=155076 CPUtime=25.31 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 13952 1257 0 1 2529 2 0 0 25 0 5 0 520890984 158797824 10236 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 155076

[startup+51.1009 s]
/proc/loadavg: 7.33 7.77 7.79 9/186 18768
/proc/meminfo: memFree=30150096/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=160904 CPUtime=203.95 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 115951 1257 0 1 20377 18 0 0 25 0 5 0 520890979 164765696 11693 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 40226 11693 181 55 0 38112 0
[pid=18742/tid=18760] ppid=18740 vsize=160904 CPUtime=51.04 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 23579 1257 0 1 5100 4 0 0 25 0 5 0 520890984 164765696 11693 33554432000 4194304 4417332 140735791093344 18446744073709551615 4365869 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=160904 CPUtime=51.04 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 30541 1257 0 1 5100 4 0 0 25 0 5 0 520890984 164765696 11693 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364605 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=160904 CPUtime=51.05 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 30126 1257 0 1 5100 5 0 0 25 0 5 0 520890984 164765696 11693 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=160904 CPUtime=50.77 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 30198 1257 0 1 5073 4 0 0 25 0 5 0 520890984 164765696 11693 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 160904

[startup+102.301 s]
/proc/loadavg: 7.79 7.82 7.81 9/186 18770
/proc/meminfo: memFree=30136300/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=174436 CPUtime=408.49 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 200062 1257 0 1 40817 32 0 0 25 0 5 0 520890979 178622464 15076 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 43609 15076 181 55 0 41495 0
[pid=18742/tid=18760] ppid=18740 vsize=174436 CPUtime=102.24 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 39914 1257 0 1 10218 6 0 0 25 0 5 0 520890984 178622464 15076 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=174436 CPUtime=102.25 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 53821 1257 0 1 10217 8 0 0 25 0 5 0 520890984 178622464 15076 33554432000 4194304 4417332 140735791093344 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=174436 CPUtime=102.25 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 50377 1257 0 1 10218 7 0 0 25 0 5 0 520890984 178622464 15076 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364599 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=174436 CPUtime=101.7 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 54443 1257 0 1 10161 9 0 0 25 0 5 0 520890984 178622464 15076 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.49
Current children cumulated vsize (KiB) 174436

[startup+162.301 s]
/proc/loadavg: 8.21 7.93 7.84 10/186 18774
/proc/meminfo: memFree=30099664/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=201144 CPUtime=647.36 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 303125 1257 0 1 64690 46 0 0 25 0 5 0 520890979 205971456 21723 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 50286 21723 181 55 0 48172 0
[pid=18742/tid=18760] ppid=18740 vsize=201144 CPUtime=162.1 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 58895 1257 0 1 16200 10 0 0 25 0 5 0 520890984 205971456 21723 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=201144 CPUtime=162.24 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 77456 1257 0 1 16214 10 0 0 25 0 5 0 520890984 205971456 21723 33554432000 4194304 4417332 140735791093344 18446744073709551615 4307272 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=201144 CPUtime=161.6 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 81799 1257 0 1 16148 12 0 0 25 0 5 0 520890984 205971456 21723 33554432000 4194304 4417332 140735791093344 18446744073709551615 4366053 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=201144 CPUtime=161.37 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 83468 1257 0 1 16125 12 0 0 25 0 5 0 520890984 205971456 21723 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.36
Current children cumulated vsize (KiB) 201144

[startup+222.306 s]
/proc/loadavg: 8.17 7.97 7.86 9/186 18776
/proc/meminfo: memFree=30081268/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=202944 CPUtime=887.05 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 408412 1257 0 1 88645 60 0 0 25 0 5 0 520890979 207814656 22173 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 50736 22173 181 55 0 48622 0
[pid=18742/tid=18760] ppid=18740 vsize=202944 CPUtime=222.09 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 82080 1257 0 1 22196 13 0 0 25 0 5 0 520890984 207814656 22173 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=202944 CPUtime=222.25 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 107316 1257 0 1 22211 14 0 0 25 0 5 0 520890984 207814656 22173 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=202944 CPUtime=221.61 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 108135 1257 0 1 22145 16 0 0 25 0 5 0 520890984 207814656 22173 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=202944 CPUtime=221.04 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 109374 1257 0 1 22089 15 0 0 25 0 5 0 520890984 207814656 22173 33554432000 4194304 4417332 140735791093344 18446744073709551615 4366025 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.05
Current children cumulated vsize (KiB) 202944

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

[startup+224.001 s]
/proc/loadavg: 8.17 7.97 7.86 9/186 18776
/proc/meminfo: memFree=30084988/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=190156 CPUtime=893.83 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 410685 1257 0 1 89322 61 0 0 25 0 5 0 520890979 194719744 18976 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 47539 18976 181 55 0 45425 0
[pid=18742/tid=18760] ppid=18740 vsize=190156 CPUtime=223.78 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 83106 1257 0 1 22365 13 0 0 25 0 5 0 520890984 194719744 18976 33554432000 4194304 4417332 140735791093344 18446744073709551615 4365897 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=190156 CPUtime=223.95 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 107316 1257 0 1 22381 14 0 0 25 0 5 0 520890984 194719744 18976 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=190156 CPUtime=223.31 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 108135 1257 0 1 22315 16 0 0 25 0 5 0 520890984 194719744 18976 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=190156 CPUtime=222.74 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 110621 1257 0 1 22258 16 0 0 25 0 5 0 520890984 194719744 18976 33554432000 4194304 4417332 140735791093344 18446744073709551615 4250795 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 893.83
Current children cumulated vsize (KiB) 190156

[startup+230.401 s]
/proc/loadavg: 8.15 7.97 7.86 9/186 18776
/proc/meminfo: memFree=30079160/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=203400 CPUtime=919.39 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 416966 1257 0 1 91878 61 0 0 25 0 5 0 520890979 208281600 22287 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 50850 22287 181 55 0 48736 0
[pid=18742/tid=18760] ppid=18740 vsize=203400 CPUtime=230.19 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 85171 1257 0 1 23005 14 0 0 25 0 5 0 520890984 208281600 22287 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=203400 CPUtime=230.35 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 108332 1257 0 1 23020 15 0 0 25 0 5 0 520890984 208281600 22287 33554432000 4194304 4417332 140735791093344 18446744073709551615 4343691 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=203400 CPUtime=229.71 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 110245 1257 0 1 22955 16 0 0 25 0 5 0 520890984 208281600 22287 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=203400 CPUtime=229.1 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 111711 1257 0 1 22894 16 0 0 25 0 5 0 520890984 208281600 22287 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 919.39
Current children cumulated vsize (KiB) 203400

[startup+233.6 s]
/proc/loadavg: 8.14 7.97 7.86 9/186 18776
/proc/meminfo: memFree=30065148/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=198112 CPUtime=932.17 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 425142 1257 0 1 93154 63 0 0 25 0 5 0 520890979 202866688 20965 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 49528 20965 181 55 0 47414 0
[pid=18742/tid=18760] ppid=18740 vsize=198112 CPUtime=233.39 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 86204 1257 0 1 23325 14 0 0 25 0 5 0 520890984 202866688 20965 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=198112 CPUtime=233.55 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 111838 1257 0 1 23340 15 0 0 25 0 5 0 520890984 202866688 20965 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=198112 CPUtime=232.9 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 112558 1257 0 1 23274 16 0 0 25 0 5 0 520890984 202866688 20965 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=198112 CPUtime=232.28 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 113035 1257 0 1 23212 16 0 0 25 0 5 0 520890984 202866688 20965 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 932.17
Current children cumulated vsize (KiB) 198112

[startup+235.201 s]
/proc/loadavg: 8.14 7.97 7.86 9/186 18776
/proc/meminfo: memFree=30068992/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=194016 CPUtime=938.57 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 425142 1257 0 1 93794 63 0 0 25 0 5 0 520890979 198672384 19941 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 48504 19941 181 55 0 46390 0
[pid=18742/tid=18760] ppid=18740 vsize=194016 CPUtime=234.99 cores=0,2,4,6
/proc/18742/task/18760/stat : 18760 (plingeling) R 18740 18742 18710 0 -1 4202560 86204 1257 0 1 23485 14 0 0 25 0 5 0 520890984 198672384 19941 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18742/tid=18761] ppid=18740 vsize=194016 CPUtime=235.15 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 111838 1257 0 1 23500 15 0 0 25 0 5 0 520890984 198672384 19941 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18742/tid=18762] ppid=18740 vsize=194016 CPUtime=234.5 cores=0,2,4,6
/proc/18742/task/18762/stat : 18762 (plingeling) R 18740 18742 18710 0 -1 4202560 112558 1257 0 1 23434 16 0 0 25 0 5 0 520890984 198672384 19941 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18742/tid=18763] ppid=18740 vsize=194016 CPUtime=233.88 cores=0,2,4,6
/proc/18742/task/18763/stat : 18763 (plingeling) R 18740 18742 18710 0 -1 4202560 113035 1257 0 1 23372 16 0 0 25 0 5 0 520890984 198672384 19941 33554432000 4194304 4417332 140735791093344 18446744073709551615 4357100 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 938.57
Current children cumulated vsize (KiB) 194016

[startup+236.001 s]
/proc/loadavg: 8.14 7.97 7.86 9/186 18776
/proc/meminfo: memFree=30093668/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=194016 CPUtime=940.61 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 425143 1257 0 1 93998 63 0 0 18 0 2 0 520890979 198672384 19942 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 48504 19942 182 55 0 46390 0
[pid=18742/tid=18761] ppid=18740 vsize=194016 CPUtime=235.95 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 111838 1257 0 1 23580 15 0 0 25 0 2 0 520890984 198672384 19942 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 940.61
Current children cumulated vsize (KiB) 194016

[startup+236.201 s]
/proc/loadavg: 8.14 7.97 7.86 9/186 18776
/proc/meminfo: memFree=30093668/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=194016 CPUtime=940.81 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 425143 1257 0 1 94018 63 0 0 18 0 2 0 520890979 198672384 19942 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 48504 19942 182 55 0 46390 0
[pid=18742/tid=18761] ppid=18740 vsize=194016 CPUtime=236.15 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 111838 1257 0 1 23600 15 0 0 25 0 2 0 520890984 198672384 19942 33554432000 4194304 4417332 140735791093344 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 940.81
Current children cumulated vsize (KiB) 194016

[startup+236.301 s]
/proc/loadavg: 8.14 7.97 7.86 9/186 18776
/proc/meminfo: memFree=30093668/32951124 swapFree=67111416/67111528
[pid=18742] ppid=18740 vsize=194016 CPUtime=940.91 cores=0,2,4,6
/proc/18742/stat : 18742 (plingeling) S 18740 18742 18710 0 -1 4202496 425143 1257 0 1 94028 63 0 0 18 0 2 0 520890979 198672384 19942 33554432000 4194304 4417332 140735791093344 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18742/statm: 48504 19942 182 55 0 46390 0
[pid=18742/tid=18761] ppid=18740 vsize=194016 CPUtime=236.25 cores=0,2,4,6
/proc/18742/task/18761/stat : 18761 (plingeling) R 18740 18742 18710 0 -1 4202560 111838 1257 0 1 23610 15 0 0 25 0 2 0 520890984 198672384 19942 33554432000 4194304 4417332 140735791093344 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 940.91
Current children cumulated vsize (KiB) 194016

Child status: 20
Real time (s): 236.339
CPU time (s): 940.966
CPU user time (s): 940.322
CPU system time (s): 0.643902
CPU usage (%): 398.142
Max. virtual memory (cumulated for all children) (KiB): 210788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 940.322
system time used= 0.643902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426403
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= 122
involuntary context switches= 7060

runsolver used 0.419936 second user time and 0.868867 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 18:01:26
IDJOB=3262122
IDBENCH=83273
IDSOLVER=1605
FILE ID=node102/3262122-1304092886
RUNJOBID= node102-1304092886-18728
PBS_JOBID= 13170584
Free space on /tmp= 71560 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-19_348.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262122-1304092886/watcher-3262122-1304092886 -o /tmp/evaluation-result-3262122-1304092886/solver-3262122-1304092886 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3262122-1304092886.cnf

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

MD5SUM BENCH= d56eb1fbc523242359df78e10ae2a44f
RANDOM SEED=679651078

node102.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.828
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.65
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.828
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.828
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.75
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.828
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.82
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.828
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.828
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.82
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.828
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:      30261760 kB
Buffers:        652564 kB
Cached:        1544932 kB
SwapCached:          8 kB
Active:         258572 kB
Inactive:      2004596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30261760 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            1044 kB
Writeback:           0 kB
AnonPages:       65912 kB
Mapped:          14332 kB
Slab:           360232 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189300 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= 71560 MiB
End job on node102 at 2011-04-29 18:05:23