Trace number 3498370

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
borg-sat 11.03.02-seq-industrial (fixed)? (MO) 3359.32 3358.76

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
Bench CategoryAPPLICATION (applications 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 variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

Solver Data

0.32/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.69	c INFO: solving HOME/instance-3498370-1307953295.cnf
0.32/0.69	c INFO: computing task features
47.00/47.32	c INFO: computed variable-clause graph statistics
47.89/48.29	c INFO: computed clause balance statistics
163.39/163.77	c INFO: computed variable balance statistics
246.10/246.42	c INFO: computed small-clause counts
258.90/259.25	c INFO: computed Horn-clause counts
2876.78/2877.09	c INFO: computed variable graph statistics
2876.89/2877.11	c INFO: collected features for HOME/instance-3498370-1307953295.cnf in 2873.85 s
2876.89/2877.13	c INFO: running precosat-570@0 for 97 with 2126 remaining (b = 0.10)
2977.20/2977.30	c INFO: running cryptominisat-2.9.0@0 for 2026 with 2026 remaining (b = 0.81)

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.1 (svn: 989)

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-3498370-1307953295/watcher-3498370-1307953295 -o /tmp/evaluation-result-3498370-1307953295/solver-3498370-1307953295 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498370-1307953295.cnf -seed 454281895 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 1.88 0.85 0.32 2/178 26491
/proc/meminfo: memFree=31636172/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/26491/stat : 26491 (python) S 26489 26491 26390 0 -1 4202496 727 0 0 0 0 0 0 0 17 0 1 0 906927929 15548416 616 33554432000 4194304 5683644 140737167216352 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/26491/statm: 3796 616 322 364 0 283 0

[startup+0.059661 s]
/proc/loadavg: 1.88 0.85 0.32 2/178 26491
/proc/meminfo: memFree=31636172/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=29788 CPUtime=0.03 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 1416 0 0 0 3 0 0 0 17 0 1 0 906927929 30502912 1259 33554432000 4194304 5683644 140737167216352 18446744073709551615 255377301248 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 7447 1266 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100605 s]
/proc/loadavg: 1.88 0.85 0.32 2/178 26491
/proc/meminfo: memFree=31636172/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=85616 CPUtime=0.05 cores=0,2,4,6
/proc/26491/stat : 26491 (python) S 26489 26491 26390 0 -1 4202496 2629 0 0 0 5 0 0 0 17 0 1 0 906927929 87670784 2347 33554432000 4194304 5683644 140737167216352 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 0
/proc/26491/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85616

[startup+0.300578 s]
/proc/loadavg: 1.88 0.85 0.32 2/178 26491
/proc/meminfo: memFree=31636172/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 5971 935 1 0 13 4 0 0 17 0 1 0 906927929 139005952 4148 33554432000 4194304 5683644 140737167216352 18446744073709551615 255377106715 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700517 s]
/proc/loadavg: 1.88 0.85 0.32 2/178 26491
/proc/meminfo: memFree=31636172/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=443548 CPUtime=0.39 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 13684 935 1 0 28 11 0 0 15 0 1 0 906927929 454193152 11352 33554432000 4194304 5683644 140737167216352 18446744073709551615 255377301248 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 110887 11392 1758 364 0 46811 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 443548

[startup+1.50038 s]
/proc/loadavg: 1.88 0.85 0.32 3/179 26496
/proc/meminfo: memFree=31433792/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=492864 CPUtime=1.19 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 62631 935 1 0 99 20 0 0 16 0 1 0 906927929 504692736 60299 33554432000 4194304 5683644 140737167216352 18446744073709551615 255376962245 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 123216 60301 1761 364 0 59140 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 492864

[startup+3.10105 s]
/proc/loadavg: 1.89 0.87 0.33 3/179 26496
/proc/meminfo: memFree=31360016/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=601812 CPUtime=2.79 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 89285 935 1 0 255 24 0 0 18 0 1 0 906927929 616255488 86953 33554432000 4194304 5683644 140737167216352 18446744073709551615 255376962245 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 150453 86953 1761 364 0 86377 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 601812

[startup+6.30045 s]
/proc/loadavg: 1.89 0.87 0.33 3/179 26496
/proc/meminfo: memFree=31141904/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=816624 CPUtime=5.99 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 142399 935 1 0 566 33 0 0 25 0 1 0 906927929 836222976 140067 33554432000 4194304 5683644 140737167216352 18446744073709551615 255376962245 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 204156 140070 1761 364 0 140080 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 816624

[startup+12.7003 s]
/proc/loadavg: 1.90 0.91 0.35 3/179 26496
/proc/meminfo: memFree=30704448/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1257464 CPUtime=12.39 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 248038 935 1 0 1193 46 0 0 25 0 1 0 906927929 1287643136 245706 33554432000 4194304 5683644 140737167216352 18446744073709551615 255376962245 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 314366 245706 1761 364 0 250290 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1257464

[startup+25.5009 s]
/proc/loadavg: 1.92 0.94 0.37 3/179 26497
/proc/meminfo: memFree=30060752/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1876852 CPUtime=25.19 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 777350 935 1 0 2414 105 0 0 25 0 1 0 906927929 1921896448 405391 33554432000 4194304 5683644 140737167216352 18446744073709551615 47910622086778 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 469213 405392 1814 364 0 405137 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 1876852

[startup+51.1002 s]
/proc/loadavg: 1.94 1.03 0.41 3/179 26497
/proc/meminfo: memFree=30261584/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1631376 CPUtime=50.79 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 1521240 935 1 0 4897 182 0 0 25 0 1 0 906927929 1670529024 345229 33554432000 4194304 5683644 140737167216352 18446744073709551615 47910621743026 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 407844 345229 1826 364 0 343768 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 1631376

[startup+102.307 s]
/proc/loadavg: 1.98 1.19 0.50 3/182 26502
/proc/meminfo: memFree=30219472/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1631376 CPUtime=102 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 1521240 935 1 0 10018 182 0 0 25 0 1 0 906927929 1670529024 345229 33554432000 4194304 5683644 140737167216352 18446744073709551615 47910621906133 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 407844 345229 1826 364 0 343768 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 1631376

[startup+162.301 s]
/proc/loadavg: 1.99 1.33 0.59 3/182 26503
/proc/meminfo: memFree=30131372/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1631376 CPUtime=161.99 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 1521240 935 1 0 16017 182 0 0 25 0 1 0 906927929 1670529024 345229 33554432000 4194304 5683644 140737167216352 18446744073709551615 4643489 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 407844 345229 1826 364 0 343768 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 1631376

[startup+222.3 s]
/proc/loadavg: 2.07 1.48 0.68 3/182 26505
/proc/meminfo: memFree=30131280/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1631376 CPUtime=221.99 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 1521241 935 1 0 22017 182 0 0 25 0 1 0 906927929 1670529024 345230 33554432000 4194304 5683644 140737167216352 18446744073709551615 47910624450306 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 407844 345230 1827 364 0 343768 0
Current children cumulated CPU time (s) 221.99
Current children cumulated vsize (KiB) 1631376

[startup+282.3 s]
/proc/loadavg: 2.08 1.58 0.76 3/182 26507
/proc/meminfo: memFree=30131344/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1631376 CPUtime=282 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 2373540 935 1 0 27926 274 0 0 25 0 1 0 906927929 1670529024 345236 33554432000 4194304 5683644 140737167216352 18446744073709551615 47910621673600 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 407844 345236 1833 364 0 343768 0
Current children cumulated CPU time (s) 282
Current children cumulated vsize (KiB) 1631376

[startup+342.3 s]
/proc/loadavg: 2.02 1.66 0.84 3/186 26512
/proc/meminfo: memFree=29982084/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1631376 CPUtime=342 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 2373540 935 1 0 33926 274 0 0 25 0 1 0 906927929 1670529024 345236 33554432000 4194304 5683644 140737167216352 18446744073709551615 47910621673612 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 407844 345236 1833 364 0 343768 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 1631376

[startup+402.301 s]
/proc/loadavg: 2.05 1.73 0.91 3/187 26515
/proc/meminfo: memFree=29980404/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1631376 CPUtime=402 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 2373540 935 1 0 39926 274 0 0 25 0 1 0 906927929 1670529024 345236 33554432000 4194304 5683644 140737167216352 18446744073709551615 47910621673612 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 407844 345236 1833 364 0 343768 0
Current children cumulated CPU time (s) 402
Current children cumulated vsize (KiB) 1631376

[startup+462.301 s]
/proc/loadavg: 2.02 1.78 0.98 3/187 26516
/proc/meminfo: memFree=29980340/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1631376 CPUtime=462 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 2373540 935 1 0 45926 274 0 0 25 0 1 0 906927929 1670529024 345236 33554432000 4194304 5683644 140737167216352 18446744073709551615 47910654352241 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 407844 345236 1833 364 0 343768 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 1631376

[startup+522.301 s]
/proc/loadavg: 2.00 1.81 1.04 3/182 26563
/proc/meminfo: memFree=30444900/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1631376 CPUtime=522.01 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 2373540 935 1 0 51927 274 0 0 25 0 1 0 906927929 1670529024 345236 33554432000 4194304 5683644 140737167216352 18446744073709551615 47910621673612 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 407844 345236 1833 364 0 343768 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 1631376

[startup+582.301 s]
/proc/loadavg: 2.00 1.85 1.10 3/182 26611
/proc/meminfo: memFree=30399860/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1631376 CPUtime=582.01 cores=0,2,4,6
/proc/26491/stat : 26491 (python) R 26489 26491 26390 0 -1 4202496 2373540 935 1 0 57927 274 0 0 25 0 1 0 906927929 1670529024 345236 33554432000 4194304 5683644 140737167216352 18446744073709551615 47910621673612 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26491/statm: 407844 345236 1833 364 0 343768 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 1631376

[startup+642.301 s]

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

[pid=26753] ppid=26491 vsize=1056372 CPUtime=0.18 cores=0,2,4,6
/proc/26753/stat : 26753 (python) S 26491 26491 26390 0 -1 4202560 935 0 0 0 9 9 0 0 15 0 1 0 907225660 1081724928 197456 33554432000 4194304 5683644 140737167216352 18446744073709551615 255377321542 0 0 16781312 514 904238362682949892 0 0 17 4 0 0 0
/proc/26753/statm: 264093 197456 370 364 0 200008 0
[pid=26755] ppid=26753 vsize=1663272 CPUtime=124.95 cores=0,2,4,6
/proc/26755/stat : 26755 (cryptominisat-2) R 26753 26755 26755 0 -1 4202496 382786 0 0 0 12448 47 0 0 25 0 1 0 907225662 1703190528 322307 33554432000 4194304 4677096 140734102515648 18446744073709551615 4336162 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26755/statm: 415818 322307 387 118 0 410777 0
[pid=26491/tid=26748] ppid=26489 vsize=1066616 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26748/stat : 26748 (python) S 26489 26491 26390 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 3 0 907215644 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 2 18446604440643737792 0 0 -1 4 0 0 0
[pid=26491/tid=26754] ppid=26489 vsize=1066616 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26754/stat : 26754 (python) S 26489 26491 26390 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 907225662 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 2 18446604440643737792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3102.35
Current children cumulated vsize (KiB) 6276268

[startup+3162.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/205 26760
/proc/meminfo: memFree=28145452/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1066616 CPUtime=2876.96 cores=0,2,4,6
/proc/26491/stat : 26491 (python) S 26489 26491 26390 0 -1 4202496 2374646 935 1 0 287414 282 0 0 20 0 3 0 906927929 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 266654 198960 1870 364 0 202569 0
[pid=26747] ppid=26491 vsize=1056360 CPUtime=0.14 cores=0,2,4,6
/proc/26747/stat : 26747 (python) S 26491 26491 26390 0 -1 4202560 1160 0 0 0 7 7 0 0 19 0 2 0 907215643 1081712640 197501 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26747/statm: 264090 197501 414 364 0 200008 0
[pid=26749] ppid=26747 vsize=1433648 CPUtime=100.12 cores=0,2,4,6
/proc/26749/stat : 26749 (precosat) T 26747 26749 26749 0 -1 4202496 457210 0 0 0 9957 55 0 0 25 0 1 0 907215644 1468055552 344661 33554432000 4194304 4890832 140735689993360 18446744073709551615 4467438 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/26749/statm: 358412 344661 86 171 0 358239 0
[pid=26747/tid=26752] ppid=26491 vsize=1056360 CPUtime=0 cores=0,2,4,6
/proc/26747/task/26752/stat : 26752 (python) S 26491 26491 26390 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 2 0 907225659 1081712640 197501 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 514 18446604453841269696 0 0 -1 6 0 0 0
[pid=26753] ppid=26491 vsize=1056372 CPUtime=0.25 cores=0,2,4,6
/proc/26753/stat : 26753 (python) S 26491 26491 26390 0 -1 4202560 955 0 0 0 13 12 0 0 15 0 1 0 907225660 1081724928 197456 33554432000 4194304 5683644 140737167216352 18446744073709551615 255377321542 0 0 16781312 514 904238362682949892 0 0 17 0 0 0 0
/proc/26753/statm: 264093 197456 370 364 0 200008 0
[pid=26755] ppid=26753 vsize=1727712 CPUtime=184.95 cores=0,2,4,6
/proc/26755/stat : 26755 (cryptominisat-2) R 26753 26755 26755 0 -1 4202496 423322 0 0 0 18441 54 0 0 25 0 1 0 907225662 1769177088 329647 33554432000 4194304 4677096 140734102515648 18446744073709551615 4335680 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26755/statm: 431928 329647 387 118 0 426887 0
[pid=26491/tid=26748] ppid=26489 vsize=1066616 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26748/stat : 26748 (python) S 26489 26491 26390 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 3 0 907215644 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 2 18446604440643737792 0 0 -1 4 0 0 0
[pid=26491/tid=26754] ppid=26489 vsize=1066616 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26754/stat : 26754 (python) S 26489 26491 26390 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 907225662 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 2 18446604440643737792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3162.42
Current children cumulated vsize (KiB) 6340708

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/205 26762
/proc/meminfo: memFree=25976116/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1066616 CPUtime=2876.96 cores=0,2,4,6
/proc/26491/stat : 26491 (python) S 26489 26491 26390 0 -1 4202496 2374646 935 1 0 287414 282 0 0 20 0 3 0 906927929 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 266654 198960 1870 364 0 202569 0
[pid=26747] ppid=26491 vsize=1056360 CPUtime=0.14 cores=0,2,4,6
/proc/26747/stat : 26747 (python) S 26491 26491 26390 0 -1 4202560 1160 0 0 0 7 7 0 0 19 0 2 0 907215643 1081712640 197501 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26747/statm: 264090 197501 414 364 0 200008 0
[pid=26749] ppid=26747 vsize=1433648 CPUtime=100.12 cores=0,2,4,6
/proc/26749/stat : 26749 (precosat) T 26747 26749 26749 0 -1 4202496 457210 0 0 0 9957 55 0 0 25 0 1 0 907215644 1468055552 344661 33554432000 4194304 4890832 140735689993360 18446744073709551615 4467438 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/26749/statm: 358412 344661 86 171 0 358239 0
[pid=26747/tid=26752] ppid=26491 vsize=1056360 CPUtime=0 cores=0,2,4,6
/proc/26747/task/26752/stat : 26752 (python) S 26491 26491 26390 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 2 0 907225659 1081712640 197501 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 514 18446604453841269696 0 0 -1 6 0 0 0
[pid=26753] ppid=26491 vsize=1056372 CPUtime=0.41 cores=0,2,4,6
/proc/26753/stat : 26753 (python) S 26491 26491 26390 0 -1 4202560 1222 0 0 0 23 18 0 0 15 0 1 0 907225660 1081724928 197457 33554432000 4194304 5683644 140737167216352 18446744073709551615 255377321542 0 0 16781312 514 4041941087441355012 0 0 17 0 0 0 0
/proc/26753/statm: 264093 197457 371 364 0 200008 0
[pid=26755] ppid=26753 vsize=3780624 CPUtime=244.95 cores=0,2,4,6
/proc/26755/stat : 26755 (cryptominisat-2) R 26753 26755 26755 0 -1 4202496 3915643 0 0 0 24026 469 0 0 25 0 1 0 907225662 3871358976 841748 33554432000 4194304 4677096 140734102515648 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26755/statm: 945156 841750 390 118 0 940115 0
[pid=26491/tid=26748] ppid=26489 vsize=1066616 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26748/stat : 26748 (python) S 26489 26491 26390 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 3 0 907215644 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 2 18446604440643737792 0 0 -1 4 0 0 0
[pid=26491/tid=26754] ppid=26489 vsize=1066616 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26754/stat : 26754 (python) S 26489 26491 26390 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 907225662 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 2 18446604440643737792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3222.58
Current children cumulated vsize (KiB) 8393620

[startup+3282.3 s]
/proc/loadavg: 2.04 2.02 1.92 3/205 26764
/proc/meminfo: memFree=22906308/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1066616 CPUtime=2876.96 cores=0,2,4,6
/proc/26491/stat : 26491 (python) S 26489 26491 26390 0 -1 4202496 2374646 935 1 0 287414 282 0 0 20 0 3 0 906927929 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 266654 198960 1870 364 0 202569 0
[pid=26747] ppid=26491 vsize=1056360 CPUtime=0.14 cores=0,2,4,6
/proc/26747/stat : 26747 (python) S 26491 26491 26390 0 -1 4202560 1160 0 0 0 7 7 0 0 19 0 2 0 907215643 1081712640 197501 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26747/statm: 264090 197501 414 364 0 200008 0
[pid=26749] ppid=26747 vsize=1433648 CPUtime=100.12 cores=0,2,4,6
/proc/26749/stat : 26749 (precosat) T 26747 26749 26749 0 -1 4202496 457210 0 0 0 9957 55 0 0 25 0 1 0 907215644 1468055552 344661 33554432000 4194304 4890832 140735689993360 18446744073709551615 4467438 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/26749/statm: 358412 344661 86 171 0 358239 0
[pid=26747/tid=26752] ppid=26491 vsize=1056360 CPUtime=0 cores=0,2,4,6
/proc/26747/task/26752/stat : 26752 (python) S 26491 26491 26390 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 2 0 907225659 1081712640 197501 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 514 18446604453841269696 0 0 -1 6 0 0 0
[pid=26753] ppid=26491 vsize=1056372 CPUtime=0.54 cores=0,2,4,6
/proc/26753/stat : 26753 (python) S 26491 26491 26390 0 -1 4202560 1244 0 0 0 32 22 0 0 15 0 1 0 907225660 1081724928 197457 33554432000 4194304 5683644 140737167216352 18446744073709551615 255377321542 0 0 16781312 514 4041941087441355012 0 0 17 6 0 0 0
/proc/26753/statm: 264093 197457 371 364 0 200008 0
[pid=26755] ppid=26753 vsize=7004784 CPUtime=304.96 cores=0,2,4,6
/proc/26755/stat : 26755 (cryptominisat-2) R 26753 26755 26755 0 -1 4202496 10279751 0 0 0 29283 1213 0 0 25 0 1 0 907225662 7172898816 1637062 33554432000 4194304 4677096 140734102515648 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26755/statm: 1751196 1637065 390 118 0 1746155 0
[pid=26491/tid=26748] ppid=26489 vsize=1066616 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26748/stat : 26748 (python) S 26489 26491 26390 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 3 0 907215644 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 2 18446604440643737792 0 0 -1 4 0 0 0
[pid=26491/tid=26754] ppid=26489 vsize=1066616 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26754/stat : 26754 (python) S 26489 26491 26390 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 907225662 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 2 18446604440643737792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3282.72
Current children cumulated vsize (KiB) 11617780

[startup+3342.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/209 26769
/proc/meminfo: memFree=19570124/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1066616 CPUtime=2876.96 cores=0,2,4,6
/proc/26491/stat : 26491 (python) S 26489 26491 26390 0 -1 4202496 2374646 935 1 0 287414 282 0 0 20 0 3 0 906927929 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 266654 198960 1870 364 0 202569 0
[pid=26747] ppid=26491 vsize=1056360 CPUtime=0.14 cores=0,2,4,6
/proc/26747/stat : 26747 (python) S 26491 26491 26390 0 -1 4202560 1160 0 0 0 7 7 0 0 19 0 2 0 907215643 1081712640 197501 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26747/statm: 264090 197501 414 364 0 200008 0
[pid=26749] ppid=26747 vsize=1433648 CPUtime=100.12 cores=0,2,4,6
/proc/26749/stat : 26749 (precosat) T 26747 26749 26749 0 -1 4202496 457210 0 0 0 9957 55 0 0 25 0 1 0 907215644 1468055552 344661 33554432000 4194304 4890832 140735689993360 18446744073709551615 4467438 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/26749/statm: 358412 344661 86 171 0 358239 0
[pid=26747/tid=26752] ppid=26491 vsize=1056360 CPUtime=0 cores=0,2,4,6
/proc/26747/task/26752/stat : 26752 (python) S 26491 26491 26390 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 2 0 907225659 1081712640 197501 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 514 18446604453841269696 0 0 -1 6 0 0 0
[pid=26753] ppid=26491 vsize=1056372 CPUtime=0.7 cores=0,2,4,6
/proc/26753/stat : 26753 (python) S 26491 26491 26390 0 -1 4202560 1266 0 0 0 41 29 0 0 15 0 1 0 907225660 1081724928 197457 33554432000 4194304 5683644 140737167216352 18446744073709551615 255377321542 0 0 16781312 514 4041941087441355012 0 0 17 0 0 0 0
/proc/26753/statm: 264093 197457 371 364 0 200008 0
[pid=26755] ppid=26753 vsize=10181824 CPUtime=364.96 cores=0,2,4,6
/proc/26755/stat : 26755 (cryptominisat-2) R 26753 26755 26755 0 -1 4202496 16700940 0 0 0 34532 1964 0 0 25 0 1 0 907225662 10426187776 2429317 33554432000 4194304 4677096 140734102515648 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26755/statm: 2545456 2429319 390 118 0 2540415 0
[pid=26491/tid=26748] ppid=26489 vsize=1066616 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26748/stat : 26748 (python) S 26489 26491 26390 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 3 0 907215644 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 2 18446604440643737792 0 0 -1 4 0 0 0
[pid=26491/tid=26754] ppid=26489 vsize=1066616 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26754/stat : 26754 (python) S 26489 26491 26390 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 907225662 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 2 18446604440643737792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3342.88
Current children cumulated vsize (KiB) 14794820



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+3358.7 s]
/proc/loadavg: 2.01 2.01 1.92 3/209 26770
/proc/meminfo: memFree=18657964/32951124 swapFree=67072804/67111528
[pid=26491] ppid=26489 vsize=1066616 CPUtime=2876.96 cores=0,2,4,6
/proc/26491/stat : 26491 (python) S 26489 26491 26390 0 -1 4202496 2374646 935 1 0 287414 282 0 0 20 0 3 0 906927929 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26491/statm: 266654 198960 1870 364 0 202569 0
[pid=26747] ppid=26491 vsize=1056360 CPUtime=0.14 cores=0,2,4,6
/proc/26747/stat : 26747 (python) S 26491 26491 26390 0 -1 4202560 1160 0 0 0 7 7 0 0 19 0 2 0 907215643 1081712640 197501 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26747/statm: 264090 197501 414 364 0 200008 0
[pid=26749] ppid=26747 vsize=1433648 CPUtime=100.12 cores=0,2,4,6
/proc/26749/stat : 26749 (precosat) T 26747 26749 26749 0 -1 4202496 457210 0 0 0 9957 55 0 0 25 0 1 0 907215644 1468055552 344661 33554432000 4194304 4890832 140735689993360 18446744073709551615 4467438 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/26749/statm: 358412 344661 86 171 0 358239 0
[pid=26747/tid=26752] ppid=26491 vsize=1056360 CPUtime=0 cores=0,2,4,6
/proc/26747/task/26752/stat : 26752 (python) S 26491 26491 26390 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 2 0 907225659 1081712640 197501 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 514 18446604453841269696 0 0 -1 6 0 0 0
[pid=26753] ppid=26491 vsize=1056372 CPUtime=0.74 cores=0,2,4,6
/proc/26753/stat : 26753 (python) S 26491 26491 26390 0 -1 4202560 1271 0 0 0 44 30 0 0 15 0 1 0 907225660 1081724928 197457 33554432000 4194304 5683644 140737167216352 18446744073709551615 255377321542 0 0 16781312 514 4041941087441355012 0 0 17 0 0 0 0
/proc/26753/statm: 264093 197457 371 364 0 200008 0
[pid=26755] ppid=26753 vsize=11274724 CPUtime=381.36 cores=0,2,4,6
/proc/26755/stat : 26755 (cryptominisat-2) R 26753 26755 26755 0 -1 4202496 18460373 0 0 0 35968 2168 0 0 25 0 1 0 907225662 11545317376 2692198 33554432000 4194304 4677096 140734102515648 18446744073709551615 4300199 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26755/statm: 2818681 2692198 390 118 0 2813640 0
[pid=26491/tid=26748] ppid=26489 vsize=1066616 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26748/stat : 26748 (python) S 26489 26491 26390 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 3 0 907215644 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 2 18446604440643737792 0 0 -1 4 0 0 0
[pid=26491/tid=26754] ppid=26489 vsize=1066616 CPUtime=0 cores=0,2,4,6
/proc/26491/task/26754/stat : 26754 (python) S 26489 26491 26390 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 907225662 1092214784 198960 33554432000 4194304 5683644 140737167216352 18446744073709551615 255389125041 0 0 16781312 2 18446604440643737792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3359.32
Current children cumulated vsize (KiB) 15887720

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26491 and gives
#  childrusage.ru_utime.tv_sec=2874
#  childrusage.ru_utime.tv_usec=150062
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=856565
# CPU time returned by wait4() is 2877.01
# while last known CPU time is 3359.32
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3358.76
CPU time (s): 3359.32
CPU user time (s): 3333.9
CPU system time (s): 25.42
CPU usage (%): 100.017
Max. virtual memory (cumulated for all children) (KiB): 15887720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2874.15
system time used= 2.85656
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2375581
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= 2870
involuntary context switches= 4357

runsolver used 5.38018 second user time and 10.4884 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-13 10:21:40
IDJOB=3498370
IDBENCH=82404
IDSOLVER=1991
FILE ID=node135/3498370-1307953295
RUNJOBID= node135-1307953114-26408
PBS_JOBID= 13559693
Free space on /tmp= 73672 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498370-1307953295/watcher-3498370-1307953295 -o /tmp/evaluation-result-3498370-1307953295/solver-3498370-1307953295 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498370-1307953295.cnf -seed 454281895 -budget 5000

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=454281895

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31635856 kB
Buffers:        183180 kB
Cached:         617692 kB
SwapCached:       6348 kB
Active:         768920 kB
Inactive:       332592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31635856 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:          197288 kB
Writeback:           0 kB
AnonPages:      300408 kB
Mapped:          15944 kB
Slab:           146604 kB
PageTables:       5456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   462584 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73660 MiB
End job on node135 at 2011-06-13 11:17:41