Trace number 3385494

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)? (TO) 395.8 5100.02

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1189700536-035.SATISFIABLE.cnf
MD5SUM70c8eb249da14b3681c26bea452706d8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.028994
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.67	c INFO: solving HOME/instance-3385494-1308045337.cnf
0.35/0.67	c INFO: computing task features
0.35/0.68	c INFO: computed variable-clause graph statistics
0.35/0.68	c INFO: computed clause balance statistics
0.43/0.74	c INFO: computed variable balance statistics
0.43/0.76	c INFO: computed small-clause counts
0.43/0.77	c INFO: computed Horn-clause counts
0.43/0.77	c INFO: computed variable graph statistics
0.43/0.77	c INFO: collected features for HOME/instance-3385494-1308045337.cnf in 0.10 s
0.53/0.80	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
0.53/0.83	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.19)
0.53/0.86	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.53/0.89	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.29)
0.63/0.92	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.26)
0.63/0.95	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.27)
0.63/0.98	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.77/1.02	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
0.77/1.02	Traceback (most recent call last):
0.77/1.02	  File "HOME/solve", line 33, in <module>
0.77/1.02	    plac.call(main)
0.77/1.02	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
0.77/1.02	    cmd, result = parser_from(obj).consume(arglist)
0.77/1.02	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
0.77/1.02	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.77/1.02	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.77/1.02	    (_, answer, _) = solver(input_path, budget / cores, cores)
0.77/1.02	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.77/1.02	    process.die()
0.77/1.02	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.77/1.02	    os.kill(self._process.pid, signal.SIGUSR1)
0.77/1.02	OSError: [Errno 3] No such process

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3385494-1308045337/watcher-3385494-1308045337 -o /tmp/evaluation-result-3385494-1308045337/solver-3385494-1308045337 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385494-1308045337.cnf -seed 2107038995 -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: 2.09 2.76 3.04 1/170 1212
/proc/meminfo: memFree=30758632/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=15080 CPUtime=0 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 618 0 0 0 0 0 0 0 18 0 1 0 916133398 15441920 513 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/1212/statm: 3770 513 300 364 0 257 0

[startup+0.101885 s]
/proc/loadavg: 2.09 2.76 3.04 1/170 1212
/proc/meminfo: memFree=30758632/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=93964 CPUtime=0.06 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 2694 0 0 0 5 1 0 0 17 0 1 0 916133398 96219136 2407 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473965568 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/1212/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.200857 s]
/proc/loadavg: 2.09 2.76 3.04 1/170 1212
/proc/meminfo: memFree=30758632/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=124240 CPUtime=0.12 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 4315 0 1 0 9 3 0 0 17 0 1 0 916133398 127221760 3880 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473967360 0 0 16781312 2 18446744071562362840 0 0 17 2 0 0 0
/proc/1212/statm: 31060 3880 997 364 0 2871 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124240

[startup+0.300892 s]
/proc/loadavg: 2.09 2.76 3.04 1/170 1212
/proc/meminfo: memFree=30758632/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=135752 CPUtime=0.18 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 5963 933 1 0 14 4 0 0 18 0 1 0 916133398 139010048 4151 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473963525 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/1212/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.70082 s]
/proc/loadavg: 2.09 2.76 3.04 1/170 1212
/proc/meminfo: memFree=30758632/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=278432 CPUtime=0.43 cores=0-7
/proc/1212/stat : 1212 (python) R 1210 1212 1112 0 -1 4202496 9331 933 1 0 34 9 0 0 17 0 1 0 916133398 285114368 7000 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473626985 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1212/statm: 69608 7000 1826 364 0 5532 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278432

[startup+1.50056 s]
/proc/loadavg: 2.09 2.76 3.04 3/175 1243
/proc/meminfo: memFree=30723516/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=1.03 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 9122 1 0 64 11 26 2 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 916133481 296185856 5668 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 5627696339438502148 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5668 348 364 0 8226 0
[pid=1224] ppid=1222 vsize=1896 CPUtime=0.66 cores=0-7
/proc/1224/stat : 1224 (march_hi) R 1222 1224 1224 0 -1 4202496 555 0 0 0 66 0 0 0 22 0 1 0 916133481 1941504 290 33554432000 4194304 4955518 140735937157520 18446744073709551615 4285271 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1224/statm: 474 290 106 186 0 287 0
[pid=1232] ppid=1212 vsize=320112 CPUtime=0 cores=0-7
/proc/1232/stat : 1232 (python) S 1212 1212 1112 0 -1 4202560 778 0 0 0 0 0 0 0 16 0 1 0 916133490 327794688 5705 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 5628831035438366980 0 0 17 1 0 0 0
/proc/1232/statm: 80028 5705 348 364 0 15934 0
[pid=1234] ppid=1232 vsize=1896 CPUtime=0.57 cores=0-7
/proc/1234/stat : 1234 (march_hi) R 1232 1234 1234 0 -1 4202496 547 0 0 0 57 0 0 0 25 0 1 0 916133491 1941504 284 33554432000 4194304 4955518 140736198081984 18446744073709551615 4237804 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1234/statm: 474 284 106 186 0 287 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 923120

[startup+3.10028 s]
/proc/loadavg: 2.09 2.76 3.04 3/175 1243
/proc/meminfo: memFree=30723420/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=1.03 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 9122 1 0 64 11 26 2 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 916133481 296185856 5668 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 5627696339438502148 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5668 348 364 0 8226 0
[pid=1224] ppid=1222 vsize=2376 CPUtime=2.26 cores=0-7
/proc/1224/stat : 1224 (march_hi) R 1222 1224 1224 0 -1 4202496 651 0 0 0 226 0 0 0 25 0 1 0 916133481 2433024 386 33554432000 4194304 4955518 140735937157520 18446744073709551615 4296743 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1224/statm: 594 386 106 186 0 407 0
[pid=1232] ppid=1212 vsize=320112 CPUtime=0 cores=0-7
/proc/1232/stat : 1232 (python) S 1212 1212 1112 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 916133490 327794688 5705 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 5628831035438366980 0 0 17 1 0 0 0
/proc/1232/statm: 80028 5705 348 364 0 15934 0
[pid=1234] ppid=1232 vsize=2376 CPUtime=2.16 cores=0-7
/proc/1234/stat : 1234 (march_hi) R 1232 1234 1234 0 -1 4202496 645 0 0 0 216 0 0 0 25 0 1 0 916133491 2433024 382 33554432000 4194304 4955518 140736198081984 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1234/statm: 594 382 106 186 0 407 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 924080

[startup+6.30072 s]
/proc/loadavg: 2.08 2.74 3.03 3/175 1244
/proc/meminfo: memFree=30722180/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=1.03 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 9122 1 0 64 11 26 2 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 904 0 0 0 0 0 0 0 15 0 1 0 916133481 296185856 5691 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 5627696339438502148 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5691 371 364 0 8226 0
[pid=1224] ppid=1222 vsize=3228 CPUtime=5.46 cores=0-7
/proc/1224/stat : 1224 (march_hi) R 1222 1224 1224 0 -1 4202496 830 0 0 0 546 0 0 0 25 0 1 0 916133481 3305472 565 33554432000 4194304 4955518 140735937157520 18446744073709551615 4297184 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1224/statm: 807 565 106 186 0 620 0
[pid=1232] ppid=1212 vsize=320112 CPUtime=0 cores=0-7
/proc/1232/stat : 1232 (python) S 1212 1212 1112 0 -1 4202560 931 0 0 0 0 0 0 0 15 0 1 0 916133490 327794688 5727 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 5628831035438366980 0 0 17 1 0 0 0
/proc/1232/statm: 80028 5727 370 364 0 15934 0
[pid=1234] ppid=1232 vsize=3228 CPUtime=5.36 cores=0-7
/proc/1234/stat : 1234 (march_hi) R 1232 1234 1234 0 -1 4202496 825 0 0 0 536 0 0 0 25 0 1 0 916133491 3305472 562 33554432000 4194304 4955518 140736198081984 18446744073709551615 4208669 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1234/statm: 807 562 106 186 0 620 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 925784

[startup+12.7006 s]
/proc/loadavg: 2.07 2.73 3.02 3/175 1244
/proc/meminfo: memFree=30720636/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=1.03 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 9122 1 0 64 11 26 2 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0.01 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 910 0 0 0 1 0 0 0 15 0 1 0 916133481 296185856 5691 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 5627696339438502148 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5691 371 364 0 8226 0
[pid=1224] ppid=1222 vsize=5248 CPUtime=11.85 cores=0-7
/proc/1224/stat : 1224 (march_hi) R 1222 1224 1224 0 -1 4202496 1179 0 0 0 1185 0 0 0 25 0 1 0 916133481 5373952 909 33554432000 4194304 4955518 140735937157520 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1224/statm: 1312 909 106 186 0 1125 0
[pid=1232] ppid=1212 vsize=320112 CPUtime=0.01 cores=0-7
/proc/1232/stat : 1232 (python) S 1212 1212 1112 0 -1 4202560 939 0 0 0 1 0 0 0 15 0 1 0 916133490 327794688 5728 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 5628831035438366980 0 0 17 3 0 0 0
/proc/1232/statm: 80028 5728 371 364 0 15934 0
[pid=1234] ppid=1232 vsize=5248 CPUtime=11.76 cores=0-7
/proc/1234/stat : 1234 (march_hi) R 1232 1234 1234 0 -1 4202496 1178 0 0 0 1176 0 0 0 25 0 1 0 916133491 5373952 910 33554432000 4194304 4955518 140736198081984 18446744073709551615 4297556 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1234/statm: 1312 910 106 186 0 1125 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 929824

[startup+25.5003 s]
/proc/loadavg: 2.06 2.69 3.01 3/175 1244
/proc/meminfo: memFree=30717584/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=1.03 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 9122 1 0 64 11 26 2 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0.02 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 915 0 0 0 1 1 0 0 15 0 1 0 916133481 296185856 5691 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 5627696339438502148 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5691 371 364 0 8226 0
[pid=1224] ppid=1222 vsize=7144 CPUtime=24.65 cores=0-7
/proc/1224/stat : 1224 (march_hi) R 1222 1224 1224 0 -1 4202496 1778 0 0 0 2465 0 0 0 25 0 1 0 916133481 7315456 1508 33554432000 4194304 4955518 140735937157520 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1224/statm: 1786 1508 106 186 0 1599 0
[pid=1232] ppid=1212 vsize=320112 CPUtime=0.03 cores=0-7
/proc/1232/stat : 1232 (python) S 1212 1212 1112 0 -1 4202560 948 0 0 0 2 1 0 0 15 0 1 0 916133490 327794688 5728 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 5628831035438366980 0 0 17 3 0 0 0
/proc/1232/statm: 80028 5728 371 364 0 15934 0
[pid=1234] ppid=1232 vsize=7144 CPUtime=24.56 cores=0-7
/proc/1234/stat : 1234 (march_hi) R 1232 1234 1234 0 -1 4202496 1784 0 0 0 2456 0 0 0 25 0 1 0 916133491 7315456 1516 33554432000 4194304 4955518 140736198081984 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1234/statm: 1786 1516 106 186 0 1599 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 933616

[startup+51.1008 s]
/proc/loadavg: 2.04 2.64 2.98 3/175 1245
/proc/meminfo: memFree=30708700/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=1.03 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 9122 1 0 64 11 26 2 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0.06 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 932 0 0 0 3 3 0 0 15 0 1 0 916133481 296185856 5691 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 10476533817542672644 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5691 371 364 0 8226 0
[pid=1224] ppid=1222 vsize=13956 CPUtime=50.26 cores=0-7
/proc/1224/stat : 1224 (march_hi) R 1222 1224 1224 0 -1 4202496 2952 0 0 0 5025 1 0 0 25 0 1 0 916133481 14290944 2682 33554432000 4194304 4955518 140735937157520 18446744073709551615 4285337 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1224/statm: 3489 2682 106 186 0 3302 0
[pid=1232] ppid=1212 vsize=320112 CPUtime=0.06 cores=0-7
/proc/1232/stat : 1232 (python) S 1212 1212 1112 0 -1 4202560 959 0 0 0 4 2 0 0 15 0 1 0 916133490 327794688 5728 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 10476533817542672644 0 0 17 3 0 0 0
/proc/1232/statm: 80028 5728 371 364 0 15934 0
[pid=1234] ppid=1232 vsize=13956 CPUtime=50.16 cores=0-7
/proc/1234/stat : 1234 (march_hi) R 1232 1234 1234 0 -1 4202496 2963 0 0 0 5016 0 0 0 25 0 1 0 916133491 14290944 2695 33554432000 4194304 4955518 140736198081984 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1234/statm: 3489 2695 106 186 0 3302 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 947240

[startup+102.301 s]
/proc/loadavg: 2.01 2.54 2.92 3/175 1246
/proc/meminfo: memFree=30691476/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=1.03 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 9122 1 0 64 11 26 2 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0.12 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 949 0 0 0 7 5 0 0 15 0 1 0 916133481 296185856 5691 33554432000 4194304 5683644 140735776367856 18446744073709551615 274473987654 0 0 16781312 514 5627696339438502148 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5691 371 364 0 8226 0
[pid=1224] ppid=1222 vsize=20460 CPUtime=101.46 cores=0-7

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

/proc/1222/task/1250/stat : 1250 (python) S 1212 1212 1112 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916153101 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485791153 0 0 16781312 514 18446604451241242688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 395.8
Current children cumulated vsize (KiB) 642872
heavy processes:

[startup+4782.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 1397
/proc/meminfo: memFree=30699436/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=199.37 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 19100 1 0 64 11 19846 16 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0.24 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 1129 0 0 0 13 11 0 0 16 0 2 0 916133481 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5721 400 364 0 8226 0
[pid=1224] ppid=1222 vsize=43656 CPUtime=196.19 cores=0-7
/proc/1224/stat : 1224 (march_hi) T 1222 1224 1224 0 -1 4202496 8608 0 0 0 19616 3 0 0 25 0 1 0 916133481 44703744 8338 33554432000 4194304 4955518 140735937157520 18446744073709551615 4224468 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1224/statm: 10914 8338 106 186 0 10727 0
[pid=1222/tid=1250] ppid=1212 vsize=289244 CPUtime=0 cores=0-7
/proc/1222/task/1250/stat : 1250 (python) S 1212 1212 1112 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916153101 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485791153 0 0 16781312 514 18446604451241242688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 395.8
Current children cumulated vsize (KiB) 642872
heavy processes:

[startup+4842.31 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 1399
/proc/meminfo: memFree=30699640/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=199.37 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 19100 1 0 64 11 19846 16 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0.24 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 1129 0 0 0 13 11 0 0 16 0 2 0 916133481 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5721 400 364 0 8226 0
[pid=1224] ppid=1222 vsize=43656 CPUtime=196.19 cores=0-7
/proc/1224/stat : 1224 (march_hi) T 1222 1224 1224 0 -1 4202496 8608 0 0 0 19616 3 0 0 25 0 1 0 916133481 44703744 8338 33554432000 4194304 4955518 140735937157520 18446744073709551615 4224468 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1224/statm: 10914 8338 106 186 0 10727 0
[pid=1222/tid=1250] ppid=1212 vsize=289244 CPUtime=0 cores=0-7
/proc/1222/task/1250/stat : 1250 (python) S 1212 1212 1112 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916153101 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485791153 0 0 16781312 514 18446604451241242688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 395.8
Current children cumulated vsize (KiB) 642872
heavy processes:

[startup+4902.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 1400
/proc/meminfo: memFree=30699356/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=199.37 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 19100 1 0 64 11 19846 16 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0.24 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 1129 0 0 0 13 11 0 0 16 0 2 0 916133481 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5721 400 364 0 8226 0
[pid=1224] ppid=1222 vsize=43656 CPUtime=196.19 cores=0-7
/proc/1224/stat : 1224 (march_hi) T 1222 1224 1224 0 -1 4202496 8608 0 0 0 19616 3 0 0 25 0 1 0 916133481 44703744 8338 33554432000 4194304 4955518 140735937157520 18446744073709551615 4224468 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1224/statm: 10914 8338 106 186 0 10727 0
[pid=1222/tid=1250] ppid=1212 vsize=289244 CPUtime=0 cores=0-7
/proc/1222/task/1250/stat : 1250 (python) S 1212 1212 1112 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916153101 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485791153 0 0 16781312 514 18446604451241242688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 395.8
Current children cumulated vsize (KiB) 642872
heavy processes:

[startup+4962.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 1402
/proc/meminfo: memFree=30699560/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=199.37 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 19100 1 0 64 11 19846 16 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0.24 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 1129 0 0 0 13 11 0 0 16 0 2 0 916133481 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5721 400 364 0 8226 0
[pid=1224] ppid=1222 vsize=43656 CPUtime=196.19 cores=0-7
/proc/1224/stat : 1224 (march_hi) T 1222 1224 1224 0 -1 4202496 8608 0 0 0 19616 3 0 0 25 0 1 0 916133481 44703744 8338 33554432000 4194304 4955518 140735937157520 18446744073709551615 4224468 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1224/statm: 10914 8338 106 186 0 10727 0
[pid=1222/tid=1250] ppid=1212 vsize=289244 CPUtime=0 cores=0-7
/proc/1222/task/1250/stat : 1250 (python) S 1212 1212 1112 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916153101 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485791153 0 0 16781312 514 18446604451241242688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 395.8
Current children cumulated vsize (KiB) 642872
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 1403
/proc/meminfo: memFree=30699524/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=199.37 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 19100 1 0 64 11 19846 16 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0.24 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 1129 0 0 0 13 11 0 0 16 0 2 0 916133481 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5721 400 364 0 8226 0
[pid=1224] ppid=1222 vsize=43656 CPUtime=196.19 cores=0-7
/proc/1224/stat : 1224 (march_hi) T 1222 1224 1224 0 -1 4202496 8608 0 0 0 19616 3 0 0 25 0 1 0 916133481 44703744 8338 33554432000 4194304 4955518 140735937157520 18446744073709551615 4224468 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1224/statm: 10914 8338 106 186 0 10727 0
[pid=1222/tid=1250] ppid=1212 vsize=289244 CPUtime=0 cores=0-7
/proc/1222/task/1250/stat : 1250 (python) S 1212 1212 1112 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916153101 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485791153 0 0 16781312 514 18446604451241242688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 395.8
Current children cumulated vsize (KiB) 642872
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 1405
/proc/meminfo: memFree=30699484/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=199.37 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 19100 1 0 64 11 19846 16 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0.24 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 1129 0 0 0 13 11 0 0 16 0 2 0 916133481 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5721 400 364 0 8226 0
[pid=1224] ppid=1222 vsize=43656 CPUtime=196.19 cores=0-7
/proc/1224/stat : 1224 (march_hi) T 1222 1224 1224 0 -1 4202496 8608 0 0 0 19616 3 0 0 25 0 1 0 916133481 44703744 8338 33554432000 4194304 4955518 140735937157520 18446744073709551615 4224468 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1224/statm: 10914 8338 106 186 0 10727 0
[pid=1222/tid=1250] ppid=1212 vsize=289244 CPUtime=0 cores=0-7
/proc/1222/task/1250/stat : 1250 (python) S 1212 1212 1112 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916153101 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485791153 0 0 16781312 514 18446604451241242688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 395.8
Current children cumulated vsize (KiB) 642872
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 1405
/proc/meminfo: memFree=30699708/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=199.37 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 19100 1 0 64 11 19846 16 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0.24 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 1129 0 0 0 13 11 0 0 16 0 2 0 916133481 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5721 400 364 0 8226 0
[pid=1224] ppid=1222 vsize=43656 CPUtime=196.19 cores=0-7
/proc/1224/stat : 1224 (march_hi) T 1222 1224 1224 0 -1 4202496 8608 0 0 0 19616 3 0 0 25 0 1 0 916133481 44703744 8338 33554432000 4194304 4955518 140735937157520 18446744073709551615 4224468 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1224/statm: 10914 8338 106 186 0 10727 0
[pid=1222/tid=1250] ppid=1212 vsize=289244 CPUtime=0 cores=0-7
/proc/1222/task/1250/stat : 1250 (python) S 1212 1212 1112 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916153101 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485791153 0 0 16781312 514 18446604451241242688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 395.8
Current children cumulated vsize (KiB) 642872
heavy processes:

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5100 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 1405
/proc/meminfo: memFree=30699708/32950928 swapFree=67079488/67111528
[pid=1212] ppid=1210 vsize=309972 CPUtime=199.37 cores=0-7
/proc/1212/stat : 1212 (python) S 1210 1212 1112 0 -1 4202496 15967 19100 1 0 64 11 19846 16 18 0 1 0 916133398 317411328 7261 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485797695 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/1212/statm: 77493 7261 1891 364 0 13390 0
[pid=1222] ppid=1212 vsize=289244 CPUtime=0.24 cores=0-7
/proc/1222/stat : 1222 (python) S 1212 1212 1112 0 -1 4202560 1129 0 0 0 13 11 0 0 16 0 2 0 916133481 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1222/statm: 72311 5721 400 364 0 8226 0
[pid=1224] ppid=1222 vsize=43656 CPUtime=196.19 cores=0-7
/proc/1224/stat : 1224 (march_hi) T 1222 1224 1224 0 -1 4202496 8608 0 0 0 19616 3 0 0 25 0 1 0 916133481 44703744 8338 33554432000 4194304 4955518 140735937157520 18446744073709551615 4224468 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/1224/statm: 10914 8338 106 186 0 10727 0
[pid=1222/tid=1250] ppid=1212 vsize=289244 CPUtime=0 cores=0-7
/proc/1222/task/1250/stat : 1250 (python) S 1212 1212 1112 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916153101 296185856 5721 33554432000 4194304 5683644 140735776367856 18446744073709551615 274485791153 0 0 16781312 514 18446604451241242688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 395.8
Current children cumulated vsize (KiB) 642872

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1212 and gives
#  childrusage.ru_utime.tv_sec=199
#  childrusage.ru_utime.tv_usec=255708
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=393940
# CPU time returned by wait4() is 199.65
# while last known CPU time is 395.8
#
# 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): 395.8
CPU user time (s): 395.39
CPU system time (s): 0.41
CPU usage (%): 7.76076
Max. virtual memory (cumulated for all children) (KiB): 1006640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 199.256
system time used= 0.39394
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38121
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= 4428
involuntary context switches= 2146

runsolver used 6.67798 second user time and 16.8634 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-14 11:55:37
IDJOB=3385494
IDBENCH=82759
IDSOLVER=1870
FILE ID=node125/3385494-1308045337
RUNJOBID= node125-1308045214-1126
PBS_JOBID= 13565705
Free space on /tmp= 73988 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1189700536-035.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-3385494-1308045337/watcher-3385494-1308045337 -o /tmp/evaluation-result-3385494-1308045337/solver-3385494-1308045337 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385494-1308045337.cnf -seed 2107038995 -budget 40000 -cores 8

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

MD5SUM BENCH= 70c8eb249da14b3681c26bea452706d8
RANDOM SEED=2107038995

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30759184 kB
Buffers:        205964 kB
Cached:        1718956 kB
SwapCached:       3336 kB
Active:         492508 kB
Inactive:      1468556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30759184 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           31856 kB
Writeback:           0 kB
AnonPages:       34608 kB
Mapped:          13476 kB
Slab:           164336 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186052 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= 73956 MiB
End job on node125 at 2011-06-14 13:20:39