Trace number 3321965

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? (TO) 681.53 5100.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S900569154-026.SATISFIABLE.cnf
MD5SUM90af97b0aabddb9e07bb7ada8a5dcbc1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.024996
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.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3321965-1308045223.cnf
0.32/0.47	c INFO: computing task features
0.32/0.48	c INFO: computed variable-clause graph statistics
0.32/0.48	c INFO: computed clause balance statistics
0.40/0.53	c INFO: computed variable balance statistics
0.40/0.58	c INFO: computed small-clause counts
0.40/0.58	c INFO: computed Horn-clause counts
0.40/0.58	c INFO: computed variable graph statistics
0.40/0.58	c INFO: collected features for HOME/instance-3321965-1308045223.cnf in 0.11 s
0.50/0.62	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.58)
0.50/0.66	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.07)
0.60/0.70	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
0.60/0.73	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.34)
0.60/0.77	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.30)
0.79/0.81	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.27)
0.79/0.85	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.24)
0.79/0.89	c INFO: running kcnfs-2006@0 for 582 with 39999 remaining (b = 0.20)
1.27/0.90	Traceback (most recent call last):
1.27/0.90	  File "HOME/solve", line 33, in <module>
1.27/0.90	    plac.call(main)
1.27/0.90	  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.27/0.90	    cmd, result = parser_from(obj).consume(arglist)
1.27/0.90	  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.27/0.90	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1.27/0.90	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1.27/0.90	    (_, answer, _) = solver(input_path, budget, cores)
1.27/0.90	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
1.27/0.90	    process.die()
1.27/0.90	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
1.27/0.90	    os.kill(self._process.pid, signal.SIGUSR1)
1.27/0.90	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.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-3321965-1308045223/watcher-3321965-1308045223 -o /tmp/evaluation-result-3321965-1308045223/solver-3321965-1308045223 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321965-1308045223.cnf -seed 1319155812 -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: 0.32 1.44 2.16 2/171 19647
/proc/meminfo: memFree=31616100/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=15772 CPUtime=0 cores=0-7
/proc/19647/stat : 19647 (python) R 19645 19647 19483 0 -1 4202496 882 0 0 0 0 0 0 0 25 0 1 0 916125138 16150528 762 33554432000 4194304 5683644 140737134480384 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19647/statm: 3943 764 343 364 0 430 0

[startup+0.0815291 s]
/proc/loadavg: 0.32 1.44 2.16 2/171 19647
/proc/meminfo: memFree=31616100/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=85620 CPUtime=0.06 cores=0-7
/proc/19647/stat : 19647 (python) R 19645 19647 19483 0 -1 4202496 2631 0 0 0 4 2 0 0 18 0 1 0 916125138 87674880 2348 33554432000 4194304 5683644 140737134480384 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/19647/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.100526 s]
/proc/loadavg: 0.32 1.44 2.16 2/171 19647
/proc/meminfo: memFree=31616100/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=104216 CPUtime=0.06 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 3048 0 0 0 4 2 0 0 17 0 1 0 916125138 106717184 2731 33554432000 4194304 5683644 140737134480384 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/19647/statm: 26054 2731 847 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104216

[startup+0.300489 s]
/proc/loadavg: 0.32 1.44 2.16 2/171 19647
/proc/meminfo: memFree=31616100/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=170752 CPUtime=0.23 cores=0-7
/proc/19647/stat : 19647 (python) R 19645 19647 19483 0 -1 4202496 6733 933 1 0 17 6 0 0 17 0 1 0 916125138 174850048 4805 33554432000 4194304 5683644 140737134480384 18446744073709551615 4566779 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19647/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.700417 s]
/proc/loadavg: 0.32 1.44 2.16 2/171 19647
/proc/meminfo: memFree=31616100/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=299392 CPUtime=0.6 cores=0-7
/proc/19647/stat : 19647 (python) R 19645 19647 19483 0 -1 4202496 11135 933 1 0 51 9 0 0 18 0 3 0 916125138 306577408 7160 33554432000 4194304 5683644 140737134480384 18446744073709551615 47729625038497 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19647/statm: 74848 7160 1876 364 0 10763 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 299392

[startup+1.50027 s]
/proc/loadavg: 0.32 1.44 2.16 4/175 19678
/proc/meminfo: memFree=31585192/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 726 0 0 0 0 0 0 0 15 0 1 0 916125216 394702848 5783 33554432000 4194304 5683644 140737134480384 18446744073709551615 218370977350 0 0 16781312 514 12800180123328282884 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5783 348 364 0 32269 0
[pid=19669] ppid=19667 vsize=2816 CPUtime=0.71 cores=0-7
/proc/19669/stat : 19669 (march_hi) R 19667 19669 19669 0 -1 4202496 754 0 0 0 71 0 0 0 25 0 1 0 916125216 2883584 497 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227565 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19669/statm: 704 497 104 186 0 517 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 763512

[startup+3.10099 s]
/proc/loadavg: 0.32 1.44 2.16 4/175 19678
/proc/meminfo: memFree=31585572/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 726 0 0 0 0 0 0 0 15 0 1 0 916125216 394702848 5783 33554432000 4194304 5683644 140737134480384 18446744073709551615 218370977350 0 0 16781312 514 12800180123328282884 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5783 348 364 0 32269 0
[pid=19669] ppid=19667 vsize=3420 CPUtime=2.32 cores=0-7
/proc/19669/stat : 19669 (march_hi) R 19667 19669 19669 0 -1 4202496 876 0 0 0 232 0 0 0 25 0 1 0 916125216 3502080 619 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19669/statm: 855 619 104 186 0 668 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 764116

[startup+6.30042 s]
/proc/loadavg: 0.54 1.47 2.17 4/175 19678
/proc/meminfo: memFree=31584704/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 799 0 0 0 0 0 0 0 15 0 1 0 916125216 394702848 5806 33554432000 4194304 5683644 140737134480384 18446744073709551615 218370977350 0 0 16781312 514 12800180123328282884 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5806 371 364 0 32269 0
[pid=19669] ppid=19667 vsize=3988 CPUtime=5.52 cores=0-7
/proc/19669/stat : 19669 (march_hi) R 19667 19669 19669 0 -1 4202496 1010 0 0 0 552 0 0 0 25 0 1 0 916125216 4083712 753 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19669/statm: 997 753 104 186 0 810 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 764684

[startup+12.7003 s]
/proc/loadavg: 0.73 1.49 2.17 4/175 19678
/proc/meminfo: memFree=31584116/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.01 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 800 0 0 0 0 1 0 0 15 0 1 0 916125216 394702848 5806 33554432000 4194304 5683644 140737134480384 18446744073709551615 218370977350 0 0 16781312 514 12800180123328282884 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5806 371 364 0 32269 0
[pid=19669] ppid=19667 vsize=5424 CPUtime=11.92 cores=0-7
/proc/19669/stat : 19669 (march_hi) R 19667 19669 19669 0 -1 4202496 1307 0 0 0 1192 0 0 0 25 0 1 0 916125216 5554176 1016 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227741 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19669/statm: 1356 1016 104 186 0 1169 0
Current children cumulated CPU time (s) 13.34
Current children cumulated vsize (KiB) 766120

[startup+25.501 s]
/proc/loadavg: 1.23 1.57 2.18 4/175 19679
/proc/meminfo: memFree=31582420/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.02 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 800 0 0 0 0 2 0 0 15 0 1 0 916125216 394702848 5806 33554432000 4194304 5683644 140737134480384 18446744073709551615 218370977350 0 0 16781312 514 17700114105798459652 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5806 371 364 0 32269 0
[pid=19669] ppid=19667 vsize=6884 CPUtime=24.72 cores=0-7
/proc/19669/stat : 19669 (march_hi) R 19667 19669 19669 0 -1 4202496 1791 0 0 0 2472 0 0 0 25 0 1 0 916125216 7049216 1500 33554432000 4194304 4955518 140736538040256 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19669/statm: 1721 1500 104 186 0 1534 0
Current children cumulated CPU time (s) 26.15
Current children cumulated vsize (KiB) 767580

[startup+51.1005 s]
/proc/loadavg: 1.84 1.68 2.20 4/175 19679
/proc/meminfo: memFree=31573528/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.05 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 800 0 0 0 2 3 0 0 15 0 1 0 916125216 394702848 5806 33554432000 4194304 5683644 140737134480384 18446744073709551615 218370977350 0 0 16781312 514 17700114105798459652 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5806 371 364 0 32269 0
[pid=19669] ppid=19667 vsize=13180 CPUtime=50.31 cores=0-7
/proc/19669/stat : 19669 (march_hi) R 19667 19669 19669 0 -1 4202496 2788 0 0 0 5031 0 0 0 25 0 1 0 916125216 13496320 2497 33554432000 4194304 4955518 140736538040256 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19669/statm: 3295 2497 104 186 0 3108 0
Current children cumulated CPU time (s) 51.77
Current children cumulated vsize (KiB) 773876

[startup+102.305 s]
/proc/loadavg: 2.49 1.88 2.24 4/175 19681
/proc/meminfo: memFree=31554564/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.12 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 800 0 0 0 6 6 0 0 15 0 1 0 916125216 394702848 5806 33554432000 4194304 5683644 140737134480384 18446744073709551615 218370977350 0 0 16781312 514 17700114105798459652 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5806 371 364 0 32269 0
[pid=19669] ppid=19667 vsize=25344 CPUtime=101.52 cores=0-7
/proc/19669/stat : 19669 (march_hi) R 19667 19669 19669 0 -1 4202496 4744 0 0 0 10152 0 0 0 25 0 1 0 916125216 25952256 4453 33554432000 4194304 4955518 140736538040256 18446744073709551615 4290403 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19669/statm: 6336 4453 104 186 0 6149 0
Current children cumulated CPU time (s) 103.05
Current children cumulated vsize (KiB) 786040

[startup+162.301 s]
/proc/loadavg: 2.25 1.93 2.24 3/174 19682
/proc/meminfo: memFree=31536056/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.19 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 800 0 0 0 10 9 0 0 15 0 1 0 916125216 394702848 5806 33554432000 4194304 5683644 140737134480384 18446744073709551615 218370977350 0 0 16781312 514 17700114105798459652 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5806 371 364 0 32269 0
[pid=19669] ppid=19667 vsize=34208 CPUtime=161.51 cores=0-7
/proc/19669/stat : 19669 (march_hi) R 19667 19669 19669 0 -1 4202496 6930 0 0 0 16151 0 0 0 25 0 1 0 916125216 35028992 6639 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19669/statm: 8552 6639 104 186 0 8365 0
Current children cumulated CPU time (s) 163.11
Current children cumulated vsize (KiB) 794904

[startup+222.301 s]
/proc/loadavg: 2.09 1.94 2.22 3/174 19684
/proc/meminfo: memFree=31516540/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.26 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 800 0 0 0 13 13 0 0 15 0 1 0 916125216 394702848 5806 33554432000 4194304 5683644 140737134480384 18446744073709551615 218370977350 0 0 16781312 514 17700114105798459652 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5806 371 364 0 32269 0
[pid=19669] ppid=19667 vsize=52240 CPUtime=221.52 cores=0-7
/proc/19669/stat : 19669 (march_hi) R 19667 19669 19669 0 -1 4202496 9057 0 0 0 22151 1 0 0 25 0 1 0 916125216 53493760 8766 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19669/statm: 13060 8766 104 186 0 12873 0
Current children cumulated CPU time (s) 223.19
Current children cumulated vsize (KiB) 812936

[startup+282.3 s]

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

Current children cumulated CPU time (s) 681.53
Current children cumulated vsize (KiB) 891784
heavy processes:

[startup+4722.31 s]
/proc/loadavg: 1.02 1.01 1.00 2/175 19829
/proc/meminfo: memFree=30643896/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.81 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 975 0 0 0 43 38 0 0 16 0 2 0 916125216 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5836 400 364 0 32269 0
[pid=19669] ppid=19667 vsize=131088 CPUtime=679.31 cores=0-7
/proc/19669/stat : 19669 (march_hi) T 19667 19669 19669 0 -1 4202496 25401 0 0 0 67925 6 0 0 25 0 1 0 916125216 134234112 25110 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227571 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19669/statm: 32772 25110 104 186 0 32585 0
[pid=19667/tid=19709] ppid=19647 vsize=385452 CPUtime=0 cores=0-7
/proc/19667/task/19709/stat : 19709 (python) S 19647 19647 19483 0 -1 4202560 68 0 0 0 0 0 0 0 17 0 2 0 916193147 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382780849 0 0 16781312 514 18446604441307922816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 681.53
Current children cumulated vsize (KiB) 891784
heavy processes:

[startup+4782.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/175 19831
/proc/meminfo: memFree=30633792/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.81 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 975 0 0 0 43 38 0 0 16 0 2 0 916125216 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5836 400 364 0 32269 0
[pid=19669] ppid=19667 vsize=131088 CPUtime=679.31 cores=0-7
/proc/19669/stat : 19669 (march_hi) T 19667 19669 19669 0 -1 4202496 25401 0 0 0 67925 6 0 0 25 0 1 0 916125216 134234112 25110 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227571 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19669/statm: 32772 25110 104 186 0 32585 0
[pid=19667/tid=19709] ppid=19647 vsize=385452 CPUtime=0 cores=0-7
/proc/19667/task/19709/stat : 19709 (python) S 19647 19647 19483 0 -1 4202560 68 0 0 0 0 0 0 0 17 0 2 0 916193147 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382780849 0 0 16781312 514 18446604441307922816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 681.53
Current children cumulated vsize (KiB) 891784
heavy processes:

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/175 19832
/proc/meminfo: memFree=30623968/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.81 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 975 0 0 0 43 38 0 0 16 0 2 0 916125216 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5836 400 364 0 32269 0
[pid=19669] ppid=19667 vsize=131088 CPUtime=679.31 cores=0-7
/proc/19669/stat : 19669 (march_hi) T 19667 19669 19669 0 -1 4202496 25401 0 0 0 67925 6 0 0 25 0 1 0 916125216 134234112 25110 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227571 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19669/statm: 32772 25110 104 186 0 32585 0
[pid=19667/tid=19709] ppid=19647 vsize=385452 CPUtime=0 cores=0-7
/proc/19667/task/19709/stat : 19709 (python) S 19647 19647 19483 0 -1 4202560 68 0 0 0 0 0 0 0 17 0 2 0 916193147 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382780849 0 0 16781312 514 18446604441307922816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 681.53
Current children cumulated vsize (KiB) 891784
heavy processes:

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/175 19834
/proc/meminfo: memFree=30614628/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.81 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 975 0 0 0 43 38 0 0 16 0 2 0 916125216 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5836 400 364 0 32269 0
[pid=19669] ppid=19667 vsize=131088 CPUtime=679.31 cores=0-7
/proc/19669/stat : 19669 (march_hi) T 19667 19669 19669 0 -1 4202496 25401 0 0 0 67925 6 0 0 25 0 1 0 916125216 134234112 25110 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227571 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19669/statm: 32772 25110 104 186 0 32585 0
[pid=19667/tid=19709] ppid=19647 vsize=385452 CPUtime=0 cores=0-7
/proc/19667/task/19709/stat : 19709 (python) S 19647 19647 19483 0 -1 4202560 68 0 0 0 0 0 0 0 17 0 2 0 916193147 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382780849 0 0 16781312 514 18446604441307922816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 681.53
Current children cumulated vsize (KiB) 891784
heavy processes:

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/175 19835
/proc/meminfo: memFree=30605900/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.81 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 975 0 0 0 43 38 0 0 16 0 2 0 916125216 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5836 400 364 0 32269 0
[pid=19669] ppid=19667 vsize=131088 CPUtime=679.31 cores=0-7
/proc/19669/stat : 19669 (march_hi) T 19667 19669 19669 0 -1 4202496 25401 0 0 0 67925 6 0 0 25 0 1 0 916125216 134234112 25110 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227571 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19669/statm: 32772 25110 104 186 0 32585 0
[pid=19667/tid=19709] ppid=19647 vsize=385452 CPUtime=0 cores=0-7
/proc/19667/task/19709/stat : 19709 (python) S 19647 19647 19483 0 -1 4202560 68 0 0 0 0 0 0 0 17 0 2 0 916193147 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382780849 0 0 16781312 514 18446604441307922816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 681.53
Current children cumulated vsize (KiB) 891784
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/175 19837
/proc/meminfo: memFree=30595692/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.81 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 975 0 0 0 43 38 0 0 16 0 2 0 916125216 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5836 400 364 0 32269 0
[pid=19669] ppid=19667 vsize=131088 CPUtime=679.31 cores=0-7
/proc/19669/stat : 19669 (march_hi) T 19667 19669 19669 0 -1 4202496 25401 0 0 0 67925 6 0 0 25 0 1 0 916125216 134234112 25110 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227571 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19669/statm: 32772 25110 104 186 0 32585 0
[pid=19667/tid=19709] ppid=19647 vsize=385452 CPUtime=0 cores=0-7
/proc/19667/task/19709/stat : 19709 (python) S 19647 19647 19483 0 -1 4202560 68 0 0 0 0 0 0 0 17 0 2 0 916193147 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382780849 0 0 16781312 514 18446604441307922816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 681.53
Current children cumulated vsize (KiB) 891784
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/175 19839
/proc/meminfo: memFree=30584740/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.81 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 975 0 0 0 43 38 0 0 16 0 2 0 916125216 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5836 400 364 0 32269 0
[pid=19669] ppid=19667 vsize=131088 CPUtime=679.31 cores=0-7
/proc/19669/stat : 19669 (march_hi) T 19667 19669 19669 0 -1 4202496 25401 0 0 0 67925 6 0 0 25 0 1 0 916125216 134234112 25110 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227571 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19669/statm: 32772 25110 104 186 0 32585 0
[pid=19667/tid=19709] ppid=19647 vsize=385452 CPUtime=0 cores=0-7
/proc/19667/task/19709/stat : 19709 (python) S 19647 19647 19483 0 -1 4202560 68 0 0 0 0 0 0 0 17 0 2 0 916193147 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382780849 0 0 16781312 514 18446604441307922816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 681.53
Current children cumulated vsize (KiB) 891784
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 1.00 1.00 1.00 2/175 19839
/proc/meminfo: memFree=30581000/32951124 swapFree=67050044/67111528
[pid=19647] ppid=19645 vsize=375244 CPUtime=1.41 cores=0-7
/proc/19647/stat : 19647 (python) S 19645 19647 19483 0 -1 4202496 15619 10744 1 0 69 10 59 3 19 0 1 0 916125138 384249856 7322 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382787391 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/19647/statm: 93811 7322 1891 364 0 29708 0
[pid=19667] ppid=19647 vsize=385452 CPUtime=0.81 cores=0-7
/proc/19667/stat : 19667 (python) S 19647 19647 19483 0 -1 4202560 975 0 0 0 43 38 0 0 16 0 2 0 916125216 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19667/statm: 96363 5836 400 364 0 32269 0
[pid=19669] ppid=19667 vsize=131088 CPUtime=679.31 cores=0-7
/proc/19669/stat : 19669 (march_hi) T 19667 19669 19669 0 -1 4202496 25401 0 0 0 67925 6 0 0 25 0 1 0 916125216 134234112 25110 33554432000 4194304 4955518 140736538040256 18446744073709551615 4227571 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/19669/statm: 32772 25110 104 186 0 32585 0
[pid=19667/tid=19709] ppid=19647 vsize=385452 CPUtime=0 cores=0-7
/proc/19667/task/19709/stat : 19709 (python) S 19647 19647 19483 0 -1 4202560 68 0 0 0 0 0 0 0 17 0 2 0 916193147 394702848 5836 33554432000 4194304 5683644 140737134480384 18446744073709551615 218382780849 0 0 16781312 514 18446604441307922816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 681.53
Current children cumulated vsize (KiB) 891784
heavy processes:

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 19647 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=728737
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=533918
# CPU time returned by wait4() is 2.26266
# while last known CPU time is 681.53
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 681.53
CPU user time (s): 680.96
CPU system time (s): 0.57
CPU usage (%): 13.3633
Max. virtual memory (cumulated for all children) (KiB): 891784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.72874
system time used= 0.533918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29182
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= 2223
involuntary context switches= 55

runsolver used 6.92395 second user time and 16.5935 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-14 11:53:44
IDJOB=3321965
IDBENCH=82743
IDSOLVER=1712
FILE ID=node101/3321965-1308045223
RUNJOBID= node101-1308045215-19497
PBS_JOBID= 13565707
Free space on /tmp= 74024 MiB

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

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

MD5SUM BENCH= 90af97b0aabddb9e07bb7ada8a5dcbc1
RANDOM SEED=1319155812

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31617124 kB
Buffers:        258780 kB
Cached:         816028 kB
SwapCached:      25232 kB
Active:         469164 kB
Inactive:       635056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31617124 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:           33348 kB
Writeback:           0 kB
AnonPages:       27044 kB
Mapped:           9344 kB
Slab:           160612 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189604 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= 73992 MiB
End job on node101 at 2011-06-14 13:18:46