Trace number 3373219

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
claspmt 2.0-R4095-patched (fixed)UNSAT 2092.68 524.431

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_445.cnf
MD5SUM4f7ff14ba0d33c4cf7de4e3c004f2f79
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark899.169
Satisfiable
(Un)Satisfiability was proved
Number of variables223
Number of clauses26441
Sum of the clauses size116565
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2296
Number of clauses of size 324153
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51992

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...426960/instance-3373219-1305426960.cnf
0.09/0.17	c Solving...
2092.58/524.42	s UNSATISFIABLE
2092.58/524.42	
2092.58/524.42	c Models        : 0     
2092.58/524.42	c Time          : 524.420s (Solving: 524.25s 1st Model: 0.00s Unsat: 524.25s)
2092.58/524.42	c CPU Time      : 2092.660s

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-3373219-1305426960/watcher-3373219-1305426960 -o /tmp/evaluation-result-3373219-1305426960/solver-3373219-1305426960 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373219-1305426960.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: 4.53 2.85 1.93 2/276 29212
/proc/meminfo: memFree=24865832/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=21812 CPUtime=0 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 755 0 0 0 0 0 0 0 25 0 1 0 635111318 22335488 686 33554432000 4194304 4964800 140735586454160 18446744073709551615 254261277381 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29212/statm: 5453 687 385 189 0 327 0

[startup+0.0904749 s]
/proc/loadavg: 4.53 2.85 1.93 2/276 29212
/proc/meminfo: memFree=24865832/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=23380 CPUtime=0.08 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 1198 0 0 0 8 0 0 0 25 0 1 0 635111318 23941120 1092 33554432000 4194304 4964800 140735586454160 18446744073709551615 4607479 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29212/statm: 5845 1092 398 189 0 719 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23380

[startup+0.100472 s]
/proc/loadavg: 4.53 2.85 1.93 2/276 29212
/proc/meminfo: memFree=24865832/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=23380 CPUtime=0.09 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 1198 0 0 0 9 0 0 0 25 0 1 0 635111318 23941120 1092 33554432000 4194304 4964800 140735586454160 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29212/statm: 5845 1092 398 189 0 719 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23380

[startup+0.300341 s]
/proc/loadavg: 4.53 2.85 1.93 2/276 29212
/proc/meminfo: memFree=24865832/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=169972 CPUtime=0.65 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 1727 0 0 0 65 0 0 0 25 0 4 0 635111318 174051328 1568 33554432000 4194304 4964800 140735586454160 18446744073709551615 4668734 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 42493 1569 458 189 0 36842 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 169972

[startup+0.700272 s]
/proc/loadavg: 4.53 2.85 1.93 2/276 29212
/proc/meminfo: memFree=24865832/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=171556 CPUtime=2.26 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 2928 0 0 0 225 1 0 0 25 0 4 0 635111318 175673344 2769 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627837 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 42889 2769 458 189 0 37238 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 171556

[startup+1.50113 s]
/proc/loadavg: 4.56 2.89 1.94 9/286 29225
/proc/meminfo: memFree=24845300/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=171824 CPUtime=5.45 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 3397 0 0 0 544 1 0 0 25 0 4 0 635111318 175947776 3238 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627843 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 42956 3238 458 189 0 37305 0
[pid=29212/tid=29220] ppid=29210 vsize=171824 CPUtime=1.31 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 554 0 0 0 131 0 0 0 25 0 4 0 635111335 175947776 3238 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627914 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=171824 CPUtime=1.32 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 729 0 0 0 132 0 0 0 19 0 4 0 635111335 175947776 3238 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=171824 CPUtime=1.31 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 400 0 0 0 131 0 0 0 25 0 4 0 635111335 175947776 3238 33554432000 4194304 4964800 140735586454160 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 171824

[startup+3.10085 s]
/proc/loadavg: 4.56 2.89 1.94 9/286 29225
/proc/meminfo: memFree=24837616/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=174384 CPUtime=11.84 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 4816 0 0 0 1183 1 0 0 25 0 4 0 635111318 178569216 4657 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627263 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 43596 4657 460 189 0 37945 0
[pid=29212/tid=29220] ppid=29210 vsize=174384 CPUtime=2.9 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 826 0 0 0 290 0 0 0 25 0 4 0 635111335 178569216 4657 33554432000 4194304 4964800 140735586454160 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=174384 CPUtime=2.92 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 1355 0 0 0 292 0 0 0 24 0 4 0 635111335 178569216 4657 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=174384 CPUtime=2.91 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 682 0 0 0 291 0 0 0 25 0 4 0 635111335 178569216 4657 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 174384

[startup+6.30028 s]
/proc/loadavg: 4.84 2.97 1.98 9/286 29225
/proc/meminfo: memFree=24823984/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=175892 CPUtime=24.61 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 6086 0 0 0 2459 2 0 0 25 0 4 0 635111318 180113408 5927 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670499 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 43973 5927 460 189 0 38322 0
[pid=29212/tid=29220] ppid=29210 vsize=175892 CPUtime=6.07 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 1196 0 0 0 607 0 0 0 25 0 4 0 635111335 180113408 5927 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627509 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=175892 CPUtime=6.11 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 1768 0 0 0 611 0 0 0 25 0 4 0 635111335 180113408 5927 33554432000 4194304 4964800 140735586454160 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=175892 CPUtime=6.11 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 895 0 0 0 611 0 0 0 25 0 4 0 635111335 180113408 5927 33554432000 4194304 4964800 140735586454160 18446744073709551615 4332201 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 175892

[startup+12.7012 s]
/proc/loadavg: 5.09 3.06 2.01 9/286 29225
/proc/meminfo: memFree=24798968/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=181436 CPUtime=50.16 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 9375 0 0 0 5013 3 0 0 25 0 4 0 635111318 185790464 8986 33554432000 4194304 4964800 140735586454160 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 45359 8986 460 189 0 39708 0
[pid=29212/tid=29220] ppid=29210 vsize=181436 CPUtime=12.41 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 1920 0 0 0 1241 0 0 0 25 0 4 0 635111335 185790464 8986 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627526 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=181436 CPUtime=12.51 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 3263 0 0 0 1251 0 0 0 25 0 4 0 635111335 185790464 8986 33554432000 4194304 4964800 140735586454160 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=181436 CPUtime=12.51 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 1451 0 0 0 1250 1 0 0 25 0 4 0 635111335 185790464 8986 33554432000 4194304 4964800 140735586454160 18446744073709551615 4669973 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 181436

[startup+25.5009 s]
/proc/loadavg: 5.54 3.22 2.07 9/286 29225
/proc/meminfo: memFree=24774644/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=184136 CPUtime=101.24 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 11686 0 0 0 10120 4 0 0 25 0 4 0 635111318 188555264 11292 33554432000 4194304 4964800 140735586454160 18446744073709551615 4364587 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 46034 11292 460 189 0 40383 0
[pid=29212/tid=29220] ppid=29210 vsize=184136 CPUtime=25.1 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 2462 0 0 0 2510 0 0 0 25 0 4 0 635111335 188555264 11292 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=184136 CPUtime=25.31 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 4176 0 0 0 2530 1 0 0 25 0 4 0 635111335 188555264 11292 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627309 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=184136 CPUtime=25.31 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 2011 0 0 0 2530 1 0 0 25 0 4 0 635111335 188555264 11292 33554432000 4194304 4964800 140735586454160 18446744073709551615 4668728 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 184136

[startup+51.1004 s]
/proc/loadavg: 6.56 3.69 2.26 9/286 29226
/proc/meminfo: memFree=24750900/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=187640 CPUtime=203.42 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 14898 0 0 0 20336 6 0 0 25 0 4 0 635111318 192143360 14419 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 46910 14419 460 189 0 41259 0
[pid=29212/tid=29220] ppid=29210 vsize=187640 CPUtime=50.49 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 3457 0 0 0 5048 1 0 0 25 0 4 0 635111335 192143360 14419 33554432000 4194304 4964800 140735586454160 18446744073709551615 4669184 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=187640 CPUtime=50.91 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 5552 0 0 0 5089 2 0 0 25 0 4 0 635111335 192143360 14419 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=187640 CPUtime=50.9 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 2510 0 0 0 5089 1 0 0 25 0 4 0 635111335 192143360 14419 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.42
Current children cumulated vsize (KiB) 187640

[startup+102.31 s]
/proc/loadavg: 7.49 4.38 2.57 9/286 29227
/proc/meminfo: memFree=24718156/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=191972 CPUtime=407.82 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 18231 0 0 0 40775 7 0 0 25 0 4 0 635111318 196579328 17579 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 47993 17579 460 189 0 42342 0
[pid=29212/tid=29220] ppid=29210 vsize=191972 CPUtime=101.26 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 4682 0 0 0 10125 1 0 0 25 0 4 0 635111335 196579328 17579 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=191972 CPUtime=102.1 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 6914 0 0 0 10208 2 0 0 25 0 4 0 635111335 196579328 17579 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=191972 CPUtime=102.12 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 2935 0 0 0 10210 2 0 0 25 0 4 0 635111335 196579328 17579 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.82
Current children cumulated vsize (KiB) 191972

[startup+162.301 s]
/proc/loadavg: 7.86 5.05 2.92 9/286 29229
/proc/meminfo: memFree=24697820/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=195672 CPUtime=647.27 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 20731 0 0 0 64718 9 0 0 25 0 4 0 635111318 200368128 19857 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 48918 19857 460 189 0 43267 0
[pid=29212/tid=29220] ppid=29210 vsize=195672 CPUtime=160.77 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 5517 0 0 0 16075 2 0 0 25 0 4 0 635111335 200368128 19857 33554432000 4194304 4964800 140735586454160 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=195672 CPUtime=162.08 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 8023 0 0 0 16205 3 0 0 25 0 4 0 635111335 200368128 19857 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=195672 CPUtime=162.11 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 3196 0 0 0 16209 2 0 0 25 0 4 0 635111335 200368128 19857 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 647.27
Current children cumulated vsize (KiB) 195672

[startup+222.301 s]
/proc/loadavg: 8.00 5.60 3.24 9/286 29231
/proc/meminfo: memFree=24686032/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=197844 CPUtime=886.76 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 22503 0 0 0 88665 11 0 0 25 0 4 0 635111318 202592256 21471 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 49461 21471 460 189 0 43810 0
[pid=29212/tid=29220] ppid=29210 vsize=197844 CPUtime=220.26 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 6076 0 0 0 22024 2 0 0 25 0 4 0 635111335 202592256 21471 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=197844 CPUtime=222.07 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 9078 0 0 0 22203 4 0 0 25 0 4 0 635111335 202592256 21471 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=197844 CPUtime=222.1 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 3228 0 0 0 22208 2 0 0 25 0 4 0 635111335 202592256 21471 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 886.76
Current children cumulated vsize (KiB) 197844

[startup+282.301 s]
/proc/loadavg: 8.00 6.04 3.53 9/286 29232
/proc/meminfo: memFree=24674120/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=198876 CPUtime=1126.25 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 23791 0 0 0 112613 12 0 0 25 0 4 0 635111318 203649024 22540 33554432000 4194304 4964800 140735586454160 18446744073709551615 4668756 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 49719 22540 460 189 0 44068 0
[pid=29212/tid=29220] ppid=29210 vsize=198876 CPUtime=279.76 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 6733 0 0 0 27974 2 0 0 25 0 4 0 635111335 203649024 22540 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=198876 CPUtime=282.06 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 9460 0 0 0 28202 4 0 0 25 0 4 0 635111335 203649024 22540 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=198876 CPUtime=282.11 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 3351 0 0 0 28208 3 0 0 25 0 4 0 635111335 203649024 22540 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627338 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1126.25
Current children cumulated vsize (KiB) 198876

[startup+342.301 s]
/proc/loadavg: 8.00 6.39 3.81 9/286 29234
/proc/meminfo: memFree=24654024/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=201024 CPUtime=1365.72 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 25259 0 0 0 136559 13 0 0 25 0 4 0 635111318 205848576 23706 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 50256 23706 460 189 0 44605 0
[pid=29212/tid=29220] ppid=29210 vsize=201024 CPUtime=339.25 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 7430 0 0 0 33922 3 0 0 25 0 4 0 635111335 205848576 23706 33554432000 4194304 4964800 140735586454160 18446744073709551615 4321025 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=201024 CPUtime=342.06 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 10053 0 0 0 34201 5 0 0 25 0 4 0 635111335 205848576 23706 33554432000 4194304 4964800 140735586454160 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=201024 CPUtime=342.11 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 3495 0 0 0 34208 3 0 0 25 0 4 0 635111335 205848576 23706 33554432000 4194304 4964800 140735586454160 18446744073709551615 4668756 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1365.72
Current children cumulated vsize (KiB) 201024

[startup+402.3 s]
/proc/loadavg: 8.04 6.70 4.07 9/286 29235
/proc/meminfo: memFree=24643972/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=201704 CPUtime=1605.21 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 25957 0 0 0 160507 14 0 0 25 0 4 0 635111318 206544896 24311 33554432000 4194304 4964800 140735586454160 18446744073709551615 4668689 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 50426 24311 460 189 0 44775 0
[pid=29212/tid=29220] ppid=29210 vsize=201704 CPUtime=398.75 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 7813 0 0 0 39872 3 0 0 25 0 4 0 635111335 206544896 24311 33554432000 4194304 4964800 140735586454160 18446744073709551615 4668737 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=201704 CPUtime=402.04 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 10194 0 0 0 40199 5 0 0 25 0 4 0 635111335 206544896 24311 33554432000 4194304 4964800 140735586454160 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=201704 CPUtime=402.1 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 3501 0 0 0 40207 3 0 0 25 0 4 0 635111335 206544896 24311 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1605.21
Current children cumulated vsize (KiB) 201704

[startup+462.301 s]
/proc/loadavg: 8.05 6.94 4.32 9/286 29237
/proc/meminfo: memFree=24625488/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=268596 CPUtime=1844.7 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 29810 0 0 0 184453 17 0 0 25 0 4 0 635111318 275042304 28085 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670328 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 67149 28085 460 189 0 61498 0
[pid=29212/tid=29220] ppid=29210 vsize=268596 CPUtime=458.26 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 8736 0 0 0 45822 4 0 0 25 0 4 0 635111335 275042304 28085 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627309 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=268596 CPUtime=462.03 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 12234 0 0 0 46197 6 0 0 25 0 4 0 635111335 275042304 28085 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627213 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=268596 CPUtime=462.1 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 3596 0 0 0 46207 3 0 0 25 0 4 0 635111335 275042304 28085 33554432000 4194304 4964800 140735586454160 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1844.7
Current children cumulated vsize (KiB) 268596

[startup+522.301 s]
/proc/loadavg: 8.09 7.16 4.56 9/286 29239
/proc/meminfo: memFree=24612092/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=268848 CPUtime=2084.2 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 30900 0 0 0 208402 18 0 0 25 0 4 0 635111318 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627820 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 67212 29111 460 189 0 61561 0
[pid=29212/tid=29220] ppid=29210 vsize=268848 CPUtime=517.76 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 9273 0 0 0 51772 4 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=268848 CPUtime=522.02 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 12675 0 0 0 52196 6 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=268848 CPUtime=522.1 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 3653 0 0 0 52207 3 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2084.2
Current children cumulated vsize (KiB) 268848

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

[startup+523.101 s]
/proc/loadavg: 8.09 7.16 4.56 9/286 29239
/proc/meminfo: memFree=24612092/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=268848 CPUtime=2087.39 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 30900 0 0 0 208721 18 0 0 25 0 4 0 635111318 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4669503 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 67212 29111 460 189 0 61561 0
[pid=29212/tid=29220] ppid=29210 vsize=268848 CPUtime=518.55 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 9273 0 0 0 51851 4 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=268848 CPUtime=522.82 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 12675 0 0 0 52276 6 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=268848 CPUtime=522.9 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 3653 0 0 0 52287 3 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2087.39
Current children cumulated vsize (KiB) 268848

[startup+523.901 s]
/proc/loadavg: 8.09 7.16 4.56 9/286 29239
/proc/meminfo: memFree=24612092/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=268848 CPUtime=2090.59 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 30900 0 0 0 209041 18 0 0 25 0 4 0 635111318 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670273 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 67212 29111 460 189 0 61561 0
[pid=29212/tid=29220] ppid=29210 vsize=268848 CPUtime=519.34 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 9273 0 0 0 51930 4 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627509 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=268848 CPUtime=523.62 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 12675 0 0 0 52356 6 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=268848 CPUtime=523.7 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 3653 0 0 0 52367 3 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2090.59
Current children cumulated vsize (KiB) 268848

[startup+524.301 s]
/proc/loadavg: 8.09 7.16 4.56 9/286 29239
/proc/meminfo: memFree=24612092/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=268848 CPUtime=2092.18 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 30900 0 0 0 209200 18 0 0 25 0 4 0 635111318 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4670446 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 67212 29111 460 189 0 61561 0
[pid=29212/tid=29220] ppid=29210 vsize=268848 CPUtime=519.74 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 9273 0 0 0 51970 4 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4320848 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=268848 CPUtime=524.02 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 12675 0 0 0 52396 6 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4627509 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=268848 CPUtime=524.1 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) R 29210 29212 29180 0 -1 4202560 3653 0 0 0 52407 3 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2092.18
Current children cumulated vsize (KiB) 268848

[startup+524.401 s]
/proc/loadavg: 8.09 7.16 4.56 9/286 29239
/proc/meminfo: memFree=24612092/32951124 swapFree=67057896/67111528
[pid=29212] ppid=29210 vsize=268848 CPUtime=2092.58 cores=0,2,4,6
/proc/29212/stat : 29212 (claspmt) R 29210 29212 29180 0 -1 4202496 30900 0 0 0 209240 18 0 0 25 0 4 0 635111318 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 4644832 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29212/statm: 67212 29111 460 189 0 61561 0
[pid=29212/tid=29220] ppid=29210 vsize=268848 CPUtime=519.84 cores=0,2,4,6
/proc/29212/task/29220/stat : 29220 (claspmt) R 29210 29212 29180 0 -1 4202560 9273 0 0 0 51980 4 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 254261721582 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29212/tid=29221] ppid=29210 vsize=268848 CPUtime=524.12 cores=0,2,4,6
/proc/29212/task/29221/stat : 29221 (claspmt) R 29210 29212 29180 0 -1 4202560 12675 0 0 0 52406 6 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 254261721631 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29212/tid=29222] ppid=29210 vsize=268848 CPUtime=524.2 cores=0,2,4,6
/proc/29212/task/29222/stat : 29222 (claspmt) S 29210 29212 29180 0 -1 4202560 3653 0 0 0 52417 3 0 0 25 0 4 0 635111335 275300352 29111 33554432000 4194304 4964800 140735586454160 18446744073709551615 254261721582 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2092.58
Current children cumulated vsize (KiB) 268848

Child status: 20
Real time (s): 524.431
CPU time (s): 2092.68
CPU user time (s): 2092.48
CPU system time (s): 0.19397
CPU usage (%): 399.037
Max. virtual memory (cumulated for all children) (KiB): 268848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2092.48
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30912
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= 8078
involuntary context switches= 10250

runsolver used 1.25681 second user time and 3.08253 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-15 04:36:00
IDJOB=3373219
IDBENCH=83311
IDSOLVER=1853
FILE ID=node140/3373219-1305426960
RUNJOBID= node140-1305426960-29198
PBS_JOBID= 13324604
Free space on /tmp= 73508 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_445.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3373219-1305426960/watcher-3373219-1305426960 -o /tmp/evaluation-result-3373219-1305426960/solver-3373219-1305426960 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373219-1305426960.cnf

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

MD5SUM BENCH= 4f7ff14ba0d33c4cf7de4e3c004f2f79
RANDOM SEED=1866296983

node140.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.833
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.833
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.14
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.833
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.833
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.833
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.833
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.74
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      24866608 kB
Buffers:        307616 kB
Cached:        3935372 kB
SwapCached:       8056 kB
Active:        4907668 kB
Inactive:      2866480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24866608 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            1680 kB
Writeback:          28 kB
AnonPages:     3527872 kB
Mapped:          22456 kB
Slab:           224128 kB
PageTables:      21900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45564368 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= 73508 MiB
End job on node140 at 2011-05-15 04:44:44