Trace number 3385792

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-par-random (fixed)? (exit code) 194.725 97.3952

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1940049314-069.SATISFIABLE.cnf
MD5SUMc3d1d9237da00564d672945308bcff7c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.67	c INFO: solving HOME/instance-3385792-1305575250.cnf
0.35/0.67	c INFO: computing task features
0.35/0.68	c INFO: computed variable-clause graph statistics
0.35/0.68	c INFO: computed clause balance statistics
0.43/0.72	c INFO: computed variable balance statistics
0.43/0.75	c INFO: computed small-clause counts
0.43/0.75	c INFO: computed Horn-clause counts
0.43/0.76	c INFO: computed variable graph statistics
0.43/0.76	c INFO: collected features for HOME/instance-3385792-1305575250.cnf in 0.09 s
0.43/0.79	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
0.53/0.82	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.33)
0.53/0.85	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.29)
0.53/0.88	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.08)
0.64/0.91	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.08)
0.64/0.94	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.64/0.98	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
0.64/1.01	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.20)
1.34/1.02	Traceback (most recent call last):
1.34/1.02	  File "HOME/solve", line 33, in <module>
1.34/1.02	    plac.call(main)
1.34/1.02	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
1.34/1.02	    cmd, result = parser_from(obj).consume(arglist)
1.34/1.02	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
1.34/1.02	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1.34/1.02	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1.34/1.02	    (_, answer, _) = solver(input_path, budget / cores, cores)
1.34/1.02	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
1.34/1.02	    process.die()
1.34/1.02	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
1.34/1.02	    os.kill(self._process.pid, signal.SIGUSR1)
1.34/1.02	OSError: [Errno 3] No such process

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3385792-1305575250/watcher-3385792-1305575250 -o /tmp/evaluation-result-3385792-1305575250/solver-3385792-1305575250 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385792-1305575250.cnf -seed 934324570 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.15 8.50 8.29 2/483 30775
/proc/meminfo: memFree=19700548/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=16236 CPUtime=0 cores=0-7
/proc/30775/stat : 30775 (python) R 30773 30775 29564 0 -1 4202496 1029 0 0 0 0 0 0 0 25 0 1 0 649941281 16625664 902 33554432000 4194304 5683644 140736335683904 18446744073709551615 5177344 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30775/statm: 4059 905 380 364 0 546 0

[startup+0.030336 s]
/proc/loadavg: 8.15 8.50 8.29 2/483 30775
/proc/meminfo: memFree=19700548/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=16392 CPUtime=0.01 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 1151 0 0 0 1 0 0 0 25 0 1 0 649941281 16785408 1018 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/30775/statm: 4098 1018 413 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.10034 s]
/proc/loadavg: 8.15 8.50 8.29 2/483 30775
/proc/meminfo: memFree=19700548/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=89764 CPUtime=0.06 cores=0-7
/proc/30775/stat : 30775 (python) R 30773 30775 29564 0 -1 4202496 2641 0 0 0 4 2 0 0 17 0 1 0 649941281 91918336 2358 33554432000 4194304 5683644 140736335683904 18446744073709551615 47867268706480 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30775/statm: 22441 2358 721 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89764

[startup+0.300285 s]
/proc/loadavg: 8.15 8.50 8.29 2/483 30775
/proc/meminfo: memFree=19700548/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=135744 CPUtime=0.18 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 5963 936 1 0 13 5 0 0 17 0 1 0 649941281 139001856 4150 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039651333 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/30775/statm: 33936 4150 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135744

[startup+0.700214 s]
/proc/loadavg: 8.15 8.50 8.29 2/483 30775
/proc/meminfo: memFree=19700548/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=278436 CPUtime=0.43 cores=0-7
/proc/30775/stat : 30775 (python) R 30773 30775 29564 0 -1 4202496 9339 936 1 0 32 11 0 0 16 0 1 0 649941281 285118464 7008 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039314853 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30775/statm: 69609 7008 1826 364 0 5533 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278436

[startup+1.50106 s]
/proc/loadavg: 8.15 8.50 8.29 8/501 30803
/proc/meminfo: memFree=19652020/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 18 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=309504 CPUtime=0 cores=0-7
/proc/30791/stat : 30791 (python) S 30775 30775 29564 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 649941370 316932096 5620 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 6928145916213821697 0 0 17 2 0 0 0
/proc/30791/statm: 77376 5620 348 364 0 13285 0
[pid=30793] ppid=30791 vsize=2396 CPUtime=0.6 cores=0-7
/proc/30793/stat : 30793 (march_hi) R 30791 30793 30793 0 -1 4202496 668 0 0 0 60 0 0 0 18 0 1 0 649941370 2453504 403 33554432000 4194304 4955518 140735990440112 18446744073709551615 4227640 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30793/statm: 599 403 104 186 0 412 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 649941379 348504064 5648 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 4211520964816503042 0 0 17 4 0 0 0
/proc/30801/statm: 85084 5648 348 364 0 20984 0
[pid=30803] ppid=30801 vsize=2396 CPUtime=0.51 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 661 0 0 0 51 0 0 0 21 0 1 0 649941380 2453504 395 33554432000 4194304 4955518 140736693976688 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30803/statm: 599 395 104 186 0 412 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 964712

[startup+3.10078 s]
/proc/loadavg: 8.15 8.50 8.29 3/488 30805
/proc/meminfo: memFree=19663904/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 18 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=309504 CPUtime=0 cores=0-7
/proc/30791/stat : 30791 (python) S 30775 30775 29564 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 649941370 316932096 5620 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 6928145916213821697 0 0 17 2 0 0 0
/proc/30791/statm: 77376 5620 348 364 0 13285 0
[pid=30793] ppid=30791 vsize=2852 CPUtime=2.2 cores=0-7
/proc/30793/stat : 30793 (march_hi) R 30791 30793 30793 0 -1 4202496 769 0 0 0 220 0 0 0 21 0 1 0 649941370 2920448 504 33554432000 4194304 4955518 140735990440112 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30793/statm: 713 504 104 186 0 526 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 649941379 348504064 5648 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 4211520964816503042 0 0 17 4 0 0 0
/proc/30801/statm: 85084 5648 348 364 0 20984 0
[pid=30803] ppid=30801 vsize=2852 CPUtime=2.11 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 766 0 0 0 211 0 0 0 25 0 1 0 649941380 2920448 500 33554432000 4194304 4955518 140736693976688 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30803/statm: 713 500 104 186 0 526 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 965624

[startup+6.30121 s]
/proc/loadavg: 7.66 8.39 8.25 3/488 30805
/proc/meminfo: memFree=19662912/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 18 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=309504 CPUtime=0.01 cores=0-7
/proc/30791/stat : 30791 (python) S 30775 30775 29564 0 -1 4202560 902 0 0 0 0 1 0 0 15 0 1 0 649941370 316932096 5642 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 6928145916213821697 0 0 17 4 0 0 0
/proc/30791/statm: 77376 5642 370 364 0 13285 0
[pid=30793] ppid=30791 vsize=3660 CPUtime=5.4 cores=0-7
/proc/30793/stat : 30793 (march_hi) R 30791 30793 30793 0 -1 4202496 917 0 0 0 540 0 0 0 25 0 1 0 649941370 3747840 652 33554432000 4194304 4955518 140735990440112 18446744073709551615 4238717 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30793/statm: 915 652 104 186 0 728 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0.02 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 946 0 0 0 1 1 0 0 15 0 1 0 649941379 348504064 5671 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 4211520964816503042 0 0 17 0 0 0 0
/proc/30801/statm: 85084 5671 371 364 0 20984 0
[pid=30803] ppid=30801 vsize=3660 CPUtime=5.31 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 915 0 0 0 531 0 0 0 25 0 1 0 649941380 3747840 649 33554432000 4194304 4955518 140736693976688 18446744073709551615 4227947 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30803/statm: 915 649 104 186 0 728 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 967240

[startup+12.7011 s]
/proc/loadavg: 7.29 8.30 8.23 3/488 30805
/proc/meminfo: memFree=19662720/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 18 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=309504 CPUtime=0.04 cores=0-7
/proc/30791/stat : 30791 (python) S 30775 30775 29564 0 -1 4202560 912 0 0 0 1 3 0 0 15 0 1 0 649941370 316932096 5643 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 6928145916213821697 0 0 17 2 0 0 0
/proc/30791/statm: 77376 5643 371 364 0 13285 0
[pid=30793] ppid=30791 vsize=5324 CPUtime=11.8 cores=0-7
/proc/30793/stat : 30793 (march_hi) R 30791 30793 30793 0 -1 4202496 1233 0 0 0 1180 0 0 0 25 0 1 0 649941370 5451776 937 33554432000 4194304 4955518 140735990440112 18446744073709551615 4413732 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30793/statm: 1331 937 104 186 0 1144 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0.04 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 949 0 0 0 2 2 0 0 15 0 1 0 649941379 348504064 5671 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 4211520964816503042 0 0 17 0 0 0 0
/proc/30801/statm: 85084 5671 371 364 0 20984 0
[pid=30803] ppid=30801 vsize=5324 CPUtime=11.71 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 1230 0 0 0 1171 0 0 0 25 0 1 0 649941380 5451776 933 33554432000 4194304 4955518 140736693976688 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30803/statm: 1331 933 104 186 0 1144 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 970568

[startup+25.5008 s]
/proc/loadavg: 6.12 7.99 8.13 3/488 30805
/proc/meminfo: memFree=19661476/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 18 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=309504 CPUtime=0.08 cores=0-7
/proc/30791/stat : 30791 (python) S 30775 30775 29564 0 -1 4202560 919 0 0 0 4 4 0 0 15 0 1 0 649941370 316932096 5643 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 6928145916213821697 0 0 17 2 0 0 0
/proc/30791/statm: 77376 5643 371 364 0 13285 0
[pid=30793] ppid=30791 vsize=6984 CPUtime=24.6 cores=0-7
/proc/30793/stat : 30793 (march_hi) R 30791 30793 30793 0 -1 4202496 1736 0 0 0 2460 0 0 0 25 0 1 0 649941370 7151616 1440 33554432000 4194304 4955518 140735990440112 18446744073709551615 4224628 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30793/statm: 1746 1440 104 186 0 1559 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0.09 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 954 0 0 0 5 4 0 0 15 0 1 0 649941379 348504064 5671 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 4211520964816503042 0 0 17 2 0 0 0
/proc/30801/statm: 85084 5671 371 364 0 20984 0
[pid=30803] ppid=30801 vsize=6984 CPUtime=24.51 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 1736 0 0 0 2451 0 0 0 25 0 1 0 649941380 7151616 1439 33554432000 4194304 4955518 140736693976688 18446744073709551615 4261351 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30803/statm: 1746 1439 104 186 0 1559 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 973888

[startup+51.1012 s]
/proc/loadavg: 4.71 7.51 7.96 3/488 30806
/proc/meminfo: memFree=19654516/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 18 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=309504 CPUtime=0.19 cores=0-7
/proc/30791/stat : 30791 (python) S 30775 30775 29564 0 -1 4202560 932 0 0 0 10 9 0 0 15 0 1 0 649941370 316932096 5643 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 172983965374710017 0 0 17 2 0 0 0
/proc/30791/statm: 77376 5643 371 364 0 13285 0
[pid=30793] ppid=30791 vsize=12316 CPUtime=50.2 cores=0-7
/proc/30793/stat : 30793 (march_hi) R 30791 30793 30793 0 -1 4202496 2674 0 0 0 5020 0 0 0 25 0 1 0 649941370 12611584 2378 33554432000 4194304 4955518 140735990440112 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30793/statm: 3079 2378 104 186 0 2892 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0.2 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 967 0 0 0 11 9 0 0 15 0 1 0 649941379 348504064 5671 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 172983965374710018 0 0 17 6 0 0 0
/proc/30801/statm: 85084 5671 371 364 0 20984 0
[pid=30803] ppid=30801 vsize=12316 CPUtime=50.1 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 2665 0 0 0 5010 0 0 0 25 0 1 0 649941380 12611584 2368 33554432000 4194304 4955518 140736693976688 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30803/statm: 3079 2368 104 186 0 2892 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 984552

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

[startup+76.7006 s]
/proc/loadavg: 3.78 7.07 7.80 3/488 30807
/proc/meminfo: memFree=19646816/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 18 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=309504 CPUtime=0.3 cores=0-7
/proc/30791/stat : 30791 (python) S 30775 30775 29564 0 -1 4202560 942 0 0 0 16 14 0 0 15 0 1 0 649941370 316932096 5643 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 172983965374710017 0 0 17 2 0 0 0
/proc/30791/statm: 77376 5643 371 364 0 13285 0
[pid=30793] ppid=30791 vsize=18236 CPUtime=75.8 cores=0-7
/proc/30793/stat : 30793 (march_hi) R 30791 30793 30793 0 -1 4202496 3620 0 0 0 7580 0 0 0 25 0 1 0 649941370 18673664 3324 33554432000 4194304 4955518 140735990440112 18446744073709551615 4235400 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30793/statm: 4559 3324 104 186 0 4372 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0.28 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 975 0 0 0 15 13 0 0 15 0 1 0 649941379 348504064 5671 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 4211520964816503042 0 0 17 0 0 0 0
/proc/30801/statm: 85084 5671 371 364 0 20984 0
[pid=30803] ppid=30801 vsize=18236 CPUtime=75.7 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 3614 0 0 0 7570 0 0 0 25 0 1 0 649941380 18673664 3317 33554432000 4194304 4955518 140736693976688 18446744073709551615 4308560 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30803/statm: 4559 3317 104 186 0 4372 0
Current children cumulated CPU time (s) 153.29
Current children cumulated vsize (KiB) 996392

[startup+89.5003 s]
/proc/loadavg: 3.51 6.90 7.74 3/488 30807
/proc/meminfo: memFree=19642352/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 18 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=309504 CPUtime=0.34 cores=0-7
/proc/30791/stat : 30791 (python) S 30775 30775 29564 0 -1 4202560 946 0 0 0 17 17 0 0 15 0 1 0 649941370 316932096 5643 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 172983965374710017 0 0 17 6 0 0 0
/proc/30791/statm: 77376 5643 371 364 0 13285 0
[pid=30793] ppid=30791 vsize=18236 CPUtime=88.6 cores=0-7
/proc/30793/stat : 30793 (march_hi) R 30791 30793 30793 0 -1 4202496 4074 0 0 0 8860 0 0 0 25 0 1 0 649941370 18673664 3778 33554432000 4194304 4955518 140735990440112 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30793/statm: 4559 3778 104 186 0 4372 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0.33 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 979 0 0 0 18 15 0 0 15 0 1 0 649941379 348504064 5671 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 172983965374710018 0 0 17 6 0 0 0
/proc/30801/statm: 85084 5671 371 364 0 20984 0
[pid=30803] ppid=30801 vsize=18236 CPUtime=88.5 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 4070 0 0 0 8850 0 0 0 25 0 1 0 649941380 18673664 3773 33554432000 4194304 4955518 140736693976688 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30803/statm: 4559 3773 104 186 0 4372 0
Current children cumulated CPU time (s) 178.98
Current children cumulated vsize (KiB) 996392

[startup+92.7008 s]
/proc/loadavg: 3.39 6.82 7.71 3/488 30807
/proc/meminfo: memFree=19641356/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 18 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=309504 CPUtime=0.36 cores=0-7
/proc/30791/stat : 30791 (python) R 30775 30775 29564 0 -1 4202560 948 0 0 0 18 18 0 0 15 0 1 0 649941370 316932096 5643 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039698567 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/30791/statm: 77377 5643 371 364 0 13286 0
[pid=30793] ppid=30791 vsize=18236 CPUtime=91.8 cores=0-7
/proc/30793/stat : 30793 (march_hi) R 30791 30793 30793 0 -1 4202496 4182 0 0 0 9180 0 0 0 25 0 1 0 649941370 18673664 3886 33554432000 4194304 4955518 140735990440112 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30793/statm: 4559 3886 104 186 0 4372 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0.34 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 982 0 0 0 19 15 0 0 15 0 1 0 649941379 348504064 5671 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 4211520964816503042 0 0 17 6 0 0 0
/proc/30801/statm: 85084 5671 371 364 0 20984 0
[pid=30803] ppid=30801 vsize=18236 CPUtime=91.7 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 4176 0 0 0 9170 0 0 0 25 0 1 0 649941380 18673664 3879 33554432000 4194304 4955518 140736693976688 18446744073709551615 4227647 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30803/statm: 4559 3879 104 186 0 4372 0
Current children cumulated CPU time (s) 185.41
Current children cumulated vsize (KiB) 996392

[startup+95.9012 s]
/proc/loadavg: 3.28 6.74 7.68 3/488 30807
/proc/meminfo: memFree=19640364/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 18 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=309504 CPUtime=0.37 cores=0-7
/proc/30791/stat : 30791 (python) S 30775 30775 29564 0 -1 4202560 948 0 0 0 18 19 0 0 15 0 1 0 649941370 316932096 5643 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 6928145916213821697 0 0 17 0 0 0 0
/proc/30791/statm: 77376 5643 371 364 0 13285 0
[pid=30793] ppid=30791 vsize=18368 CPUtime=95 cores=0-7
/proc/30793/stat : 30793 (march_hi) R 30791 30793 30793 0 -1 4202496 4311 0 0 0 9500 0 0 0 25 0 1 0 649941370 18808832 4015 33554432000 4194304 4955518 140735990440112 18446744073709551615 4209624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30793/statm: 4592 4015 104 186 0 4405 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0.34 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 982 0 0 0 19 15 0 0 15 0 1 0 649941379 348504064 5671 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 4211520964816503042 0 0 17 6 0 0 0
/proc/30801/statm: 85084 5671 371 364 0 20984 0
[pid=30803] ppid=30801 vsize=18368 CPUtime=94.9 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 4305 0 0 0 9490 0 0 0 25 0 1 0 649941380 18808832 4008 33554432000 4194304 4955518 140736693976688 18446744073709551615 4209639 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30803/statm: 4592 4008 104 186 0 4405 0
Current children cumulated CPU time (s) 191.82
Current children cumulated vsize (KiB) 996656

[startup+96.701 s]
/proc/loadavg: 3.28 6.74 7.68 3/488 30807
/proc/meminfo: memFree=19640116/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 18 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=309504 CPUtime=0.37 cores=0-7
/proc/30791/stat : 30791 (python) S 30775 30775 29564 0 -1 4202560 948 0 0 0 18 19 0 0 15 0 1 0 649941370 316932096 5643 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 6928145916213821697 0 0 17 0 0 0 0
/proc/30791/statm: 77376 5643 371 364 0 13285 0
[pid=30793] ppid=30791 vsize=18368 CPUtime=95.82 cores=0-7
/proc/30793/stat : 30793 (march_hi) R 30791 30793 30793 0 -1 4202496 4342 0 0 0 9582 0 0 0 25 0 1 0 649941370 18808832 4046 33554432000 4194304 4955518 140735990440112 18446744073709551615 4224646 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30793/statm: 4592 4046 104 186 0 4405 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0.36 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 984 0 0 0 20 16 0 0 15 0 1 0 649941379 348504064 5671 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 172983965374710018 0 0 17 6 0 0 0
/proc/30801/statm: 85084 5671 371 364 0 20984 0
[pid=30803] ppid=30801 vsize=18368 CPUtime=95.72 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 4337 0 0 0 9572 0 0 0 25 0 1 0 649941380 18808832 4040 33554432000 4194304 4955518 140736693976688 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30803/statm: 4592 4040 104 186 0 4405 0
Current children cumulated CPU time (s) 193.48
Current children cumulated vsize (KiB) 996656

[startup+97.101 s]
/proc/loadavg: 3.28 6.74 7.68 3/488 30807
/proc/meminfo: memFree=19640116/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 18 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=309504 CPUtime=0.37 cores=0-7
/proc/30791/stat : 30791 (python) S 30775 30775 29564 0 -1 4202560 948 0 0 0 18 19 0 0 15 0 1 0 649941370 316932096 5643 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 6928145916213821697 0 0 17 0 0 0 0
/proc/30791/statm: 77376 5643 371 364 0 13285 0
[pid=30793] ppid=30791 vsize=18368 CPUtime=96.2 cores=0-7
/proc/30793/stat : 30793 (march_hi) R 30791 30793 30793 0 -1 4202496 4355 0 0 0 9620 0 0 0 25 0 1 0 649941370 18808832 4059 33554432000 4194304 4955518 140735990440112 18446744073709551615 4227764 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30793/statm: 4592 4059 104 186 0 4405 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0.36 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 984 0 0 0 20 16 0 0 15 0 1 0 649941379 348504064 5671 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 172983965374710018 0 0 17 6 0 0 0
/proc/30801/statm: 85084 5671 371 364 0 20984 0
[pid=30803] ppid=30801 vsize=18368 CPUtime=96.1 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 4350 0 0 0 9610 0 0 0 25 0 1 0 649941380 18808832 4053 33554432000 4194304 4955518 140736693976688 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30803/statm: 4592 4053 104 186 0 4405 0
Current children cumulated CPU time (s) 194.24
Current children cumulated vsize (KiB) 996656

[startup+97.3009 s]
/proc/loadavg: 3.28 6.74 7.68 3/488 30807
/proc/meminfo: memFree=19640116/32951124 swapFree=51873468/67111528
[pid=30775] ppid=30773 vsize=310080 CPUtime=1.21 cores=0-7
/proc/30775/stat : 30775 (python) S 30773 30775 29564 0 -1 4202496 15994 8931 1 0 61 12 46 2 15 0 1 0 649941281 317521920 7272 33554432000 4194304 5683644 140736335683904 18446744073709551615 212051485503 0 0 16781312 2 18446744071562232103 0 0 17 0 0 0 0
/proc/30775/statm: 77520 7272 1891 364 0 13417 0
[pid=30791] ppid=30775 vsize=0 CPUtime=96.67 cores=0-7
/proc/30791/stat : 30791 (python) Z 30775 30775 29564 0 -1 4202588 1205 4380 0 0 18 19 9630 0 15 0 1 0 649941370 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30791/statm: 0 0 0 0 0 0 0
[pid=30801] ppid=30775 vsize=340336 CPUtime=0.36 cores=0-7
/proc/30801/stat : 30801 (python) S 30775 30775 29564 0 -1 4202560 984 0 0 0 20 16 0 0 15 0 1 0 649941379 348504064 5671 33554432000 4194304 5683644 140736335683904 18446744073709551615 212039675462 0 0 16781312 514 172983965374710018 0 0 17 6 0 0 0
/proc/30801/statm: 85084 5671 371 364 0 20984 0
[pid=30803] ppid=30801 vsize=18368 CPUtime=96.3 cores=0-7
/proc/30803/stat : 30803 (march_hi) R 30801 30803 30803 0 -1 4202496 4357 0 0 0 9630 0 0 0 25 0 1 0 649941380 18808832 4060 33554432000 4194304 4955518 140736693976688 18446744073709551615 4263703 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30803/statm: 4592 4060 104 186 0 4405 0
Current children cumulated CPU time (s) 194.54
Current children cumulated vsize (KiB) 668784

Child status: 1
Real time (s): 97.3952
CPU time (s): 194.725
CPU user time (s): 194.176
CPU system time (s): 0.548916
CPU usage (%): 199.933
Max. virtual memory (cumulated for all children) (KiB): 1609076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.176
system time used= 0.548916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40368
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= 3565
involuntary context switches= 668

runsolver used 0.443932 second user time and 0.98485 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-16 21:47:30
IDJOB=3385792
IDBENCH=83057
IDSOLVER=1870
FILE ID=node146/3385792-1305575250
RUNJOBID= node146-1305564961-29578
PBS_JOBID= 13350104
Free space on /tmp= 73204 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1940049314-069.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385792-1305575250/watcher-3385792-1305575250 -o /tmp/evaluation-result-3385792-1305575250/solver-3385792-1305575250 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385792-1305575250.cnf -seed 934324570 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= c3d1d9237da00564d672945308bcff7c
RANDOM SEED=934324570

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      19700828 kB
Buffers:        216716 kB
Cached:        1449112 kB
SwapCached:      56140 kB
Active:       10128260 kB
Inactive:      2840548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19700828 kB
SwapTotal:    67111528 kB
SwapFree:     51873468 kB
Dirty:           31884 kB
Writeback:           0 kB
AnonPages:    11253716 kB
Mapped:          25580 kB
Slab:           116512 kB
PageTables:      90952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 139764996 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= 73172 MiB
End job on node146 at 2011-05-16 21:49:08