Trace number 3385638

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) 878.38 5100.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S171669125-021.SATISFIABLE.cnf
MD5SUM9649b9e4fa8d251c4c59f8783cbf0b60
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007997
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.41/8.57	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/8.57	c INFO: solving HOME/instance-3385638-1308048000.cnf
0.41/8.57	c INFO: computing task features
0.41/8.58	c INFO: computed variable-clause graph statistics
0.41/8.58	c INFO: computed clause balance statistics
0.47/8.64	c INFO: computed variable balance statistics
0.47/8.68	c INFO: computed small-clause counts
0.47/8.68	c INFO: computed Horn-clause counts
0.47/8.69	c INFO: computed variable graph statistics
0.47/8.69	c INFO: collected features for HOME/instance-3385638-1308048000.cnf in 0.12 s
0.56/8.74	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
0.56/8.76	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.07)
0.56/8.80	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.08)
0.67/8.83	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.67/8.86	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.67/8.89	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
0.80/8.93	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.20)
0.80/8.96	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.17)
0.80/8.97	Traceback (most recent call last):
0.80/8.97	  File "HOME/solve", line 33, in <module>
0.80/8.97	    plac.call(main)
0.80/8.97	  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.23/9.01	    cmd, result = parser_from(obj).consume(arglist)
1.23/9.01	  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.23/9.01	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1.23/9.01	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1.23/9.01	    (_, answer, _) = solver(input_path, budget / cores, cores)
1.23/9.01	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
1.23/9.01	    process.die()
1.23/9.01	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
1.23/9.01	    os.kill(self._process.pid, signal.SIGUSR1)
1.23/9.01	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 /var/tmp/evaluation-result-3385638-1308048000/watcher-3385638-1308048000 -o /var/tmp/evaluation-result-3385638-1308048000/solver-3385638-1308048000 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385638-1308048000.cnf -seed 1999965269 -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: 1.50 5.46 5.02 2/167 7293
/proc/meminfo: memFree=16796480/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=11804 CPUtime=0 cores=0-7
/proc/7293/stat : 7293 (runsolver) S 7291 7293 7263 0 -1 4202560 47 0 0 0 0 0 0 0 22 0 1 0 897215659 12087296 56 33554432000 4194304 5436572 140735315021328 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699207358 0 0 17 0 0 0 0
/proc/7293/statm: 2951 56 36 304 0 2643 0

[startup+0.0101839 s]
/proc/loadavg: 1.50 5.46 5.02 2/167 7293
/proc/meminfo: memFree=16796480/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=11804 CPUtime=0 cores=0-7
/proc/7293/stat : 7293 (runsolver) S 7291 7293 7263 0 -1 4202560 47 0 0 0 0 0 0 0 22 0 1 0 897215659 12087296 56 33554432000 4194304 5436572 140735315021328 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699207358 0 0 17 0 0 0 0
/proc/7293/statm: 2951 56 36 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.10115 s]
/proc/loadavg: 1.50 5.46 5.02 2/167 7293
/proc/meminfo: memFree=16796480/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=16532 CPUtime=0.01 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 1191 0 0 0 1 0 0 0 22 0 1 0 897215659 16928768 1049 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/7293/statm: 4133 1049 417 364 0 620 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16532

[startup+0.30111 s]
/proc/loadavg: 1.50 5.46 5.02 2/167 7293
/proc/meminfo: memFree=16796480/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=30108 CPUtime=0.04 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 1515 0 0 0 3 1 0 0 20 0 1 0 897215659 30830592 1350 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/7293/statm: 7527 1350 443 364 0 897 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30108

[startup+0.701039 s]
/proc/loadavg: 1.50 5.46 5.02 2/167 7293
/proc/meminfo: memFree=16796480/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=84468 CPUtime=0.05 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 2399 0 0 0 4 1 0 0 16 0 1 0 897215659 86495232 2126 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/7293/statm: 21117 2126 707 364 0 1334 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84468

[startup+1.50087 s]
/proc/loadavg: 1.50 5.46 5.02 1/168 7294
/proc/meminfo: memFree=16786676/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=135580 CPUtime=0.18 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 5800 932 1 0 14 4 0 0 15 0 1 0 897215659 138833920 4120 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/7293/statm: 33895 4120 1031 364 0 3081 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135580

[startup+3.10058 s]
/proc/loadavg: 1.38 5.37 5.00 1/168 7298
/proc/meminfo: memFree=16783204/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=135744 CPUtime=0.2 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 5959 932 1 0 15 5 0 0 15 0 1 0 897215659 139001856 4149 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726401029 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/7293/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135744
heavy processes:

[startup+6.30097 s]
/proc/loadavg: 1.38 5.37 5.00 1/168 7298
/proc/meminfo: memFree=16783284/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=135744 CPUtime=0.24 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 5961 932 1 0 17 7 0 0 15 0 1 0 897215659 139001856 4149 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726401029 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/7293/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 135744
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 1.48 5.26 4.96 4/173 7324
/proc/meminfo: memFree=16756032/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=310124 CPUtime=1.23 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 16082 9416 1 0 67 13 40 3 18 0 1 0 897215659 317566976 7300 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738235199 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/7293/statm: 77531 7300 1891 364 0 13428 0
[pid=7309] ppid=7293 vsize=310076 CPUtime=0 cores=0-7
/proc/7309/stat : 7309 (python) S 7293 7293 7263 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 897216542 317517824 5740 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726425158 0 0 16781312 514 4451078160229826820 0 0 17 4 0 0 0
/proc/7309/statm: 77519 5740 348 364 0 13428 0
[pid=7312] ppid=7309 vsize=3612 CPUtime=3.86 cores=0-7
/proc/7312/stat : 7312 (march_hi) R 7309 7312 7312 0 -1 4202496 957 0 0 0 386 0 0 0 25 0 1 0 897216543 3698688 682 33554432000 4194304 4955518 140735225657856 18446744073709551615 4227728 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7312/statm: 903 682 104 186 0 716 0
[pid=7319] ppid=7293 vsize=340844 CPUtime=0 cores=0-7
/proc/7319/stat : 7319 (python) S 7293 7293 7263 0 -1 4202560 788 0 0 0 0 0 0 0 15 0 1 0 897216552 349024256 5769 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726425158 0 0 16781312 514 4529037932685656324 0 0 17 6 0 0 0
/proc/7319/statm: 85211 5769 348 364 0 21111 0
[pid=7321] ppid=7319 vsize=3612 CPUtime=3.76 cores=0-7
/proc/7321/stat : 7321 (march_hi) R 7319 7321 7321 0 -1 4202496 950 0 0 0 376 0 0 0 25 0 1 0 897216552 3698688 677 33554432000 4194304 4955518 140733838466896 18446744073709551615 4238320 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7321/statm: 903 677 104 186 0 716 0
Current children cumulated CPU time (s) 8.85
Current children cumulated vsize (KiB) 968268
heavy processes:

[startup+25.5003 s]
/proc/loadavg: 1.72 5.19 4.94 4/173 7325
/proc/meminfo: memFree=16752092/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=310124 CPUtime=1.23 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 16082 9416 1 0 67 13 40 3 18 0 1 0 897215659 317566976 7300 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738235199 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/7293/statm: 77531 7300 1891 364 0 13428 0
[pid=7309] ppid=7293 vsize=310076 CPUtime=0.02 cores=0-7
/proc/7309/stat : 7309 (python) S 7293 7293 7263 0 -1 4202560 920 0 0 0 1 1 0 0 15 0 1 0 897216542 317517824 5763 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726425158 0 0 16781312 514 4451078160229826820 0 0 17 4 0 0 0
/proc/7309/statm: 77519 5763 371 364 0 13428 0
[pid=7312] ppid=7309 vsize=6844 CPUtime=16.66 cores=0-7
/proc/7312/stat : 7312 (march_hi) R 7309 7312 7312 0 -1 4202496 1482 0 0 0 1666 0 0 0 25 0 1 0 897216543 7008256 1207 33554432000 4194304 4955518 140735225657856 18446744073709551615 4235338 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7312/statm: 1711 1207 104 186 0 1524 0
[pid=7319] ppid=7293 vsize=340844 CPUtime=0.01 cores=0-7
/proc/7319/stat : 7319 (python) S 7293 7293 7263 0 -1 4202560 944 0 0 0 1 0 0 0 15 0 1 0 897216552 349024256 5792 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726425158 0 0 16781312 514 766385992838906116 0 0 17 6 0 0 0
/proc/7319/statm: 85211 5792 371 364 0 21111 0
[pid=7321] ppid=7319 vsize=6844 CPUtime=16.56 cores=0-7
/proc/7321/stat : 7321 (march_hi) R 7319 7321 7321 0 -1 4202496 1480 0 0 0 1656 0 0 0 25 0 1 0 897216552 7008256 1207 33554432000 4194304 4955518 140733838466896 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7321/statm: 1711 1207 104 186 0 1524 0
Current children cumulated CPU time (s) 34.48
Current children cumulated vsize (KiB) 974732

[startup+51.1005 s]
/proc/loadavg: 2.15 5.01 4.89 4/173 7325
/proc/meminfo: memFree=16740684/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=310124 CPUtime=1.23 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 16082 9416 1 0 67 13 40 3 18 0 1 0 897215659 317566976 7300 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738235199 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/7293/statm: 77531 7300 1891 364 0 13428 0
[pid=7309] ppid=7293 vsize=310076 CPUtime=0.05 cores=0-7
/proc/7309/stat : 7309 (python) S 7293 7293 7263 0 -1 4202560 933 0 0 0 3 2 0 0 15 0 1 0 897216542 317517824 5763 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726425158 0 0 16781312 514 4451078160229826820 0 0 17 4 0 0 0
/proc/7309/statm: 77519 5763 371 364 0 13428 0
[pid=7312] ppid=7309 vsize=11908 CPUtime=42.26 cores=0-7
/proc/7312/stat : 7312 (march_hi) R 7309 7312 7312 0 -1 4202496 2480 0 0 0 4226 0 0 0 25 0 1 0 897216543 12193792 2205 33554432000 4194304 4955518 140735225657856 18446744073709551615 4244920 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7312/statm: 2977 2205 104 186 0 2790 0
[pid=7319] ppid=7293 vsize=340844 CPUtime=0.05 cores=0-7
/proc/7319/stat : 7319 (python) S 7293 7293 7263 0 -1 4202560 952 0 0 0 3 2 0 0 15 0 1 0 897216552 349024256 5792 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726425158 0 0 16781312 514 4529037932685656324 0 0 17 6 0 0 0
/proc/7319/statm: 85211 5792 371 364 0 21111 0
[pid=7321] ppid=7319 vsize=11908 CPUtime=42.16 cores=0-7
/proc/7321/stat : 7321 (march_hi) R 7319 7321 7321 0 -1 4202496 2488 0 0 0 4215 1 0 0 25 0 1 0 897216552 12193792 2215 33554432000 4194304 4955518 140733838466896 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7321/statm: 2977 2215 104 186 0 2790 0
Current children cumulated CPU time (s) 85.75
Current children cumulated vsize (KiB) 984860

[startup+102.306 s]
/proc/loadavg: 2.66 4.67 4.78 4/173 7327
/proc/meminfo: memFree=16716348/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=310124 CPUtime=1.23 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 16082 9416 1 0 67 13 40 3 18 0 1 0 897215659 317566976 7300 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738235199 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/7293/statm: 77531 7300 1891 364 0 13428 0
[pid=7309] ppid=7293 vsize=310076 CPUtime=0.11 cores=0-7
/proc/7309/stat : 7309 (python) S 7293 7293 7263 0 -1 4202560 952 0 0 0 7 4 0 0 15 0 1 0 897216542 317517824 5763 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726425158 0 0 16781312 514 766385992838906116 0 0 17 4 0 0 0
/proc/7309/statm: 77519 5763 371 364 0 13428 0
[pid=7312] ppid=7309 vsize=25328 CPUtime=93.46 cores=0-7
/proc/7312/stat : 7312 (march_hi) R 7309 7312 7312 0 -1 4202496 4462 0 0 0 9346 0 0 0 25 0 1 0 897216543 25935872 4187 33554432000 4194304 4955518 140735225657856 18446744073709551615 4238422 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7312/statm: 6332 4187 104 186 0 6145 0
[pid=7319] ppid=7293 vsize=340844 CPUtime=0.11 cores=0-7
/proc/7319/stat : 7319 (python) S 7293 7293 7263 0 -1 4202560 970 0 0 0 6 5 0 0 15 0 1 0 897216552 349024256 5792 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726425158 0 0 16781312 514 766385992838906116 0 0 17 6 0 0 0
/proc/7319/statm: 85211 5792 371 364 0 21111 0
[pid=7321] ppid=7319 vsize=25328 CPUtime=93.36 cores=0-7
/proc/7321/stat : 7321 (march_hi) R 7319 7321 7321 0 -1 4202496 4487 0 0 0 9335 1 0 0 25 0 1 0 897216552 25935872 4214 33554432000 4194304 4955518 140733838466896 18446744073709551615 4227008 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7321/statm: 6332 4214 104 186 0 6145 0
Current children cumulated CPU time (s) 188.27
Current children cumulated vsize (KiB) 1011700

[startup+162.3 s]
/proc/loadavg: 2.87 4.36 4.66 4/173 7328
/proc/meminfo: memFree=16689048/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=310124 CPUtime=1.23 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 16082 9416 1 0 67 13 40 3 18 0 1 0 897215659 317566976 7300 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738235199 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/7293/statm: 77531 7300 1891 364 0 13428 0
[pid=7309] ppid=7293 vsize=310076 CPUtime=0.19 cores=0-7
/proc/7309/stat : 7309 (python) S 7293 7293 7263 0 -1 4202560 971 0 0 0 13 6 0 0 15 0 1 0 897216542 317517824 5763 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726425158 0 0 16781312 514 766385992838906116 0 0 17 4 0 0 0
/proc/7309/statm: 77519 5763 371 364 0 13428 0
[pid=7312] ppid=7309 vsize=34192 CPUtime=153.46 cores=0-7
/proc/7312/stat : 7312 (march_hi) R 7309 7312 7312 0 -1 4202496 6745 0 0 0 15345 1 0 0 25 0 1 0 897216543 35012608 6470 33554432000 4194304 4955518 140735225657856 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7312/statm: 8548 6470 104 186 0 8361 0
[pid=7319] ppid=7293 vsize=340844 CPUtime=0.18 cores=0-7
/proc/7319/stat : 7319 (python) S 7293 7293 7263 0 -1 4202560 990 0 0 0 11 7 0 0 15 0 1 0 897216552 349024256 5792 33554432000 4194304 5683644 140736426479920 18446744073709551615 264726425158 0 0 16781312 514 766385992838906116 0 0 17 6 0 0 0
/proc/7319/statm: 85211 5792 371 364 0 21111 0
[pid=7321] ppid=7319 vsize=34192 CPUtime=153.36 cores=0-7
/proc/7321/stat : 7321 (march_hi) R 7319 7321 7321 0 -1 4202496 6792 0 0 0 15334 2 0 0 25 0 1 0 897216552 35012608 6519 33554432000 4194304 4955518 140733838466896 18446744073709551615 4209780 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7321/statm: 8548 6519 104 186 0 8361 0
Current children cumulated CPU time (s) 308.42
Current children cumulated vsize (KiB) 1029428

[startup+222.301 s]

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

/proc/7309/statm: 77519 5793 400 364 0 13428 0
[pid=7312] ppid=7309 vsize=81952 CPUtime=390.58 cores=0-7
/proc/7312/stat : 7312 (march_hi) T 7309 7312 7312 0 -1 4202496 15400 0 0 0 39056 2 0 0 25 0 1 0 897216543 83918848 15125 33554432000 4194304 4955518 140735225657856 18446744073709551615 4227502 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7312/statm: 20488 15125 104 186 0 20301 0
[pid=7309/tid=7336] ppid=7293 vsize=310076 CPUtime=0 cores=0-7
/proc/7309/task/7336/stat : 7336 (python) S 7293 7293 7263 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 897255601 317517824 5793 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738228657 0 0 16781312 514 18446604453930049664 0 0 -1 4 0 0 0
[pid=7319] ppid=7293 vsize=340844 CPUtime=0.58 cores=0-7
/proc/7319/stat : 7319 (python) S 7293 7293 7263 0 -1 4202560 1163 0 0 0 34 24 0 0 16 0 2 0 897216552 349024256 5822 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7319/statm: 85211 5822 400 364 0 21111 0
[pid=7321] ppid=7319 vsize=81952 CPUtime=485.53 cores=0-7
/proc/7321/stat : 7321 (march_hi) T 7319 7321 7321 0 -1 4202496 18978 0 0 0 48549 4 0 0 25 0 1 0 897216552 83918848 18705 33554432000 4194304 4955518 140733838466896 18446744073709551615 4227664 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7321/statm: 20488 18705 104 186 0 20301 0
[pid=7319/tid=7339] ppid=7293 vsize=340844 CPUtime=0 cores=0-7
/proc/7319/task/7339/stat : 7339 (python) S 7293 7293 7263 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 897265105 349024256 5822 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738228657 0 0 16781312 514 18446604453921674368 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 878.38
Current children cumulated vsize (KiB) 1124948
heavy processes:

[startup+4902.3 s]
/proc/loadavg: 0.01 0.00 0.00 1/174 7485
/proc/meminfo: memFree=16625832/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=310124 CPUtime=1.23 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 16082 9416 1 0 67 13 40 3 18 0 1 0 897215659 317566976 7300 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738235199 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/7293/statm: 77531 7300 1891 364 0 13428 0
[pid=7309] ppid=7293 vsize=310076 CPUtime=0.46 cores=0-7
/proc/7309/stat : 7309 (python) S 7293 7293 7263 0 -1 4202560 1146 0 0 0 29 17 0 0 16 0 2 0 897216542 317517824 5793 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7309/statm: 77519 5793 400 364 0 13428 0
[pid=7312] ppid=7309 vsize=81952 CPUtime=390.58 cores=0-7
/proc/7312/stat : 7312 (march_hi) T 7309 7312 7312 0 -1 4202496 15400 0 0 0 39056 2 0 0 25 0 1 0 897216543 83918848 15125 33554432000 4194304 4955518 140735225657856 18446744073709551615 4227502 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7312/statm: 20488 15125 104 186 0 20301 0
[pid=7309/tid=7336] ppid=7293 vsize=310076 CPUtime=0 cores=0-7
/proc/7309/task/7336/stat : 7336 (python) S 7293 7293 7263 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 897255601 317517824 5793 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738228657 0 0 16781312 514 18446604453930049664 0 0 -1 4 0 0 0
[pid=7319] ppid=7293 vsize=340844 CPUtime=0.58 cores=0-7
/proc/7319/stat : 7319 (python) S 7293 7293 7263 0 -1 4202560 1163 0 0 0 34 24 0 0 16 0 2 0 897216552 349024256 5822 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7319/statm: 85211 5822 400 364 0 21111 0
[pid=7321] ppid=7319 vsize=81952 CPUtime=485.53 cores=0-7
/proc/7321/stat : 7321 (march_hi) T 7319 7321 7321 0 -1 4202496 18978 0 0 0 48549 4 0 0 25 0 1 0 897216552 83918848 18705 33554432000 4194304 4955518 140733838466896 18446744073709551615 4227664 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7321/statm: 20488 18705 104 186 0 20301 0
[pid=7319/tid=7339] ppid=7293 vsize=340844 CPUtime=0 cores=0-7
/proc/7319/task/7339/stat : 7339 (python) S 7293 7293 7263 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 897265105 349024256 5822 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738228657 0 0 16781312 514 18446604453921674368 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 878.38
Current children cumulated vsize (KiB) 1124948
heavy processes:

[startup+4962.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 7486
/proc/meminfo: memFree=16625800/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=310124 CPUtime=1.23 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 16082 9416 1 0 67 13 40 3 18 0 1 0 897215659 317566976 7300 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738235199 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/7293/statm: 77531 7300 1891 364 0 13428 0
[pid=7309] ppid=7293 vsize=310076 CPUtime=0.46 cores=0-7
/proc/7309/stat : 7309 (python) S 7293 7293 7263 0 -1 4202560 1146 0 0 0 29 17 0 0 16 0 2 0 897216542 317517824 5793 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7309/statm: 77519 5793 400 364 0 13428 0
[pid=7312] ppid=7309 vsize=81952 CPUtime=390.58 cores=0-7
/proc/7312/stat : 7312 (march_hi) T 7309 7312 7312 0 -1 4202496 15400 0 0 0 39056 2 0 0 25 0 1 0 897216543 83918848 15125 33554432000 4194304 4955518 140735225657856 18446744073709551615 4227502 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7312/statm: 20488 15125 104 186 0 20301 0
[pid=7309/tid=7336] ppid=7293 vsize=310076 CPUtime=0 cores=0-7
/proc/7309/task/7336/stat : 7336 (python) S 7293 7293 7263 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 897255601 317517824 5793 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738228657 0 0 16781312 514 18446604453930049664 0 0 -1 4 0 0 0
[pid=7319] ppid=7293 vsize=340844 CPUtime=0.58 cores=0-7
/proc/7319/stat : 7319 (python) S 7293 7293 7263 0 -1 4202560 1163 0 0 0 34 24 0 0 16 0 2 0 897216552 349024256 5822 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7319/statm: 85211 5822 400 364 0 21111 0
[pid=7321] ppid=7319 vsize=81952 CPUtime=485.53 cores=0-7
/proc/7321/stat : 7321 (march_hi) T 7319 7321 7321 0 -1 4202496 18978 0 0 0 48549 4 0 0 25 0 1 0 897216552 83918848 18705 33554432000 4194304 4955518 140733838466896 18446744073709551615 4227664 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7321/statm: 20488 18705 104 186 0 20301 0
[pid=7319/tid=7339] ppid=7293 vsize=340844 CPUtime=0 cores=0-7
/proc/7319/task/7339/stat : 7339 (python) S 7293 7293 7263 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 897265105 349024256 5822 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738228657 0 0 16781312 514 18446604453921674368 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 878.38
Current children cumulated vsize (KiB) 1124948
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 7488
/proc/meminfo: memFree=16626004/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=310124 CPUtime=1.23 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 16082 9416 1 0 67 13 40 3 18 0 1 0 897215659 317566976 7300 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738235199 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/7293/statm: 77531 7300 1891 364 0 13428 0
[pid=7309] ppid=7293 vsize=310076 CPUtime=0.46 cores=0-7
/proc/7309/stat : 7309 (python) S 7293 7293 7263 0 -1 4202560 1146 0 0 0 29 17 0 0 16 0 2 0 897216542 317517824 5793 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7309/statm: 77519 5793 400 364 0 13428 0
[pid=7312] ppid=7309 vsize=81952 CPUtime=390.58 cores=0-7
/proc/7312/stat : 7312 (march_hi) T 7309 7312 7312 0 -1 4202496 15400 0 0 0 39056 2 0 0 25 0 1 0 897216543 83918848 15125 33554432000 4194304 4955518 140735225657856 18446744073709551615 4227502 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7312/statm: 20488 15125 104 186 0 20301 0
[pid=7309/tid=7336] ppid=7293 vsize=310076 CPUtime=0 cores=0-7
/proc/7309/task/7336/stat : 7336 (python) S 7293 7293 7263 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 897255601 317517824 5793 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738228657 0 0 16781312 514 18446604453930049664 0 0 -1 4 0 0 0
[pid=7319] ppid=7293 vsize=340844 CPUtime=0.58 cores=0-7
/proc/7319/stat : 7319 (python) S 7293 7293 7263 0 -1 4202560 1163 0 0 0 34 24 0 0 16 0 2 0 897216552 349024256 5822 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7319/statm: 85211 5822 400 364 0 21111 0
[pid=7321] ppid=7319 vsize=81952 CPUtime=485.53 cores=0-7
/proc/7321/stat : 7321 (march_hi) T 7319 7321 7321 0 -1 4202496 18978 0 0 0 48549 4 0 0 25 0 1 0 897216552 83918848 18705 33554432000 4194304 4955518 140733838466896 18446744073709551615 4227664 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7321/statm: 20488 18705 104 186 0 20301 0
[pid=7319/tid=7339] ppid=7293 vsize=340844 CPUtime=0 cores=0-7
/proc/7319/task/7339/stat : 7339 (python) S 7293 7293 7263 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 897265105 349024256 5822 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738228657 0 0 16781312 514 18446604453921674368 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 878.38
Current children cumulated vsize (KiB) 1124948
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 7489
/proc/meminfo: memFree=16626088/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=310124 CPUtime=1.23 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 16082 9416 1 0 67 13 40 3 18 0 1 0 897215659 317566976 7300 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738235199 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/7293/statm: 77531 7300 1891 364 0 13428 0
[pid=7309] ppid=7293 vsize=310076 CPUtime=0.46 cores=0-7
/proc/7309/stat : 7309 (python) S 7293 7293 7263 0 -1 4202560 1146 0 0 0 29 17 0 0 16 0 2 0 897216542 317517824 5793 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7309/statm: 77519 5793 400 364 0 13428 0
[pid=7312] ppid=7309 vsize=81952 CPUtime=390.58 cores=0-7
/proc/7312/stat : 7312 (march_hi) T 7309 7312 7312 0 -1 4202496 15400 0 0 0 39056 2 0 0 25 0 1 0 897216543 83918848 15125 33554432000 4194304 4955518 140735225657856 18446744073709551615 4227502 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7312/statm: 20488 15125 104 186 0 20301 0
[pid=7309/tid=7336] ppid=7293 vsize=310076 CPUtime=0 cores=0-7
/proc/7309/task/7336/stat : 7336 (python) S 7293 7293 7263 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 897255601 317517824 5793 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738228657 0 0 16781312 514 18446604453930049664 0 0 -1 4 0 0 0
[pid=7319] ppid=7293 vsize=340844 CPUtime=0.58 cores=0-7
/proc/7319/stat : 7319 (python) S 7293 7293 7263 0 -1 4202560 1163 0 0 0 34 24 0 0 16 0 2 0 897216552 349024256 5822 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7319/statm: 85211 5822 400 364 0 21111 0
[pid=7321] ppid=7319 vsize=81952 CPUtime=485.53 cores=0-7
/proc/7321/stat : 7321 (march_hi) T 7319 7321 7321 0 -1 4202496 18978 0 0 0 48549 4 0 0 25 0 1 0 897216552 83918848 18705 33554432000 4194304 4955518 140733838466896 18446744073709551615 4227664 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7321/statm: 20488 18705 104 186 0 20301 0
[pid=7319/tid=7339] ppid=7293 vsize=340844 CPUtime=0 cores=0-7
/proc/7319/task/7339/stat : 7339 (python) S 7293 7293 7263 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 897265105 349024256 5822 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738228657 0 0 16781312 514 18446604453921674368 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 878.38
Current children cumulated vsize (KiB) 1124948
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 7490
/proc/meminfo: memFree=16626072/32951124 swapFree=67064576/67111528
[pid=7293] ppid=7291 vsize=310124 CPUtime=1.23 cores=0-7
/proc/7293/stat : 7293 (python) S 7291 7293 7263 0 -1 4202496 16082 9416 1 0 67 13 40 3 18 0 1 0 897215659 317566976 7300 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738235199 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 4
/proc/7293/statm: 77531 7300 1891 364 0 13428 0
[pid=7309] ppid=7293 vsize=310076 CPUtime=0.46 cores=0-7
/proc/7309/stat : 7309 (python) S 7293 7293 7263 0 -1 4202560 1146 0 0 0 29 17 0 0 16 0 2 0 897216542 317517824 5793 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7309/statm: 77519 5793 400 364 0 13428 0
[pid=7312] ppid=7309 vsize=81952 CPUtime=390.58 cores=0-7
/proc/7312/stat : 7312 (march_hi) T 7309 7312 7312 0 -1 4202496 15400 0 0 0 39056 2 0 0 25 0 1 0 897216543 83918848 15125 33554432000 4194304 4955518 140735225657856 18446744073709551615 4227502 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7312/statm: 20488 15125 104 186 0 20301 0
[pid=7309/tid=7336] ppid=7293 vsize=310076 CPUtime=0 cores=0-7
/proc/7309/task/7336/stat : 7336 (python) S 7293 7293 7263 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 897255601 317517824 5793 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738228657 0 0 16781312 514 18446604453930049664 0 0 -1 4 0 0 0
[pid=7319] ppid=7293 vsize=340844 CPUtime=0.58 cores=0-7
/proc/7319/stat : 7319 (python) S 7293 7293 7263 0 -1 4202560 1163 0 0 0 34 24 0 0 16 0 2 0 897216552 349024256 5822 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7319/statm: 85211 5822 400 364 0 21111 0
[pid=7321] ppid=7319 vsize=81952 CPUtime=485.53 cores=0-7
/proc/7321/stat : 7321 (march_hi) T 7319 7321 7321 0 -1 4202496 18978 0 0 0 48549 4 0 0 25 0 1 0 897216552 83918848 18705 33554432000 4194304 4955518 140733838466896 18446744073709551615 4227664 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7321/statm: 20488 18705 104 186 0 20301 0
[pid=7319/tid=7339] ppid=7293 vsize=340844 CPUtime=0 cores=0-7
/proc/7319/task/7339/stat : 7339 (python) S 7293 7293 7263 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 897265105 349024256 5822 33554432000 4194304 5683644 140736426479920 18446744073709551615 264738228657 0 0 16781312 514 18446604453921674368 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 878.38
Current children cumulated vsize (KiB) 1124948
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 7293 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=736735
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=599908
# CPU time returned by wait4() is 2.33664
# while last known CPU time is 878.38
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 878.38
CPU user time (s): 877.75
CPU system time (s): 0.63
CPU usage (%): 17.2231
Max. virtual memory (cumulated for all children) (KiB): 1124948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.73673
system time used= 0.599908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29743
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= 4703
involuntary context switches= 84

runsolver used 6.554 second user time and 16.9614 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-14 12:40:00
IDJOB=3385638
IDBENCH=82903
IDSOLVER=1870
FILE ID=node141/3385638-1308048000
RUNJOBID= node141-1308048000-7277
PBS_JOBID= 13566197
Free space on /var/tmp= 2912 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S171669125-021.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 /var/tmp/evaluation-result-3385638-1308048000/watcher-3385638-1308048000 -o /var/tmp/evaluation-result-3385638-1308048000/solver-3385638-1308048000 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385638-1308048000.cnf -seed 1999965269 -budget 40000 -cores 8

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

MD5SUM BENCH= 9649b9e4fa8d251c4c59f8783cbf0b60
RANDOM SEED=1999965269

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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:      16797140 kB
Buffers:        124604 kB
Cached:       15520616 kB
SwapCached:       8480 kB
Active:        1191468 kB
Inactive:     14469740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16797140 kB
SwapTotal:    67111528 kB
SwapFree:     67064576 kB
Dirty:           31840 kB
Writeback:           0 kB
AnonPages:       14536 kB
Mapped:           9496 kB
Slab:           429480 kB
PageTables:       3792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   148180 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 /var/tmp at the end= 2884 MiB
End job on node141 at 2011-06-14 14:05:03