Trace number 3378692

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v800-c3408-S91768321-029.SATISFIABLE.cnf
MD5SUMa8d280a0ad5a42e6946605bb6356e226
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012998
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses3408
Sum of the clauses size10224
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33408
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3378692-1305467064.cnf
0.31/0.46	c INFO: computing task features
0.31/0.48	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.40/0.54	c INFO: computed variable balance statistics
0.40/0.59	c INFO: computed small-clause counts
0.40/0.59	c INFO: computed Horn-clause counts
0.40/0.59	c INFO: computed variable graph statistics
0.40/0.59	c INFO: collected features for HOME/instance-3378692-1305467064.cnf in 0.13 s
0.50/0.60	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.59)
0.50/0.61	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.08)
0.50/0.62	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.35)
0.50/0.63	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.31)
0.50/0.63	Traceback (most recent call last):
0.50/0.63	  File "HOME/solve", line 33, in <module>
0.50/0.63	    plac.call(main)
0.50/0.63	  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.50/0.63	    cmd, result = parser_from(obj).consume(arglist)
0.50/0.63	  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.50/0.63	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.50/0.63	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.50/0.63	    (_, answer, _) = solver(input_path, budget / cores, cores)
0.50/0.63	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.50/0.63	    process.die()
0.50/0.63	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.50/0.63	    os.kill(self._process.pid, signal.SIGUSR1)
0.50/0.63	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: 961)

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-3378692-1305467064/watcher-3378692-1305467064 -o /tmp/evaluation-result-3378692-1305467064/solver-3378692-1305467064 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378692-1305467064.cnf -seed 1801496009 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.89 8.14 8.03 5/430 18464
/proc/meminfo: memFree=14403180/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=16236 CPUtime=0 cores=1,3,5,7
/proc/18464/stat : 18464 (python) R 18462 18464 17418 0 -1 4202496 1040 0 0 0 0 0 0 0 25 0 1 0 114315813 16625664 912 33554432000 4194304 5683644 140735287998976 18446744073709551615 4619662 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18464/statm: 4059 912 380 364 0 546 0

[startup+0.078657 s]
/proc/loadavg: 7.89 8.14 8.03 5/430 18464
/proc/meminfo: memFree=14403180/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=85364 CPUtime=0.05 cores=1,3,5,7
/proc/18464/stat : 18464 (python) R 18462 18464 17418 0 -1 4202496 2595 0 0 0 4 1 0 0 17 0 1 0 114315813 87412736 2315 33554432000 4194304 5683644 140735287998976 18446744073709551615 218880564992 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18464/statm: 21341 2315 713 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.100646 s]
/proc/loadavg: 7.89 8.14 8.03 5/430 18464
/proc/meminfo: memFree=14403180/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=104224 CPUtime=0.07 cores=1,3,5,7
/proc/18464/stat : 18464 (python) R 18462 18464 17418 0 -1 4202496 3068 0 0 0 5 2 0 0 17 0 1 0 114315813 106725376 2749 33554432000 4194304 5683644 140735287998976 18446744073709551615 218880563200 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18464/statm: 26056 2751 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300622 s]
/proc/loadavg: 7.89 8.14 8.03 5/430 18464
/proc/meminfo: memFree=14403180/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=187688 CPUtime=0.23 cores=1,3,5,7
/proc/18464/stat : 18464 (python) R 18462 18464 17418 0 -1 4202496 6823 935 1 0 17 6 0 0 17 0 1 0 114315813 192192512 4881 33554432000 4194304 5683644 140735287998976 18446744073709551615 218880251632 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18464/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187688

[startup+0.700554 s]
/proc/loadavg: 7.89 8.14 8.03 5/430 18464
/proc/meminfo: memFree=14403180/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 310072

[startup+1.50041 s]
/proc/loadavg: 7.89 8.14 8.03 6/433 18482
/proc/meminfo: memFree=14374004/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=0 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 114315876 306388992 5615 33554432000 4194304 5683644 140735287998976 18446744073709551615 218880585286 0 0 16781312 514 12571829150425252101 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5615 348 364 0 10714 0
[pid=18479] ppid=18477 vsize=3216 CPUtime=0.86 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) R 18477 18479 18479 0 -1 4202496 844 0 0 0 86 0 0 0 25 0 1 0 114315876 3293184 582 33554432000 4194304 4955518 140733294033072 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18479/statm: 804 582 104 186 0 617 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 612496

[startup+3.10113 s]
/proc/loadavg: 7.89 8.14 8.03 6/433 18482
/proc/meminfo: memFree=14372516/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=0 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 114315876 306388992 5615 33554432000 4194304 5683644 140735287998976 18446744073709551615 218880585286 0 0 16781312 514 12571829150425252101 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5615 348 364 0 10714 0
[pid=18479] ppid=18477 vsize=3604 CPUtime=2.47 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) R 18477 18479 18479 0 -1 4202496 921 0 0 0 247 0 0 0 25 0 1 0 114315876 3690496 659 33554432000 4194304 4955518 140733294033072 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18479/statm: 901 659 104 186 0 714 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 612884

[startup+6.30056 s]
/proc/loadavg: 7.82 8.13 8.02 6/433 18482
/proc/meminfo: memFree=14370560/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=0.01 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 902 0 0 0 0 1 0 0 15 0 1 0 114315876 306388992 5637 33554432000 4194304 5683644 140735287998976 18446744073709551615 218880585286 0 0 16781312 514 12571829150425252101 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5637 370 364 0 10714 0
[pid=18479] ppid=18477 vsize=4172 CPUtime=5.67 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) R 18477 18479 18479 0 -1 4202496 1056 0 0 0 567 0 0 0 25 0 1 0 114315876 4272128 794 33554432000 4194304 4955518 140733294033072 18446744073709551615 4235355 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18479/statm: 1043 794 104 186 0 856 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 613452

[startup+12.7004 s]
/proc/loadavg: 7.59 8.07 8.00 6/433 18483
/proc/meminfo: memFree=14366896/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=0.02 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 908 0 0 0 1 1 0 0 15 0 1 0 114315876 306388992 5638 33554432000 4194304 5683644 140735287998976 18446744073709551615 218880585286 0 0 16781312 514 12571829150425252101 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5638 371 364 0 10714 0
[pid=18479] ppid=18477 vsize=5936 CPUtime=12.07 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) R 18477 18479 18479 0 -1 4202496 1370 0 0 0 1207 0 0 0 25 0 1 0 114315876 6078464 1108 33554432000 4194304 4955518 140733294033072 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18479/statm: 1484 1108 104 186 0 1297 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 615216

[startup+25.5012 s]
/proc/loadavg: 7.02 7.92 7.95 6/433 18483
/proc/meminfo: memFree=14361580/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=0.06 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 914 0 0 0 3 3 0 0 15 0 1 0 114315876 306388992 5638 33554432000 4194304 5683644 140735287998976 18446744073709551615 218880585286 0 0 16781312 514 12571829150425252101 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5638 371 364 0 10714 0
[pid=18479] ppid=18477 vsize=7440 CPUtime=24.86 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) R 18477 18479 18479 0 -1 4202496 1889 0 0 0 2486 0 0 0 25 0 1 0 114315876 7618560 1627 33554432000 4194304 4955518 140733294033072 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18479/statm: 1860 1627 104 186 0 1673 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 616720

[startup+51.1007 s]
/proc/loadavg: 6.46 7.72 7.89 6/433 18483
/proc/meminfo: memFree=14349836/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=0.15 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 929 0 0 0 8 7 0 0 15 0 1 0 114315876 306388992 5638 33554432000 4194304 5683644 140735287998976 18446744073709551615 218880585286 0 0 16781312 514 12942483311946596613 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5638 371 364 0 10714 0
[pid=18479] ppid=18477 vsize=12464 CPUtime=50.46 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) R 18477 18479 18479 0 -1 4202496 2884 0 0 0 5046 0 0 0 25 0 1 0 114315876 12763136 2622 33554432000 4194304 4955518 140733294033072 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18479/statm: 3116 2622 104 186 0 2929 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 621744

[startup+102.314 s]
/proc/loadavg: 5.75 7.33 7.74 6/433 18485
/proc/meminfo: memFree=14325444/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=0.29 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 945 0 0 0 16 13 0 0 15 0 1 0 114315876 306388992 5638 33554432000 4194304 5683644 140735287998976 18446744073709551615 218880585286 0 0 16781312 514 12942483311946596613 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5638 371 364 0 10714 0
[pid=18479] ppid=18477 vsize=23584 CPUtime=101.68 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) R 18477 18479 18479 0 -1 4202496 4889 0 0 0 10168 0 0 0 25 0 1 0 114315876 24150016 4627 33554432000 4194304 4955518 140733294033072 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18479/statm: 5896 4627 104 186 0 5709 0
Current children cumulated CPU time (s) 102.54
Current children cumulated vsize (KiB) 632864

[startup+162.301 s]
/proc/loadavg: 2.87 6.23 7.34 2/359 18504
/proc/meminfo: memFree=14791720/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=0.45 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 963 0 0 0 24 21 0 0 15 0 1 0 114315876 306388992 5638 33554432000 4194304 5683644 140735287998976 18446744073709551615 218880585286 0 0 16781312 514 12942483311946596613 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5638 371 364 0 10714 0
[pid=18479] ppid=18477 vsize=35288 CPUtime=161.66 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) R 18477 18479 18479 0 -1 4202496 7205 0 0 0 16166 0 0 0 25 0 1 0 114315876 36134912 6943 33554432000 4194304 4955518 140733294033072 18446744073709551615 4224665 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18479/statm: 8822 6943 104 186 0 8635 0
Current children cumulated CPU time (s) 162.68
Current children cumulated vsize (KiB) 644568

[startup+222.301 s]
/proc/loadavg: 1.68 5.28 6.94 2/359 18505
/proc/meminfo: memFree=14782660/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=0.6 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 978 0 0 0 31 29 0 0 15 0 1 0 114315876 306388992 5638 33554432000 4194304 5683644 140735287998976 18446744073709551615 218880585286 0 0 16781312 514 12571829150425252101 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5638 371 364 0 10714 0
[pid=18479] ppid=18477 vsize=54068 CPUtime=221.67 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) R 18477 18479 18479 0 -1 4202496 9486 0 0 0 22166 1 0 0 25 0 1 0 114315876 55365632 9224 33554432000 4194304 4955518 140733294033072 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18479/statm: 13517 9224 104 186 0 13330 0
Current children cumulated CPU time (s) 222.84
Current children cumulated vsize (KiB) 663348

[startup+282.301 s]

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

/proc/18477/task/18518/stat : 18518 (python) S 18464 18464 17418 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 114384167 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892388785 0 0 16781312 514 18446604468633168704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 685.27
Current children cumulated vsize (KiB) 723952

[startup+882.301 s]
/proc/loadavg: 0.04 0.98 3.71 1/360 18523
/proc/meminfo: memFree=14715332/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=1.78 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 1137 0 0 0 88 90 0 0 16 0 2 0 114315876 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5668 400 364 0 10714 0
[pid=18479] ppid=18477 vsize=114672 CPUtime=682.92 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) T 18477 18479 18479 0 -1 4202496 26492 0 0 0 68287 5 0 0 25 0 1 0 114315876 117424128 26230 33554432000 4194304 4955518 140733294033072 18446744073709551615 4227859 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18479/statm: 28668 26230 104 186 0 28481 0
[pid=18477/tid=18518] ppid=18464 vsize=299208 CPUtime=0 cores=1,3,5,7
/proc/18477/task/18518/stat : 18518 (python) S 18464 18464 17418 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 114384167 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892388785 0 0 16781312 514 18446604468633168704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 685.27
Current children cumulated vsize (KiB) 723952
heavy processes:

[startup+942.301 s]
/proc/loadavg: 0.01 0.80 3.47 1/360 18525
/proc/meminfo: memFree=14715444/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=1.78 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 1137 0 0 0 88 90 0 0 16 0 2 0 114315876 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5668 400 364 0 10714 0
[pid=18479] ppid=18477 vsize=114672 CPUtime=682.92 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) T 18477 18479 18479 0 -1 4202496 26492 0 0 0 68287 5 0 0 25 0 1 0 114315876 117424128 26230 33554432000 4194304 4955518 140733294033072 18446744073709551615 4227859 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18479/statm: 28668 26230 104 186 0 28481 0
[pid=18477/tid=18518] ppid=18464 vsize=299208 CPUtime=0 cores=1,3,5,7
/proc/18477/task/18518/stat : 18518 (python) S 18464 18464 17418 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 114384167 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892388785 0 0 16781312 514 18446604468633168704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 685.27
Current children cumulated vsize (KiB) 723952
heavy processes:

[startup+1002.3 s]
/proc/loadavg: 0.00 0.65 3.25 1/360 18536
/proc/meminfo: memFree=14713832/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=1.78 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 1137 0 0 0 88 90 0 0 16 0 2 0 114315876 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5668 400 364 0 10714 0
[pid=18479] ppid=18477 vsize=114672 CPUtime=682.92 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) T 18477 18479 18479 0 -1 4202496 26492 0 0 0 68287 5 0 0 25 0 1 0 114315876 117424128 26230 33554432000 4194304 4955518 140733294033072 18446744073709551615 4227859 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18479/statm: 28668 26230 104 186 0 28481 0
[pid=18477/tid=18518] ppid=18464 vsize=299208 CPUtime=0 cores=1,3,5,7
/proc/18477/task/18518/stat : 18518 (python) S 18464 18464 17418 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 114384167 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892388785 0 0 16781312 514 18446604468633168704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 685.27
Current children cumulated vsize (KiB) 723952
heavy processes:

[startup+1062.3 s]
/proc/loadavg: 0.00 0.53 3.05 1/360 18538
/proc/meminfo: memFree=14714288/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=1.78 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 1137 0 0 0 88 90 0 0 16 0 2 0 114315876 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5668 400 364 0 10714 0
[pid=18479] ppid=18477 vsize=114672 CPUtime=682.92 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) T 18477 18479 18479 0 -1 4202496 26492 0 0 0 68287 5 0 0 25 0 1 0 114315876 117424128 26230 33554432000 4194304 4955518 140733294033072 18446744073709551615 4227859 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18479/statm: 28668 26230 104 186 0 28481 0
[pid=18477/tid=18518] ppid=18464 vsize=299208 CPUtime=0 cores=1,3,5,7
/proc/18477/task/18518/stat : 18518 (python) S 18464 18464 17418 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 114384167 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892388785 0 0 16781312 514 18446604468633168704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 685.27
Current children cumulated vsize (KiB) 723952
heavy processes:

[startup+1122.3 s]
/proc/loadavg: 0.00 0.43 2.85 1/360 18539
/proc/meminfo: memFree=14714392/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=1.78 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 1137 0 0 0 88 90 0 0 16 0 2 0 114315876 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5668 400 364 0 10714 0
[pid=18479] ppid=18477 vsize=114672 CPUtime=682.92 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) T 18477 18479 18479 0 -1 4202496 26492 0 0 0 68287 5 0 0 25 0 1 0 114315876 117424128 26230 33554432000 4194304 4955518 140733294033072 18446744073709551615 4227859 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18479/statm: 28668 26230 104 186 0 28481 0
[pid=18477/tid=18518] ppid=18464 vsize=299208 CPUtime=0 cores=1,3,5,7
/proc/18477/task/18518/stat : 18518 (python) S 18464 18464 17418 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 114384167 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892388785 0 0 16781312 514 18446604468633168704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 685.27
Current children cumulated vsize (KiB) 723952
heavy processes:

[startup+1182.3 s]
/proc/loadavg: 0.00 0.35 2.67 1/360 18540
/proc/meminfo: memFree=14714388/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=1.78 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 1137 0 0 0 88 90 0 0 16 0 2 0 114315876 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5668 400 364 0 10714 0
[pid=18479] ppid=18477 vsize=114672 CPUtime=682.92 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) T 18477 18479 18479 0 -1 4202496 26492 0 0 0 68287 5 0 0 25 0 1 0 114315876 117424128 26230 33554432000 4194304 4955518 140733294033072 18446744073709551615 4227859 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18479/statm: 28668 26230 104 186 0 28481 0
[pid=18477/tid=18518] ppid=18464 vsize=299208 CPUtime=0 cores=1,3,5,7
/proc/18477/task/18518/stat : 18518 (python) S 18464 18464 17418 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 114384167 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892388785 0 0 16781312 514 18446604468633168704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 685.27
Current children cumulated vsize (KiB) 723952
heavy processes:

[startup+1242.3 s]
/proc/loadavg: 0.05 0.30 2.51 1/360 18542
/proc/meminfo: memFree=14714500/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=1.78 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 1137 0 0 0 88 90 0 0 16 0 2 0 114315876 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5668 400 364 0 10714 0
[pid=18479] ppid=18477 vsize=114672 CPUtime=682.92 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) T 18477 18479 18479 0 -1 4202496 26492 0 0 0 68287 5 0 0 25 0 1 0 114315876 117424128 26230 33554432000 4194304 4955518 140733294033072 18446744073709551615 4227859 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18479/statm: 28668 26230 104 186 0 28481 0
[pid=18477/tid=18518] ppid=18464 vsize=299208 CPUtime=0 cores=1,3,5,7
/proc/18477/task/18518/stat : 18518 (python) S 18464 18464 17418 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 114384167 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892388785 0 0 16781312 514 18446604468633168704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 685.27
Current children cumulated vsize (KiB) 723952
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 0.02 0.24 2.35 1/360 18544
/proc/meminfo: memFree=14714608/32950928 swapFree=67111364/67111528
[pid=18464] ppid=18462 vsize=310072 CPUtime=0.57 cores=1,3,5,7
/proc/18464/stat : 18464 (python) S 18462 18464 17418 0 -1 4202496 12410 4640 1 0 44 10 2 1 24 0 1 0 114315813 317513728 7266 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/18464/statm: 77518 7266 1875 364 0 13427 0
[pid=18477] ppid=18464 vsize=299208 CPUtime=1.78 cores=1,3,5,7
/proc/18477/stat : 18477 (python) S 18464 18464 17418 0 -1 4202560 1137 0 0 0 88 90 0 0 16 0 2 0 114315876 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18477/statm: 74802 5668 400 364 0 10714 0
[pid=18479] ppid=18477 vsize=114672 CPUtime=682.92 cores=1,3,5,7
/proc/18479/stat : 18479 (march_hi) T 18477 18479 18479 0 -1 4202496 26492 0 0 0 68287 5 0 0 25 0 1 0 114315876 117424128 26230 33554432000 4194304 4955518 140733294033072 18446744073709551615 4227859 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18479/statm: 28668 26230 104 186 0 28481 0
[pid=18477/tid=18518] ppid=18464 vsize=299208 CPUtime=0 cores=1,3,5,7
/proc/18477/task/18518/stat : 18518 (python) S 18464 18464 17418 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 114384167 306388992 5668 33554432000 4194304 5683644 140735287998976 18446744073709551615 218892388785 0 0 16781312 514 18446604468633168704 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 685.27
Current children cumulated vsize (KiB) 723952
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 18464 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=347795
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=19844
# CPU time returned by wait4() is 2.36764
# while last known CPU time is 685.27
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 685.27
CPU user time (s): 684.21
CPU system time (s): 1.06
CPU usage (%): 52.7121
Max. virtual memory (cumulated for all children) (KiB): 723952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3478
system time used= 1.01984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19993
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= 2014
involuntary context switches= 32

runsolver used 4.09838 second user time and 10.0825 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 15:44:24
IDJOB=3378692
IDBENCH=83101
IDSOLVER=1859
FILE ID=node112/3378692-1305467064
RUNJOBID= node112-1305463467-17437
PBS_JOBID= 13324999
Free space on /tmp= 73496 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v800-c3408-S91768321-029.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-3378692-1305467064/watcher-3378692-1305467064 -o /tmp/evaluation-result-3378692-1305467064/solver-3378692-1305467064 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378692-1305467064.cnf -seed 1801496009 -budget 4800 -cores 4

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

MD5SUM BENCH= a8d280a0ad5a42e6946605bb6356e226
RANDOM SEED=1801496009

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14403212 kB
Buffers:        313808 kB
Cached:        3149432 kB
SwapCached:          0 kB
Active:       16494692 kB
Inactive:      1777512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14403212 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           31872 kB
Writeback:           0 kB
AnonPages:    14808084 kB
Mapped:          35816 kB
Slab:           144756 kB
PageTables:      63156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 83473436 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= 73496 MiB
End job on node112 at 2011-05-15 16:06:06