Trace number 3317500

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) 793.07 1300.02

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1300400916-048.SATISFIABLE.cnf
MD5SUM2d20051b8a7a248788d1c2610fe5ea54
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007998
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3317500-1304269880.cnf
0.32/0.45	c INFO: computing task features
0.32/0.46	c INFO: computed variable-clause graph statistics
0.32/0.46	c INFO: computed clause balance statistics
0.41/0.53	c INFO: computed variable balance statistics
0.41/0.57	c INFO: computed small-clause counts
0.41/0.57	c INFO: computed Horn-clause counts
0.41/0.57	c INFO: computed variable graph statistics
0.41/0.57	c INFO: collected features for HOME/instance-3317500-1304269880.cnf in 0.12 s
0.51/0.60	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.63)
0.51/0.63	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.51/0.66	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.30)
0.51/0.69	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.31)
0.51/0.69	Traceback (most recent call last):
0.51/0.69	  File "HOME/solve", line 33, in <module>
0.51/0.69	    plac.call(main)
0.51/0.69	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
0.63/0.73	    cmd, result = parser_from(obj).consume(arglist)
0.63/0.73	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
0.63/0.73	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.63/0.73	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.63/0.73	    (_, answer, _) = solver(input_path, budget, cores)
0.63/0.73	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.63/0.73	    process.die()
0.63/0.73	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.63/0.73	    os.kill(self._process.pid, signal.SIGUSR1)
0.63/0.73	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-3317500-1304269880/watcher-3317500-1304269880 -o /tmp/evaluation-result-3317500-1304269880/solver-3317500-1304269880 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317500-1304269880.cnf -seed 809406488 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.17 8.22 7.81 6/248 2612
/proc/meminfo: memFree=28845788/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=15388 CPUtime=0 cores=0,2,4,6
/proc/2612/stat : 2612 (python) R 2610 2612 1708 0 -1 4202496 813 0 0 0 0 0 0 0 25 0 1 0 538586712 15757312 699 33554432000 4194304 5683644 140737346711440 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2612/statm: 3847 699 334 364 0 334 0

[startup+0.0706699 s]
/proc/loadavg: 8.17 8.22 7.81 6/248 2612
/proc/meminfo: memFree=28845788/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=84524 CPUtime=0.05 cores=0,2,4,6
/proc/2612/stat : 2612 (python) R 2610 2612 1708 0 -1 4202496 2204 0 0 0 4 1 0 0 25 0 1 0 538586712 86552576 1953 33554432000 4194304 5683644 140737346711440 18446744073709551615 251809277489 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2612/statm: 21131 1953 575 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.100665 s]
/proc/loadavg: 8.17 8.22 7.81 6/248 2612
/proc/meminfo: memFree=28845788/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=104620 CPUtime=0.07 cores=0,2,4,6
/proc/2612/stat : 2612 (python) R 2610 2612 1708 0 -1 4202496 3150 0 0 0 5 2 0 0 25 0 1 0 538586712 107130880 2827 33554432000 4194304 5683644 140737346711440 18446744073709551615 4624032 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2612/statm: 26155 2828 847 364 0 1903 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+0.300631 s]
/proc/loadavg: 8.17 8.22 7.81 6/248 2612
/proc/meminfo: memFree=28845788/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=198920 CPUtime=0.23 cores=0,2,4,6
/proc/2612/stat : 2612 (python) R 2610 2612 1708 0 -1 4202496 7024 932 1 0 17 6 0 0 25 0 1 0 538586712 203694080 5054 33554432000 4194304 5683644 140737346711440 18446744073709551615 251813936560 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2612/statm: 49730 5054 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700565 s]
/proc/loadavg: 8.17 8.22 7.81 6/248 2612
/proc/meminfo: memFree=28845788/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=320240 CPUtime=0.63 cores=0,2,4,6
/proc/2612/stat : 2612 (python) D 2610 2612 1708 0 -1 4202496 12453 3932 1 0 51 8 4 0 25 0 5 0 538586712 327925760 7256 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814240059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2612/statm: 80060 7256 1881 364 0 15969 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 320240

[startup+1.50043 s]
/proc/loadavg: 8.17 8.22 7.81 8/253 2631
/proc/meminfo: memFree=28813384/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=0.64 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12545 3932 1 0 51 9 4 0 25 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 759 0 0 0 0 0 0 0 17 0 1 0 538586778 306307072 5595 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 8163948607322423553 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5595 348 364 0 10694 0
[pid=2627] ppid=2625 vsize=2092 CPUtime=0.83 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) R 2625 2627 2627 0 -1 4202496 607 0 0 0 83 0 0 0 25 0 1 0 538586779 2142208 341 33554432000 4194304 4955518 140736910844656 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2627/statm: 523 341 106 186 0 336 0
[pid=2629] ppid=2612 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/2629/stat : 2629 (python) S 2612 2612 1708 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 538586781 317431808 5719 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 3240146422141518082 0 0 17 4 0 0 0
/proc/2629/statm: 77498 5719 348 364 0 13407 0
[pid=2631] ppid=2629 vsize=1992 CPUtime=0.75 cores=0,2,4,6
/proc/2631/stat : 2631 (march_hi) R 2629 2631 2631 0 -1 4202496 599 0 0 0 75 0 0 0 25 0 1 0 538586786 2039808 336 33554432000 4194304 4955518 140737237622256 18446744073709551615 4208676 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2631/statm: 498 336 106 186 0 311 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 923196

[startup+3.10116 s]
/proc/loadavg: 8.16 8.22 7.81 8/253 2631
/proc/meminfo: memFree=28811900/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=0.64 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12545 3932 1 0 51 9 4 0 25 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 538586778 306307072 5595 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 8163948607322423553 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5595 348 364 0 10694 0
[pid=2627] ppid=2625 vsize=2472 CPUtime=2.43 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) R 2625 2627 2627 0 -1 4202496 704 0 0 0 243 0 0 0 25 0 1 0 538586779 2531328 438 33554432000 4194304 4955518 140736910844656 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2627/statm: 618 438 106 186 0 431 0
[pid=2629] ppid=2612 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/2629/stat : 2629 (python) S 2612 2612 1708 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 538586781 317431808 5719 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 8196335821830193410 0 0 17 4 0 0 0
/proc/2629/statm: 77498 5719 348 364 0 13407 0
[pid=2631] ppid=2629 vsize=2472 CPUtime=2.35 cores=0,2,4,6
/proc/2631/stat : 2631 (march_hi) R 2629 2631 2631 0 -1 4202496 698 0 0 0 235 0 0 0 25 0 1 0 538586786 2531328 435 33554432000 4194304 4955518 140737237622256 18446744073709551615 4285725 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2631/statm: 618 435 106 186 0 431 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 924056

[startup+6.30062 s]
/proc/loadavg: 8.16 8.22 7.81 8/253 2631
/proc/meminfo: memFree=28808368/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=0.64 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12545 3932 1 0 51 9 4 0 25 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 907 0 0 0 0 0 0 0 15 0 1 0 538586778 306307072 5618 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 8163948607322423553 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5618 371 364 0 10694 0
[pid=2627] ppid=2625 vsize=3324 CPUtime=5.63 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) R 2625 2627 2627 0 -1 4202496 871 0 0 0 563 0 0 0 25 0 1 0 538586779 3403776 605 33554432000 4194304 4955518 140736910844656 18446744073709551615 4285725 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2627/statm: 831 605 106 186 0 644 0
[pid=2629] ppid=2612 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/2629/stat : 2629 (python) S 2612 2612 1708 0 -1 4202560 910 0 0 0 0 0 0 0 15 0 1 0 538586781 317431808 5742 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 3240146422141518082 0 0 17 4 0 0 0
/proc/2629/statm: 77498 5742 371 364 0 13407 0
[pid=2631] ppid=2629 vsize=3324 CPUtime=5.55 cores=0,2,4,6
/proc/2631/stat : 2631 (march_hi) R 2629 2631 2631 0 -1 4202496 866 0 0 0 555 0 0 0 25 0 1 0 538586786 3403776 603 33554432000 4194304 4955518 140737237622256 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2631/statm: 831 603 106 186 0 644 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 925760

[startup+12.7005 s]
/proc/loadavg: 7.90 8.16 7.79 7/252 2631
/proc/meminfo: memFree=28803696/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=0.64 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12545 3932 1 0 51 9 4 0 25 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0.02 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 910 0 0 0 1 1 0 0 15 0 1 0 538586778 306307072 5618 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 8163948607322423553 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5618 371 364 0 10694 0
[pid=2627] ppid=2625 vsize=5240 CPUtime=12.03 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) R 2625 2627 2627 0 -1 4202496 1219 0 0 0 1203 0 0 0 25 0 1 0 538586779 5365760 953 33554432000 4194304 4955518 140736910844656 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2627/statm: 1310 953 106 186 0 1123 0
[pid=2629] ppid=2612 vsize=309992 CPUtime=0.01 cores=0,2,4,6
/proc/2629/stat : 2629 (python) S 2612 2612 1708 0 -1 4202560 918 0 0 0 1 0 0 0 15 0 1 0 538586781 317431808 5742 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 3240146422141518082 0 0 17 4 0 0 0
/proc/2629/statm: 77498 5742 371 364 0 13407 0
[pid=2631] ppid=2629 vsize=5240 CPUtime=11.94 cores=0,2,4,6
/proc/2631/stat : 2631 (march_hi) R 2629 2631 2631 0 -1 4202496 1216 0 0 0 1194 0 0 0 25 0 1 0 538586786 5365760 953 33554432000 4194304 4955518 140737237622256 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2631/statm: 1310 953 106 186 0 1123 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 929592

[startup+25.5004 s]
/proc/loadavg: 7.61 8.09 7.77 7/252 2631
/proc/meminfo: memFree=28792204/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=0.64 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12545 3932 1 0 51 9 4 0 25 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0.03 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 918 0 0 0 2 1 0 0 15 0 1 0 538586778 306307072 5618 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 8163948607322423553 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5618 371 364 0 10694 0
[pid=2627] ppid=2625 vsize=9760 CPUtime=24.83 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) R 2625 2627 2627 0 -1 4202496 1908 0 0 0 2483 0 0 0 25 0 1 0 538586779 9994240 1642 33554432000 4194304 4955518 140736910844656 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2627/statm: 2440 1642 106 186 0 2253 0
[pid=2629] ppid=2612 vsize=309992 CPUtime=0.04 cores=0,2,4,6
/proc/2629/stat : 2629 (python) S 2612 2612 1708 0 -1 4202560 924 0 0 0 2 2 0 0 15 0 1 0 538586781 317431808 5742 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 3240146422141518082 0 0 17 4 0 0 0
/proc/2629/statm: 77498 5742 371 364 0 13407 0
[pid=2631] ppid=2629 vsize=9760 CPUtime=24.74 cores=0,2,4,6
/proc/2631/stat : 2631 (march_hi) R 2629 2631 2631 0 -1 4202496 1907 0 0 0 2474 0 0 0 25 0 1 0 538586786 9994240 1644 33554432000 4194304 4955518 140737237622256 18446744073709551615 4347009 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2631/statm: 2440 1644 106 186 0 2253 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 938632

[startup+51.1011 s]
/proc/loadavg: 7.06 7.92 7.72 7/252 2632
/proc/meminfo: memFree=28768280/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=0.64 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12545 3932 1 0 51 9 4 0 25 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0.09 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 930 0 0 0 5 4 0 0 15 0 1 0 538586778 306307072 5618 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 59144929481294081 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5618 371 364 0 10694 0
[pid=2627] ppid=2625 vsize=13852 CPUtime=50.42 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) R 2625 2627 2627 0 -1 4202496 3158 0 0 0 5042 0 0 0 25 0 1 0 538586779 14184448 2892 33554432000 4194304 4955518 140736910844656 18446744073709551615 4208676 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2627/statm: 3463 2892 106 186 0 3276 0
[pid=2629] ppid=2612 vsize=309992 CPUtime=0.08 cores=0,2,4,6
/proc/2629/stat : 2629 (python) S 2612 2612 1708 0 -1 4202560 935 0 0 0 4 4 0 0 15 0 1 0 538586781 317431808 5742 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 59144929481294082 0 0 17 4 0 0 0
/proc/2629/statm: 77498 5742 371 364 0 13407 0
[pid=2631] ppid=2629 vsize=13852 CPUtime=50.34 cores=0,2,4,6
/proc/2631/stat : 2631 (march_hi) R 2629 2631 2631 0 -1 4202496 3166 0 0 0 5034 0 0 0 25 0 1 0 538586786 14184448 2903 33554432000 4194304 4955518 140737237622256 18446744073709551615 4297376 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/2631/statm: 3463 2903 106 186 0 3276 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 946816

[startup+102.308 s]
/proc/loadavg: 6.42 7.59 7.62 7/252 2633
/proc/meminfo: memFree=28720532/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=0.64 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12545 3932 1 0 51 9 4 0 25 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0.17 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 947 0 0 0 9 8 0 0 15 0 1 0 538586778 306307072 5618 33554432000 4194304 5683644 140737346711440 18446744073709551615 251814260294 0 0 16781312 514 59144929481294081 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5618 371 364 0 10694 0
[pid=2627] ppid=2625 vsize=28820 CPUtime=101.63 cores=0,2,4,6

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

/proc/2627/statm: 23382 17956 106 186 0 23195 0
[pid=2625/tid=2650] ppid=2612 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2650/stat : 2650 (python) S 2612 2612 1708 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538626072 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826063793 0 0 16781312 514 18446604441936146816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 793.07
Current children cumulated vsize (KiB) 702648

[startup+882.3 s]
/proc/loadavg: 0.99 3.54 5.53 1/228 2688
/proc/meminfo: memFree=28713012/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=399.51 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12546 23684 1 0 51 9 39854 37 18 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0.65 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 1149 0 0 0 35 30 0 0 16 0 2 0 538586778 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5648 400 364 0 10694 0
[pid=2627] ppid=2625 vsize=93528 CPUtime=392.91 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) T 2625 2627 2627 0 -1 4202496 18222 0 0 0 39288 3 0 0 25 0 1 0 538586779 95772672 17956 33554432000 4194304 4955518 140736910844656 18446744073709551615 4224406 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2627/statm: 23382 17956 106 186 0 23195 0
[pid=2625/tid=2650] ppid=2612 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2650/stat : 2650 (python) S 2612 2612 1708 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538626072 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826063793 0 0 16781312 514 18446604441936146816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 793.07
Current children cumulated vsize (KiB) 702648

[startup+942.301 s]
/proc/loadavg: 0.36 2.89 5.18 1/228 2689
/proc/meminfo: memFree=28713236/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=399.51 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12546 23684 1 0 51 9 39854 37 18 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0.65 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 1149 0 0 0 35 30 0 0 16 0 2 0 538586778 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5648 400 364 0 10694 0
[pid=2627] ppid=2625 vsize=93528 CPUtime=392.91 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) T 2625 2627 2627 0 -1 4202496 18222 0 0 0 39288 3 0 0 25 0 1 0 538586779 95772672 17956 33554432000 4194304 4955518 140736910844656 18446744073709551615 4224406 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2627/statm: 23382 17956 106 186 0 23195 0
[pid=2625/tid=2650] ppid=2612 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2650/stat : 2650 (python) S 2612 2612 1708 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538626072 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826063793 0 0 16781312 514 18446604441936146816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 793.07
Current children cumulated vsize (KiB) 702648

[startup+1002.3 s]
/proc/loadavg: 0.13 2.36 4.85 1/228 2691
/proc/meminfo: memFree=28713212/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=399.51 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12546 23684 1 0 51 9 39854 37 18 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0.65 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 1149 0 0 0 35 30 0 0 16 0 2 0 538586778 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5648 400 364 0 10694 0
[pid=2627] ppid=2625 vsize=93528 CPUtime=392.91 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) T 2625 2627 2627 0 -1 4202496 18222 0 0 0 39288 3 0 0 25 0 1 0 538586779 95772672 17956 33554432000 4194304 4955518 140736910844656 18446744073709551615 4224406 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2627/statm: 23382 17956 106 186 0 23195 0
[pid=2625/tid=2650] ppid=2612 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2650/stat : 2650 (python) S 2612 2612 1708 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538626072 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826063793 0 0 16781312 514 18446604441936146816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 793.07
Current children cumulated vsize (KiB) 702648
heavy processes:

[startup+1062.3 s]
/proc/loadavg: 0.05 1.93 4.55 1/228 2693
/proc/meminfo: memFree=28713316/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=399.51 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12546 23684 1 0 51 9 39854 37 18 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0.65 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 1149 0 0 0 35 30 0 0 16 0 2 0 538586778 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5648 400 364 0 10694 0
[pid=2627] ppid=2625 vsize=93528 CPUtime=392.91 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) T 2625 2627 2627 0 -1 4202496 18222 0 0 0 39288 3 0 0 25 0 1 0 538586779 95772672 17956 33554432000 4194304 4955518 140736910844656 18446744073709551615 4224406 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2627/statm: 23382 17956 106 186 0 23195 0
[pid=2625/tid=2650] ppid=2612 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2650/stat : 2650 (python) S 2612 2612 1708 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538626072 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826063793 0 0 16781312 514 18446604441936146816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 793.07
Current children cumulated vsize (KiB) 702648
heavy processes:

[startup+1122.3 s]
/proc/loadavg: 0.02 1.58 4.26 1/228 2694
/proc/meminfo: memFree=28713428/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=399.51 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12546 23684 1 0 51 9 39854 37 18 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0.65 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 1149 0 0 0 35 30 0 0 16 0 2 0 538586778 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5648 400 364 0 10694 0
[pid=2627] ppid=2625 vsize=93528 CPUtime=392.91 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) T 2625 2627 2627 0 -1 4202496 18222 0 0 0 39288 3 0 0 25 0 1 0 538586779 95772672 17956 33554432000 4194304 4955518 140736910844656 18446744073709551615 4224406 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2627/statm: 23382 17956 106 186 0 23195 0
[pid=2625/tid=2650] ppid=2612 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2650/stat : 2650 (python) S 2612 2612 1708 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538626072 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826063793 0 0 16781312 514 18446604441936146816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 793.07
Current children cumulated vsize (KiB) 702648
heavy processes:

[startup+1182.3 s]
/proc/loadavg: 0.00 1.29 3.99 1/228 2696
/proc/meminfo: memFree=28713408/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=399.51 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12546 23684 1 0 51 9 39854 37 18 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0.65 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 1149 0 0 0 35 30 0 0 16 0 2 0 538586778 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5648 400 364 0 10694 0
[pid=2627] ppid=2625 vsize=93528 CPUtime=392.91 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) T 2625 2627 2627 0 -1 4202496 18222 0 0 0 39288 3 0 0 25 0 1 0 538586779 95772672 17956 33554432000 4194304 4955518 140736910844656 18446744073709551615 4224406 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2627/statm: 23382 17956 106 186 0 23195 0
[pid=2625/tid=2650] ppid=2612 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2650/stat : 2650 (python) S 2612 2612 1708 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538626072 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826063793 0 0 16781312 514 18446604441936146816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 793.07
Current children cumulated vsize (KiB) 702648
heavy processes:

[startup+1242.3 s]
/proc/loadavg: 0.05 1.06 3.74 1/228 2697
/proc/meminfo: memFree=28713508/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=399.51 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12546 23684 1 0 51 9 39854 37 18 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0.65 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 1149 0 0 0 35 30 0 0 16 0 2 0 538586778 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5648 400 364 0 10694 0
[pid=2627] ppid=2625 vsize=93528 CPUtime=392.91 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) T 2625 2627 2627 0 -1 4202496 18222 0 0 0 39288 3 0 0 25 0 1 0 538586779 95772672 17956 33554432000 4194304 4955518 140736910844656 18446744073709551615 4224406 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2627/statm: 23382 17956 106 186 0 23195 0
[pid=2625/tid=2650] ppid=2612 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2650/stat : 2650 (python) S 2612 2612 1708 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538626072 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826063793 0 0 16781312 514 18446604441936146816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 793.07
Current children cumulated vsize (KiB) 702648
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 0.02 0.88 3.53 1/228 2699
/proc/meminfo: memFree=28713492/32950928 swapFree=67111448/67111528
[pid=2612] ppid=2610 vsize=309992 CPUtime=399.51 cores=0,2,4,6
/proc/2612/stat : 2612 (python) S 2610 2612 1708 0 -1 4202496 12546 23684 1 0 51 9 39854 37 18 0 1 0 538586712 317431808 7254 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 4
/proc/2612/statm: 77498 7254 1883 364 0 13407 0
[pid=2625] ppid=2612 vsize=299128 CPUtime=0.65 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2612 2612 1708 0 -1 4202560 1149 0 0 0 35 30 0 0 16 0 2 0 538586778 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2625/statm: 74782 5648 400 364 0 10694 0
[pid=2627] ppid=2625 vsize=93528 CPUtime=392.91 cores=0,2,4,6
/proc/2627/stat : 2627 (march_hi) T 2625 2627 2627 0 -1 4202496 18222 0 0 0 39288 3 0 0 25 0 1 0 538586779 95772672 17956 33554432000 4194304 4955518 140736910844656 18446744073709551615 4224406 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2627/statm: 23382 17956 106 186 0 23195 0
[pid=2625/tid=2650] ppid=2612 vsize=299128 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2650/stat : 2650 (python) S 2612 2612 1708 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 538626072 306307072 5648 33554432000 4194304 5683644 140737346711440 18446744073709551615 251826063793 0 0 16781312 514 18446604441936146816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 793.07
Current children cumulated vsize (KiB) 702648
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 2612 and gives
#  childrusage.ru_utime.tv_sec=399
#  childrusage.ru_utime.tv_usec=414279
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=771882
# CPU time returned by wait4() is 400.186
# while last known CPU time is 793.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 793.07
CPU user time (s): 792.28
CPU system time (s): 0.79
CPU usage (%): 61.0045
Max. virtual memory (cumulated for all children) (KiB): 1106168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 399.414
system time used= 0.771882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38938
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= 2397
involuntary context switches= 630

runsolver used 2.6246 second user time and 5.84211 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-01 19:11:20
IDJOB=3317500
IDBENCH=82965
IDSOLVER=1705
FILE ID=node126/3317500-1304269880
RUNJOBID= node126-1304267283-1726
PBS_JOBID= 13173953
Free space on /tmp= 73196 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1300400916-048.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-3317500-1304269880/watcher-3317500-1304269880 -o /tmp/evaluation-result-3317500-1304269880/solver-3317500-1304269880 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317500-1304269880.cnf -seed 809406488 -budget 4800 -cores 4

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

MD5SUM BENCH= 2d20051b8a7a248788d1c2610fe5ea54
RANDOM SEED=809406488

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28845944 kB
Buffers:        317412 kB
Cached:        1691844 kB
SwapCached:         76 kB
Active:        2091652 kB
Inactive:      1682064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28845944 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           32608 kB
Writeback:           0 kB
AnonPages:     1763736 kB
Mapped:          25312 kB
Slab:           254628 kB
PageTables:      17600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 23719208 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= 73196 MiB
End job on node126 at 2011-05-01 19:33:02