Trace number 3322125

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-random? (exit code) 583.222 581.422

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S171669125-021.SATISFIABLE.cnf
MD5SUM9649b9e4fa8d251c4c59f8783cbf0b60
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007997
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.68	c INFO: solving HOME/instance-3322125-1304374962.cnf
0.35/0.68	c INFO: computing task features
0.35/0.69	c INFO: computed variable-clause graph statistics
0.35/0.69	c INFO: computed clause balance statistics
0.42/0.74	c INFO: computed variable balance statistics
0.42/0.79	c INFO: computed small-clause counts
0.42/0.79	c INFO: computed Horn-clause counts
0.42/0.79	c INFO: computed variable graph statistics
0.42/0.79	c INFO: collected features for HOME/instance-3322125-1304374962.cnf in 0.11 s
0.52/0.83	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.58)
0.52/0.86	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.07)
0.62/0.90	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
0.62/0.94	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.34)
0.62/0.98	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.30)
1.00/1.02	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.27)
1.00/1.06	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.24)
1.00/1.10	c INFO: running kcnfs-2006@0 for 582 with 39999 remaining (b = 0.20)
1.00/1.11	Traceback (most recent call last):
1.00/1.11	  File "HOME/solve", line 33, in <module>
1.00/1.11	    plac.call(main)
1.00/1.11	  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.00/1.11	    cmd, result = parser_from(obj).consume(arglist)
1.00/1.11	  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.00/1.11	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1.00/1.11	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1.00/1.11	    (_, answer, _) = solver(input_path, budget, cores)
1.00/1.11	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
1.00/1.11	    process.die()
1.00/1.11	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
1.55/1.11	    os.kill(self._process.pid, signal.SIGUSR1)
1.55/1.11	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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322125-1304374962/watcher-3322125-1304374962 -o /tmp/evaluation-result-3322125-1304374962/solver-3322125-1304374962 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322125-1304374962.cnf -seed 10354107 -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.25 8.38 8.23 2/322 27363
/proc/meminfo: memFree=3838404/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=15776 CPUtime=0 cores=0-7
/proc/27363/stat : 27363 (python) R 27361 27363 26145 0 -1 4202496 903 0 0 0 0 0 0 0 24 0 1 0 627726925 16154624 783 33554432000 4194304 5683644 140736001939216 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/27363/statm: 3944 783 345 364 0 431 0

[startup+0.080495 s]
/proc/loadavg: 8.25 8.38 8.23 2/322 27363
/proc/meminfo: memFree=3838404/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=50012 CPUtime=0.04 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 1949 0 0 0 3 1 0 0 24 0 1 0 627726925 51212288 1713 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/27363/statm: 12503 1713 476 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50012

[startup+0.100488 s]
/proc/loadavg: 8.25 8.38 8.23 2/322 27363
/proc/meminfo: memFree=3838404/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=85620 CPUtime=0.06 cores=0-7
/proc/27363/stat : 27363 (python) R 27361 27363 26145 0 -1 4202496 2631 0 0 0 4 2 0 0 18 0 1 0 627726925 87674880 2348 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/27363/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300446 s]
/proc/loadavg: 8.25 8.38 8.23 2/322 27363
/proc/meminfo: memFree=3838404/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=135748 CPUtime=0.18 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 5966 934 1 0 14 4 0 0 17 0 1 0 627726925 139005952 4151 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367542789 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/27363/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700369 s]
/proc/loadavg: 8.25 8.38 8.23 2/322 27363
/proc/meminfo: memFree=3838404/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=278604 CPUtime=0.42 cores=0-7
/proc/27363/stat : 27363 (python) R 27361 27363 26145 0 -1 4202496 9377 934 1 0 31 11 0 0 16 0 1 0 627726925 285290496 7042 33554432000 4194304 5683644 140736001939216 18446744073709551615 47939622157922 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/27363/statm: 69651 7042 1826 364 0 5575 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278604

[startup+1.50014 s]
/proc/loadavg: 8.25 8.38 8.23 5/334 27385
/proc/meminfo: memFree=3801552/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=0 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 714 0 0 0 0 0 0 0 15 0 1 0 627727020 384077824 5781 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 3263042652278325508 0 0 17 1 0 0 0
/proc/27380/statm: 93769 5781 348 364 0 29678 0
[pid=27382] ppid=27380 vsize=2812 CPUtime=0.54 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 736 0 0 0 54 0 0 0 23 0 1 0 627727020 2879488 486 33554432000 4194304 4955518 140736061827984 18446744073709551615 4263648 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/27382/statm: 703 486 104 186 0 516 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 753012

[startup+3.1009 s]
/proc/loadavg: 8.25 8.38 8.23 3/326 27394
/proc/meminfo: memFree=3805212/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=0 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 714 0 0 0 0 0 0 0 15 0 1 0 627727020 384077824 5781 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 3263042652278325508 0 0 17 1 0 0 0
/proc/27380/statm: 93769 5781 348 364 0 29678 0
[pid=27382] ppid=27380 vsize=3268 CPUtime=2.14 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 849 0 0 0 214 0 0 0 25 0 1 0 627727020 3346432 599 33554432000 4194304 4955518 140736061827984 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/27382/statm: 817 599 104 186 0 630 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 753468

[startup+6.30033 s]
/proc/loadavg: 7.75 8.27 8.20 3/326 27394
/proc/meminfo: memFree=3805584/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=0.01 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 790 0 0 0 1 0 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 3263042652278325508 0 0 17 1 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=3952 CPUtime=5.34 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 1000 0 0 0 534 0 0 0 25 0 1 0 627727020 4046848 742 33554432000 4194304 4955518 140736061827984 18446744073709551615 4235311 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/27382/statm: 988 742 104 186 0 801 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 754152

[startup+12.7011 s]
/proc/loadavg: 7.29 8.17 8.17 3/326 27394
/proc/meminfo: memFree=3806608/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=0.02 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 791 0 0 0 1 1 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 3263042652278325508 0 0 17 1 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=5380 CPUtime=11.74 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 1268 0 0 0 1174 0 0 0 25 0 1 0 627727020 5509120 1010 33554432000 4194304 4955518 140736061827984 18446744073709551615 4261364 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/27382/statm: 1345 1010 104 186 0 1158 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 755580

[startup+25.5008 s]
/proc/loadavg: 6.12 7.87 8.07 3/326 27395
/proc/meminfo: memFree=3806916/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=0.05 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 791 0 0 0 3 2 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 1 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=6844 CPUtime=24.54 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 1772 0 0 0 2454 0 0 0 25 0 1 0 627727020 7008256 1514 33554432000 4194304 4955518 140736061827984 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/27382/statm: 1711 1514 104 186 0 1524 0
Current children cumulated CPU time (s) 25.98
Current children cumulated vsize (KiB) 757044

[startup+51.101 s]
/proc/loadavg: 4.78 7.41 7.91 3/326 27396
/proc/meminfo: memFree=3803076/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=0.12 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 791 0 0 0 7 5 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 1 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=13148 CPUtime=50.14 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 2709 0 0 0 5013 1 0 0 25 0 1 0 627727020 13463552 2451 33554432000 4194304 4955518 140736061827984 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/27382/statm: 3287 2451 104 186 0 3100 0
Current children cumulated CPU time (s) 51.65
Current children cumulated vsize (KiB) 763348

[startup+102.312 s]
/proc/loadavg: 3.21 6.58 7.60 3/326 27397
/proc/meminfo: memFree=3795504/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=0.24 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 791 0 0 0 13 11 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 1 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=25328 CPUtime=101.35 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 4631 0 0 0 10134 1 0 0 25 0 1 0 627727020 25935872 4373 33554432000 4194304 4955518 140736061827984 18446744073709551615 4224568 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 6332 4373 104 186 0 6145 0
Current children cumulated CPU time (s) 102.98
Current children cumulated vsize (KiB) 775528

[startup+162.3 s]
/proc/loadavg: 2.44 5.74 7.24 3/326 27398
/proc/meminfo: memFree=3786400/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=0.37 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 791 0 0 0 20 17 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 1 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=34192 CPUtime=161.35 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 6925 0 0 0 16133 2 0 0 25 0 1 0 627727020 35012608 6667 33554432000 4194304 4955518 140736061827984 18446744073709551615 4224646 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 8548 6667 104 186 0 8361 0
Current children cumulated CPU time (s) 163.11
Current children cumulated vsize (KiB) 784392

[startup+222.3 s]
/proc/loadavg: 2.16 5.06 6.91 3/326 27400
/proc/meminfo: memFree=3777676/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=0.5 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 791 0 0 0 27 23 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 1 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=52384 CPUtime=221.34 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 9092 0 0 0 22132 2 0 0 25 0 1 0 627727020 53641216 8834 33554432000 4194304 4955518 140736061827984 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 13096 8834 104 186 0 12909 0
Current children cumulated CPU time (s) 223.23
Current children cumulated vsize (KiB) 802584

[startup+282.3 s]

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

/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=0.91 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 793 0 0 0 48 43 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 7 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=81952 CPUtime=401.35 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 15701 0 0 0 40131 4 0 0 25 0 1 0 627727020 83918848 15443 33554432000 4194304 4955518 140736061827984 18446744073709551615 4298048 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 20488 15443 104 186 0 20301 0
Current children cumulated CPU time (s) 403.65
Current children cumulated vsize (KiB) 832152

[startup+462.301 s]
/proc/loadavg: 2.00 3.36 5.78 3/326 27406
/proc/meminfo: memFree=3742760/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=1.03 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 793 0 0 0 53 50 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 3263042652278325508 0 0 17 7 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=81952 CPUtime=461.35 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 17836 0 0 0 46130 5 0 0 25 0 1 0 627727020 83918848 17578 33554432000 4194304 4955518 140736061827984 18446744073709551615 4307008 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 20488 17578 104 186 0 20301 0
Current children cumulated CPU time (s) 463.77
Current children cumulated vsize (KiB) 832152

[startup+522.301 s]
/proc/loadavg: 2.00 3.11 5.54 3/326 27408
/proc/meminfo: memFree=3734264/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=1.18 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 793 0 0 0 61 57 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 7 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=111420 CPUtime=521.35 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 20048 0 0 0 52130 5 0 0 25 0 1 0 627727020 114094080 19790 33554432000 4194304 4955518 140736061827984 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 27855 19790 104 186 0 27668 0
Current children cumulated CPU time (s) 523.92
Current children cumulated vsize (KiB) 861620

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

[startup+537.501 s]
/proc/loadavg: 2.00 3.06 5.49 3/326 27408
/proc/meminfo: memFree=3732016/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=1.2 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 793 0 0 0 62 58 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 7 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=111420 CPUtime=536.56 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 20604 0 0 0 53650 6 0 0 25 0 1 0 627727020 114094080 20346 33554432000 4194304 4955518 140736061827984 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 27855 20346 104 186 0 27668 0
Current children cumulated CPU time (s) 539.15
Current children cumulated vsize (KiB) 861620

[startup+563.1 s]
/proc/loadavg: 2.13 3.00 5.40 3/326 27409
/proc/meminfo: memFree=3728276/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=1.27 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 793 0 0 0 65 62 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 7 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=111420 CPUtime=562.17 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 21518 0 0 0 56211 6 0 0 25 0 1 0 627727020 114094080 21260 33554432000 4194304 4955518 140736061827984 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 27855 21260 104 186 0 27668 0
Current children cumulated CPU time (s) 564.83
Current children cumulated vsize (KiB) 861620

[startup+569.501 s]
/proc/loadavg: 2.12 2.98 5.38 3/326 27409
/proc/meminfo: memFree=3727532/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=1.28 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 793 0 0 0 66 62 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 7 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=111420 CPUtime=568.56 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 21738 0 0 0 56850 6 0 0 25 0 1 0 627727020 114094080 21480 33554432000 4194304 4955518 140736061827984 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 27855 21480 104 186 0 27668 0
Current children cumulated CPU time (s) 571.23
Current children cumulated vsize (KiB) 861620

[startup+575.901 s]
/proc/loadavg: 2.10 2.95 5.35 3/326 27410
/proc/meminfo: memFree=3726412/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=1.3 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 793 0 0 0 67 63 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 7 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=111420 CPUtime=574.96 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 21964 0 0 0 57490 6 0 0 25 0 1 0 627727020 114094080 21706 33554432000 4194304 4955518 140736061827984 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 27855 21706 104 186 0 27668 0
Current children cumulated CPU time (s) 577.65
Current children cumulated vsize (KiB) 861620

[startup+579.1 s]
/proc/loadavg: 2.10 2.95 5.35 3/326 27410
/proc/meminfo: memFree=3726160/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=1.3 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 793 0 0 0 67 63 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 7 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=111420 CPUtime=578.16 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 22074 0 0 0 57810 6 0 0 25 0 1 0 627727020 114094080 21816 33554432000 4194304 4955518 140736061827984 18446744073709551615 4311882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 27855 21816 104 186 0 27668 0
Current children cumulated CPU time (s) 580.85
Current children cumulated vsize (KiB) 861620

[startup+580.701 s]
/proc/loadavg: 2.10 2.94 5.33 3/326 27410
/proc/meminfo: memFree=3725664/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=1.32 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 793 0 0 0 68 64 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 7 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=111420 CPUtime=579.77 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 22131 0 0 0 57971 6 0 0 25 0 1 0 627727020 114094080 21873 33554432000 4194304 4955518 140736061827984 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 27855 21873 104 186 0 27668 0
Current children cumulated CPU time (s) 582.48
Current children cumulated vsize (KiB) 861620

[startup+581.101 s]
/proc/loadavg: 2.10 2.94 5.33 3/326 27410
/proc/meminfo: memFree=3725664/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=1.32 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 793 0 0 0 68 64 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 7 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=111420 CPUtime=580.16 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 22144 0 0 0 58010 6 0 0 25 0 1 0 627727020 114094080 21886 33554432000 4194304 4955518 140736061827984 18446744073709551615 4227647 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 27855 21886 104 186 0 27668 0
Current children cumulated CPU time (s) 582.87
Current children cumulated vsize (KiB) 861620

[startup+581.301 s]
/proc/loadavg: 2.10 2.94 5.33 3/326 27410
/proc/meminfo: memFree=3725664/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=1.39 cores=0-7
/proc/27363/stat : 27363 (python) S 27361 27363 26145 0 -1 4202496 15619 10705 1 0 70 13 53 3 18 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 251379376959 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
[pid=27380] ppid=27363 vsize=375076 CPUtime=1.32 cores=0-7
/proc/27380/stat : 27380 (python) S 27363 27363 26145 0 -1 4202560 793 0 0 0 68 64 0 0 15 0 1 0 627727020 384077824 5804 33554432000 4194304 5683644 140736001939216 18446744073709551615 251367566918 0 0 16781312 514 15752096160728187140 0 0 17 7 0 0 0
/proc/27380/statm: 93769 5804 371 364 0 29678 0
[pid=27382] ppid=27380 vsize=111420 CPUtime=580.36 cores=0-7
/proc/27382/stat : 27382 (march_hi) R 27380 27382 27382 0 -1 4202496 22151 0 0 0 58030 6 0 0 25 0 1 0 627727020 114094080 21893 33554432000 4194304 4955518 140736061827984 18446744073709551615 4227518 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/27382/statm: 27855 21893 104 186 0 27668 0
Current children cumulated CPU time (s) 583.07
Current children cumulated vsize (KiB) 861620

[startup+581.401 s]
/proc/loadavg: 2.10 2.94 5.33 3/326 27410
/proc/meminfo: memFree=3725664/32950928 swapFree=63349324/67111528
[pid=27363] ppid=27361 vsize=375124 CPUtime=583.18 cores=0-7
/proc/27363/stat : 27363 (python) R 27361 27363 26145 0 -1 4202496 15860 33977 1 0 70 13 58161 74 15 0 1 0 627726925 384126976 7414 33554432000 4194304 5683644 140736001939216 18446744073709551615 4633744 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/27363/statm: 93781 7414 1891 364 0 29678 0
Current children cumulated CPU time (s) 583.18
Current children cumulated vsize (KiB) 375124

Child status: 1
Real time (s): 581.422
CPU time (s): 583.222
CPU user time (s): 582.337
CPU system time (s): 0.884865
CPU usage (%): 100.31
Max. virtual memory (cumulated for all children) (KiB): 1452884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 582.337
system time used= 0.884865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53837
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= 3886
involuntary context switches= 909

runsolver used 1.60875 second user time and 3.78542 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-03 00:22:42
IDJOB=3322125
IDBENCH=82903
IDSOLVER=1712
FILE ID=node113/3322125-1304374962
RUNJOBID= node113-1304366468-26159
PBS_JOBID= 13181757
Free space on /tmp= 73520 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S171669125-021.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-3322125-1304374962/watcher-3322125-1304374962 -o /tmp/evaluation-result-3322125-1304374962/solver-3322125-1304374962 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322125-1304374962.cnf -seed 10354107 -budget 40000 -cores 8

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

MD5SUM BENCH= 9649b9e4fa8d251c4c59f8783cbf0b60
RANDOM SEED=10354107

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.74
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.846
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3838560 kB
Buffers:         28188 kB
Cached:         245260 kB
SwapCached:      80540 kB
Active:       17480164 kB
Inactive:     11384428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3838560 kB
SwapTotal:    67111528 kB
SwapFree:     63349324 kB
Dirty:           31872 kB
Writeback:           0 kB
AnonPages:    28521436 kB
Mapped:          17092 kB
Slab:            89884 kB
PageTables:      86880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 75081968 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= 73488 MiB
End job on node113 at 2011-05-03 00:32:24