Trace number 3385521

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) 195.99 5100.08

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S373048162-052.SATISFIABLE.cnf
MD5SUM7a11fe5a7b45a740269507e820ccb021
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004998
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.47/11.33	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.47/11.33	c INFO: solving HOME/instance-3385521-1308045932.cnf
0.47/11.33	c INFO: computing task features
0.47/11.34	c INFO: computed variable-clause graph statistics
0.47/11.35	c INFO: computed clause balance statistics
0.47/11.39	c INFO: computed variable balance statistics
0.54/11.43	c INFO: computed small-clause counts
0.54/11.43	c INFO: computed Horn-clause counts
0.54/11.43	c INFO: computed variable graph statistics
0.54/11.43	c INFO: collected features for HOME/instance-3385521-1308045932.cnf in 0.09 s
0.57/11.57	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
0.64/11.60	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.17)
0.64/11.63	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.64/11.66	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.27)
0.64/11.69	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.24)
0.75/11.72	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.75/11.76	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
0.75/11.79	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.19)
1.04/11.80	Traceback (most recent call last):
1.04/11.80	  File "HOME/solve", line 33, in <module>
1.04/11.80	    plac.call(main)
1.04/11.80	  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.04/11.80	    cmd, result = parser_from(obj).consume(arglist)
1.04/11.80	  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.04/11.80	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1.04/11.80	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1.04/11.80	    (_, answer, _) = solver(input_path, budget / cores, cores)
1.04/11.80	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
1.04/11.80	    process.die()
1.04/11.80	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
1.04/11.80	    os.kill(self._process.pid, signal.SIGUSR1)
1.04/11.80	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-3385521-1308045932/watcher-3385521-1308045932 -o /tmp/evaluation-result-3385521-1308045932/solver-3385521-1308045932 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385521-1308045932.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: 7.50 10.03 6.94 1/170 18701
/proc/meminfo: memFree=32666476/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=11804 CPUtime=0 cores=0-7
/proc/18701/stat : 18701 (runsolver) S 18699 18701 18582 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 897008704 12087296 50 33554432000 4194304 5436572 140734512338800 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 3 0 0 0
/proc/18701/statm: 2951 50 31 304 0 2643 0

[startup+0.046739 s]
/proc/loadavg: 7.50 10.03 6.94 1/170 18701
/proc/meminfo: memFree=32666476/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=11804 CPUtime=0 cores=0-7
/proc/18701/stat : 18701 (runsolver) D 18699 18701 18582 0 -1 4202560 47 0 0 0 0 0 0 0 22 0 1 0 897008704 12087296 55 33554432000 4194304 5436572 140734512338800 18446744073709551615 5057063 0 0 4096 24578 18446744071562234166 0 0 17 4 0 0 0
/proc/18701/statm: 2951 55 36 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.100745 s]
/proc/loadavg: 7.50 10.03 6.94 1/170 18701
/proc/meminfo: memFree=32666476/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=1964 CPUtime=0 cores=0-7
/proc/18701/stat : 18701 (python) D 18699 18701 18582 0 -1 4194304 75 0 2 0 0 0 0 0 22 0 1 0 897008704 2011136 28 33554432000 4194304 5683644 140736698715024 18446744073709551615 254256694288 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 7
/proc/18701/statm: 491 28 21 364 0 37 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1964

[startup+0.300739 s]
/proc/loadavg: 7.50 10.03 6.94 1/170 18701
/proc/meminfo: memFree=32666476/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=15188 CPUtime=0 cores=0-7
/proc/18701/stat : 18701 (python) D 18699 18701 18582 0 -1 4202496 725 0 10 0 0 0 0 0 20 0 1 0 897008704 15552512 622 33554432000 4194304 5683644 140736698715024 18446744073709551615 254261616384 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 22
/proc/18701/statm: 3797 622 322 364 0 284 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15188

[startup+0.700623 s]
/proc/loadavg: 7.50 10.03 6.94 1/170 18701
/proc/meminfo: memFree=32666476/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=16536 CPUtime=0.02 cores=0-7
/proc/18701/stat : 18701 (python) D 18699 18701 18582 0 -1 4202496 1175 0 10 0 1 1 0 0 17 0 1 0 897008704 16932864 1045 33554432000 4194304 5683644 140736698715024 18446744073709551615 254261616384 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 46
/proc/18701/statm: 4134 1045 417 364 0 621 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16536

[startup+1.50049 s]
/proc/loadavg: 7.50 10.03 6.94 2/171 18702
/proc/meminfo: memFree=32661280/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=29792 CPUtime=0.03 cores=0-7
/proc/18701/stat : 18701 (python) D 18699 18701 18582 0 -1 4202496 1427 0 15 0 2 1 0 0 16 0 1 0 897008704 30507008 1283 33554432000 4194304 5683644 140736698715024 18446744073709551615 254261616384 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 100
/proc/18701/statm: 7448 1283 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+3.10021 s]
/proc/loadavg: 7.50 10.03 6.94 1/171 18703
/proc/meminfo: memFree=32657856/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=96948 CPUtime=0.09 cores=0-7
/proc/18701/stat : 18701 (python) D 18699 18701 18582 0 -1 4202496 2745 0 39 0 5 4 0 0 16 0 1 0 897008704 99274752 2486 33554432000 4194304 5683644 140736698715024 18446744073709551615 254256694288 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 255
/proc/18701/statm: 24237 2486 766 364 0 1685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 96948
heavy processes:

[startup+6.30065 s]
/proc/loadavg: 6.98 9.88 6.91 1/171 18707
/proc/meminfo: memFree=32637400/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=157384 CPUtime=0.29 cores=0-7
/proc/18701/stat : 18701 (python) D 18699 18701 18582 0 -1 4202496 6519 930 73 8 15 14 0 0 15 0 1 0 897008704 161161216 4695 33554432000 4194304 5683644 140736698715024 18446744073709551615 254261616384 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 461
/proc/18701/statm: 39346 4695 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 157384
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 6.42 9.72 6.87 3/174 18733
/proc/meminfo: memFree=32596448/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 897009864 296312832 5700 33554432000 4194304 5683644 140736698715024 18446744073709551615 254261636678 0 0 16781312 514 5333612163380510984 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5700 348 364 0 8257 0
[pid=18714] ppid=18711 vsize=2644 CPUtime=1.09 cores=0-7
/proc/18714/stat : 18714 (march_hi) R 18711 18714 18714 0 -1 4202496 732 0 0 0 109 0 0 0 22 0 1 0 897009864 2707456 467 33554432000 4194304 4955518 140734516375968 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18714/statm: 661 467 104 186 0 474 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 602076
heavy processes:

[startup+25.5002 s]
/proc/loadavg: 5.44 9.34 6.79 3/174 18733
/proc/meminfo: memFree=32595068/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.01 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 912 0 0 0 1 0 0 0 15 0 1 0 897009864 296312832 5723 33554432000 4194304 5683644 140736698715024 18446744073709551615 254261636678 0 0 16781312 514 5333612163380510984 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5723 371 364 0 8257 0
[pid=18714] ppid=18711 vsize=5424 CPUtime=13.88 cores=0-7
/proc/18714/stat : 18714 (march_hi) R 18711 18714 18714 0 -1 4202496 1266 0 0 0 1388 0 0 0 25 0 1 0 897009864 5554176 1001 33554432000 4194304 4955518 140734516375968 18446744073709551615 4227841 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18714/statm: 1356 1001 104 186 0 1169 0
Current children cumulated CPU time (s) 15.15
Current children cumulated vsize (KiB) 604856
heavy processes:

[startup+51.1007 s]
/proc/loadavg: 4.27 8.75 6.66 3/174 18734
/proc/meminfo: memFree=32590512/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.04 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 926 0 0 0 2 2 0 0 15 0 1 0 897009864 296312832 5723 33554432000 4194304 5683644 140736698715024 18446744073709551615 254261636678 0 0 16781312 514 5333612163380510984 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5723 371 364 0 8257 0
[pid=18714] ppid=18711 vsize=8840 CPUtime=39.49 cores=0-7
/proc/18714/stat : 18714 (march_hi) R 18711 18714 18714 0 -1 4202496 2244 0 0 0 3949 0 0 0 25 0 1 0 897009864 9052160 1979 33554432000 4194304 4955518 140734516375968 18446744073709551615 4244938 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18714/statm: 2210 1979 104 186 0 2023 0
Current children cumulated CPU time (s) 40.79
Current children cumulated vsize (KiB) 608272
heavy processes:

[startup+102.306 s]
/proc/loadavg: 2.98 7.70 6.42 3/174 18735
/proc/meminfo: memFree=32575636/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.1 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 946 0 0 0 5 5 0 0 15 0 1 0 897009864 296312832 5723 33554432000 4194304 5683644 140736698715024 18446744073709551615 254261636678 0 0 16781312 514 4476526631732609288 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5723 371 364 0 8257 0
[pid=18714] ppid=18711 vsize=18684 CPUtime=90.69 cores=0-7
/proc/18714/stat : 18714 (march_hi) R 18711 18714 18714 0 -1 4202496 4081 0 0 0 9069 0 0 0 25 0 1 0 897009864 19132416 3816 33554432000 4194304 4955518 140734516375968 18446744073709551615 4289943 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18714/statm: 4671 3816 104 186 0 4484 0
Current children cumulated CPU time (s) 92.05
Current children cumulated vsize (KiB) 618116

[startup+162.301 s]
/proc/loadavg: 2.36 6.66 6.14 3/174 18737
/proc/meminfo: memFree=32558988/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.16 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 967 0 0 0 8 8 0 0 15 0 1 0 897009864 296312832 5723 33554432000 4194304 5683644 140736698715024 18446744073709551615 254261636678 0 0 16781312 514 7187692228725145864 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5723 371 364 0 8257 0
[pid=18714] ppid=18711 vsize=28828 CPUtime=150.69 cores=0-7
/proc/18714/stat : 18714 (march_hi) R 18711 18714 18714 0 -1 4202496 6204 0 0 0 15068 1 0 0 25 0 1 0 897009864 29519872 5939 33554432000 4194304 4955518 140734516375968 18446744073709551615 4224758 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18714/statm: 7207 5939 104 186 0 7020 0
Current children cumulated CPU time (s) 152.11
Current children cumulated vsize (KiB) 628260

[startup+222.3 s]
/proc/loadavg: 1.91 5.76 5.86 2/175 18739
/proc/meminfo: memFree=32544560/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.22 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 1126 0 0 0 11 11 0 0 17 0 2 0 897009864 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5753 400 364 0 8257 0
[pid=18714] ppid=18711 vsize=37692 CPUtime=194.51 cores=0-7
/proc/18714/stat : 18714 (march_hi) T 18711 18714 18714 0 -1 4202496 7719 0 0 0 19450 1 0 0 25 0 1 0 897009864 38596608 7454 33554432000 4194304 4955518 140734516375968 18446744073709551615 4316073 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18714/statm: 9423 7454 104 186 0 9236 0
[pid=18711/tid=18739] ppid=18701 vsize=289368 CPUtime=0 cores=0-7
/proc/18711/task/18739/stat : 18739 (python) S 18701 18701 18582 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 897029316 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (KiB) 637124

[startup+282.301 s]
/proc/loadavg: 1.33 4.89 5.55 2/175 18741
/proc/meminfo: memFree=32536836/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.22 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 1126 0 0 0 11 11 0 0 17 0 2 0 897009864 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5753 400 364 0 8257 0
[pid=18714] ppid=18711 vsize=37692 CPUtime=194.51 cores=0-7
/proc/18714/stat : 18714 (march_hi) T 18711 18714 18714 0 -1 4202496 7719 0 0 0 19450 1 0 0 25 0 1 0 897009864 38596608 7454 33554432000 4194304 4955518 140734516375968 18446744073709551615 4316073 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18714/statm: 9423 7454 104 186 0 9236 0

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

Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (KiB) 637124
heavy processes:

[startup+4722.31 s]
/proc/loadavg: 0.00 0.00 0.01 1/174 18871
/proc/meminfo: memFree=32529720/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.22 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 1126 0 0 0 11 11 0 0 17 0 2 0 897009864 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5753 400 364 0 8257 0
[pid=18714] ppid=18711 vsize=37692 CPUtime=194.51 cores=0-7
/proc/18714/stat : 18714 (march_hi) T 18711 18714 18714 0 -1 4202496 7719 0 0 0 19450 1 0 0 25 0 1 0 897009864 38596608 7454 33554432000 4194304 4955518 140734516375968 18446744073709551615 4316073 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18714/statm: 9423 7454 104 186 0 9236 0
[pid=18711/tid=18739] ppid=18701 vsize=289368 CPUtime=0 cores=0-7
/proc/18711/task/18739/stat : 18739 (python) S 18701 18701 18582 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 897029316 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (KiB) 637124
heavy processes:

[startup+4782.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 18876
/proc/meminfo: memFree=32528672/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.22 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 1126 0 0 0 11 11 0 0 17 0 2 0 897009864 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5753 400 364 0 8257 0
[pid=18714] ppid=18711 vsize=37692 CPUtime=194.51 cores=0-7
/proc/18714/stat : 18714 (march_hi) T 18711 18714 18714 0 -1 4202496 7719 0 0 0 19450 1 0 0 25 0 1 0 897009864 38596608 7454 33554432000 4194304 4955518 140734516375968 18446744073709551615 4316073 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18714/statm: 9423 7454 104 186 0 9236 0
[pid=18711/tid=18739] ppid=18701 vsize=289368 CPUtime=0 cores=0-7
/proc/18711/task/18739/stat : 18739 (python) S 18701 18701 18582 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 897029316 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (KiB) 637124
heavy processes:

[startup+4842.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 18878
/proc/meminfo: memFree=32528904/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.22 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 1126 0 0 0 11 11 0 0 17 0 2 0 897009864 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5753 400 364 0 8257 0
[pid=18714] ppid=18711 vsize=37692 CPUtime=194.51 cores=0-7
/proc/18714/stat : 18714 (march_hi) T 18711 18714 18714 0 -1 4202496 7719 0 0 0 19450 1 0 0 25 0 1 0 897009864 38596608 7454 33554432000 4194304 4955518 140734516375968 18446744073709551615 4316073 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18714/statm: 9423 7454 104 186 0 9236 0
[pid=18711/tid=18739] ppid=18701 vsize=289368 CPUtime=0 cores=0-7
/proc/18711/task/18739/stat : 18739 (python) S 18701 18701 18582 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 897029316 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (KiB) 637124
heavy processes:

[startup+4902.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 18879
/proc/meminfo: memFree=32529124/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.22 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 1126 0 0 0 11 11 0 0 17 0 2 0 897009864 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5753 400 364 0 8257 0
[pid=18714] ppid=18711 vsize=37692 CPUtime=194.51 cores=0-7
/proc/18714/stat : 18714 (march_hi) T 18711 18714 18714 0 -1 4202496 7719 0 0 0 19450 1 0 0 25 0 1 0 897009864 38596608 7454 33554432000 4194304 4955518 140734516375968 18446744073709551615 4316073 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18714/statm: 9423 7454 104 186 0 9236 0
[pid=18711/tid=18739] ppid=18701 vsize=289368 CPUtime=0 cores=0-7
/proc/18711/task/18739/stat : 18739 (python) S 18701 18701 18582 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 897029316 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (KiB) 637124
heavy processes:

[startup+4962.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 18881
/proc/meminfo: memFree=32528960/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.22 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 1126 0 0 0 11 11 0 0 17 0 2 0 897009864 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5753 400 364 0 8257 0
[pid=18714] ppid=18711 vsize=37692 CPUtime=194.51 cores=0-7
/proc/18714/stat : 18714 (march_hi) T 18711 18714 18714 0 -1 4202496 7719 0 0 0 19450 1 0 0 25 0 1 0 897009864 38596608 7454 33554432000 4194304 4955518 140734516375968 18446744073709551615 4316073 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18714/statm: 9423 7454 104 186 0 9236 0
[pid=18711/tid=18739] ppid=18701 vsize=289368 CPUtime=0 cores=0-7
/proc/18711/task/18739/stat : 18739 (python) S 18701 18701 18582 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 897029316 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (KiB) 637124
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 18882
/proc/meminfo: memFree=32529044/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.22 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 1126 0 0 0 11 11 0 0 17 0 2 0 897009864 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5753 400 364 0 8257 0
[pid=18714] ppid=18711 vsize=37692 CPUtime=194.51 cores=0-7
/proc/18714/stat : 18714 (march_hi) T 18711 18714 18714 0 -1 4202496 7719 0 0 0 19450 1 0 0 25 0 1 0 897009864 38596608 7454 33554432000 4194304 4955518 140734516375968 18446744073709551615 4316073 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18714/statm: 9423 7454 104 186 0 9236 0
[pid=18711/tid=18739] ppid=18701 vsize=289368 CPUtime=0 cores=0-7
/proc/18711/task/18739/stat : 18739 (python) S 18701 18701 18582 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 897029316 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (KiB) 637124
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 0.05 0.01 0.00 1/174 18884
/proc/meminfo: memFree=32529136/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.22 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 1126 0 0 0 11 11 0 0 17 0 2 0 897009864 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5753 400 364 0 8257 0
[pid=18714] ppid=18711 vsize=37692 CPUtime=194.51 cores=0-7
/proc/18714/stat : 18714 (march_hi) T 18711 18714 18714 0 -1 4202496 7719 0 0 0 19450 1 0 0 25 0 1 0 897009864 38596608 7454 33554432000 4194304 4955518 140734516375968 18446744073709551615 4316073 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18714/statm: 9423 7454 104 186 0 9236 0
[pid=18711/tid=18739] ppid=18701 vsize=289368 CPUtime=0 cores=0-7
/proc/18711/task/18739/stat : 18739 (python) S 18701 18701 18582 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 897029316 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (KiB) 637124
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.03 0.01 0.00 1/174 18884
/proc/meminfo: memFree=32528992/32951124 swapFree=67057764/67111528
[pid=18701] ppid=18699 vsize=310064 CPUtime=1.26 cores=0-7
/proc/18701/stat : 18701 (python) S 18699 18701 18582 0 -1 4202496 15901 10640 143 8 61 21 41 3 18 0 1 0 897008704 317505536 7285 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273446719 0 0 16781312 2 18446744071562232103 0 0 17 7 0 0 905
/proc/18701/statm: 77516 7285 1891 364 0 13413 0
[pid=18711] ppid=18701 vsize=289368 CPUtime=0.22 cores=0-7
/proc/18711/stat : 18711 (python) S 18701 18701 18582 0 -1 4202560 1126 0 0 0 11 11 0 0 17 0 2 0 897009864 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18711/statm: 72342 5753 400 364 0 8257 0
[pid=18714] ppid=18711 vsize=37692 CPUtime=194.51 cores=0-7
/proc/18714/stat : 18714 (march_hi) T 18711 18714 18714 0 -1 4202496 7719 0 0 0 19450 1 0 0 25 0 1 0 897009864 38596608 7454 33554432000 4194304 4955518 140734516375968 18446744073709551615 4316073 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/18714/statm: 9423 7454 104 186 0 9236 0
[pid=18711/tid=18739] ppid=18701 vsize=289368 CPUtime=0 cores=0-7
/proc/18711/task/18739/stat : 18739 (python) S 18701 18701 18582 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 897029316 296312832 5753 33554432000 4194304 5683644 140736698715024 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (KiB) 637124
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 18701 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=167822
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=368943
# CPU time returned by wait4() is 1.53676
# while last known CPU time is 195.99
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.08
CPU time (s): 195.99
CPU user time (s): 195.63
CPU system time (s): 0.36
CPU usage (%): 3.84288
Max. virtual memory (cumulated for all children) (KiB): 637124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.16782
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31765
page faults= 152
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8570
involuntary context switches= 85

runsolver used 6.75497 second user time and 16.8314 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-14 12:05:32
IDJOB=3385521
IDBENCH=82786
IDSOLVER=1870
FILE ID=node140/3385521-1308045932
RUNJOBID= node140-1308045214-18596
PBS_JOBID= 13565700
Free space on /tmp= 74036 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S373048162-052.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-3385521-1308045932/watcher-3385521-1308045932 -o /tmp/evaluation-result-3385521-1308045932/solver-3385521-1308045932 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385521-1308045932.cnf -seed 2107038995 -budget 40000 -cores 8

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

MD5SUM BENCH= 7a11fe5a7b45a740269507e820ccb021
RANDOM SEED=2107038995

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32667432 kB
Buffers:         28284 kB
Cached:          80252 kB
SwapCached:       5484 kB
Active:          80392 kB
Inactive:        44920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32667432 kB
SwapTotal:    67111528 kB
SwapFree:     67057764 kB
Dirty:           32980 kB
Writeback:           0 kB
AnonPages:       16640 kB
Mapped:          12688 kB
Slab:            92264 kB
PageTables:       4280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182692 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= 74004 MiB
End job on node140 at 2011-06-14 13:30:36