Trace number 3322248

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-random? (exit code) 112.683 39.8485

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1610857498-043.SATISFIABLE.cnf
MD5SUM0d600e03980bc39de7eca1909ca62db5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.63	c INFO: solving HOME/instance-3322248-1304378005.cnf
0.35/0.63	c INFO: computing task features
0.35/0.64	c INFO: computed variable-clause graph statistics
0.35/0.64	c INFO: computed clause balance statistics
0.35/0.68	c INFO: computed variable balance statistics
0.44/0.71	c INFO: computed small-clause counts
0.44/0.71	c INFO: computed Horn-clause counts
0.44/0.72	c INFO: computed variable graph statistics
0.44/0.72	c INFO: collected features for HOME/instance-3322248-1304378005.cnf in 0.09 s
0.44/0.75	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.57)
0.44/0.79	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.32)
0.55/0.83	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.29)
0.55/0.87	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.08)
0.67/0.91	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
0.67/0.94	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.31)
0.67/0.98	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.28)
1.35/1.02	c INFO: running march_hi@0 for 679 with 39999 remaining (b = 0.24)
1.35/1.03	Traceback (most recent call last):
1.35/1.03	  File "HOME/solve", line 33, in <module>
1.35/1.03	    plac.call(main)
1.35/1.03	  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.35/1.03	    cmd, result = parser_from(obj).consume(arglist)
1.35/1.03	  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.35/1.03	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1.35/1.03	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1.35/1.03	    (_, answer, _) = solver(input_path, budget, cores)
1.35/1.03	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
1.35/1.03	    process.die()
1.35/1.03	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
1.35/1.03	    os.kill(self._process.pid, signal.SIGUSR1)
1.35/1.03	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-3322248-1304378005/watcher-3322248-1304378005 -o /tmp/evaluation-result-3322248-1304378005/solver-3322248-1304378005 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322248-1304378005.cnf -seed 172577614 -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.00 2.00 2.01 3/361 16450
/proc/meminfo: memFree=6844588/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=15776 CPUtime=0 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 928 0 0 0 0 0 0 0 21 0 1 0 628031157 16154624 807 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/16450/statm: 3944 807 356 364 0 431 0

[startup+0.0694479 s]
/proc/loadavg: 2.00 2.00 2.01 3/361 16450
/proc/meminfo: memFree=6844588/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=36508 CPUtime=0.03 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 1614 0 0 0 3 0 0 0 21 0 1 0 628031157 37384192 1445 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/16450/statm: 9127 1445 452 364 0 944 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36508

[startup+0.10043 s]
/proc/loadavg: 2.00 2.00 2.01 3/361 16450
/proc/meminfo: memFree=6844588/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=93960 CPUtime=0.05 cores=0-7
/proc/16450/stat : 16450 (python) R 16448 16450 15120 0 -1 4202496 2693 0 0 0 4 1 0 0 17 0 1 0 628031157 96215040 2407 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284923904 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16450/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.300398 s]
/proc/loadavg: 2.00 2.00 2.01 3/361 16450
/proc/meminfo: memFree=6844588/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=135748 CPUtime=0.17 cores=0-7
/proc/16450/stat : 16450 (python) R 16448 16450 15120 0 -1 4202496 5963 934 1 0 12 5 0 0 17 0 1 0 628031157 139005952 4151 33554432000 4194304 5683644 140736193792352 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16450/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700339 s]
/proc/loadavg: 2.00 2.00 2.01 3/361 16450
/proc/meminfo: memFree=6844588/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=278444 CPUtime=0.44 cores=0-7
/proc/16450/stat : 16450 (python) R 16448 16450 15120 0 -1 4202496 9336 934 1 0 34 10 0 0 16 0 1 0 628031157 285126656 7006 33554432000 4194304 5683644 140736193792352 18446744073709551615 46985733744326 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16450/statm: 69611 7006 1827 364 0 5535 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278444

[startup+1.50119 s]
/proc/loadavg: 2.00 2.00 2.01 9/379 16478
/proc/meminfo: memFree=6796884/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=375588 CPUtime=0.92 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 15877 7534 1 0 65 12 13 2 20 0 1 0 628031157 384602112 7443 33554432000 4194304 5683644 140736193792352 18446744073709551615 224296756031 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/16450/statm: 93897 7443 1891 364 0 29794 0
[pid=16460] ppid=16450 vsize=289356 CPUtime=0 cores=0-7
/proc/16460/stat : 16460 (python) S 16450 16450 15120 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 628031237 296300544 5697 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 4198933755701723396 0 0 17 3 0 0 0
/proc/16460/statm: 72339 5697 348 364 0 8254 0
[pid=16462] ppid=16460 vsize=2484 CPUtime=0.69 cores=0-7
/proc/16462/stat : 16462 (march_hi) R 16460 16462 16462 0 -1 4202496 696 0 0 0 69 0 0 0 21 0 1 0 628031237 2543616 434 33554432000 4194304 4955518 140735726872448 18446744073709551615 4224773 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16462/statm: 621 434 104 186 0 434 0
[pid=16463] ppid=16450 vsize=299312 CPUtime=0 cores=0-7
/proc/16463/stat : 16463 (python) S 16450 16450 15120 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 628031241 306495488 5631 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 3023463466632446210 0 0 17 4 0 0 0
/proc/16463/statm: 74828 5631 348 364 0 10740 0
[pid=16465] ppid=16463 vsize=2484 CPUtime=0.64 cores=0-7
/proc/16465/stat : 16465 (march_hi) R 16463 16465 16465 0 -1 4202496 698 0 0 0 64 0 0 0 24 0 1 0 628031241 2543616 432 33554432000 4194304 4955518 140736852920064 18446744073709551615 4311843 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16465/statm: 621 432 104 186 0 434 0
[pid=16466] ppid=16450 vsize=310004 CPUtime=0 cores=0-7
/proc/16466/stat : 16466 (python) S 16450 16450 15120 0 -1 4202560 755 0 0 0 0 0 0 0 16 0 1 0 628031245 317444096 5722 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 12491063424295338242 0 0 17 1 0 0 0
/proc/16466/statm: 77501 5722 348 364 0 13410 0
[pid=16468] ppid=16466 vsize=2484 CPUtime=0.62 cores=0-7
/proc/16468/stat : 16468 (march_hi) R 16466 16468 16468 0 -1 4202496 692 0 0 0 62 0 0 0 25 0 1 0 628031245 2543616 429 33554432000 4194304 4955518 140734313564096 18446744073709551615 4209653 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16468/statm: 621 429 104 186 0 434 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 1281712

[startup+3.10093 s]
/proc/loadavg: 2.00 2.00 2.01 7/369 16481
/proc/meminfo: memFree=6800684/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=375588 CPUtime=0.92 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 15877 7534 1 0 65 12 13 2 20 0 1 0 628031157 384602112 7443 33554432000 4194304 5683644 140736193792352 18446744073709551615 224296756031 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/16450/statm: 93897 7443 1891 364 0 29794 0
[pid=16460] ppid=16450 vsize=289356 CPUtime=0 cores=0-7
/proc/16460/stat : 16460 (python) S 16450 16450 15120 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 628031237 296300544 5697 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 4198933755701723396 0 0 17 3 0 0 0
/proc/16460/statm: 72339 5697 348 364 0 8254 0
[pid=16462] ppid=16460 vsize=2804 CPUtime=2.29 cores=0-7
/proc/16462/stat : 16462 (march_hi) R 16460 16462 16462 0 -1 4202496 756 0 0 0 229 0 0 0 25 0 1 0 628031237 2871296 494 33554432000 4194304 4955518 140735726872448 18446744073709551615 4286765 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16462/statm: 701 494 104 186 0 514 0
[pid=16463] ppid=16450 vsize=299312 CPUtime=0 cores=0-7
/proc/16463/stat : 16463 (python) S 16450 16450 15120 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 628031241 306495488 5631 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 3023463466632446210 0 0 17 4 0 0 0
/proc/16463/statm: 74828 5631 348 364 0 10740 0
[pid=16465] ppid=16463 vsize=2804 CPUtime=2.24 cores=0-7
/proc/16465/stat : 16465 (march_hi) R 16463 16465 16465 0 -1 4202496 759 0 0 0 224 0 0 0 25 0 1 0 628031241 2871296 493 33554432000 4194304 4955518 140736852920064 18446744073709551615 4227800 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16465/statm: 701 493 104 186 0 514 0
[pid=16466] ppid=16450 vsize=310004 CPUtime=0 cores=0-7
/proc/16466/stat : 16466 (python) S 16450 16450 15120 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 628031245 317444096 5722 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 12491063424295338242 0 0 17 1 0 0 0
/proc/16466/statm: 77501 5722 348 364 0 13410 0
[pid=16468] ppid=16466 vsize=2804 CPUtime=2.21 cores=0-7
/proc/16468/stat : 16468 (march_hi) R 16466 16468 16468 0 -1 4202496 749 0 0 0 221 0 0 0 25 0 1 0 628031245 2871296 486 33554432000 4194304 4955518 140734313564096 18446744073709551615 4227917 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16468/statm: 701 486 104 186 0 514 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 1282672

[startup+6.30036 s]
/proc/loadavg: 2.40 2.08 2.04 7/369 16481
/proc/meminfo: memFree=6799328/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=375588 CPUtime=0.92 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 15877 7534 1 0 65 12 13 2 20 0 1 0 628031157 384602112 7443 33554432000 4194304 5683644 140736193792352 18446744073709551615 224296756031 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/16450/statm: 93897 7443 1891 364 0 29794 0
[pid=16460] ppid=16450 vsize=289356 CPUtime=0.01 cores=0-7
/proc/16460/stat : 16460 (python) S 16450 16450 15120 0 -1 4202560 893 0 0 0 1 0 0 0 15 0 1 0 628031237 296300544 5720 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 4198933755701723396 0 0 17 3 0 0 0
/proc/16460/statm: 72339 5720 371 364 0 8254 0
[pid=16462] ppid=16460 vsize=3596 CPUtime=5.47 cores=0-7
/proc/16462/stat : 16462 (march_hi) R 16460 16462 16462 0 -1 4202496 905 0 0 0 547 0 0 0 25 0 1 0 628031237 3682304 643 33554432000 4194304 4955518 140735726872448 18446744073709551615 4227732 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16462/statm: 899 643 104 186 0 712 0
[pid=16463] ppid=16450 vsize=299312 CPUtime=0.02 cores=0-7
/proc/16463/stat : 16463 (python) S 16450 16450 15120 0 -1 4202560 917 0 0 0 1 1 0 0 15 0 1 0 628031241 306495488 5654 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 3023463466632446210 0 0 17 4 0 0 0
/proc/16463/statm: 74828 5654 371 364 0 10740 0
[pid=16465] ppid=16463 vsize=3596 CPUtime=5.44 cores=0-7
/proc/16465/stat : 16465 (march_hi) R 16463 16465 16465 0 -1 4202496 908 0 0 0 544 0 0 0 25 0 1 0 628031241 3682304 642 33554432000 4194304 4955518 140736852920064 18446744073709551615 4235344 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16465/statm: 899 642 104 186 0 712 0
[pid=16466] ppid=16450 vsize=310004 CPUtime=0.01 cores=0-7
/proc/16466/stat : 16466 (python) S 16450 16450 15120 0 -1 4202560 907 0 0 0 0 1 0 0 15 0 1 0 628031245 317444096 5745 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 12491063424295338242 0 0 17 1 0 0 0
/proc/16466/statm: 77501 5745 371 364 0 13410 0
[pid=16468] ppid=16466 vsize=3596 CPUtime=5.41 cores=0-7
/proc/16468/stat : 16468 (march_hi) R 16466 16468 16468 0 -1 4202496 888 0 0 0 541 0 0 0 25 0 1 0 628031245 3682304 625 33554432000 4194304 4955518 140734313564096 18446744073709551615 4235355 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16468/statm: 899 625 104 186 0 712 0
Current children cumulated CPU time (s) 17.28
Current children cumulated vsize (KiB) 1285048

[startup+12.7013 s]
/proc/loadavg: 2.69 2.15 2.06 7/369 16481
/proc/meminfo: memFree=6794508/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=375588 CPUtime=0.92 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 15877 7534 1 0 65 12 13 2 20 0 1 0 628031157 384602112 7443 33554432000 4194304 5683644 140736193792352 18446744073709551615 224296756031 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/16450/statm: 93897 7443 1891 364 0 29794 0
[pid=16460] ppid=16450 vsize=289356 CPUtime=0.03 cores=0-7
/proc/16460/stat : 16460 (python) S 16450 16450 15120 0 -1 4202560 898 0 0 0 2 1 0 0 15 0 1 0 628031237 296300544 5720 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 4198933755701723396 0 0 17 3 0 0 0
/proc/16460/statm: 72339 5720 371 364 0 8254 0
[pid=16462] ppid=16460 vsize=5488 CPUtime=11.86 cores=0-7
/proc/16462/stat : 16462 (march_hi) R 16460 16462 16462 0 -1 4202496 1219 0 0 0 1186 0 0 0 25 0 1 0 628031237 5619712 957 33554432000 4194304 4955518 140735726872448 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/16462/statm: 1372 957 104 186 0 1185 0
[pid=16463] ppid=16450 vsize=299312 CPUtime=0.04 cores=0-7
/proc/16463/stat : 16463 (python) S 16450 16450 15120 0 -1 4202560 922 0 0 0 2 2 0 0 15 0 1 0 628031241 306495488 5654 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 3023463466632446210 0 0 17 4 0 0 0
/proc/16463/statm: 74828 5654 371 364 0 10740 0
[pid=16465] ppid=16463 vsize=5488 CPUtime=11.84 cores=0-7
/proc/16465/stat : 16465 (march_hi) R 16463 16465 16465 0 -1 4202496 1223 0 0 0 1184 0 0 0 25 0 1 0 628031241 5619712 957 33554432000 4194304 4955518 140736852920064 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16465/statm: 1372 957 104 186 0 1185 0
[pid=16466] ppid=16450 vsize=310004 CPUtime=0.02 cores=0-7
/proc/16466/stat : 16466 (python) S 16450 16450 15120 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 628031245 317444096 5745 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 12491063424295338242 0 0 17 1 0 0 0
/proc/16466/statm: 77501 5745 371 364 0 13410 0
[pid=16468] ppid=16466 vsize=4724 CPUtime=11.81 cores=0-7
/proc/16468/stat : 16468 (march_hi) R 16466 16468 16468 0 -1 4202496 1185 0 0 0 1181 0 0 0 25 0 1 0 628031245 4837376 922 33554432000 4194304 4955518 140734313564096 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16468/statm: 1181 922 104 186 0 994 0
Current children cumulated CPU time (s) 36.52
Current children cumulated vsize (KiB) 1289960

[startup+25.5012 s]
/proc/loadavg: 3.42 2.34 2.12 7/369 16481
/proc/meminfo: memFree=6788624/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=375588 CPUtime=0.92 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 15877 7534 1 0 65 12 13 2 20 0 1 0 628031157 384602112 7443 33554432000 4194304 5683644 140736193792352 18446744073709551615 224296756031 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/16450/statm: 93897 7443 1891 364 0 29794 0
[pid=16460] ppid=16450 vsize=289356 CPUtime=0.06 cores=0-7
/proc/16460/stat : 16460 (python) S 16450 16450 15120 0 -1 4202560 904 0 0 0 4 2 0 0 15 0 1 0 628031237 296300544 5720 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 4198933755701723396 0 0 17 3 0 0 0
/proc/16460/statm: 72339 5720 371 364 0 8254 0
[pid=16462] ppid=16460 vsize=7124 CPUtime=24.56 cores=0-7
/proc/16462/stat : 16462 (march_hi) R 16460 16462 16462 0 -1 4202496 1705 0 0 0 2455 1 0 0 25 0 1 0 628031237 7294976 1443 33554432000 4194304 4955518 140735726872448 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16462/statm: 1781 1443 104 186 0 1594 0
[pid=16463] ppid=16450 vsize=299312 CPUtime=0.07 cores=0-7
/proc/16463/stat : 16463 (python) S 16450 16450 15120 0 -1 4202560 928 0 0 0 3 4 0 0 15 0 1 0 628031241 306495488 5654 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 3023463466632446210 0 0 17 4 0 0 0
/proc/16463/statm: 74828 5654 371 364 0 10740 0
[pid=16465] ppid=16463 vsize=7124 CPUtime=24.64 cores=0-7
/proc/16465/stat : 16465 (march_hi) R 16463 16465 16465 0 -1 4202496 1713 0 0 0 2464 0 0 0 25 0 1 0 628031241 7294976 1447 33554432000 4194304 4955518 140736852920064 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16465/statm: 1781 1447 104 186 0 1594 0
[pid=16466] ppid=16450 vsize=310004 CPUtime=0.06 cores=0-7
/proc/16466/stat : 16466 (python) S 16450 16450 15120 0 -1 4202560 918 0 0 0 3 3 0 0 15 0 1 0 628031245 317444096 5745 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 12491063424295338242 0 0 17 1 0 0 0
/proc/16466/statm: 77501 5745 371 364 0 13410 0
[pid=16468] ppid=16466 vsize=7124 CPUtime=24.61 cores=0-7
/proc/16468/stat : 16468 (march_hi) R 16466 16468 16468 0 -1 4202496 1645 0 0 0 2461 0 0 0 25 0 1 0 628031245 7294976 1382 33554432000 4194304 4955518 140734313564096 18446744073709551615 4238422 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16468/statm: 1781 1382 104 186 0 1594 0
Current children cumulated CPU time (s) 74.92
Current children cumulated vsize (KiB) 1295632

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

[startup+31.9141 s]
/proc/loadavg: 3.63 2.40 2.14 7/369 16481
/proc/meminfo: memFree=6784036/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=375588 CPUtime=0.92 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 15877 7534 1 0 65 12 13 2 20 0 1 0 628031157 384602112 7443 33554432000 4194304 5683644 140736193792352 18446744073709551615 224296756031 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/16450/statm: 93897 7443 1891 364 0 29794 0
[pid=16460] ppid=16450 vsize=289356 CPUtime=0.08 cores=0-7
/proc/16460/stat : 16460 (python) S 16450 16450 15120 0 -1 4202560 905 0 0 0 5 3 0 0 15 0 1 0 628031237 296300544 5720 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 4198933755701723396 0 0 17 3 0 0 0
/proc/16460/statm: 72339 5720 371 364 0 8254 0
[pid=16462] ppid=16460 vsize=8848 CPUtime=30.97 cores=0-7
/proc/16462/stat : 16462 (march_hi) R 16460 16462 16462 0 -1 4202496 1951 0 0 0 3096 1 0 0 25 0 1 0 628031237 9060352 1689 33554432000 4194304 4955518 140735726872448 18446744073709551615 4235315 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16462/statm: 2212 1689 104 186 0 2025 0
[pid=16463] ppid=16450 vsize=299312 CPUtime=0.08 cores=0-7
/proc/16463/stat : 16463 (python) S 16450 16450 15120 0 -1 4202560 930 0 0 0 4 4 0 0 15 0 1 0 628031241 306495488 5654 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 3023463466632446210 0 0 17 4 0 0 0
/proc/16463/statm: 74828 5654 371 364 0 10740 0
[pid=16465] ppid=16463 vsize=8848 CPUtime=31.05 cores=0-7
/proc/16465/stat : 16465 (march_hi) R 16463 16465 16465 0 -1 4202496 1960 0 0 0 3105 0 0 0 25 0 1 0 628031241 9060352 1694 33554432000 4194304 4955518 140736852920064 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16465/statm: 2212 1694 104 186 0 2025 0
[pid=16466] ppid=16450 vsize=310004 CPUtime=0.08 cores=0-7
/proc/16466/stat : 16466 (python) S 16450 16450 15120 0 -1 4202560 920 0 0 0 4 4 0 0 15 0 1 0 628031245 317444096 5745 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 12491063424295338242 0 0 17 1 0 0 0
/proc/16466/statm: 77501 5745 371 364 0 13410 0
[pid=16468] ppid=16466 vsize=8848 CPUtime=31.02 cores=0-7
/proc/16468/stat : 16468 (march_hi) R 16466 16468 16468 0 -1 4202496 1872 0 0 0 3102 0 0 0 25 0 1 0 628031245 9060352 1609 33554432000 4194304 4955518 140734313564096 18446744073709551615 4315056 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16468/statm: 2212 1609 104 186 0 2025 0
Current children cumulated CPU time (s) 94.2
Current children cumulated vsize (KiB) 1300804

[startup+35.1006 s]
/proc/loadavg: 3.82 2.46 2.16 7/369 16481
/proc/meminfo: memFree=6782396/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=375588 CPUtime=0.92 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 15877 7534 1 0 65 12 13 2 20 0 1 0 628031157 384602112 7443 33554432000 4194304 5683644 140736193792352 18446744073709551615 224296756031 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/16450/statm: 93897 7443 1891 364 0 29794 0
[pid=16460] ppid=16450 vsize=289356 CPUtime=0.1 cores=0-7
/proc/16460/stat : 16460 (python) S 16450 16450 15120 0 -1 4202560 906 0 0 0 6 4 0 0 15 0 1 0 628031237 296300544 5720 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 4198933755701723396 0 0 17 3 0 0 0
/proc/16460/statm: 72339 5720 371 364 0 8254 0
[pid=16462] ppid=16460 vsize=9812 CPUtime=34.16 cores=0-7
/proc/16462/stat : 16462 (march_hi) R 16460 16462 16462 0 -1 4202496 2071 0 0 0 3415 1 0 0 25 0 1 0 628031237 10047488 1809 33554432000 4194304 4955518 140735726872448 18446744073709551615 4307558 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16462/statm: 2453 1809 104 186 0 2266 0
[pid=16463] ppid=16450 vsize=299312 CPUtime=0.1 cores=0-7
/proc/16463/stat : 16463 (python) S 16450 16450 15120 0 -1 4202560 932 0 0 0 5 5 0 0 15 0 1 0 628031241 306495488 5654 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 3023463466632446210 0 0 17 4 0 0 0
/proc/16463/statm: 74828 5654 371 364 0 10740 0
[pid=16465] ppid=16463 vsize=9812 CPUtime=34.25 cores=0-7
/proc/16465/stat : 16465 (march_hi) R 16463 16465 16465 0 -1 4202496 2079 0 0 0 3425 0 0 0 25 0 1 0 628031241 10047488 1813 33554432000 4194304 4955518 140736852920064 18446744073709551615 4227583 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16465/statm: 2453 1813 104 186 0 2266 0
[pid=16466] ppid=16450 vsize=310004 CPUtime=0.1 cores=0-7
/proc/16466/stat : 16466 (python) S 16450 16450 15120 0 -1 4202560 922 0 0 0 5 5 0 0 15 0 1 0 628031245 317444096 5745 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 13870084097696563458 0 0 17 1 0 0 0
/proc/16466/statm: 77501 5745 371 364 0 13410 0
[pid=16468] ppid=16466 vsize=8848 CPUtime=34.22 cores=0-7
/proc/16468/stat : 16468 (march_hi) R 16466 16468 16468 0 -1 4202496 1984 0 0 0 3422 0 0 0 25 0 1 0 628031245 9060352 1721 33554432000 4194304 4955518 140734313564096 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16468/statm: 2212 1721 104 186 0 2025 0
Current children cumulated CPU time (s) 103.85
Current children cumulated vsize (KiB) 1302732

[startup+38.301 s]
/proc/loadavg: 3.82 2.46 2.16 5/365 16483
/proc/meminfo: memFree=6801096/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=375588 CPUtime=73.56 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 15877 14195 1 0 65 12 7265 14 16 0 1 0 628031157 384602112 7443 33554432000 4194304 5683644 140736193792352 18446744073709551615 224296756031 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/16450/statm: 93897 7443 1891 364 0 29794 0
[pid=16466] ppid=16450 vsize=310004 CPUtime=0.11 cores=0-7
/proc/16466/stat : 16466 (python) S 16450 16450 15120 0 -1 4202560 924 0 0 0 6 5 0 0 15 0 1 0 628031245 317444096 5745 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 13870084097696563458 0 0 17 1 0 0 0
/proc/16466/statm: 77501 5745 371 364 0 13410 0
[pid=16468] ppid=16466 vsize=9812 CPUtime=37.41 cores=0-7
/proc/16468/stat : 16468 (march_hi) R 16466 16468 16468 0 -1 4202496 2095 0 0 0 3741 0 0 0 25 0 1 0 628031245 10047488 1832 33554432000 4194304 4955518 140734313564096 18446744073709551615 4227617 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16468/statm: 2453 1832 104 186 0 2266 0
Current children cumulated CPU time (s) 111.08
Current children cumulated vsize (KiB) 695404

[startup+39.1009 s]
/proc/loadavg: 3.75 2.46 2.17 4/364 16483
/proc/meminfo: memFree=6808172/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=375588 CPUtime=73.56 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 15877 14195 1 0 65 12 7265 14 16 0 1 0 628031157 384602112 7443 33554432000 4194304 5683644 140736193792352 18446744073709551615 224296756031 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/16450/statm: 93897 7443 1891 364 0 29794 0
[pid=16466] ppid=16450 vsize=310004 CPUtime=0.11 cores=0-7
/proc/16466/stat : 16466 (python) S 16450 16450 15120 0 -1 4202560 924 0 0 0 6 5 0 0 15 0 1 0 628031245 317444096 5745 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 12491063424295338242 0 0 17 1 0 0 0
/proc/16466/statm: 77501 5745 371 364 0 13410 0
[pid=16468] ppid=16466 vsize=9812 CPUtime=38.21 cores=0-7
/proc/16468/stat : 16468 (march_hi) R 16466 16468 16468 0 -1 4202496 2121 0 0 0 3821 0 0 0 25 0 1 0 628031245 10047488 1858 33554432000 4194304 4955518 140734313564096 18446744073709551615 4235344 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16468/statm: 2453 1858 104 186 0 2266 0
Current children cumulated CPU time (s) 111.88
Current children cumulated vsize (KiB) 695404

[startup+39.5009 s]
/proc/loadavg: 3.75 2.46 2.17 4/364 16483
/proc/meminfo: memFree=6808168/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=375588 CPUtime=73.56 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 15877 14195 1 0 65 12 7265 14 16 0 1 0 628031157 384602112 7443 33554432000 4194304 5683644 140736193792352 18446744073709551615 224296756031 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/16450/statm: 93897 7443 1891 364 0 29794 0
[pid=16466] ppid=16450 vsize=310004 CPUtime=0.11 cores=0-7
/proc/16466/stat : 16466 (python) S 16450 16450 15120 0 -1 4202560 924 0 0 0 6 5 0 0 15 0 1 0 628031245 317444096 5745 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 12491063424295338242 0 0 17 1 0 0 0
/proc/16466/statm: 77501 5745 371 364 0 13410 0
[pid=16468] ppid=16466 vsize=9812 CPUtime=38.62 cores=0-7
/proc/16468/stat : 16468 (march_hi) R 16466 16468 16468 0 -1 4202496 2136 0 0 0 3862 0 0 0 25 0 1 0 628031245 10047488 1873 33554432000 4194304 4955518 140734313564096 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16468/statm: 2453 1873 104 186 0 2266 0
Current children cumulated CPU time (s) 112.29
Current children cumulated vsize (KiB) 695404

[startup+39.7008 s]
/proc/loadavg: 3.75 2.46 2.17 4/364 16483
/proc/meminfo: memFree=6808168/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=375588 CPUtime=73.56 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 15877 14195 1 0 65 12 7265 14 16 0 1 0 628031157 384602112 7443 33554432000 4194304 5683644 140736193792352 18446744073709551615 224296756031 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/16450/statm: 93897 7443 1891 364 0 29794 0
[pid=16466] ppid=16450 vsize=310004 CPUtime=0.11 cores=0-7
/proc/16466/stat : 16466 (python) S 16450 16450 15120 0 -1 4202560 924 0 0 0 6 5 0 0 15 0 1 0 628031245 317444096 5745 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 12491063424295338242 0 0 17 1 0 0 0
/proc/16466/statm: 77501 5745 371 364 0 13410 0
[pid=16468] ppid=16466 vsize=9812 CPUtime=38.81 cores=0-7
/proc/16468/stat : 16468 (march_hi) R 16466 16468 16468 0 -1 4202496 2143 0 0 0 3881 0 0 0 25 0 1 0 628031245 10047488 1880 33554432000 4194304 4955518 140734313564096 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16468/statm: 2453 1880 104 186 0 2266 0
Current children cumulated CPU time (s) 112.48
Current children cumulated vsize (KiB) 695404

[startup+39.8008 s]
/proc/loadavg: 3.75 2.46 2.17 4/364 16483
/proc/meminfo: memFree=6808168/32951124 swapFree=61020456/67111528
[pid=16450] ppid=16448 vsize=375588 CPUtime=73.56 cores=0-7
/proc/16450/stat : 16450 (python) S 16448 16450 15120 0 -1 4202496 15877 14195 1 0 65 12 7265 14 16 0 1 0 628031157 384602112 7443 33554432000 4194304 5683644 140736193792352 18446744073709551615 224296756031 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/16450/statm: 93897 7443 1891 364 0 29794 0
[pid=16466] ppid=16450 vsize=310004 CPUtime=0.11 cores=0-7
/proc/16466/stat : 16466 (python) S 16450 16450 15120 0 -1 4202560 924 0 0 0 6 5 0 0 15 0 1 0 628031245 317444096 5745 33554432000 4194304 5683644 140736193792352 18446744073709551615 224284945990 0 0 16781312 514 12491063424295338242 0 0 17 1 0 0 0
/proc/16466/statm: 77501 5745 371 364 0 13410 0
[pid=16468] ppid=16466 vsize=9812 CPUtime=38.91 cores=0-7
/proc/16468/stat : 16468 (march_hi) R 16466 16468 16468 0 -1 4202496 2148 0 0 0 3891 0 0 0 25 0 1 0 628031245 10047488 1885 33554432000 4194304 4955518 140734313564096 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16468/statm: 2453 1885 104 186 0 2266 0
Current children cumulated CPU time (s) 112.58
Current children cumulated vsize (KiB) 695404

Child status: 1
Real time (s): 39.8485
CPU time (s): 112.683
CPU user time (s): 112.339
CPU system time (s): 0.343947
CPU usage (%): 282.778
Max. virtual memory (cumulated for all children) (KiB): 2128532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.339
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37622
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= 3604
involuntary context switches= 944

runsolver used 0.154976 second user time and 0.328949 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-03 01:13:25
IDJOB=3322248
IDBENCH=83026
IDSOLVER=1712
FILE ID=node118/3322248-1304378005
RUNJOBID= node118-1304366467-15134
PBS_JOBID= 13181753
Free space on /tmp= 73236 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1610857498-043.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-3322248-1304378005/watcher-3322248-1304378005 -o /tmp/evaluation-result-3322248-1304378005/solver-3322248-1304378005 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322248-1304378005.cnf -seed 172577614 -budget 40000 -cores 8

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

MD5SUM BENCH= 0d600e03980bc39de7eca1909ca62db5
RANDOM SEED=172577614

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6844868 kB
Buffers:         20680 kB
Cached:         216644 kB
SwapCached:      96740 kB
Active:       12824472 kB
Inactive:     13042308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6844868 kB
SwapTotal:    67111528 kB
SwapFree:     61020456 kB
Dirty:           31868 kB
Writeback:           0 kB
AnonPages:    25544516 kB
Mapped:          17724 kB
Slab:            79992 kB
PageTables:      89992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89514304 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= 73204 MiB
End job on node118 at 2011-05-03 01:14:05